2015-05-01 12:14:15 +02:00
|
|
|
object frmInitialize: TfrmInitialize
|
|
|
|
Left = 290
|
|
|
|
Height = 65
|
|
|
|
Top = 171
|
|
|
|
Width = 241
|
|
|
|
BorderIcons = []
|
|
|
|
BorderStyle = bsDialog
|
|
|
|
Caption = 'Please wait ...'
|
|
|
|
ClientHeight = 65
|
|
|
|
ClientWidth = 241
|
|
|
|
Font.Height = -11
|
|
|
|
OnClose = FormClose
|
|
|
|
OnCreate = FormCreate
|
|
|
|
Position = poScreenCenter
|
|
|
|
LCLVersion = '0.9.25'
|
|
|
|
object pnlMain: TPanel
|
|
|
|
Left = 8
|
|
|
|
Height = 50
|
|
|
|
Top = 8
|
|
|
|
Width = 226
|
|
|
|
BevelInner = bvRaised
|
|
|
|
BevelOuter = bvLowered
|
|
|
|
ClientHeight = 50
|
|
|
|
ClientWidth = 226
|
|
|
|
ParentFont = True
|
|
|
|
TabOrder = 0
|
|
|
|
object lblStatus: TLabel
|
|
|
|
Left = 8
|
|
|
|
Height = 32
|
|
|
|
Top = 8
|
|
|
|
Width = 208
|
|
|
|
Alignment = taCenter
|
|
|
|
AutoSize = False
|
|
|
|
Layout = tlCenter
|
|
|
|
ParentColor = False
|
|
|
|
ParentFont = True
|
|
|
|
WordWrap = True
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|