forked from transmission-remote-gui/transgui
-
Notifications
You must be signed in to change notification settings - Fork 2
/
options.lfm
309 lines (309 loc) · 7.68 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
object OptionsForm: TOptionsForm
Left = 1741
Height = 309
Top = 651
Width = 564
AutoSize = True
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Application options'
ClientHeight = 309
ClientWidth = 564
OnActivate = FormActivate
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
Position = poMainFormCenter
LCLVersion = '3.4.0.0'
object Page: TPageControl
Left = 8
Height = 258
Top = 8
Width = 548
ActivePage = tabGeneral
Align = alClient
BorderSpacing.Around = 8
TabIndex = 0
TabOrder = 0
object tabGeneral: TTabSheet
Caption = 'General'
ClientHeight = 229
ClientWidth = 544
object gbNewTorrent: TGroupBox
Left = 8
Height = 95
Top = 118
Width = 527
Anchors = [akTop, akLeft, akRight]
Caption = 'Add torrent'
ClientHeight = 71
ClientWidth = 521
TabOrder = 1
object cbShowAddTorrentWindow: TCheckBox
Left = 10
Height = 21
Top = 4
Width = 364
Caption = 'Prompt for download options when adding a new torrent'
TabOrder = 0
end
object cbDeleteTorrentFile: TCheckBox
Left = 10
Height = 21
Top = 28
Width = 309
Caption = 'Delete a .torrent file after a successful addition'
TabOrder = 1
end
object cbLinksFromClipboard: TCheckBox
Left = 10
Height = 21
Top = 52
Width = 325
Caption = 'Automatically add torrent links from the clipboard'
TabOrder = 2
end
end
object gbData: TGroupBox
Left = 8
Height = 106
Top = 6
Width = 527
Anchors = [akTop, akLeft, akRight]
Caption = 'Data display'
ClientHeight = 82
ClientWidth = 521
TabOrder = 0
object txSeconds: TLabel
Left = 431
Height = 15
Top = 6
Width = 49
Anchors = [akTop, akRight]
Caption = 'seconds'
ParentColor = False
end
object txRefreshInterval: TLabel
Left = 10
Height = 15
Top = 5
Width = 129
Caption = 'Data refresh interval:'
ParentColor = False
end
object txRefreshIntervalMin: TLabel
Left = 10
Height = 15
Top = 33
Width = 231
Caption = 'Data refresh interval when minimized:'
ParentColor = False
end
object txSeconds2: TLabel
Left = 431
Height = 15
Top = 34
Width = 49
Anchors = [akTop, akRight]
Caption = 'seconds'
ParentColor = False
end
object edRefreshInterval: TSpinEdit
Left = 360
Height = 24
Top = 2
Width = 70
Anchors = [akTop, akRight]
MaxValue = 999
MinValue = 1
TabOrder = 0
Value = 1
end
object edRefreshIntervalMin: TSpinEdit
Left = 360
Height = 24
Top = 30
Width = 70
Anchors = [akTop, akRight]
MaxValue = 999
MinValue = 1
TabOrder = 1
Value = 1
end
object cbCalcAvg: TCheckBox
Left = 10
Height = 21
Top = 60
Width = 346
Caption = 'Average out transfer speeds to eliminate fluctuations'
TabOrder = 2
end
end
end
object tabAdvanced: TTabSheet
Caption = 'Advanced'
ClientHeight = 229
ClientWidth = 544
object txLanguage: TLabel
Left = 8
Height = 15
Top = 120
Width = 64
Caption = 'Language:'
ParentColor = False
end
object gbTray: TGroupBox
Left = 8
Height = 73
Top = 6
Width = 527
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 = 49
ClientWidth = 521
TabOrder = 0
object cbTrayMinimize: TCheckBox
Left = 10
Height = 21
Top = 4
Width = 230
Caption = 'Minimize to tray'
TabOrder = 0
end
object cbTrayClose: TCheckBox
Left = 240
Height = 21
Top = 4
Width = 271
Caption = 'Close to tray'
TabOrder = 1
end
object cbTrayIconAlways: TCheckBox
Left = 10
Height = 21
Top = 31
Width = 230
Caption = 'Tray icon always visible'
TabOrder = 2
end
object cbTrayNotify: TCheckBox
Left = 240
Height = 21
Top = 31
Width = 271
Caption = 'Show notifications in tray icon'
TabOrder = 3
end
end
object cbLanguage: TComboBox
Left = 248
Height = 23
Top = 120
Width = 140
Anchors = [akTop, akLeft, akRight]
DropDownCount = 60
ItemHeight = 23
Style = csDropDownList
TabOrder = 3
OnEnter = cbLanguageEnter
OnMouseDown = cbLanguageMouseDown
end
object cbCheckNewVersion: TCheckBox
Left = 8
Height = 21
Top = 92
Width = 200
Caption = 'Check for new version every:'
TabOrder = 1
OnClick = cbCheckNewVersionClick
end
object edCheckVersionDays: TSpinEdit
Left = 248
Height = 24
Top = 90
Width = 70
MaxValue = 999
MinValue = 1
TabOrder = 2
Value = 5
end
object txDays: TLabel
Left = 328
Height = 15
Top = 93
Width = 29
Caption = 'days'
ParentColor = False
end
object gbSysInt: TGroupBox
Left = 8
Height = 71
Top = 152
Width = 527
Anchors = [akTop, akLeft, akRight]
Caption = 'System integration'
ClientHeight = 47
ClientWidth = 521
TabOrder = 4
Visible = False
object cbRegExt: TCheckBox
Left = 10
Height = 21
Top = 4
Width = 185
Caption = 'Handle .torrent files by %s'
TabOrder = 0
end
object cbRegMagnet: TCheckBox
Left = 10
Height = 21
Top = 28
Width = 189
Caption = 'Handle magnet links by %s'
TabOrder = 1
end
end
object cbLangLeftRight: TComboBox
Left = 392
Height = 23
Top = 120
Width = 140
Anchors = [akTop, akLeft, akRight]
DropDownCount = 60
ItemHeight = 23
Style = csDropDownList
TabOrder = 5
OnEnter = cbLanguageEnter
OnMouseDown = cbLanguageMouseDown
end
end
end
object Buttons: TButtonPanel
Left = 8
Height = 27
Top = 274
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