DEADSOFTWARE

gui: fix multiple options reassignment in preferences window
[d2df-editor.git] / src / editor / f_options.lfm
1 object OptionsForm: TOptionsForm
2 Left = 1164
3 Height = 360
4 Top = 677
5 Width = 640
6 BorderIcons = [biSystemMenu]
7 BorderStyle = bsSingle
8 Caption = 'Настройки редактора'
9 ClientHeight = 360
10 ClientWidth = 640
11 Color = clBtnFace
12 Font.Color = clWindowText
13 Font.Height = -11
14 Font.Name = 'MS Sans Serif'
15 OnCreate = FormCreate
16 OnShow = FormShow
17 Position = poScreenCenter
18 LCLVersion = '2.2.4.0'
19 object PageControl: TPageControl
20 Left = 8
21 Height = 312
22 Top = 8
23 Width = 624
24 ActivePage = TabGeneral
25 TabIndex = 0
26 TabOrder = 2
27 object TabGeneral: TTabSheet
28 Caption = 'General'
29 ClientHeight = 284
30 ClientWidth = 620
31 object cbShowDots: TCheckBox
32 Left = 8
33 Height = 21
34 Top = 8
35 Width = 128
36 Caption = 'Показывать сетку'
37 TabOrder = 0
38 end
39 object cbShowTexture: TCheckBox
40 Left = 8
41 Height = 21
42 Top = 32
43 Width = 193
44 Caption = 'Показывать текстуру панели'
45 TabOrder = 1
46 end
47 object cbShowSize: TCheckBox
48 Left = 8
49 Height = 21
50 Top = 56
51 Width = 191
52 Caption = 'Показывать размеры панели'
53 TabOrder = 2
54 end
55 object cbCheckerboard: TCheckBox
56 Left = 8
57 Height = 21
58 Top = 80
59 Width = 164
60 Caption = 'Использовать шахматку'
61 Checked = True
62 State = cbChecked
63 TabOrder = 8
64 end
65 object LabelGrid: TLabel
66 Left = 8
67 Height = 14
68 Top = 112
69 Width = 72
70 Caption = 'Шаги сетки:'
71 ParentColor = False
72 end
73 object eDotStepOne: TEdit
74 Left = 8
75 Height = 22
76 Top = 128
77 Width = 57
78 TabOrder = 3
79 Text = '16'
80 end
81 object UpDown1: TUpDown
82 Left = 65
83 Height = 22
84 Top = 128
85 Width = 12
86 Associate = eDotStepOne
87 Max = 2048
88 Min = 4
89 Position = 16
90 TabOrder = 4
91 end
92 object eDotStepTwo: TEdit
93 Left = 8
94 Height = 22
95 Top = 152
96 Width = 57
97 TabOrder = 5
98 Text = '8'
99 end
100 object UpDown2: TUpDown
101 Left = 65
102 Height = 22
103 Top = 152
104 Width = 12
105 Associate = eDotStepTwo
106 Max = 2048
107 Min = 4
108 Position = 8
109 TabOrder = 6
110 end
111 object LabelGridSize: TLabel
112 Left = 8
113 Height = 14
114 Top = 184
115 Width = 118
116 Caption = 'Размер точек сетки:'
117 ParentColor = False
118 WordWrap = True
119 end
120 object cbDotSize: TComboBox
121 Left = 8
122 Height = 25
123 Top = 200
124 Width = 73
125 ItemHeight = 0
126 ItemIndex = 0
127 Items.Strings = (
128 '1'
129 '2'
131 TabOrder = 7
132 Text = '1'
133 end
134 object LabelMinimap: TLabel
135 Left = 8
136 Height = 14
137 Top = 240
138 Width = 128
139 Caption = 'Масштаб мини-карты:'
140 ParentColor = False
141 end
142 object cbScale: TComboBox
143 Left = 8
144 Height = 23
145 Top = 256
146 Width = 70
147 ItemHeight = 0
148 ItemIndex = 0
149 Items.Strings = (
150 '1x'
151 '2x'
153 Style = csDropDownList
154 TabOrder = 9
155 Text = '1x'
156 end
157 object LabelGridCol: TLabel
158 Left = 304
159 Height = 14
160 Top = 8
161 Width = 68
162 Caption = 'Цвет сетки:'
163 ParentColor = False
164 end
165 object sDotColor: TShape
166 Left = 304
167 Height = 25
168 Top = 24
169 Width = 56
170 end
171 object bGrid: TButton
172 Left = 360
173 Height = 25
174 Top = 24
175 Width = 11
176 Caption = '..'
177 OnClick = bGridClick
178 TabOrder = 10
179 end
180 object LabelBack: TLabel
181 Left = 304
182 Height = 14
183 Top = 64
184 Width = 65
185 Caption = 'Цвет фона:'
186 ParentColor = False
187 end
188 object sBackColor: TShape
189 Left = 304
190 Height = 25
191 Top = 80
192 Width = 56
193 Brush.Color = clBlack
194 end
195 object bBack: TButton
196 Left = 360
197 Height = 25
198 Top = 80
199 Width = 11
200 Caption = '..'
201 OnClick = bBackClick
202 TabOrder = 11
203 end
204 object LabelPreview: TLabel
205 Left = 304
206 Height = 14
207 Top = 120
208 Width = 248
209 Caption = 'Цвет фона поля предпросмотра текстуры:'
210 ParentColor = False
211 WordWrap = True
212 end
213 object sPreviewColor: TShape
214 Left = 304
215 Height = 25
216 Top = 136
217 Width = 56
218 Brush.Color = clBlack
219 end
220 object bPreview: TButton
221 Left = 360
222 Height = 25
223 Top = 136
224 Width = 11
225 Caption = '..'
226 OnClick = bPreviewClick
227 TabOrder = 12
228 end
229 object LabelLanguage: TLabel
230 Left = 304
231 Height = 14
232 Top = 172
233 Width = 34
234 Caption = 'Язык:'
235 ParentColor = False
236 end
237 object cbLanguage: TComboBox
238 Left = 304
239 Height = 26
240 Top = 192
241 Width = 68
242 ItemHeight = 0
243 Style = csDropDownList
244 TabOrder = 13
245 end
246 end
247 object TabFiles: TTabSheet
248 Caption = 'Files'
249 ClientHeight = 284
250 ClientWidth = 620
251 object cbCompress: TCheckBox
252 Left = 8
253 Height = 21
254 Top = 8
255 Width = 249
256 Caption = 'Сжимать архив при сохранении'
257 TabOrder = 2
258 end
259 object cbBackup: TCheckBox
260 Left = 8
261 Height = 21
262 Top = 32
263 Width = 258
264 Caption = 'Резервная копия при сохранении'
265 TabOrder = 3
266 end
267 object LabelRecent: TLabel
268 Left = 8
269 Height = 14
270 Top = 64
271 Width = 230
272 Caption = 'Запоминать последних открытых карт:'
273 ParentColor = False
274 WordWrap = True
275 end
276 object eRecent: TEdit
277 Left = 8
278 Height = 22
279 Top = 80
280 Width = 57
281 TabOrder = 0
282 Text = '5'
283 end
284 object UpDown3: TUpDown
285 Left = 65
286 Height = 22
287 Top = 80
288 Width = 12
289 Associate = eRecent
290 Max = 10
291 Min = 2
292 Position = 5
293 TabOrder = 1
294 end
295 end
296 object TabTesting: TTabSheet
297 Caption = 'Testing'
298 ClientHeight = 284
299 ClientWidth = 620
300 object LabelPath: TLabel
301 Left = 8
302 Height = 14
303 Top = 8
304 Width = 120
305 Caption = 'Путь к Doom2DF.exe:'
306 ParentColor = False
307 end
308 object edD2dexe: TEdit
309 Left = 8
310 Height = 22
311 Top = 24
312 Width = 296
313 TabOrder = 12
314 Text = 'Doom2DF.exe'
315 end
316 object bChooseD2d: TButton
317 Left = 304
318 Height = 22
319 Top = 24
320 Width = 25
321 Caption = '...'
322 Font.Color = clWindowText
323 Font.Height = -11
324 Font.Name = 'MS Sans Serif'
325 Font.Style = [fsBold]
326 OnClick = bChooseD2dClick
327 ParentFont = False
328 TabOrder = 13
329 end
330 object LabelArgs: TLabel
331 Left = 8
332 Height = 14
333 Top = 55
334 Width = 120
335 Caption = 'Параметры запуска:'
336 ParentColor = False
337 end
338 object edD2DArgs: TEdit
339 Left = 8
340 Height = 22
341 Top = 72
342 Width = 296
343 TabOrder = 14
344 end
345 object rbDM: TRadioButton
346 Left = 8
347 Height = 21
348 Top = 104
349 Width = 103
350 Caption = 'Deathmatch'
351 Checked = True
352 TabOrder = 0
353 TabStop = True
354 end
355 object rbTDM: TRadioButton
356 Left = 8
357 Height = 21
358 Top = 120
359 Width = 142
360 Caption = 'Team Deathmatch'
361 TabOrder = 1
362 end
363 object rbCTF: TRadioButton
364 Left = 8
365 Height = 21
366 Top = 136
367 Width = 131
368 Caption = 'Capture the Flag'
369 TabOrder = 2
370 end
371 object rbCOOP: TRadioButton
372 Left = 8
373 Height = 21
374 Top = 152
375 Width = 102
376 Caption = 'Cooperative'
377 TabOrder = 3
378 end
379 object cbTwoPlayers: TCheckBox
380 Left = 168
381 Height = 21
382 Top = 104
383 Width = 101
384 Caption = 'Два игрока'
385 TabOrder = 4
386 end
387 object cbTeamDamage: TCheckBox
388 Left = 168
389 Height = 21
390 Top = 120
391 Width = 164
392 Caption = 'Урон своей команде'
393 TabOrder = 5
394 end
395 object cbAllowExit: TCheckBox
396 Left = 168
397 Height = 21
398 Top = 136
399 Width = 141
400 Caption = 'Выход из уровня'
401 Checked = True
402 State = cbChecked
403 TabOrder = 6
404 end
405 object cbWeaponStay: TCheckBox
406 Left = 168
407 Height = 21
408 Top = 152
409 Width = 145
410 Caption = 'Оружие остается'
411 TabOrder = 7
412 end
413 object cbMonstersDM: TCheckBox
414 Left = 168
415 Height = 21
416 Top = 168
417 Width = 124
418 Caption = 'Монстры в DM'
419 TabOrder = 8
420 end
421 object LabelTime: TLabel
422 Left = 8
423 Height = 14
424 Top = 200
425 Width = 92
426 Caption = 'Лимит времени:'
427 ParentColor = False
428 end
429 object edTime: TEdit
430 Left = 120
431 Height = 22
432 Top = 200
433 Width = 49
434 TabOrder = 9
435 Text = '0'
436 end
437 object LabelSecs: TLabel
438 Left = 174
439 Height = 14
440 Top = 200
441 Width = 42
442 Caption = 'секунд'
443 ParentColor = False
444 end
445 object LabelScore: TLabel
446 Left = 8
447 Height = 14
448 Top = 223
449 Width = 76
450 Caption = 'Лимит очков:'
451 ParentColor = False
452 end
453 object edScore: TEdit
454 Left = 120
455 Height = 22
456 Top = 223
457 Width = 49
458 TabOrder = 10
459 Text = '0'
460 end
461 object cbMapOnce: TCheckBox
462 Left = 8
463 Height = 21
464 Top = 256
465 Width = 287
466 Caption = 'Закрыть игру после выхода из карты'
467 TabOrder = 11
468 end
469 end
470 end
471 object bOK: TButton
472 Left = 464
473 Height = 25
474 Top = 328
475 Width = 75
476 Caption = 'ОК'
477 Default = True
478 OnClick = bOKClick
479 TabOrder = 0
480 end
481 object bCancel: TButton
482 Left = 557
483 Height = 25
484 Top = 328
485 Width = 75
486 Cancel = True
487 Caption = 'Отмена'
488 OnClick = bCancelClick
489 TabOrder = 1
490 end
491 object ColorDialog: TColorDialog
492 Color = clBlack
493 CustomColors.Strings = (
494 'ColorA=000000'
495 'ColorB=000080'
496 'ColorC=008000'
497 'ColorD=008080'
498 'ColorE=800000'
499 'ColorF=800080'
500 'ColorG=808000'
501 'ColorH=808080'
502 'ColorI=C0C0C0'
503 'ColorJ=0000FF'
504 'ColorK=00FF00'
505 'ColorL=00FFFF'
506 'ColorM=FF0000'
507 'ColorN=FF00FF'
508 'ColorO=FFFF00'
509 'ColorP=FFFFFF'
510 'ColorQ=C0DCC0'
511 'ColorR=F0CAA6'
512 'ColorS=F0FBFF'
513 'ColorT=A4A0A0'
515 left = 568
516 top = 264
517 end
518 object FindD2dDialog: TOpenDialog
519 Title = 'Выберите файл игры Doom 2D: Forever'
520 DefaultExt = '.exe'
521 Filter = 'Doom2DF.exe|Doom2DF.exe;Doom2DF'
522 Options = [ofHideReadOnly, ofNoChangeDir, ofEnableSizing]
523 left = 472
524 top = 264
525 end
526 end