DEADSOFTWARE

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