-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathUFWait.dfm
95 lines (95 loc) · 1.96 KB
/
UFWait.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
object FWait: TFWait
Left = 0
Top = 0
BorderStyle = bsToolWindow
ClientHeight = 295
ClientWidth = 369
Color = 3288877
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 13
object LNowShrinking: TLabel
Left = 0
Top = 245
Width = 369
Height = 50
Align = alBottom
Alignment = taCenter
AutoSize = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Layout = tlCenter
WordWrap = True
ExplicitTop = 70
end
object LTotalClasses: TLabel
Left = 35
Top = 84
Width = 300
Height = 21
AutoSize = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object LUsedClasses: TLabel
Left = 35
Top = 109
Width = 300
Height = 21
AutoSize = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object LMessage: TLabel
Left = 35
Top = 134
Width = 300
Height = 47
AutoSize = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object ASPBJNI: TProgressBar
Left = 37
Top = 212
Width = 300
Height = 17
BarColor = clBlue
BackgroundColor = clBlack
TabOrder = 0
TabStop = True
end
object ASPB: TProgressBar
Left = 37
Top = 54
Width = 300
Height = 17
BarColor = clBlue
BackgroundColor = clBlack
TabOrder = 1
TabStop = True
end
end