-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDigIt_Form_Progress.lfm
96 lines (96 loc) · 1.77 KB
/
DigIt_Form_Progress.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
object DigIt_Progress: TDigIt_Progress
Left = 420
Height = 161
Top = 216
Width = 320
AutoSize = True
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'DigIt_Progress'
ClientHeight = 161
ClientWidth = 320
FormStyle = fsStayOnTop
Position = poScreenCenter
LCLVersion = '3.99.0.0'
OnCreate = FormCreate
object panelTotal: TPanel
Left = 0
Height = 64
Top = 0
Width = 320
Align = alTop
BevelOuter = bvNone
ClientHeight = 64
ClientWidth = 320
TabOrder = 0
object progressTotal: TProgressBar
Left = 10
Height = 20
Top = 40
Width = 300
Smooth = True
Step = 1
TabOrder = 0
end
object capTotal: TLabel
Left = 10
Height = 1
Top = 23
Width = 1
end
object labTotal: TLabel
Left = 10
Height = 1
Top = 4
Width = 1
end
end
object panelCancel: TPanel
Left = 0
Height = 64
Top = 104
Width = 320
Align = alTop
BevelOuter = bvNone
ClientHeight = 64
ClientWidth = 320
TabOrder = 1
object btCancel: TBitBtn
Left = 116
Height = 34
Top = 16
Width = 88
Anchors = [akRight, akBottom]
DefaultCaption = True
Kind = bkCancel
TabOrder = 0
OnClick = btCancelClick
end
end
object panelCurrent: TPanel
Left = 0
Height = 40
Top = 64
Width = 320
Align = alTop
BevelOuter = bvNone
ClientHeight = 40
ClientWidth = 320
TabOrder = 2
object progressCurrent: TProgressBar
Left = 10
Height = 20
Top = 17
Width = 300
Smooth = True
Step = 1
TabOrder = 0
end
object capCurrent: TLabel
Left = 10
Height = 1
Top = 0
Width = 1
end
end
end