-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProgresBarUnit.dfm
executable file
·53 lines (53 loc) · 1.11 KB
/
ProgresBarUnit.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
object ProgresBarForm: TProgresBarForm
Left = 297
Top = 127
BorderIcons = []
BorderStyle = bsNone
ClientHeight = 93
ClientWidth = 352
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 14
object Panel1: TTntPanel
Left = 3
Top = 3
Width = 346
Height = 86
TabOrder = 0
object Label1: TTntLabel
Left = 17
Top = 9
Width = 75
Height = 15
Caption = 'Please wait...'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TTntLabel
Left = 17
Top = 34
Width = 32
Height = 14
Caption = 'Label2'
end
object ProgressBar1: TProgressBar
Left = 9
Top = 60
Width = 328
Height = 18
TabOrder = 0
end
end
end