object SplashScreen: TSplashScreen Left = 451 Top = 279 BorderStyle = bsNone Caption = 'SplashScreen' ClientHeight = 201 ClientWidth = 300 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 300 Height = 201 Align = alClient BevelWidth = 5 TabOrder = 0 object Image1: TImage Left = 5 Top = 5 Width = 290 Height = 191 Align = alClient Picture.Data = {} end end end