-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathform_options.lfm
391 lines (391 loc) · 8.39 KB
/
form_options.lfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
object fmOptions: TfmOptions
Left = 327
Height = 404
Top = 254
Width = 702
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'CudaLister options'
ClientHeight = 404
ClientWidth = 702
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '2.3.0.0'
object labelFont: TLabel
AnchorSideLeft.Control = btnFont
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = btnFont
AnchorSideTop.Side = asrCenter
Left = 190
Height = 15
Top = 13
Width = 55
BorderSpacing.Left = 10
Caption = 'font name'
end
object btnFont: TButton
Left = 8
Height = 25
Top = 8
Width = 172
Caption = 'Font...'
OnClick = btnFontClick
TabOrder = 0
end
object btnClose: TButton
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 576
Height = 26
Top = 372
Width = 120
Anchors = [akRight, akBottom]
BorderSpacing.Around = 6
Cancel = True
Caption = 'Close'
Default = True
OnClick = btnCloseClick
TabOrder = 23
end
object groupNums: TGroupBox
AnchorSideTop.Side = asrBottom
Left = 8
Height = 56
Top = 110
Width = 407
BorderSpacing.Top = 2
Caption = 'Line numbers'
ClientHeight = 36
ClientWidth = 403
TabOrder = 3
object chkNumsAll: TRadioButton
AnchorSideTop.Control = groupNums
AnchorSideTop.Side = asrCenter
Left = 8
Height = 19
Top = 9
Width = 30
Caption = 'all'
Checked = True
OnChange = chkNumsAllChange
TabOrder = 0
TabStop = True
end
object chkNumsNone: TRadioButton
AnchorSideTop.Control = groupNums
AnchorSideTop.Side = asrCenter
Left = 68
Height = 19
Top = 9
Width = 45
Caption = 'none'
OnChange = chkNumsNoneChange
TabOrder = 1
end
object chkNums10: TRadioButton
AnchorSideTop.Control = groupNums
AnchorSideTop.Side = asrCenter
Left = 136
Height = 19
Top = 9
Width = 69
Caption = 'each 10th'
OnChange = chkNums10Change
TabOrder = 2
end
object chkNums5: TRadioButton
AnchorSideTop.Control = groupNums
AnchorSideTop.Side = asrCenter
Left = 224
Height = 19
Top = 9
Width = 63
Caption = 'each 5th'
OnChange = chkNums5Change
TabOrder = 3
end
object chkNumRelative: TRadioButton
Left = 304
Height = 19
Top = 9
Width = 56
Caption = 'relative'
OnChange = chkNumRelativeChange
TabOrder = 4
end
end
object chkTabSpaces: TCheckBox
Left = 424
Height = 19
Top = 10
Width = 131
Caption = 'Tab key enters spaces'
OnChange = chkTabSpacesChange
TabOrder = 10
end
object chkUnprintedSpace: TCheckBox
Left = 424
Height = 19
Top = 35
Width = 139
Caption = 'Unprinted: spaces/tabs'
OnChange = chkUnprintedSpaceChange
TabOrder = 11
end
object chkUnprintedEnds: TCheckBox
Left = 424
Height = 19
Top = 60
Width = 138
Caption = 'Unprinted: end of lines'
OnChange = chkUnprintedEndsChange
TabOrder = 12
end
object chkMinimap: TCheckBox
Left = 424
Height = 19
Top = 85
Width = 66
Caption = 'Minimap'
OnChange = chkMinimapChange
TabOrder = 13
end
object chkNoCaret: TCheckBox
Left = 8
Height = 19
Top = 233
Width = 318
Caption = 'No caret, scroll by arrows/Home/End/Space/Shift+Space'
OnChange = chkNoCaretChange
TabOrder = 5
end
object chkOnlyKnown: TCheckBox
Left = 8
Height = 19
Top = 258
Width = 217
Caption = 'Allow opening only for files with lexer'
OnChange = chkOnlyKnownChange
TabOrder = 6
end
object chkClickLink: TCheckBox
Left = 424
Height = 19
Top = 160
Width = 152
Caption = 'Open URL by simple click'
OnChange = chkClickLinkChange
TabOrder = 17
end
object chkMinimapTooltip: TCheckBox
Left = 536
Height = 19
Top = 85
Width = 107
Caption = 'Minimap: tooltip'
OnChange = chkMinimapTooltipChange
TabOrder = 14
end
object chkGutterFold: TCheckBox
Left = 424
Height = 19
Top = 135
Width = 125
Caption = 'Gutter: folding band'
OnChange = chkGutterFoldChange
TabOrder = 16
end
object chkEncUtf8: TCheckBox
Left = 9
Height = 19
Top = 283
Width = 178
Caption = 'Use UTF-8 as default encoding'
OnChange = chkEncUtf8Change
TabOrder = 7
end
object chkCopyLine: TCheckBox
Left = 424
Height = 19
Top = 185
Width = 148
Caption = 'Copy line if none selected'
OnChange = chkCopyLineChange
TabOrder = 18
end
object groupTabSize: TGroupBox
AnchorSideTop.Control = groupNums
AnchorSideTop.Side = asrBottom
Left = 8
Height = 56
Top = 168
Width = 407
BorderSpacing.Top = 2
Caption = 'Tab size'
ClientHeight = 36
ClientWidth = 403
TabOrder = 4
object chkTabSize2: TRadioButton
AnchorSideTop.Control = groupTabSize
AnchorSideTop.Side = asrCenter
Left = 8
Height = 19
Top = 9
Width = 24
Caption = '2'
Checked = True
OnChange = chkTabSize2Change
TabOrder = 0
TabStop = True
end
object chkTabSize4: TRadioButton
AnchorSideTop.Control = groupTabSize
AnchorSideTop.Side = asrCenter
Left = 120
Height = 19
Top = 9
Width = 24
Caption = '4'
OnChange = chkTabSize4Change
TabOrder = 2
end
object chkTabSize8: TRadioButton
AnchorSideTop.Control = groupTabSize
AnchorSideTop.Side = asrCenter
Left = 176
Height = 19
Top = 9
Width = 24
Caption = '8'
OnChange = chkTabSize8Change
TabOrder = 3
end
object chkTabSize3: TRadioButton
AnchorSideLeft.Control = chkTabSize2
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = groupTabSize
AnchorSideTop.Side = asrCenter
Left = 68
Height = 19
Top = 9
Width = 24
Anchors = [akTop]
Caption = '3'
OnChange = chkTabSize3Change
TabOrder = 1
end
end
object edMaxSize: TEdit
Left = 9
Height = 23
Top = 315
Width = 40
OnChange = edMaxSizeChange
TabOrder = 8
end
object LabelMaxSize: TLabel
AnchorSideTop.Control = edMaxSize
AnchorSideTop.Side = asrCenter
Left = 56
Height = 15
Top = 319
Width = 132
Caption = 'Max file size to open, Mb'
end
object Label3: TLabel
Left = 190
Height = 15
Top = 60
Width = 70
Caption = '(need restart)'
end
object btnThemeUi: TButton
Left = 8
Height = 25
Top = 40
Width = 172
Caption = 'Theme - UI...'
OnClick = btnThemeUiClick
TabOrder = 1
end
object btnThemeSyntax: TButton
Left = 8
Height = 25
Top = 72
Width = 172
Caption = 'Theme - syntax...'
OnClick = btnThemeSyntaxClick
TabOrder = 2
end
object chkLastOnTop: TCheckBox
Left = 424
Height = 19
Top = 210
Width = 128
Caption = 'Show last line on top'
OnChange = chkLastOnTopChange
TabOrder = 19
end
object chkGutterNums: TCheckBox
Left = 424
Height = 19
Top = 110
Width = 134
Caption = 'Gutter: numbers band'
OnChange = chkGutterNumsChange
TabOrder = 15
end
object chkCaretVirtual: TCheckBox
Left = 424
Height = 19
Top = 233
Width = 149
Caption = 'Allow caret after line end'
OnChange = chkCaretVirtualChange
TabOrder = 20
end
object chkWrap: TCheckBox
Left = 424
Height = 19
Top = 256
Width = 134
Caption = 'Word-wrap by default'
OnChange = chkWrapChange
TabOrder = 21
end
object edCaretProx: TEdit
Left = 9
Height = 23
Top = 343
Width = 40
OnChange = edCaretProxChange
TabOrder = 9
end
object LabelCaretProx: TLabel
AnchorSideTop.Control = edCaretProx
AnchorSideTop.Side = asrCenter
Left = 56
Height = 15
Top = 347
Width = 166
Caption = 'Caret proximity to vertical edge'
end
object chkNewScroll: TCheckBox
Left = 424
Height = 19
Top = 280
Width = 125
Caption = 'Show new scrollbars'
OnChange = chkNewScrollChange
TabOrder = 22
end
object FontDialog1: TFontDialog
MinFontSize = 0
MaxFontSize = 0
Options = [fdEffects, fdNoStyleSel]
Left = 304
Top = 8
end
end