68 lines
1.5 KiB
ObjectPascal
68 lines
1.5 KiB
ObjectPascal
object ProgressForm: TProgressForm
|
|
Left = 0
|
|
Top = 0
|
|
ParentCustomHint = False
|
|
BiDiMode = bdLeftToRight
|
|
BorderIcons = []
|
|
BorderStyle = bsNone
|
|
ClientHeight = 100
|
|
ClientWidth = 400
|
|
Color = clBtnFace
|
|
DoubleBuffered = True
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
KeyPreview = True
|
|
ParentBiDiMode = False
|
|
Position = poMainFormCenter
|
|
Scaled = False
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
OnKeyDown = FormKeyDown
|
|
TextHeight = 13
|
|
object m_DialogPanel: TGeneralDialogPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 400
|
|
Height = 100
|
|
Color = 5064257
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentBackground = False
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
OnCanceled = OnCanceled
|
|
object m_panelProgress: TPanel
|
|
Left = 40
|
|
Top = 50
|
|
Width = 320
|
|
Height = 20
|
|
BevelOuter = bvNone
|
|
Caption = 'm_panelProgress'
|
|
Ctl3D = False
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentCtl3D = False
|
|
ParentFont = False
|
|
ShowCaption = False
|
|
TabOrder = 0
|
|
object m_pbProgress: TPaintBox
|
|
Left = 0
|
|
Top = 0
|
|
Width = 320
|
|
Height = 20
|
|
Align = alClient
|
|
OnPaint = ProgressPaint
|
|
end
|
|
end
|
|
end
|
|
end
|