object SplashWindow: TSplashWindow Left = 350 Top = 202 BorderIcons = [] BorderStyle = bsNone Caption = 'SplashWindow' ClientHeight = 173 ClientWidth = 317 Color = clMaroon Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object SplashImage: TImage Left = 2 Top = 2 Width = 313 Height = 169 Center = True Picture.Data = {} end object Panel1: TPanel Left = 12 Top = 145 Width = 293 Height = 15 Caption = 'Panel1' TabOrder = 0 object LoadBar: TProgressBar Left = 0 Top = 0 Width = 293 Height = 15 Min = 0 Max = 100 Smooth = True TabOrder = 0 end end end