home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 310 / _SETUP.1 / BALLJUMP.EXE / 0 / RCDATA / TBBREGFORM / TBBREGFORM.txt
Text File  |  1997-04-29  |  3KB  |  118 lines

  1. object bbregform: Tbbregform
  2.   Left = 200
  3.   Top = 108
  4.   Width = 435
  5.   Height = 338
  6.   Caption = 'BlackBoard Registration Form'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   Visible = True
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Memo1: TMemo
  16.     Left = 0
  17.     Top = 0
  18.     Width = 425
  19.     Height = 273
  20.     Lines.Strings = (
  21.       #9#9'BLACKBOARD SOFTWARE'
  22.       '  '#9' '#9'    REGISTRATION FORM'
  23.       ''
  24.       'E-mail questions to dalin@aol.com'
  25.       'Get the newest version at http://www.concentric.net/~laserjet'
  26.       ''
  27.       'to register by credit card -'
  28.       ''
  29.       
  30.         'The Registered Version of this program can be purchased and rece' +
  31.         'ived '
  32.       
  33.         'immediately on the Internet at Albert'#39's Ambry. Registration at A' +
  34.         'lbert'#39's '
  35.       
  36.         'immediately on the Internet at Albert'#39's Ambry.  Registration at ' +
  37.         'Albert'#39's'
  38.       'also eliminates shipping and handling costs.  Please go to : '
  39.       
  40.         'http://www.alberts.com ,  Search on : bbjump14.zip , Click on th' +
  41.         'e "Buy It" '
  42.       
  43.         'Hotlink to register this software.  Thankyou for registering thi' +
  44.         's program.'
  45.       ''
  46.       'or send check -'
  47.       ''
  48.       '[ ] Send registration key through internet e-mail'
  49.       ''
  50.       '[ ] Send registration key through U.S. mail'
  51.       ''
  52.       ''
  53.       'Date   :__________'
  54.       ''
  55.       'Program Name(s) : bjump'
  56.       ''
  57.       'Copies   _________'#9'X   $10 EA  = $__________________Total'
  58.       ''
  59.       'Name '#9':__________________________________________'
  60.       ''
  61.       'Address :__________________________________________'
  62.       ''
  63.       'City'#9':__________________________________________'
  64.       ''
  65.       'State'#9':_____________'
  66.       ''
  67.       'Zip'#9':_____________'
  68.       ''
  69.       'E-Mail  :__________________________________________'
  70.       ''
  71.       
  72.         'Comments:__________________________________________ '#9'           ' +
  73.         '           '
  74.       '      '#9' '
  75.       ''
  76.       #9'___________________________________________'
  77.       ''
  78.       
  79.         'Where did you hear about BlackBoard Software? :_________________' +
  80.         '_________'
  81.       ''
  82.       
  83.         'Where did you get the program you'#39're registering? :_____________' +
  84.         '_________ '
  85.       ''
  86.       'Make check payable to : BlackBoard Software'
  87.       ''
  88.       'Mail to :'
  89.       'BlackBoard Software'
  90.       'po box 745494'
  91.       'arvada co 80006-5494')
  92.     ScrollBars = ssVertical
  93.     TabOrder = 0
  94.   end
  95.   object BitBtn1: TBitBtn
  96.     Left = 8
  97.     Top = 280
  98.     Width = 75
  99.     Height = 25
  100.     Caption = '&Print'
  101.     TabOrder = 1
  102.     OnClick = BitBtn1Click
  103.   end
  104.   object BitBtn2: TBitBtn
  105.     Left = 344
  106.     Top = 280
  107.     Width = 75
  108.     Height = 25
  109.     Caption = '&Close'
  110.     TabOrder = 2
  111.     OnClick = BitBtn2Click
  112.   end
  113.   object PrintDialog1: TPrintDialog
  114.     Left = 112
  115.     Top = 280
  116.   end
  117. end
  118.