object frmMain: TfrmMain Left = 295 Top = 110 BorderIcons = [] BorderStyle = bsNone Caption = 'FastSplash' ClientHeight = 210 ClientWidth = 124 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 412 Height = 289 AutoSize = True end object Memo1: TMemo Left = 9 Top = 7 Width = 424 Height = 109 TabStop = False BorderStyle = bsNone Lines.Strings = ( 'ini file') ReadOnly = True TabOrder = 0 Visible = False WordWrap = False end object Timer1: TTimer Enabled = False Interval = 500 OnTimer = Timer1Timer Left = 80 Top = 176 end end