-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProgBar.dfm
More file actions
50 lines (50 loc) · 916 Bytes
/
ProgBar.dfm
File metadata and controls
50 lines (50 loc) · 916 Bytes
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
object ProgBarForm: TProgBarForm
Left = 196
Top = 101
AutoSize = True
BorderStyle = bsNone
Caption = 'ProgBarForm'
ClientHeight = 90
ClientWidth = 353
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
Scaled = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 0
Top = 0
Width = 353
Height = 90
Style = bsRaised
end
object Bevel2: TBevel
Left = 16
Top = 18
Width = 321
Height = 21
end
object Image1: TImage
Left = 18
Top = 20
Width = 317
Height = 17
end
object btStop: TButton
Left = 120
Top = 53
Width = 113
Height = 25
Caption = 'Stop'
TabOrder = 0
OnClick = btStopClick
end
end