DEADSOFTWARE

gui: implement new settings dialog
[d2df-editor.git] / src / editor / f_options.lfm
1 object OptionsForm: TOptionsForm
2 Left = 812
3 Height = 360
4 Top = 429
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 OnActivate = FormActivate
16 OnCreate = FormCreate
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 rbRussian: TRadioButton
238 Left = 304
239 Height = 21
240 Top = 204
241 Width = 70
242 Caption = 'Русский'
243 Checked = True
244 TabOrder = 13
245 TabStop = True
246 end
247 object rbEnglish: TRadioButton
248 Left = 304
249 Height = 21
250 Top = 188
251 Width = 63
252 Caption = 'English'
253 TabOrder = 14
254 end
255 end
256 object TabFiles: TTabSheet
257 Caption = 'Files'
258 ClientHeight = 284
259 ClientWidth = 620
260 object cbCompress: TCheckBox
261 Left = 8
262 Height = 21
263 Top = 8
264 Width = 208
265 Caption = 'Сжимать архив при сохранении'
266 TabOrder = 2
267 end
268 object cbBackup: TCheckBox
269 Left = 8
270 Height = 21
271 Top = 32
272 Width = 218
273 Caption = 'Резервная копия при сохранении'
274 TabOrder = 3
275 end
276 object LabelRecent: TLabel
277 Left = 8
278 Height = 14
279 Top = 64
280 Width = 230
281 Caption = 'Запоминать последних открытых карт:'
282 ParentColor = False
283 WordWrap = True
284 end
285 object eRecent: TEdit
286 Left = 8
287 Height = 22
288 Top = 80
289 Width = 57
290 TabOrder = 0
291 Text = '5'
292 end
293 object UpDown3: TUpDown
294 Left = 65
295 Height = 22
296 Top = 80
297 Width = 12
298 Associate = eRecent
299 Max = 10
300 Min = 2
301 Position = 5
302 TabOrder = 1
303 end
304 end
305 object TabTesting: TTabSheet
306 Caption = 'Testing'
307 ClientHeight = 284
308 ClientWidth = 620
309 object LabelPath: TLabel
310 Left = 8
311 Height = 14
312 Top = 8
313 Width = 120
314 Caption = 'Путь к Doom2DF.exe:'
315 ParentColor = False
316 end
317 object edD2dexe: TEdit
318 Left = 8
319 Height = 22
320 Top = 24
321 Width = 296
322 TabOrder = 12
323 Text = 'Doom2DF.exe'
324 end
325 object bChooseD2d: TButton
326 Left = 304
327 Height = 22
328 Top = 24
329 Width = 25
330 Caption = '...'
331 Font.Color = clWindowText
332 Font.Height = -11
333 Font.Name = 'MS Sans Serif'
334 Font.Style = [fsBold]
335 OnClick = bChooseD2dClick
336 ParentFont = False
337 TabOrder = 13
338 end
339 object LabelArgs: TLabel
340 Left = 8
341 Height = 14
342 Top = 55
343 Width = 120
344 Caption = 'Параметры запуска:'
345 ParentColor = False
346 end
347 object edD2DArgs: TEdit
348 Left = 8
349 Height = 22
350 Top = 72
351 Width = 296
352 TabOrder = 14
353 end
354 object rbDM: TRadioButton
355 Left = 8
356 Height = 21
357 Top = 104
358 Width = 91
359 Caption = 'Deathmatch'
360 Checked = True
361 TabOrder = 0
362 TabStop = True
363 end
364 object rbTDM: TRadioButton
365 Left = 8
366 Height = 21
367 Top = 120
368 Width = 124
369 Caption = 'Team Deathmatch'
370 TabOrder = 1
371 end
372 object rbCTF: TRadioButton
373 Left = 8
374 Height = 21
375 Top = 136
376 Width = 114
377 Caption = 'Capture the Flag'
378 TabOrder = 2
379 end
380 object rbCOOP: TRadioButton
381 Left = 8
382 Height = 21
383 Top = 152
384 Width = 92
385 Caption = 'Cooperative'
386 TabOrder = 3
387 end
388 object cbTwoPlayers: TCheckBox
389 Left = 168
390 Height = 21
391 Top = 104
392 Width = 89
393 Caption = 'Два игрока'
394 TabOrder = 4
395 end
396 object cbTeamDamage: TCheckBox
397 Left = 168
398 Height = 21
399 Top = 120
400 Width = 141
401 Caption = 'Урон своей команде'
402 TabOrder = 5
403 end
404 object cbAllowExit: TCheckBox
405 Left = 168
406 Height = 21
407 Top = 136
408 Width = 122
409 Caption = 'Выход из уровня'
410 Checked = True
411 State = cbChecked
412 TabOrder = 6
413 end
414 object cbWeaponStay: TCheckBox
415 Left = 168
416 Height = 21
417 Top = 152
418 Width = 125
419 Caption = 'Оружие остается'
420 TabOrder = 7
421 end
422 object cbMonstersDM: TCheckBox
423 Left = 168
424 Height = 21
425 Top = 168
426 Width = 103
427 Caption = 'Монстры в DM'
428 TabOrder = 8
429 end
430 object LabelTime: TLabel
431 Left = 8
432 Height = 14
433 Top = 200
434 Width = 92
435 Caption = 'Лимит времени:'
436 ParentColor = False
437 end
438 object edTime: TEdit
439 Left = 120
440 Height = 22
441 Top = 200
442 Width = 49
443 TabOrder = 9
444 Text = '0'
445 end
446 object LabelSecs: TLabel
447 Left = 174
448 Height = 14
449 Top = 200
450 Width = 42
451 Caption = 'секунд'
452 ParentColor = False
453 end
454 object LabelScore: TLabel
455 Left = 8
456 Height = 14
457 Top = 223
458 Width = 76
459 Caption = 'Лимит очков:'
460 ParentColor = False
461 end
462 object edScore: TEdit
463 Left = 120
464 Height = 22
465 Top = 223
466 Width = 49
467 TabOrder = 10
468 Text = '0'
469 end
470 object cbMapOnce: TCheckBox
471 Left = 8
472 Height = 21
473 Top = 256
474 Width = 241
475 Caption = 'Закрыть игру после выхода из карты'
476 TabOrder = 11
477 end
478 end
479 end
480 object bOK: TButton
481 Left = 464
482 Height = 25
483 Top = 328
484 Width = 75
485 Caption = 'ОК'
486 Default = True
487 OnClick = bOKClick
488 TabOrder = 0
489 end
490 object bCancel: TButton
491 Left = 557
492 Height = 25
493 Top = 328
494 Width = 75
495 Cancel = True
496 Caption = 'Отмена'
497 OnClick = bCancelClick
498 TabOrder = 1
499 end
500 object ColorDialog: TColorDialog
501 Color = clBlack
502 CustomColors.Strings = (
503 'ColorA=000000'
504 'ColorB=000080'
505 'ColorC=008000'
506 'ColorD=008080'
507 'ColorE=800000'
508 'ColorF=800080'
509 'ColorG=808000'
510 'ColorH=808080'
511 'ColorI=C0C0C0'
512 'ColorJ=0000FF'
513 'ColorK=00FF00'
514 'ColorL=00FFFF'
515 'ColorM=FF0000'
516 'ColorN=FF00FF'
517 'ColorO=FFFF00'
518 'ColorP=FFFFFF'
519 'ColorQ=C0DCC0'
520 'ColorR=F0CAA6'
521 'ColorS=F0FBFF'
522 'ColorT=A4A0A0'
524 left = 568
525 top = 264
526 end
527 object FindD2dDialog: TOpenDialog
528 Title = 'Выберите файл игры Doom 2D: Forever'
529 DefaultExt = '.exe'
530 Filter = 'Doom2DF.exe|Doom2DF.exe;Doom2DF'
531 Options = [ofHideReadOnly, ofNoChangeDir, ofEnableSizing]
532 left = 472
533 top = 264
534 end
535 end