DEADSOFTWARE

1efbe52e8ab75042df948df3d6f3bbd7df51a874
[d2df-editor.git] / src / editor / f_maptest.lfm
1 object MapTestForm: TMapTestForm
2 Left = 291
3 Top = 194
4 BorderIcons = [biSystemMenu]
5 BorderStyle = bsSingle
6 Caption = 'Настройки теста карты в D2D:F'
7 ClientHeight = 270
8 ClientWidth = 367
9 Color = clBtnFace
10 Font.Charset = DEFAULT_CHARSET
11 Font.Color = clWindowText
12 Font.Height = -11
13 Font.Name = 'MS Sans Serif'
14 Font.Style = []
15 Position = poScreenCenter
16 OnActivate = FormActivate
17 OnCreate = FormCreate
18 PixelsPerInch = 96
19 object bOK: TButton
20 Left = 192
21 Top = 240
22 Width = 75
23 Height = 25
24 Caption = 'OK'
25 Default = True
26 TabOrder = 0
27 OnClick = bOKClick
28 end
29 object bCancel: TButton
30 Left = 286
31 Top = 240
32 Width = 75
33 Height = 25
34 Cancel = True
35 Caption = 'Отмена'
36 TabOrder = 1
37 OnClick = bCancelClick
38 end
39 object GroupBox1: TGroupBox
40 Left = 8
41 Top = 0
42 Width = 353
43 Height = 233
44 TabOrder = 2
45 object LabelTime: TLabel
46 Left = 14
47 Top = 98
48 Width = 83
49 Height = 13
50 Caption = 'Лимит времени:'
51 end
52 object LabelSecs: TLabel
53 Left = 174
54 Top = 98
55 Width = 35
56 Height = 13
57 Caption = 'секунд'
58 end
59 object LabelScore: TLabel
60 Left = 14
61 Top = 122
62 Width = 68
63 Height = 13
64 Caption = 'Лимит очков:'
65 end
66 object LabelPath: TLabel
67 Left = 14
68 Top = 170
69 Width = 107
70 Height = 13
71 Caption = 'Путь к Doom2DF.exe:'
72 end
73 object rbDM: TRadioButton
74 Left = 14
75 Top = 2
76 Width = 113
77 Height = 17
78 Caption = 'Deathmatch'
79 Checked = True
80 TabOrder = 0
81 TabStop = True
82 end
83 object rbTDM: TRadioButton
84 Left = 14
85 Top = 18
86 Width = 113
87 Height = 17
88 Caption = 'Team Deathmatch'
89 TabOrder = 1
90 end
91 object rbCTF: TRadioButton
92 Left = 14
93 Top = 34
94 Width = 113
95 Height = 17
96 Caption = 'Capture the Flag'
97 TabOrder = 2
98 end
99 object rbCOOP: TRadioButton
100 Left = 14
101 Top = 50
102 Width = 113
103 Height = 17
104 Caption = 'Cooperative'
105 TabOrder = 3
106 end
107 object cbTwoPlayers: TCheckBox
108 Left = 174
109 Top = 2
110 Width = 169
111 Height = 17
112 Caption = 'Два игрока'
113 TabOrder = 4
114 end
115 object cbTeamDamage: TCheckBox
116 Left = 174
117 Top = 18
118 Width = 169
119 Height = 17
120 Caption = 'Урон своей команде'
121 TabOrder = 5
122 end
123 object cbAllowExit: TCheckBox
124 Left = 174
125 Top = 34
126 Width = 169
127 Height = 17
128 Caption = 'Выход из уровня'
129 Checked = True
130 State = cbChecked
131 TabOrder = 6
132 end
133 object cbWeaponStay: TCheckBox
134 Left = 174
135 Top = 50
136 Width = 169
137 Height = 17
138 Caption = 'Оружие остается'
139 TabOrder = 7
140 end
141 object cbMonstersDM: TCheckBox
142 Left = 174
143 Top = 66
144 Width = 169
145 Height = 17
146 Caption = 'Монстры в DM'
147 TabOrder = 8
148 end
149 object edTime: TEdit
150 Left = 102
151 Top = 98
152 Width = 49
153 Height = 21
154 TabOrder = 9
155 Text = '0'
156 end
157 object edScore: TEdit
158 Left = 102
159 Top = 122
160 Width = 49
161 Height = 21
162 TabOrder = 10
163 Text = '0'
164 end
165 object UpDown2: TUpDown
166 Left = 151
167 Top = 122
168 Width = 12
169 Height = 21
170 Associate = edScore
171 Max = 1000
172 TabOrder = 11
173 end
174 object UpDown1: TUpDown
175 Left = 151
176 Top = 98
177 Width = 12
178 Height = 21
179 Associate = edTime
180 Max = 28800
181 TabOrder = 12
182 end
183 object edD2dexe: TEdit
184 Left = 14
185 Top = 186
186 Width = 297
187 Height = 21
188 TabOrder = 13
189 Text = 'Doom2DF.exe'
190 end
191 object bChooseD2d: TButton
192 Left = 318
193 Top = 186
194 Width = 25
195 Height = 20
196 Caption = '...'
197 Font.Charset = DEFAULT_CHARSET
198 Font.Color = clWindowText
199 Font.Height = -11
200 Font.Name = 'MS Sans Serif'
201 Font.Style = [fsBold]
202 ParentFont = False
203 TabOrder = 14
204 OnClick = bChooseD2dClick
205 end
206 object cbMapOnce: TCheckBox
207 Left = 14
208 Top = 146
209 Width = 225
210 Height = 17
211 Caption = 'Закрыть игру после выхода из карты'
212 TabOrder = 15
213 end
214 end
215 object FindD2dDialog: TOpenDialog
216 DefaultExt = 'Doom2DF.exe'
217 Filter = 'Doom2DF.exe|Doom2DF.exe'
218 Options = [ofHideReadOnly, ofNoChangeDir, ofEnableSizing]
219 Title = 'Выберите файл игры Doom 2D:Forever'
220 Left = 320
221 Top = 144
222 end
223 end