object frmSplash: TfrmSplash Left = 207 Top = 232 BorderIcons = [] BorderStyle = bsToolWindow Caption = 'Please wait...' ClientHeight = 68 ClientWidth = 291 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 0 Top = 0 Width = 291 Height = 68 Align = alClient end object imWrite: TImage Left = 12 Top = 8 Width = 48 Height = 48 AutoSize = True Picture.Data = {} Transparent = True Visible = False end object imScan: TImage Left = 12 Top = 8 Width = 48 Height = 48 AutoSize = True Picture.Data = {} Transparent = True Visible = False end object lbText: TLabel Left = 68 Top = 25 Width = 63 Height = 13 Caption = 'Progress info' end object ProgressBar1: TProgressBar Left = 68 Top = 44 Width = 213 Height = 13 Min = 0 Max = 100 Step = 1 TabOrder = 0 Visible = False end end