68 lines
1.4 KiB
Plaintext
68 lines
1.4 KiB
Plaintext
object fProgress: TfProgress
|
|
Left = 3292
|
|
Height = 188
|
|
Top = 620
|
|
Width = 615
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'fProgress'
|
|
ClientHeight = 188
|
|
ClientWidth = 615
|
|
DesignTimePPI = 108
|
|
FormStyle = fsStayOnTop
|
|
OnCloseQuery = FormCloseQuery
|
|
OnCreate = FormCreate
|
|
Position = poMainFormCenter
|
|
ShowInTaskBar = stNever
|
|
LCLVersion = '1.9.0.0'
|
|
object lbProgressionMessage: TLabel
|
|
Left = 11
|
|
Height = 20
|
|
Top = 11
|
|
Width = 140
|
|
Caption = 'lbProgressionMessage'
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object ProgressBar: TProgressBar
|
|
Left = 11
|
|
Height = 22
|
|
Top = 38
|
|
Width = 593
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
end
|
|
object btnCancel: TBitBtn
|
|
Left = 482
|
|
Height = 34
|
|
Top = 144
|
|
Width = 122
|
|
Anchors = [akRight, akBottom]
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Default = True
|
|
OnClick = btnCancelClick
|
|
ParentFont = False
|
|
TabOrder = 1
|
|
end
|
|
object lbProgressionMessage2: TLabel
|
|
Left = 11
|
|
Height = 20
|
|
Top = 76
|
|
Width = 148
|
|
Caption = 'lbProgressionMessage2'
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object ProgressBar2: TProgressBar
|
|
Left = 11
|
|
Height = 22
|
|
Top = 104
|
|
Width = 593
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ParentFont = False
|
|
TabOrder = 2
|
|
end
|
|
end
|