object SplashScreen: TSplashScreen Left = 616 Top = 443 BorderStyle = bsNone Caption = 'SplashScreen' ClientHeight = 240 ClientWidth = 400 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 400 Height = 240 Align = alClient BevelOuter = bvNone BorderStyle = bsSingle Ctl3D = False ParentCtl3D = False TabOrder = 0 object Image1: TImage Left = 0 Top = 0 Width = 398 Height = 238 Align = alClient AutoSize = True Picture.Data = {} end object ProgressLabel: TLabel Left = 176 Top = 216 Width = 57 Height = 13 Alignment = taCenter Caption = 'Inicializuji...' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False Transparent = True end end end