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