object SplashForm: TSplashForm Left = 510 Top = 450 BorderStyle = bsNone ClientHeight = 199 ClientWidth = 376 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 377 Height = 201 TabOrder = 0 object Image1: TImage Left = 2 Top = 2 Width = 373 Height = 197 end object CompanyLabel: TLabel Left = 247 Top = 23 Width = 71 Height = 14 Caption = 'CompanyLabel' Color = clWhite Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentColor = False ParentFont = False Transparent = True end object RegisteredLabel: TLabel Left = 247 Top = 6 Width = 78 Height = 14 Caption = 'RegisteredLabel' Color = clWhite Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentColor = False ParentFont = False Transparent = True end object Label1: TLabel Left = 211 Top = 6 Width = 29 Height = 14 Caption = 'User :' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = True end object Label2: TLabel Left = 189 Top = 22 Width = 51 Height = 14 Caption = 'Company :' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = True end object VersionLabel: TLabel Left = 308 Top = 180 Width = 62 Height = 14 Caption = 'Version 1.51' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = True end object Label3: TLabel Left = 8 Top = 179 Width = 227 Height = 14 Caption = 'Copyright � 1998 MAPSoft, All rights reserved.' Color = clWhite Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentColor = False ParentFont = False Transparent = True end end object Timer1: TTimer Enabled = False Interval = 2000 OnTimer = Timer1Timer Left = 8 Top = 212 end end