Forms: Fix tab order
[d2df-editor.git] / src / editor / f_options.lfm
blob97ef8e2fd75a622bd0d06faedee9f0af34cb576a
1 object OptionsForm: TOptionsForm
2   Left = 202
3   Height = 262
4   Top = 174
5   Width = 435
6   BorderIcons = [biSystemMenu]
7   BorderStyle = bsSingle
8   Caption = 'Настройки редактора'
9   ClientHeight = 262
10   ClientWidth = 435
11   Color = clBtnFace
12   Font.Color = clWindowText
13   Font.Height = -11
14   Font.Name = 'MS Sans Serif'
15   OnActivate = FormActivate
16   Position = poScreenCenter
17   LCLVersion = '1.6.4.0'
18   object GroupBox1: TGroupBox
19     Left = 8
20     Height = 225
21     Top = 0
22     Width = 425
23     ClientHeight = 207
24     ClientWidth = 421
25     TabOrder = 0
26     object sDotColor: TShape
27       Left = 344
28       Height = 25
29       Top = 2
30       Width = 57
31     end
32     object LabelGrid: TLabel
33       Left = 6
34       Height = 13
35       Top = 74
36       Width = 61
37       Caption = 'Шаги сетки:'
38       ParentColor = False
39     end
40     object LabelGridCol: TLabel
41       Left = 190
42       Height = 13
43       Top = 2
44       Width = 60
45       Caption = 'Цвет сетки:'
46       ParentColor = False
47     end
48     object LabelBack: TLabel
49       Left = 190
50       Height = 13
51       Top = 43
52       Width = 57
53       Caption = 'Цвет фона:'
54       ParentColor = False
55     end
56     object sBackColor: TShape
57       Left = 344
58       Height = 25
59       Top = 43
60       Width = 57
61       Brush.Color = clBlack
62     end
63     object LabelPreview: TLabel
64       Left = 190
65       Height = 13
66       Top = 72
67       Width = 216
68       Caption = 'Цвет фона поля предпросмотра текстуры:'
69       ParentColor = False
70       WordWrap = True
71     end
72     object sPreviewColor: TShape
73       Left = 344
74       Height = 25
75       Top = 88
76       Width = 57
77       Brush.Color = clBlack
78     end
79     object LabelMinimap: TLabel
80       Left = 190
81       Height = 13
82       Top = 131
83       Width = 112
84       Caption = 'Масштаб мини-карты:'
85       ParentColor = False
86     end
87     object LabelRecent: TLabel
88       Left = 190
89       Height = 13
90       Top = 162
91       Width = 199
92       Caption = 'Запоминать последних открытых карт:'
93       ParentColor = False
94       WordWrap = True
95     end
96     object LabelLanguage: TLabel
97       Left = 6
98       Height = 13
99       Top = 162
100       Width = 31
101       Caption = 'Язык:'
102       ParentColor = False
103     end
104     object LabelGridSize: TLabel
105       Left = 6
106       Height = 13
107       Top = 122
108       Width = 105
109       Caption = 'Размер точек сетки:'
110       ParentColor = False
111       WordWrap = True
112     end
113     object cbShowDots: TCheckBox
114       Left = 6
115       Height = 17
116       Top = 2
117       Width = 112
118       Caption = 'Показывать сетку'
119       TabOrder = 0
120     end
121     object UpDown1: TUpDown
122       Left = 143
123       Height = 21
124       Top = 74
125       Width = 12
126       Associate = eDotStepOne
127       Max = 255
128       Min = 2
129       Position = 16
130       TabOrder = 4
131       Wrap = False
132     end
133     object eDotStepOne: TEdit
134       Left = 86
135       Height = 21
136       Top = 74
137       Width = 57
138       TabOrder = 3
139       Text = '16'
140     end
141     object bGrid: TButton
142       Left = 402
143       Height = 25
144       Top = 2
145       Width = 11
146       Caption = '..'
147       OnClick = bGridClick
148       TabOrder = 10
149     end
150     object bBack: TButton
151       Left = 402
152       Height = 25
153       Top = 43
154       Width = 11
155       Caption = '..'
156       OnClick = bBackClick
157       TabOrder = 11
158     end
159     object bPreview: TButton
160       Left = 402
161       Height = 25
162       Top = 88
163       Width = 11
164       Caption = '..'
165       OnClick = bPreviewClick
166       TabOrder = 12
167     end
168     object cbScale: TComboBox
169       Left = 344
170       Height = 21
171       Top = 131
172       Width = 70
173       ItemHeight = 13
174       ItemIndex = 0
175       Items.Strings = (
176         '1x'
177         '2x'
178       )
179       Style = csDropDownList
180       TabOrder = 13
181       Text = '1x'
182     end
183     object cbShowTexture: TCheckBox
184       Left = 6
185       Height = 17
186       Top = 18
187       Width = 167
188       Caption = 'Показывать текстуру панели'
189       TabOrder = 1
190     end
191     object cbShowSize: TCheckBox
192       Left = 6
193       Height = 17
194       Top = 34
195       Width = 169
196       Caption = 'Показывать размеры панели'
197       TabOrder = 2
198     end
199     object eRecent: TEdit
200       Left = 344
201       Height = 21
202       Top = 184
203       Width = 57
204       TabOrder = 14
205       Text = '5'
206     end
207     object UpDown3: TUpDown
208       Left = 401
209       Height = 21
210       Top = 184
211       Width = 12
212       Associate = eRecent
213       Max = 10
214       Min = 2
215       Position = 5
216       TabOrder = 15
217       Wrap = False
218     end
219     object eDotStepTwo: TEdit
220       Left = 86
221       Height = 21
222       Top = 98
223       Width = 57
224       TabOrder = 5
225       Text = '8'
226     end
227     object UpDown2: TUpDown
228       Left = 143
229       Height = 21
230       Top = 98
231       Width = 12
232       Associate = eDotStepTwo
233       Max = 255
234       Min = 2
235       Position = 8
236       TabOrder = 6
237       Wrap = False
238     end
239     object rbRussian: TRadioButton
240       Left = 86
241       Height = 17
242       Top = 162
243       Width = 60
244       Caption = 'Русский'
245       Checked = True
246       TabOrder = 8
247       TabStop = True
248     end
249     object rbEnglish: TRadioButton
250       Left = 86
251       Height = 17
252       Top = 186
253       Width = 52
254       Caption = 'English'
255       TabOrder = 9
256     end
257     object cbDotSize: TComboBox
258       Left = 82
259       Height = 21
260       Top = 136
261       Width = 73
262       ItemHeight = 13
263       ItemIndex = 0
264       Items.Strings = (
265         '1'
266         '2'
267       )
268       TabOrder = 7
269       Text = '1'
270     end
271   end
272   object bOK: TButton
273     Left = 262
274     Height = 25
275     Top = 232
276     Width = 75
277     Caption = 'ОК'
278     Default = True
279     OnClick = bOKClick
280     TabOrder = 1
281   end
282   object bCancel: TButton
283     Left = 358
284     Height = 25
285     Top = 232
286     Width = 75
287     Cancel = True
288     Caption = 'Отмена'
289     OnClick = bCancelClick
290     TabOrder = 2
291   end
292   object ColorDialog: TColorDialog
293     Color = clBlack
294     CustomColors.Strings = (
295       'ColorA=000000'
296       'ColorB=000080'
297       'ColorC=008000'
298       'ColorD=008080'
299       'ColorE=800000'
300       'ColorF=800080'
301       'ColorG=808000'
302       'ColorH=808080'
303       'ColorI=C0C0C0'
304       'ColorJ=0000FF'
305       'ColorK=00FF00'
306       'ColorL=00FFFF'
307       'ColorM=FF0000'
308       'ColorN=FF00FF'
309       'ColorO=FFFF00'
310       'ColorP=FFFFFF'
311       'ColorQ=C0DCC0'
312       'ColorR=F0CAA6'
313       'ColorS=F0FBFF'
314       'ColorT=A4A0A0'
315     )
316     left = 200
317     top = 232
318   end