DEADSOFTWARE

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