forked from transmission-remote-gui/transgui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdownload.lfm
77 lines (77 loc) · 1.49 KB
/
download.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
object DownloadForm: TDownloadForm
Left = 390
Height = 106
Top = 278
Width = 404
HorzScrollBar.Page = 403
HorzScrollBar.Range = 392
VertScrollBar.Page = 105
VertScrollBar.Range = 95
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Downloading'
ClientHeight = 106
ClientWidth = 404
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnResize = FormResize
OnShow = FormShow
Position = poMainFormCenter
LCLVersion = '0.9.28.2'
object txFileName: TLabel
Left = 12
Height = 14
Top = 8
Width = 54
Caption = 'txFileName'
ParentColor = False
end
object txBytes: TLabel
Left = 12
Height = 14
Top = 28
Width = 38
Caption = 'txBytes'
ParentColor = False
end
object txPercent: TLabel
Left = 344
Height = 14
Top = 28
Width = 48
Alignment = taRightJustify
Anchors = [akTop, akRight]
Caption = 'txPercent'
ParentColor = False
end
object btCancel: TButton
Left = 160
Height = 23
Top = 72
Width = 75
AutoSize = True
Cancel = True
Caption = 'Cancel'
Constraints.MinWidth = 75
Default = True
OnClick = btCancelClick
TabOrder = 0
end
object pbDownload: TProgressBar
Left = 12
Height = 16
Top = 44
Width = 380
Anchors = [akTop, akLeft, akRight]
Smooth = True
Step = 1
TabOrder = 1
end
object UpdateTimer: TTimer
Interval = 300
OnTimer = UpdateTimerTimer
left = 36
top = 68
end
end