DEADSOFTWARE

Added new optios(thanks GranMinigun!), added .dfz extension(now default) and fixed...
[d2df-editor.git] / src / editor / f_options.lfm
1 object OptionsForm: TOptionsForm
2 Left = 202
3 Height = 285
4 Top = 174
5 Width = 435
6 BorderIcons = [biSystemMenu]
7 BorderStyle = bsSingle
8 Caption = 'Настройки редактора'
9 ClientHeight = 285
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.8.4.0'
18 object GroupBox1: TGroupBox
19 Left = 8
20 Height = 248
21 Top = 0
22 Width = 425
23 ClientHeight = 246
24 ClientWidth = 423
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 = 14
35 Top = 74
36 Width = 73
37 Caption = 'Шаги сетки:'
38 ParentColor = False
39 end
40 object LabelGridCol: TLabel
41 Left = 190
42 Height = 14
43 Top = 2
44 Width = 69
45 Caption = 'Цвет сетки:'
46 ParentColor = False
47 end
48 object LabelBack: TLabel
49 Left = 190
50 Height = 14
51 Top = 43
52 Width = 66
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 = 14
66 Top = 72
67 Width = 252
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 = 14
82 Top = 129
83 Width = 129
84 Caption = 'Масштаб мини-карты:'
85 ParentColor = False
86 end
87 object LabelRecent: TLabel
88 Left = 190
89 Height = 14
90 Top = 162
91 Width = 233
92 Caption = 'Запоминать последних открытых карт:'
93 ParentColor = False
94 WordWrap = True
95 end
96 object LabelLanguage: TLabel
97 Left = 6
98 Height = 14
99 Top = 162
100 Width = 34
101 Caption = 'Язык:'
102 ParentColor = False
103 end
104 object LabelGridSize: TLabel
105 Left = 6
106 Height = 14
107 Top = 122
108 Width = 121
109 Caption = 'Размер точек сетки:'
110 ParentColor = False
111 WordWrap = True
112 end
113 object cbShowDots: TCheckBox
114 Left = 6
115 Height = 21
116 Top = 2
117 Width = 130
118 Caption = 'Показывать сетку'
119 TabOrder = 0
120 end
121 object UpDown1: TUpDown
122 Left = 143
123 Height = 26
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 = 26
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 = 13
167 end
168 object cbScale: TComboBox
169 Left = 344
170 Height = 27
171 Top = 129
172 Width = 70
173 ItemHeight = 0
174 ItemIndex = 0
175 Items.Strings = (
176 '1x'
177 '2x'
179 Style = csDropDownList
180 TabOrder = 14
181 Text = '1x'
182 end
183 object cbShowTexture: TCheckBox
184 Left = 6
185 Height = 21
186 Top = 18
187 Width = 196
188 Caption = 'Показывать текстуру панели'
189 TabOrder = 1
190 end
191 object cbShowSize: TCheckBox
192 Left = 6
193 Height = 21
194 Top = 34
195 Width = 194
196 Caption = 'Показывать размеры панели'
197 TabOrder = 2
198 end
199 object eRecent: TEdit
200 Left = 344
201 Height = 26
202 Top = 180
203 Width = 57
204 TabOrder = 15
205 Text = '5'
206 end
207 object UpDown3: TUpDown
208 Left = 401
209 Height = 26
210 Top = 180
211 Width = 12
212 Associate = eRecent
213 Max = 10
214 Min = 2
215 Position = 5
216 TabOrder = 16
217 Wrap = False
218 end
219 object eDotStepTwo: TEdit
220 Left = 86
221 Height = 26
222 Top = 98
223 Width = 57
224 TabOrder = 5
225 Text = '8'
226 end
227 object UpDown2: TUpDown
228 Left = 143
229 Height = 26
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 = 21
242 Top = 162
243 Width = 71
244 Caption = 'Русский'
245 Checked = True
246 TabOrder = 8
247 TabStop = True
248 end
249 object rbEnglish: TRadioButton
250 Left = 86
251 Height = 21
252 Top = 186
253 Width = 64
254 Caption = 'English'
255 TabOrder = 9
256 end
257 object cbDotSize: TComboBox
258 Left = 82
259 Height = 27
260 Top = 136
261 Width = 73
262 ItemHeight = 0
263 ItemIndex = 0
264 Items.Strings = (
265 '1'
266 '2'
268 TabOrder = 7
269 Text = '1'
270 end
271 object cbCheckerboard: TCheckBox
272 Left = 190
273 Height = 21
274 Top = 94
275 Width = 166
276 Caption = 'Использовать шахматку'
277 Checked = True
278 State = cbChecked
279 TabOrder = 12
280 end
281 object cbCompress: TCheckBox
282 Left = 190
283 Height = 21
284 Top = 208
285 Width = 212
286 Caption = 'Сжимать архив при сохранении'
287 TabOrder = 17
288 end
289 object cbBackup: TCheckBox
290 Left = 190
291 Height = 21
292 Top = 224
293 Width = 222
294 Caption = 'Резервная копия при сохранении'
295 TabOrder = 18
296 end
297 end
298 object bOK: TButton
299 Left = 262
300 Height = 25
301 Top = 256
302 Width = 75
303 Caption = 'ОК'
304 Default = True
305 OnClick = bOKClick
306 TabOrder = 1
307 end
308 object bCancel: TButton
309 Left = 358
310 Height = 25
311 Top = 256
312 Width = 75
313 Cancel = True
314 Caption = 'Отмена'
315 OnClick = bCancelClick
316 TabOrder = 2
317 end
318 object ColorDialog: TColorDialog
319 Color = clBlack
320 CustomColors.Strings = (
321 'ColorA=000000'
322 'ColorB=000080'
323 'ColorC=008000'
324 'ColorD=008080'
325 'ColorE=800000'
326 'ColorF=800080'
327 'ColorG=808000'
328 'ColorH=808080'
329 'ColorI=C0C0C0'
330 'ColorJ=0000FF'
331 'ColorK=00FF00'
332 'ColorL=00FFFF'
333 'ColorM=FF0000'
334 'ColorN=FF00FF'
335 'ColorO=FFFF00'
336 'ColorP=FFFFFF'
337 'ColorQ=C0DCC0'
338 'ColorR=F0CAA6'
339 'ColorS=F0FBFF'
340 'ColorT=A4A0A0'
342 left = 96
343 top = 216
344 end
345 end