home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 29 / XENIATGM29.iso / win95 / ash / _setup.1 / ASH.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-04-20  |  4KB  |  166 lines

  1. object AboutBox: TAboutBox
  2.   Left = 590
  3.   Top = 272
  4.   HelpContext = 130
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   Caption = ' Advanced Space Hunter'
  8.   ClientHeight = 231
  9.   ClientWidth = 426
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 426
  25.     Height = 231
  26.     Align = alClient
  27.     BevelInner = bvLowered
  28.     TabOrder = 0
  29.     object Panel4: TPanel
  30.       Left = 92
  31.       Top = 2
  32.       Width = 332
  33.       Height = 227
  34.       Align = alClient
  35.       BevelInner = bvRaised
  36.       Caption = 'Panel4'
  37.       TabOrder = 1
  38.       object Panel3: TPanel
  39.         Left = 2
  40.         Top = 2
  41.         Width = 328
  42.         Height = 40
  43.         Align = alTop
  44.         BevelOuter = bvNone
  45.         Color = clWhite
  46.         TabOrder = 0
  47.         object Image1: TImage
  48.           Left = 0
  49.           Top = 1
  50.           Width = 320
  51.           Height = 34
  52.           AutoSize = True
  53.           Picture.Data = {<image000.bmp>}
  54.         end
  55.       end
  56.       object memAbout: TMemo
  57.         Left = 2
  58.         Top = 42
  59.         Width = 328
  60.         Height = 183
  61.         Align = alClient
  62.         Alignment = taCenter
  63.         BorderStyle = bsNone
  64.         Color = clWhite
  65.         Font.Color = clBlack
  66.         Font.Height = -12
  67.         Font.Name = 'Comic Sans MS'
  68.         Font.Style = []
  69.         Lines.Strings = (
  70.           'Version 1.0 beta, build 1, 30-1-97'
  71.           '∩┐╜ Copyright 1997 by M.Pacchiarotti'
  72.           'Jimjams'
  73.           ''
  74.           'This is a 15$ shareware product !'
  75.           'Register online:   http://order.kagi.com/?JJ '
  76.           ''
  77.           'mailto:mario@jimjams.com - mailto:jimjams@mclink.it'
  78.           'http://www.jimjams.com')
  79.         ParentFont = False
  80.         ReadOnly = True
  81.         TabOrder = 1
  82.         OnDblClick = memAboutDblClick
  83.       end
  84.     end
  85.     object Panel2: TPanel
  86.       Left = 2
  87.       Top = 2
  88.       Width = 90
  89.       Height = 227
  90.       Align = alLeft
  91.       BevelInner = bvRaised
  92.       BevelOuter = bvLowered
  93.       TabOrder = 0
  94.       object Image2: TImage
  95.         Left = 28
  96.         Top = 42
  97.         Width = 32
  98.         Height = 32
  99.         AutoSize = True
  100.         Picture.Data = {<image001.ico>}
  101.       end
  102.       object btnRegister: TButton
  103.         Left = 8
  104.         Top = 120
  105.         Width = 75
  106.         Height = 25
  107.         Hint = 'Click here to launch Register.exe and'#13'prepare to register A.S.H.'
  108.         HelpContext = 140
  109.         Caption = '&Register'
  110.         Default = True
  111.         Font.Color = clBlack
  112.         Font.Height = -12
  113.         Font.Name = 'Comic Sans MS'
  114.         Font.Style = []
  115.         ParentFont = False
  116.         TabOrder = 0
  117.         OnClick = btnRegisterClick
  118.       end
  119.       object btnKey: TButton
  120.         Left = 8
  121.         Top = 155
  122.         Width = 75
  123.         Height = 25
  124.         Hint = 
  125.           'If you have registered A.S.H. click here to'#13'insert your name and' +
  126.           ' the registration key.'
  127.         HelpContext = 140
  128.         Caption = 'Insert &Key'
  129.         Font.Color = clBlack
  130.         Font.Height = -12
  131.         Font.Name = 'Comic Sans MS'
  132.         Font.Style = []
  133.         ParentFont = False
  134.         TabOrder = 1
  135.         OnClick = btnKeyClick
  136.       end
  137.       object btnOK: TButton
  138.         Left = 9
  139.         Top = 190
  140.         Width = 75
  141.         Height = 25
  142.         Caption = '&OK'
  143.         Font.Color = clBlack
  144.         Font.Height = -12
  145.         Font.Name = 'Comic Sans MS'
  146.         Font.Style = []
  147.         ParentFont = False
  148.         TabOrder = 2
  149.         OnClick = btnOKClick
  150.       end
  151.     end
  152.   end
  153.   object Timer1: TTimer
  154.     Enabled = False
  155.     OnTimer = Timer1Timer
  156.     Left = 61
  157.     Top = 87
  158.   end
  159.   object Valid: TValidator
  160.     RandSeed = 81318131
  161.     RegKey = 'Software\JimJams\Advanced Space Hunter'
  162.     Left = 16
  163.     Top = 86
  164.   end
  165. end
  166.