object AboutBox: TAboutBox Left = 590 Top = 272 HelpContext = 130 BorderIcons = [] BorderStyle = bsNone Caption = ' Advanced Space Hunter' ClientHeight = 231 ClientWidth = 426 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Position = poScreenCenter ShowHint = True OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 426 Height = 231 Align = alClient BevelInner = bvLowered TabOrder = 0 object Panel4: TPanel Left = 92 Top = 2 Width = 332 Height = 227 Align = alClient BevelInner = bvRaised Caption = 'Panel4' TabOrder = 1 object Panel3: TPanel Left = 2 Top = 2 Width = 328 Height = 40 Align = alTop BevelOuter = bvNone Color = clWhite TabOrder = 0 object Image1: TImage Left = 0 Top = 1 Width = 320 Height = 34 AutoSize = True Picture.Data = {} end end object memAbout: TMemo Left = 2 Top = 42 Width = 328 Height = 183 Align = alClient Alignment = taCenter BorderStyle = bsNone Color = clWhite Font.Color = clBlack Font.Height = -12 Font.Name = 'Comic Sans MS' Font.Style = [] Lines.Strings = ( 'Version 1.0 beta, build 1, 30-1-97' '� Copyright 1997 by M.Pacchiarotti' 'Jimjams' '' 'This is a 15$ shareware product !' 'Register online: http://order.kagi.com/?JJ ' '' 'mailto:mario@jimjams.com - mailto:jimjams@mclink.it' 'http://www.jimjams.com') ParentFont = False ReadOnly = True TabOrder = 1 OnDblClick = memAboutDblClick end end object Panel2: TPanel Left = 2 Top = 2 Width = 90 Height = 227 Align = alLeft BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object Image2: TImage Left = 28 Top = 42 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object btnRegister: TButton Left = 8 Top = 120 Width = 75 Height = 25 Hint = 'Click here to launch Register.exe and'#13'prepare to register A.S.H.' HelpContext = 140 Caption = '&Register' Default = True Font.Color = clBlack Font.Height = -12 Font.Name = 'Comic Sans MS' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = btnRegisterClick end object btnKey: TButton Left = 8 Top = 155 Width = 75 Height = 25 Hint = 'If you have registered A.S.H. click here to'#13'insert your name and' + ' the registration key.' HelpContext = 140 Caption = 'Insert &Key' Font.Color = clBlack Font.Height = -12 Font.Name = 'Comic Sans MS' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = btnKeyClick end object btnOK: TButton Left = 9 Top = 190 Width = 75 Height = 25 Caption = '&OK' Font.Color = clBlack Font.Height = -12 Font.Name = 'Comic Sans MS' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = btnOKClick end end end object Timer1: TTimer Enabled = False OnTimer = Timer1Timer Left = 61 Top = 87 end object Valid: TValidator RandSeed = 81318131 RegKey = 'Software\JimJams\Advanced Space Hunter' Left = 16 Top = 86 end end