object SplashScreen: TSplashScreen Left = 374 Top = 251 BorderStyle = bsNone Caption = 'SplashScreen' ClientHeight = 254 ClientWidth = 441 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 441 Height = 254 Align = alClient BevelWidth = 3 TabOrder = 0 object Label1: TLabel Left = 46 Top = 50 Width = 360 Height = 32 Caption = 'SQLScriptWriter Version 1.3' Font.Color = clBlack Font.Height = -27 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentFont = False end object Label2: TLabel Left = 43 Top = 48 Width = 360 Height = 32 Caption = 'SQLScriptWriter Version 1.3' Color = clGreen Font.Color = clYellow Font.Height = -27 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentColor = False ParentFont = False Transparent = True end object Label3: TLabel Left = 24 Top = 16 Width = 93 Height = 18 Caption = 'Welcome To' Font.Color = clBlack Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentFont = False end object Memo1: TMemo Left = 16 Top = 96 Width = 409 Height = 137 Font.Color = clBlack Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] Lines.Strings = ( 'SQLScriptWriter is shareware. You may use an ' 'unregistered copy for a trial period of 28 days, ' 'but you should then register. For details of ' 'how to register, please consult the on-line help.' '' 'Copyright � 1997 Neil Butterworth') ParentColor = True ParentFont = False ReadOnly = True TabOrder = 0 end end object Timer1: TTimer Interval = 7000 OnTimer = Timer1Timer Left = 304 Top = 16 end end