DEADSOFTWARE

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