object SplashForm: TSplashForm Left = 271 Top = 367 BorderStyle = bsNone Caption = 'UCI Installer' ClientHeight = 144 ClientWidth = 288 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter WindowState = wsMaximized OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 288 Height = 144 Picture.Data = {} Stretch = True end object Label1: TLabel Left = 205 Top = 125 Width = 75 Height = 13 Caption = 'UCI Installer 1.0' Transparent = True end object Label2: TLabel Left = 14 Top = 14 Width = 187 Height = 37 Caption = 'Minitris 2.02' Font.Color = clBlack Font.Height = -32 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label3: TLabel Left = 13 Top = 15 Width = 187 Height = 37 Caption = 'Minitris 2.02' Font.Color = clRed Font.Height = -32 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end end