object SplashForm: TSplashForm Left = 116 Top = 215 BorderStyle = bsNone Caption = 'SplashForm' ClientHeight = 256 ClientWidth = 402 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 = 362 Height = 220 Cursor = crAppStart Picture.Data = {} Stretch = True end end