object SplashForm: TSplashForm Left = 234 Top = 214 BorderStyle = bsNone Caption = 'SplashForm' ClientHeight = 230 ClientWidth = 360 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 360 Height = 230 Picture.Data = {} end object SplashTimer: TTimer OnTimer = SplashTimerTimer Left = 8 Top = 8 end end