This repository has been archived by the owner on Jul 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
PageProgress.dfm
102 lines (102 loc) · 2.18 KB
/
PageProgress.dfm
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
inherited ProgressPage: TProgressPage
Left = 299
Top = 280
Caption = 'ProgressPage'
ClientHeight = 232
ClientWidth = 412
OnClose = FormClose
OnCreate = FormCreate
ExplicitWidth = 412
ExplicitHeight = 232
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
AlignWithMargins = True
Left = 3
Top = 3
Width = 406
Height = 68
Align = alTop
Caption = 'Overall Progress'
TabOrder = 0
DesignSize = (
406
68)
object Label1: TLabel
Left = 12
Top = 18
Width = 44
Height = 13
Caption = 'Package:'
end
object lblPackage: TLabel
Left = 62
Top = 18
Width = 61
Height = 13
Caption = 'lblPackage'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object lblCurrentPackageNo: TLabel
Left = 411
Top = 18
Width = 15
Height = 13
Alignment = taRightJustify
Anchors = [akTop, akRight, akBottom]
Caption = ' '
ExplicitLeft = 401
end
object ProgressBar: TProgressBar
Left = 12
Top = 37
Width = 381
Height = 20
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
end
object btnCancel: TButton
Left = 432
Top = 37
Width = 59
Height = 20
Anchors = [akTop, akRight]
Caption = 'Cancel'
TabOrder = 1
OnClick = btnCancelClick
end
end
object memo: TRichEdit
AlignWithMargins = True
Left = 3
Top = 77
Width = 406
Height = 129
Align = alClient
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
ScrollBars = ssBoth
TabOrder = 1
Zoom = 100
end
object chkShowFullLog: TCheckBox
AlignWithMargins = True
Left = 3
Top = 212
Width = 406
Height = 17
Align = alBottom
Caption = 'Show Full Log'
TabOrder = 2
OnClick = chkShowFullLogClick
end
end