DEADSOFTWARE

Forms: Fix tab order
[d2df-editor.git] / src / editor / f_savemap.lfm
1 object SaveMapForm: TSaveMapForm
2 Left = 368
3 Height = 239
4 Top = 298
5 Width = 152
6 BorderIcons = []
7 BorderStyle = bsSingle
8 Caption = 'Сохранить карту'
9 ClientHeight = 239
10 ClientWidth = 152
11 Color = clBtnFace
12 Font.Color = clWindowText
13 Font.Height = -11
14 Font.Name = 'MS Sans Serif'
15 OnActivate = FormActivate
16 Position = poScreenCenter
17 LCLVersion = '1.6.4.0'
18 object lbMapList: TListBox
19 Left = 0
20 Height = 186
21 Top = 25
22 Width = 152
23 Align = alClient
24 ItemHeight = 0
25 OnClick = lbMapListClick
26 Sorted = True
27 TabOrder = 1
28 end
29 object Panel2: TPanel
30 Left = 0
31 Height = 25
32 Top = 0
33 Width = 152
34 Align = alTop
35 BevelOuter = bvNone
36 ClientHeight = 25
37 ClientWidth = 152
38 TabOrder = 0
39 object eMapName: TEdit
40 Left = 0
41 Height = 21
42 Top = 0
43 Width = 153
44 CharCase = ecUppercase
45 MaxLength = 16
46 OnChange = eMapNameChange
47 TabOrder = 0
48 end
49 end
50 object Panel1: TPanel
51 Left = 0
52 Height = 28
53 Top = 211
54 Width = 152
55 Align = alBottom
56 BevelOuter = bvNone
57 ClientHeight = 28
58 ClientWidth = 152
59 TabOrder = 2
60 object bOK: TButton
61 Left = 0
62 Height = 25
63 Top = 0
64 Width = 72
65 Caption = 'OK'
66 Default = True
67 OnClick = bOKClick
68 TabOrder = 0
69 end
70 object bCancel: TButton
71 Left = 77
72 Height = 25
73 Top = 0
74 Width = 72
75 Cancel = True
76 Caption = 'Отмена'
77 ModalResult = 2
78 TabOrder = 1
79 end
80 end
81 end