DEADSOFTWARE

Forms: Fix tab order
[d2df-editor.git] / src / editor / f_addresource.lfm
1 object AddResourceForm: TAddResourceForm
2 Left = 271
3 Height = 268
4 Top = 208
5 Width = 204
6 BorderIcons = [biSystemMenu]
7 BorderStyle = bsSingle
8 ClientHeight = 268
9 ClientWidth = 204
10 Color = clBtnFace
11 Font.Color = clWindowText
12 Font.Height = -11
13 Font.Name = 'MS Sans Serif'
14 OnActivate = FormActivate
15 Position = poScreenCenter
16 ShowHint = True
17 LCLVersion = '1.6.4.0'
18 object LabelWADs: TLabel
19 Left = 4
20 Height = 13
21 Top = 4
22 Width = 110
23 Caption = 'Список WAD-файлов:'
24 ParentColor = False
25 end
26 object LabelSections: TLabel
27 Left = 4
28 Height = 13
29 Top = 44
30 Width = 143
31 Caption = 'Список секций WAD-файла:'
32 ParentColor = False
33 end
34 object bOK: TButton
35 Left = 36
36 Height = 25
37 Top = 236
38 Width = 75
39 Caption = 'ОК'
40 Default = True
41 ModalResult = 1
42 OnClick = bOKClick
43 TabOrder = 3
44 end
45 object bCancel: TButton
46 Left = 124
47 Height = 25
48 Top = 236
49 Width = 75
50 Cancel = True
51 Caption = 'Отмена'
52 ModalResult = 2
53 TabOrder = 4
54 end
55 object cbWADList: TComboBox
56 Left = 4
57 Height = 21
58 Top = 20
59 Width = 193
60 ItemHeight = 13
61 OnChange = cbWADListChange
62 Style = csDropDownList
63 TabOrder = 0
64 end
65 object lbResourcesList: TListBox
66 Left = 4
67 Height = 145
68 Top = 84
69 Width = 193
70 ItemHeight = 0
71 MultiSelect = True
72 OnClick = lbResourcesListClick
73 TabOrder = 2
74 end
75 object cbSectionsList: TComboBox
76 Left = 4
77 Height = 21
78 Top = 60
79 Width = 193
80 ItemHeight = 13
81 OnChange = cbSectionsListChange
82 Sorted = True
83 Style = csDropDownList
84 TabOrder = 1
85 end
86 end