object SplashBox: TSplashBox Left = 315 Top = 234 Width = 403 Height = 336 HelpContext = 2010 HorzScrollBar.Range = 385 VertScrollBar.Range = 302 ActiveControl = AgreeBitBtn BorderIcons = [] AutoScroll = False Caption = 'Splash' Font.Color = clWindowText Font.Height = 12 Font.Name = 'MS Sans Serif' Font.Pitch = fpVariable Font.Style = [] PixelsPerInch = 120 Position = poScreenCenter Scaled = False ShowHint = True OnCreate = FormCreate TextHeight = 16 object Panel1: TPanel Left = 10 Top = 10 Width = 375 Height = 255 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object ProgramIcon: TImage Left = 10 Top = 10 Width = 128 Height = 52 Hint = 'Click on me to jump to Borland'#39's Delphi website.' Picture.Data = {} OnClick = ProgramIconClick end object LeftImage: TImage Left = 16 Top = 179 Width = 96 Height = 60 Picture.Data = {} end object RightImage: TImage Left = 256 Top = 178 Width = 98 Height = 61 Picture.Data = {} end object ProductLabel: TLabel Left = 144 Top = 16 Width = 209 Height = 25 Alignment = taRightJustify AutoSize = False Caption = 'TSplash' Font.Color = clWindowText Font.Height = 12 Font.Name = 'MS Sans Serif' Font.Pitch = fpVariable Font.Style = [] ParentFont = False end object VersionLabel: TLabel Left = 144 Top = 89 Width = 200 Height = 16 Alignment = taRightJustify AutoSize = False Caption = 'Version 1.0' end object CopyrightLabel: TLabel Left = 144 Top = 74 Width = 200 Height = 16 Alignment = taRightJustify AutoSize = False Caption = 'Copyright � Chemware 1999' end object URLLabel: TLabel Left = 10 Top = 152 Width = 351 Height = 16 Hint = 'Clicking on this web address will make your web browser jump the' + 're !' Alignment = taCenter AutoSize = False Caption = 'http://www.users.bigpond.com/Chemware/' Font.Color = clBlue Font.Height = 12 Font.Name = 'MS Sans Serif' Font.Pitch = fpVariable Font.Style = [fsUnderline] ParentFont = False OnClick = URLLabelClick end object CommentsLabel: TLabel Left = 16 Top = 105 Width = 328 Height = 48 Alignment = taCenter AutoSize = False Caption = 'Freeware Version' end object PriceLabel: TLabel Left = 120 Top = 176 Width = 129 Height = 65 Alignment = taCenter AutoSize = False Caption = 'Register for only A$25' Font.Color = clWindowText Font.Height = 12 Font.Name = 'MS Sans Serif' Font.Pitch = fpVariable Font.Style = [] ParentFont = False WordWrap = True end object CompanyLabel: TLabel Left = 144 Top = 50 Width = 208 Height = 23 Alignment = taRightJustify AutoSize = False Caption = 'by ...' Font.Color = clWindowText Font.Height = 12 Font.Name = 'MS Sans Serif' Font.Pitch = fpVariable Font.Style = [] ParentFont = False end end object AgreeBitBtn: TBitBtn Left = 288 Top = 272 Width = 97 Height = 30 Caption = 'I &Agree' TabOrder = 1 Kind = bkOK end object DisagreeBitBtn: TBitBtn Left = 16 Top = 272 Width = 97 Height = 30 Caption = 'I &Disagree' TabOrder = 2 Kind = bkCancel end object ViewLicenseBitBtn: TBitBtn Left = 144 Top = 272 Width = 113 Height = 30 Caption = '&View License' Default = True TabOrder = 3 OnClick = ViewLicenseBitBtnClick NumGlyphs = 2 end object Timer1: TTimer Enabled = False Interval = 5000 OnTimer = Timer1Timer Left = 50 Top = 98 end end