object frmInitialize: TfrmInitialize Left = 290 Height = 81 Top = 171 Width = 301 BorderIcons = [] BorderStyle = bsDialog Caption = 'Please wait ...' ClientHeight = 81 ClientWidth = 301 Font.Height = -14 OnClose = FormClose OnCreate = FormCreate Position = poScreenCenter object pnlMain: TPanel Left = 10 Height = 62 Top = 10 Width = 282 BevelInner = bvRaised BevelOuter = bvLowered ClientHeight = 62 ClientWidth = 282 TabOrder = 0 object lblStatus: TLabel Left = 10 Height = 40 Top = 10 Width = 260 Alignment = taCenter AutoSize = False Color = clDefault Layout = tlCenter ParentColor = False WordWrap = True end end end