object frmSplash: TfrmSplash Left = 235 Top = 186 BorderStyle = bsNone Caption = 'frmSplash' ClientHeight = 185 ClientWidth = 394 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object imgAbout: TImage Left = 0 Top = 0 Width = 400 Height = 210 AutoSize = True end end