-
Notifications
You must be signed in to change notification settings - Fork 225
/
ProgressBar.dfm
49 lines (49 loc) · 961 Bytes
/
ProgressBar.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
object FProgressBar: TFProgressBar
Left = 449
Top = 484
BorderIcons = []
BorderStyle = bsToolWindow
ClientHeight = 43
ClientWidth = 480
Color = clBtnFace
DefaultMonitor = dmMainForm
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object pb: TProgressBar
Left = 0
Top = 0
Width = 480
Height = 24
Align = alClient
BorderWidth = 4
Min = 0
Max = 256
Smooth = True
TabOrder = 0
end
object sb: TStatusBar
Left = 0
Top = 24
Width = 480
Height = 19
Panels = <
item
Text = '000'
Width = 200
end
item
Text = '111'
Width = 280
end>
SimplePanel = False
end
end