forked from transmission-remote-gui/transgui
-
Notifications
You must be signed in to change notification settings - Fork 4
/
connoptionspathsframe.lfm
51 lines (51 loc) · 1.07 KB
/
connoptionspathsframe.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
object ConnOptionsPathsFrame: TConnOptionsPathsFrame
Left = 0
Height = 341
Top = 0
Width = 502
ClientHeight = 341
ClientWidth = 502
TabOrder = 0
DesignLeft = 1393
DesignTop = 295
object txPaths: TLabel
Left = 8
Height = 57
Top = 32
Width = 492
Anchors = [akTop, akLeft, akRight]
Caption = 'Remote to local path mappings.'#13#10'Examples:'#13#10'/share=\\pch\share'#13#10'/var/downloads/music=Z:\music'
ParentColor = False
WordWrap = True
end
object edPaths: TMemo
Left = 8
Height = 225
Top = 96
Width = 492
Anchors = [akTop, akLeft, akRight, akBottom]
ScrollBars = ssAutoVertical
TabOrder = 0
WordWrap = False
end
object edMaxFolder: TSpinEdit
Left = 8
Height = 24
Top = 8
Width = 70
MaxValue = 99
MinValue = 10
TabOrder = 1
Value = 50
end
object Label1: TLabel
Left = 88
Height = 23
Top = 9
Width = 385
AutoSize = False
Caption = 'The maximum history of directories for storage of torrents'
Layout = tlCenter
ParentColor = False
end
end