object SplashForm: TSplashForm Left = 257 Top = 167 BorderIcons = [] BorderStyle = bsNone ClientHeight = 282 ClientWidth = 368 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter Scaled = False OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object SplashImage: TImage Left = 0 Top = 0 Width = 320 Height = 240 AutoSize = True Picture.Data = {} end object Timer: TTimer Enabled = False OnTimer = TimerTimer Left = 328 Top = 72 end end