-
Notifications
You must be signed in to change notification settings - Fork 281
/
options.lfm
335 lines (335 loc) · 8.22 KB
/
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
inherited OptionsForm: TOptionsForm
Left = 313
Height = 331
Top = 230
Width = 564
AutoSize = True
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Application options'
ClientHeight = 331
ClientWidth = 564
OnActivate = FormActivate
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
Position = poMainFormCenter
object Page: TPageControl[0]
Left = 8
Height = 329
Top = 8
Width = 548
ActivePage = tabGeneral
Align = alClient
BorderSpacing.Around = 8
TabIndex = 0
TabOrder = 0
object tabGeneral: TTabSheet
Caption = 'General'
ClientHeight = 253
ClientWidth = 540
object gbNewTorrent: TGroupBox
Left = 8
Height = 95
Top = 118
Width = 523
Anchors = [akTop, akLeft, akRight]
Caption = 'Add torrent'
ClientHeight = 75
ClientWidth = 519
TabOrder = 1
object cbShowAddTorrentWindow: TCheckBox
Left = 10
Height = 19
Top = 4
Width = 322
Caption = 'Prompt for download options when adding a new torrent'
TabOrder = 0
end
object cbDeleteTorrentFile: TCheckBox
Left = 10
Height = 19
Top = 28
Width = 263
Caption = 'Delete a .torrent file after a successful addition'
TabOrder = 1
end
object cbLinksFromClipboard: TCheckBox
Left = 10
Height = 19
Top = 52
Width = 285
Caption = 'Automatically add torrent links from the clipboard'
TabOrder = 2
end
end
object gbData: TGroupBox
Left = 8
Height = 106
Top = 6
Width = 523
Anchors = [akTop, akLeft, akRight]
Caption = 'Data display'
ClientHeight = 86
ClientWidth = 519
TabOrder = 0
object txSeconds: TLabel
Left = 435
Height = 15
Top = 6
Width = 43
Anchors = [akTop, akRight]
Caption = 'seconds'
ParentColor = False
end
object txRefreshInterval: TLabel
Left = 10
Height = 15
Top = 5
Width = 108
Caption = 'Data refresh interval:'
ParentColor = False
end
object txRefreshIntervalMin: TLabel
Left = 10
Height = 15
Top = 33
Width = 199
Caption = 'Data refresh interval when minimized:'
ParentColor = False
end
object txSeconds2: TLabel
Left = 435
Height = 15
Top = 34
Width = 43
Anchors = [akTop, akRight]
Caption = 'seconds'
ParentColor = False
end
object edRefreshInterval: TSpinEdit
Left = 358
Height = 23
Top = 2
Width = 70
Anchors = [akTop, akRight]
MaxValue = 999
MinValue = 1
TabOrder = 0
Value = 1
end
object edRefreshIntervalMin: TSpinEdit
Left = 358
Height = 23
Top = 30
Width = 70
Anchors = [akTop, akRight]
MaxValue = 999
MinValue = 1
TabOrder = 1
Value = 1
end
object cbCalcAvg: TCheckBox
Left = 10
Height = 19
Top = 60
Width = 298
Caption = 'Average out transfer speeds to eliminate fluctuations'
TabOrder = 2
end
end
end
object tabAdvanced: TTabSheet
Caption = 'Advanced'
ClientHeight = 253
ClientWidth = 540
object txLanguage: TLabel
Left = 8
Height = 15
Top = 148
Width = 55
Caption = 'Language:'
ParentColor = False
end
object gbTray: TGroupBox
Left = 8
Height = 73
Top = 6
Width = 523
Anchors = [akTop, akLeft, akRight]
Caption = 'Tray icon'
ChildSizing.LeftRightSpacing = 10
ChildSizing.TopBottomSpacing = 4
ChildSizing.VerticalSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 2
ClientHeight = 53
ClientWidth = 519
TabOrder = 0
object cbTrayMinimize: TCheckBox
Left = 10
Height = 19
Top = 4
Width = 231
Caption = 'Minimize to tray'
TabOrder = 0
end
object cbTrayClose: TCheckBox
Left = 241
Height = 19
Top = 4
Width = 268
Caption = 'Close to tray'
TabOrder = 1
end
object cbTrayIconAlways: TCheckBox
Left = 10
Height = 19
Top = 29
Width = 231
Caption = 'Tray icon always visible'
TabOrder = 2
end
object cbTrayNotify: TCheckBox
Left = 241
Height = 19
Top = 29
Width = 268
Caption = 'Show notifications in tray icon'
TabOrder = 3
end
end
object cbLanguage: TComboBox
Left = 248
Height = 23
Top = 146
Width = 136
Anchors = [akTop, akLeft, akRight]
DropDownCount = 60
ItemHeight = 15
OnEnter = cbLanguageEnter
OnMouseDown = cbLanguageMouseDown
Style = csDropDownList
TabOrder = 4
end
object txIntfScale: TLabel
Left = 8
Height = 15
Top = 121
Width = 49
Caption = 'Font size:'
ParentColor = False
end
object edIntfScale: TSpinEdit
Left = 248
Height = 23
Top = 118
Width = 70
Increment = 5
MaxValue = 200
MinValue = 75
TabOrder = 3
Value = 100
end
object txPerc: TLabel
Left = 328
Height = 15
Top = 121
Width = 10
Caption = '%'
ParentColor = False
end
object cbCheckNewVersion: TCheckBox
Left = 8
Height = 19
Top = 92
Width = 171
Caption = 'Check for new version every:'
OnClick = cbCheckNewVersionClick
TabOrder = 1
end
object edCheckVersionDays: TSpinEdit
Left = 248
Height = 23
Top = 90
Width = 70
MaxValue = 999
MinValue = 1
TabOrder = 2
Value = 5
end
object txDays: TLabel
Left = 328
Height = 15
Top = 93
Width = 24
Caption = 'days'
ParentColor = False
end
object gbSysInt: TGroupBox
Left = 8
Height = 71
Top = 172
Width = 523
Anchors = [akTop, akLeft, akRight]
Caption = 'System integration'
ClientHeight = 51
ClientWidth = 519
TabOrder = 5
Visible = False
object cbRegExt: TCheckBox
Left = 10
Height = 19
Top = 4
Width = 158
Caption = 'Handle .torrent files by %s'
TabOrder = 0
end
object cbRegMagnet: TCheckBox
Left = 10
Height = 19
Top = 28
Width = 163
Caption = 'Handle magnet links by %s'
TabOrder = 1
end
end
object cbLangLeftRight: TComboBox
Left = 392
Height = 23
Top = 148
Width = 136
Anchors = [akTop, akLeft, akRight]
DropDownCount = 60
ItemHeight = 15
OnEnter = cbLanguageEnter
OnMouseDown = cbLanguageMouseDown
Style = csDropDownList
TabOrder = 6
end
end
end
object Buttons: TButtonPanel[1]
Left = 8
Height = 26
Top = 297
Width = 548
BorderSpacing.Left = 8
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
BorderSpacing.Around = 0
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 1
Spacing = 8
ShowButtons = [pbOK, pbCancel]
ShowBevel = False
end
end