-
Notifications
You must be signed in to change notification settings - Fork 0
/
OPTIONS.dfm
413 lines (413 loc) · 9.35 KB
/
OPTIONS.dfm
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
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
object Form2: TForm2
Left = 226
Top = 251
BorderStyle = bsDialog
Caption = 'Configuration'
ClientHeight = 417
ClientWidth = 579
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 0
Top = 0
Width = 579
Height = 376
ActivePage = tsMisc
Align = alClient
TabOrder = 0
object tsDatabase: TTabSheet
Caption = 'Database'
object grpSetup: TGroupBox
Left = 0
Top = 4
Width = 277
Height = 269
Caption = 'Setup'
TabOrder = 0
object txtPath: TEdit
Left = 72
Top = 16
Width = 177
Height = 21
CharCase = ecLowerCase
MaxLength = 256
TabOrder = 1
Text = 'hamster.app'
OnExit = txtPathExit
end
object txtPath1: TEdit
Left = 72
Top = 40
Width = 177
Height = 21
CharCase = ecLowerCase
MaxLength = 256
TabOrder = 3
end
object txtPath2: TEdit
Left = 72
Top = 64
Width = 177
Height = 21
CharCase = ecLowerCase
MaxLength = 256
TabOrder = 5
end
object txtPath3: TEdit
Left = 72
Top = 88
Width = 177
Height = 21
CharCase = ecLowerCase
MaxLength = 256
TabOrder = 7
end
object txtPath4: TEdit
Left = 72
Top = 112
Width = 177
Height = 21
CharCase = ecLowerCase
MaxLength = 256
TabOrder = 9
end
object txtPath5: TEdit
Left = 72
Top = 136
Width = 177
Height = 21
CharCase = ecLowerCase
MaxLength = 256
TabOrder = 11
end
object txtPath6: TEdit
Left = 72
Top = 160
Width = 177
Height = 21
CharCase = ecLowerCase
MaxLength = 256
TabOrder = 13
end
object txtPath7: TEdit
Left = 72
Top = 184
Width = 177
Height = 21
CharCase = ecLowerCase
MaxLength = 256
TabOrder = 15
end
object chkPath0: TCheckBox
Left = 12
Top = 20
Width = 59
Height = 17
Caption = 'OLE &0:'
Checked = True
State = cbChecked
TabOrder = 0
OnClick = chkPath0Click
end
object chkPath1: TCheckBox
Left = 12
Top = 44
Width = 59
Height = 17
Caption = 'OLE &1:'
Checked = True
State = cbChecked
TabOrder = 2
end
object chkPath2: TCheckBox
Left = 12
Top = 68
Width = 59
Height = 17
Caption = 'OLE &2:'
Checked = True
State = cbChecked
TabOrder = 4
end
object chkPath3: TCheckBox
Left = 12
Top = 92
Width = 59
Height = 17
Caption = 'OLE &3:'
Checked = True
State = cbChecked
TabOrder = 6
end
object chkPath4: TCheckBox
Left = 12
Top = 116
Width = 59
Height = 17
Caption = 'OLE &4:'
Checked = True
State = cbChecked
TabOrder = 8
end
object chkPath5: TCheckBox
Left = 12
Top = 140
Width = 59
Height = 17
Caption = 'OLE &5:'
Checked = True
State = cbChecked
TabOrder = 10
end
object chkPath6: TCheckBox
Left = 12
Top = 164
Width = 59
Height = 17
Caption = 'OLE &6:'
Checked = True
State = cbChecked
TabOrder = 12
end
object chkPath7: TCheckBox
Left = 12
Top = 188
Width = 59
Height = 17
Caption = 'OLE &7:'
Checked = True
State = cbChecked
TabOrder = 14
end
end
end
object tsVis: TTabSheet
Caption = 'Visualisation'
ImageIndex = 1
object grpDisplay: TGroupBox
Left = 28
Top = 4
Width = 277
Height = 112
Caption = 'Display-preferences'
TabOrder = 0
object Label2: TLabel
Left = 11
Top = 35
Width = 52
Height = 13
Caption = 'Article text:'
FocusControl = chkShowHdr
end
object Label5: TLabel
Left = 11
Top = 15
Width = 48
Height = 13
Caption = 'Result list:'
FocusControl = chkShowGrpNam
end
object Label6: TLabel
Left = 12
Top = 84
Width = 53
Height = 13
Caption = 'Article font:'
FocusControl = txtFont
end
object chkShowHdr: TCheckBox
Left = 88
Top = 36
Width = 69
Height = 13
Caption = 'Header'
Checked = True
State = cbChecked
TabOrder = 1
OnClick = chkShowHdrClick
end
object chkShowBody: TCheckBox
Left = 88
Top = 49
Width = 69
Height = 13
Caption = 'Body'
Checked = True
State = cbChecked
TabOrder = 2
OnClick = chkShowHdrClick
end
object chkShowSig: TCheckBox
Left = 88
Top = 62
Width = 69
Height = 13
Caption = 'Signature'
Checked = True
State = cbChecked
TabOrder = 3
OnClick = chkShowHdrClick
end
object chkShowGrpNam: TCheckBox
Left = 88
Top = 16
Width = 114
Height = 14
Caption = 'Short group names'
TabOrder = 0
OnClick = chkShowGrpNamClick
end
object txtFont: TEdit
Left = 88
Top = 81
Width = 161
Height = 21
MaxLength = 256
ReadOnly = True
TabOrder = 4
end
object cmdFont: TButton
Left = 256
Top = 81
Width = 13
Height = 21
Caption = '...'
TabOrder = 5
OnClick = cmdFontClick
end
end
object chk3DChart: TCheckBox
Left = 360
Top = 16
Width = 113
Height = 24
Caption = 'Show Chart in 3D'
Checked = True
State = cbChecked
TabOrder = 1
OnClick = chk3DChartClick
end
end
object tsMisc: TTabSheet
Caption = 'Misc'
ImageIndex = 2
object Label3: TLabel
Left = 12
Top = 218
Width = 49
Height = 13
Caption = 'Timezone:'
FocusControl = txtGMT
end
object Label1: TLabel
Left = 156
Top = 218
Width = 67
Height = 13
Caption = '(GMT +/- hrs.)'
end
object grpFind: TGroupBox
Left = 4
Top = 16
Width = 277
Height = 153
Caption = 'Find-preferences'
TabOrder = 0
object Label7: TLabel
Left = 12
Top = 44
Width = 33
Height = 13
Caption = 'Ignore:'
end
object Label15: TLabel
Left = 12
Top = 128
Width = 65
Height = 13
Caption = 'Progress-rate:'
FocusControl = txtProgressRate
end
object Label10: TLabel
Left = 12
Top = 100
Width = 69
Height = 13
Caption = 'Regex-default:'
FocusControl = chkREIgnoreCase
end
object chkIgnoreFolders: TCheckBox
Left = 88
Top = 76
Width = 181
Height = 14
Caption = 'Mail-Folders'
Enabled = False
TabOrder = 0
OnClick = chkIgnoreFoldersClick
end
object txtProgressRate: TEdit
Left = 88
Top = 124
Width = 61
Height = 21
TabOrder = 2
OnChange = txtProgressRateChange
end
object chkREIgnoreCase: TCheckBox
Left = 88
Top = 100
Width = 181
Height = 14
Caption = 'Ignore case'
TabOrder = 1
OnClick = chkREIgnoreCaseClick
end
end
object txtGMT: TEdit
Left = 72
Top = 214
Width = 77
Height = 21
TabOrder = 1
OnChange = txtGMTChange
end
end
end
object Panel1: TPanel
Left = 0
Top = 376
Width = 579
Height = 41
Align = alBottom
TabOrder = 1
object btnOK: TButton
Left = 176
Top = 8
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 0
OnClick = btnOKClick
end
end
object FontDialog1: TFontDialog
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
MinFontSize = 0
MaxFontSize = 0
Options = [fdEffects, fdForceFontExist]
Left = 348
Top = 4
end
end