object FrmSpl: TFrmSpl Left = 278 Top = 213 BorderIcons = [] BorderStyle = bsNone Caption = 'FrmSpl' ClientHeight = 101 ClientWidth = 302 Color = clGreen 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 Panel1: TPanel Left = 4 Top = 4 Width = 293 Height = 93 BevelOuter = bvLowered BevelWidth = 2 BorderStyle = bsSingle Caption = 'Panel1' Color = clBlack TabOrder = 0 object Image1: TImage Left = 24 Top = 16 Width = 251 Height = 43 AutoSize = True Center = True Picture.Data = {} end object Label1: TLabel Left = 40 Top = 67 Width = 225 Height = 14 Alignment = taCenter AutoSize = False Caption = 'V' Font.Charset = ANSI_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end end end