Language: Add missing translation for grid dot size
[d2df-editor.git] / src / editor / f_maptest.lfm
blob6e5fa1edc98d0e12b43f971ae89e1ebe6615c35c
1 object MapTestForm: TMapTestForm
2   Left = 291
3   Height = 270
4   Top = 194
5   Width = 367
6   BorderIcons = [biSystemMenu]
7   BorderStyle = bsSingle
8   Caption = 'Настройки теста в игре'
9   ClientHeight = 270
10   ClientWidth = 367
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 = '1.6.4.0'
19   object bOK: TButton
20     Left = 192
21     Height = 25
22     Top = 240
23     Width = 75
24     Caption = 'OK'
25     Default = True
26     OnClick = bOKClick
27     TabOrder = 1
28   end
29   object bCancel: TButton
30     Left = 286
31     Height = 25
32     Top = 240
33     Width = 75
34     Cancel = True
35     Caption = 'Отмена'
36     OnClick = bCancelClick
37     TabOrder = 2
38   end
39   object GroupBox1: TGroupBox
40     Left = 8
41     Height = 233
42     Top = 0
43     Width = 353
44     ClientHeight = 215
45     ClientWidth = 349
46     TabOrder = 0
47     object LabelTime: TLabel
48       Left = 14
49       Height = 13
50       Top = 98
51       Width = 83
52       Caption = 'Лимит времени:'
53       ParentColor = False
54     end
55     object LabelSecs: TLabel
56       Left = 174
57       Height = 13
58       Top = 98
59       Width = 35
60       Caption = 'секунд'
61       ParentColor = False
62     end
63     object LabelScore: TLabel
64       Left = 14
65       Height = 13
66       Top = 122
67       Width = 68
68       Caption = 'Лимит очков:'
69       ParentColor = False
70     end
71     object LabelPath: TLabel
72       Left = 14
73       Height = 13
74       Top = 170
75       Width = 107
76       Caption = 'Путь к Doom2DF.exe:'
77       ParentColor = False
78     end
79     object rbDM: TRadioButton
80       Left = 14
81       Height = 17
82       Top = 2
83       Width = 76
84       Caption = 'Deathmatch'
85       Checked = True
86       TabOrder = 0
87       TabStop = True
88     end
89     object rbTDM: TRadioButton
90       Left = 14
91       Height = 17
92       Top = 18
93       Width = 106
94       Caption = 'Team Deathmatch'
95       TabOrder = 1
96     end
97     object rbCTF: TRadioButton
98       Left = 14
99       Height = 17
100       Top = 34
101       Width = 96
102       Caption = 'Capture the Flag'
103       TabOrder = 2
104     end
105     object rbCOOP: TRadioButton
106       Left = 14
107       Height = 17
108       Top = 50
109       Width = 75
110       Caption = 'Cooperative'
111       TabOrder = 3
112     end
113     object cbTwoPlayers: TCheckBox
114       Left = 174
115       Height = 17
116       Top = 2
117       Width = 77
118       Caption = 'Два игрока'
119       TabOrder = 4
120     end
121     object cbTeamDamage: TCheckBox
122       Left = 174
123       Height = 17
124       Top = 18
125       Width = 124
126       Caption = 'Урон своей команде'
127       TabOrder = 5
128     end
129     object cbAllowExit: TCheckBox
130       Left = 174
131       Height = 17
132       Top = 34
133       Width = 103
134       Caption = 'Выход из уровня'
135       Checked = True
136       State = cbChecked
137       TabOrder = 6
138     end
139     object cbWeaponStay: TCheckBox
140       Left = 174
141       Height = 17
142       Top = 50
143       Width = 106
144       Caption = 'Оружие остается'
145       TabOrder = 7
146     end
147     object cbMonstersDM: TCheckBox
148       Left = 174
149       Height = 17
150       Top = 66
151       Width = 93
152       Caption = 'Монстры в DM'
153       TabOrder = 8
154     end
155     object edTime: TEdit
156       Left = 102
157       Height = 21
158       Top = 98
159       Width = 49
160       TabOrder = 9
161       Text = '0'
162     end
163     object edScore: TEdit
164       Left = 102
165       Height = 21
166       Top = 122
167       Width = 49
168       TabOrder = 10
169       Text = '0'
170     end
171     object UpDown2: TUpDown
172       Left = 151
173       Height = 21
174       Top = 122
175       Width = 12
176       Associate = edScore
177       Max = 1000
178       Min = 0
179       Position = 0
180       TabOrder = 12
181       Wrap = False
182     end
183     object UpDown1: TUpDown
184       Left = 151
185       Height = 21
186       Top = 98
187       Width = 12
188       Associate = edTime
189       Max = 28800
190       Min = 0
191       Position = 0
192       TabOrder = 11
193       Wrap = False
194     end
195     object edD2dexe: TEdit
196       Left = 14
197       Height = 21
198       Top = 186
199       Width = 297
200       TabOrder = 14
201       Text = 'Doom2DF.exe'
202     end
203     object bChooseD2d: TButton
204       Left = 318
205       Height = 20
206       Top = 186
207       Width = 25
208       Caption = '...'
209       Font.Color = clWindowText
210       Font.Height = -11
211       Font.Name = 'MS Sans Serif'
212       Font.Style = [fsBold]
213       OnClick = bChooseD2dClick
214       ParentFont = False
215       TabOrder = 15
216     end
217     object cbMapOnce: TCheckBox
218       Left = 14
219       Height = 17
220       Top = 146
221       Width = 209
222       Caption = 'Закрыть игру после выхода из карты'
223       TabOrder = 13
224     end
225   end
226   object FindD2dDialog: TOpenDialog
227     Title = 'Выберите файл игры Doom 2D: Forever'
228     DefaultExt = '.exe'
229     Filter = 'Doom2DF.exe|Doom2DF.exe'
230     Options = [ofHideReadOnly, ofNoChangeDir, ofEnableSizing]
231     left = 320
232     top = 144
233   end