forked from transmission-remote-gui/transgui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaddlink.lfm
62 lines (62 loc) · 1.35 KB
/
addlink.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
object AddLinkForm: TAddLinkForm
Left = 354
Height = 96
Top = 193
Width = 574
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Add torrent link'
ClientHeight = 96
ClientWidth = 574
OnCreate = FormCreate
Position = poMainFormCenter
LCLVersion = '0.9.30.1'
object Buttons: TButtonPanel
Left = 0
Height = 26
Top = 62
Width = 574
BorderSpacing.Bottom = 8
BorderSpacing.Around = 0
OKButton.Name = 'OKButton'
OKButton.Caption = '&OK'
HelpButton.Name = 'HelpButton'
HelpButton.Caption = '&Help'
CloseButton.Name = 'CloseButton'
CloseButton.Caption = '&Close'
CancelButton.Name = 'CancelButton'
CancelButton.Caption = 'Cancel'
TabOrder = 1
Spacing = 8
ShowButtons = [pbOK, pbCancel]
ShowBevel = False
end
object Panel1: TPanel
Left = 8
Height = 46
Top = 8
Width = 558
Align = alClient
BorderSpacing.Around = 8
BevelOuter = bvNone
ClientHeight = 46
ClientWidth = 558
TabOrder = 0
object txLink: TLabel
Left = 0
Height = 14
Top = 0
Width = 183
Caption = 'URL of a .torrent file or a magnet link:'
ParentColor = False
end
object edLink: TEdit
Left = 0
Height = 21
Top = 20
Width = 558
Anchors = [akTop, akLeft, akRight]
TabOrder = 0
end
end
end