DEADSOFTWARE

Revert to old wad read/write method
[d2df-editor.git] / src / editor / f_options.lfm
1 object OptionsForm: TOptionsForm
2 Left = 96
3 Height = 401
4 Top = 345
5 Width = 713
6 BorderIcons = [biSystemMenu]
7 BorderStyle = bsSingle
8 Caption = 'Настройки редактора'
9 ClientHeight = 401
10 ClientWidth = 713
11 Color = clBtnFace
12 DesignTimePPI = 107
13 Font.Color = clWindowText
14 Font.Height = -12
15 Font.Name = 'MS Sans Serif'
16 OnCreate = FormCreate
17 OnShow = FormShow
18 Position = poScreenCenter
19 LCLVersion = '2.2.4.0'
20 object PageControl: TPageControl
21 Left = 9
22 Height = 348
23 Top = 9
24 Width = 696
25 ActivePage = TabGeneral
26 TabIndex = 0
27 TabOrder = 0
28 Options = [nboKeyboardTabSwitch, nboDoChangeOnSetIndex]
29 object TabGeneral: TTabSheet
30 Caption = 'General'
31 ClientHeight = 319
32 ClientWidth = 692
33 object cbShowDots: TCheckBox
34 Left = 9
35 Height = 21
36 Top = 9
37 Width = 135
38 Caption = 'Показывать сетку'
39 TabOrder = 0
40 end
41 object cbShowTexture: TCheckBox
42 Left = 9
43 Height = 21
44 Top = 36
45 Width = 207
46 Caption = 'Показывать текстуру панели'
47 TabOrder = 1
48 end
49 object cbShowSize: TCheckBox
50 Left = 9
51 Height = 21
52 Top = 62
53 Width = 204
54 Caption = 'Показывать размеры панели'
55 TabOrder = 2
56 end
57 object cbCheckerboard: TCheckBox
58 Left = 9
59 Height = 21
60 Top = 89
61 Width = 176
62 Caption = 'Использовать шахматку'
63 Checked = True
64 State = cbChecked
65 TabOrder = 3
66 end
67 object LabelGrid: TLabel
68 Left = 9
69 Height = 15
70 Top = 125
71 Width = 78
72 Caption = 'Шаги сетки:'
73 ParentColor = False
74 end
75 object SpinEdit1: TSpinEdit
76 Left = 9
77 Height = 23
78 Top = 143
79 Width = 56
80 MaxValue = 2048
81 MinValue = 4
82 TabOrder = 4
83 Value = 16
84 end
85 object SpinEdit2: TSpinEdit
86 Left = 9
87 Height = 23
88 Top = 169
89 Width = 56
90 MaxValue = 2048
91 MinValue = 4
92 TabOrder = 5
93 Value = 8
94 end
95 object LabelGridSize: TLabel
96 Left = 9
97 Height = 15
98 Top = 205
99 Width = 127
100 Caption = 'Размер точек сетки:'
101 ParentColor = False
102 WordWrap = True
103 end
104 object SpinEdit4: TSpinEdit
105 Left = 9
106 Height = 23
107 Top = 223
108 Width = 56
109 MaxValue = 2
110 MinValue = 1
111 TabOrder = 6
112 Value = 1
113 end
114 object LabelMinimap: TLabel
115 Left = 9
116 Height = 15
117 Top = 259
118 Width = 139
119 Caption = 'Масштаб мини-карты:'
120 ParentColor = False
121 end
122 object SpinEdit5: TSpinEdit
123 Left = 9
124 Height = 23
125 Top = 276
126 Width = 56
127 MaxValue = 10
128 MinValue = 1
129 TabOrder = 7
130 Value = 1
131 end
132 object LabelGridCol: TLabel
133 Left = 339
134 Height = 15
135 Top = 9
136 Width = 74
137 Caption = 'Цвет сетки:'
138 ParentColor = False
139 end
140 object ColorButton1: TColorButton
141 Left = 339
142 Height = 28
143 Top = 27
144 Width = 84
145 BorderWidth = 2
146 ButtonColorSize = 16
147 ButtonColor = clRed
148 end
149 object LabelBack: TLabel
150 Left = 339
151 Height = 15
152 Top = 71
153 Width = 70
154 Caption = 'Цвет фона:'
155 ParentColor = False
156 end
157 object ColorButton2: TColorButton
158 Left = 339
159 Height = 28
160 Top = 89
161 Width = 84
162 BorderWidth = 2
163 ButtonColorSize = 16
164 ButtonColor = clLime
165 end
166 object LabelPreview: TLabel
167 Left = 339
168 Height = 15
169 Top = 134
170 Width = 270
171 Caption = 'Цвет фона поля предпросмотра текстуры:'
172 ParentColor = False
173 WordWrap = True
174 end
175 object ColorButton3: TColorButton
176 Left = 339
177 Height = 28
178 Top = 152
179 Width = 84
180 BorderWidth = 2
181 ButtonColorSize = 16
182 ButtonColor = clBlue
183 end
184 object LabelLanguage: TLabel
185 Left = 339
186 Height = 15
187 Top = 192
188 Width = 34
189 Caption = 'Язык:'
190 ParentColor = False
191 end
192 object cbLanguage: TComboBox
193 Left = 339
194 Height = 27
195 Top = 214
196 Width = 134
197 ItemHeight = 0
198 Style = csDropDownList
199 TabOrder = 8
200 end
201 end
202 object TabFiles: TTabSheet
203 Caption = 'Files'
204 ClientHeight = 319
205 ClientWidth = 692
206 object LabelRecent: TLabel
207 Left = 9
208 Height = 15
209 Top = 8
210 Width = 250
211 Caption = 'Запоминать последних открытых карт:'
212 ParentColor = False
213 WordWrap = True
214 end
215 object SpinEdit3: TSpinEdit
216 Left = 9
217 Height = 23
218 Top = 32
219 Width = 56
220 MaxValue = 10
221 MinValue = 2
222 TabOrder = 0
223 Value = 2
224 end
225 end
226 object TabTesting: TTabSheet
227 Caption = 'Testing'
228 ClientHeight = 319
229 ClientWidth = 692
230 object LabelPath: TLabel
231 Left = 9
232 Height = 15
233 Top = 9
234 Width = 131
235 Caption = 'Путь к Doom2DF.exe:'
236 ParentColor = False
237 end
238 object ExeEdit: TFileNameEdit
239 Left = 9
240 Height = 23
241 Top = 27
242 Width = 366
243 FileName = 'Doom2DF.exe'
244 DialogOptions = [ofNoChangeDir, ofDontAddToRecent, ofViewDetail]
245 FilterIndex = 0
246 HideDirectories = False
247 ButtonWidth = 26
248 NumGlyphs = 1
249 MaxLength = 0
250 TabOrder = 0
251 Text = 'Doom2DF.exe'
252 end
253 object LabelArgs: TLabel
254 Left = 9
255 Height = 15
256 Top = 61
257 Width = 128
258 Caption = 'Параметры запуска:'
259 ParentColor = False
260 end
261 object edD2DArgs: TEdit
262 Left = 9
263 Height = 23
264 Top = 80
265 Width = 335
266 TabOrder = 1
267 end
268 object rbDM: TRadioButton
269 Left = 9
270 Height = 21
271 Top = 116
272 Width = 98
273 Caption = 'Deathmatch'
274 Checked = True
275 TabOrder = 2
276 TabStop = True
277 end
278 object rbTDM: TRadioButton
279 Left = 9
280 Height = 21
281 Top = 134
282 Width = 133
283 Caption = 'Team Deathmatch'
284 TabOrder = 3
285 end
286 object rbCTF: TRadioButton
287 Left = 9
288 Height = 21
289 Top = 152
290 Width = 124
291 Caption = 'Capture the Flag'
292 TabOrder = 4
293 end
294 object rbCOOP: TRadioButton
295 Left = 9
296 Height = 21
297 Top = 169
298 Width = 94
299 Caption = 'Cooperative'
300 TabOrder = 5
301 end
302 object cbTwoPlayers: TCheckBox
303 Left = 187
304 Height = 21
305 Top = 116
306 Width = 93
307 Caption = 'Два игрока'
308 TabOrder = 6
309 end
310 object cbTeamDamage: TCheckBox
311 Left = 187
312 Height = 21
313 Top = 134
314 Width = 150
315 Caption = 'Урон своей команде'
316 TabOrder = 7
317 end
318 object cbAllowExit: TCheckBox
319 Left = 187
320 Height = 21
321 Top = 152
322 Width = 128
323 Caption = 'Выход из уровня'
324 Checked = True
325 State = cbChecked
326 TabOrder = 8
327 end
328 object cbWeaponStay: TCheckBox
329 Left = 187
330 Height = 21
331 Top = 169
332 Width = 133
333 Caption = 'Оружие остается'
334 TabOrder = 9
335 end
336 object cbMonstersDM: TCheckBox
337 Left = 187
338 Height = 21
339 Top = 187
340 Width = 113
341 Caption = 'Монстры в DM'
342 TabOrder = 10
343 end
344 object LabelTime: TLabel
345 Left = 9
346 Height = 15
347 Top = 223
348 Width = 103
349 Caption = 'Лимит времени:'
350 ParentColor = False
351 end
352 object edTime: TEdit
353 Left = 134
354 Height = 23
355 Top = 223
356 Width = 55
357 TabOrder = 11
358 Text = '0'
359 end
360 object LabelSecs: TLabel
361 Left = 194
362 Height = 15
363 Top = 223
364 Width = 44
365 Caption = 'секунд'
366 ParentColor = False
367 end
368 object LabelScore: TLabel
369 Left = 9
370 Height = 15
371 Top = 249
372 Width = 84
373 Caption = 'Лимит очков:'
374 ParentColor = False
375 end
376 object edScore: TEdit
377 Left = 134
378 Height = 23
379 Top = 249
380 Width = 55
381 TabOrder = 12
382 Text = '0'
383 end
384 object cbMapOnce: TCheckBox
385 Left = 9
386 Height = 21
387 Top = 285
388 Width = 259
389 Caption = 'Закрыть игру после выхода из карты'
390 TabOrder = 13
391 end
392 end
393 end
394 object bOK: TButton
395 Left = 517
396 Height = 28
397 Top = 366
398 Width = 84
399 Caption = 'ОК'
400 Default = True
401 OnClick = bOKClick
402 TabOrder = 1
403 end
404 object bCancel: TButton
405 Left = 621
406 Height = 28
407 Top = 366
408 Width = 84
409 Cancel = True
410 Caption = 'Отмена'
411 OnClick = bCancelClick
412 TabOrder = 2
413 end
414 end