object frmSplash: TfrmSplash Left = 200 Top = 131 BorderIcons = [] BorderStyle = bsNone Caption = 'frmSplash' ClientHeight = 168 ClientWidth = 207 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 = 4 Top = 4 Width = 200 Height = 161 AutoSize = True Picture.Data = {} Stretch = True end object Bevel1: TBevel Left = 0 Top = 0 Width = 207 Height = 168 Align = alClient Style = bsRaised end object lVersion: TLabel Left = 12 Top = 148 Width = 38 Height = 14 Caption = 'lVersion' Font.Charset = ANSI_CHARSET Font.Color = clGray Font.Height = -11 Font.Name = 'Verdana' Font.Style = [fsBold, fsItalic] ParentFont = False Transparent = True end object Bevel2: TBevel Left = 4 Top = 4 Width = 201 Height = 161 end end