object Splash: TSplash Left = 314 Top = 164 BorderStyle = bsNone Caption = 'Splash' ClientHeight = 273 ClientWidth = 427 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object Splash_IMG: TImage Left = 0 Top = 0 Width = 105 Height = 105 AutoSize = True OnClick = Splash_TimerTimer end object Splash_Timer: TTimer Enabled = False OnTimer = Splash_TimerTimer Left = 112 end end