forked from corneliusdavid/AutoGetIt
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathufrmInstallLog.dfm
82 lines (82 loc) · 1.67 KB
/
ufrmInstallLog.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
object frmInstallLog: TfrmInstallLog
Left = 0
Top = 0
Caption = 'Install/Uninstall Log'
ClientHeight = 555
ClientWidth = 803
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object lbInstallLog: TListBox
Left = 0
Top = 0
Width = 803
Height = 517
Align = alClient
ItemHeight = 13
TabOrder = 0
end
object pnlLogBottom: TPanel
Left = 0
Top = 517
Width = 803
Height = 38
Align = alBottom
TabOrder = 1
DesignSize = (
803
38)
object lblCount: TLabel
Left = 105
Top = 12
Width = 76
Height = 13
Caption = '0 of 2 packages'
end
object btnCancel: TBitBtn
Left = 10
Top = 6
Width = 89
Height = 28
Anchors = [akLeft, akTop, akBottom]
Kind = bkCancel
NumGlyphs = 2
TabOrder = 0
OnClick = btnCancelClick
end
object pbInstalls: TProgressBar
Left = 208
Top = 6
Width = 569
Height = 27
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 1
end
object btnClose: TBitBtn
Left = 10
Top = 6
Width = 89
Height = 28
Anchors = [akLeft, akTop, akBottom]
Kind = bkClose
NumGlyphs = 2
TabOrder = 2
OnClick = btnCloseClick
end
end
object DosCmdGetItInstall: TDosCommand
InputToOutput = False
MaxTimeAfterBeginning = 0
MaxTimeAfterLastOutput = 0
OnNewLine = DosCmdGetItInstallNewLine
OnTerminated = DosCmdGetItInstallTerminated
Left = 240
Top = 216
end
end