home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 018A / WBIT32.ZIP / WEBIT32.EXE / 0 / RCDATA / TCLOSINGWINDOW / TCLOSINGWINDOW.txt
Text File  |  1996-11-23  |  2KB  |  80 lines

  1. object ClosingWindow: TClosingWindow
  2.   Left = 250
  3.   Top = 62
  4.   Width = 464
  5.   Height = 432
  6.   Caption = 'Registration Information'
  7.   Font.Color = clWindowText
  8.   Font.Height = -12
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnClose = FormClose
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 15
  16.   object BitBtn1: TBitBtn
  17.     Left = 199
  18.     Top = 372
  19.     Width = 76
  20.     Height = 30
  21.     TabOrder = 0
  22.     OnClick = BitBtn1Click
  23.     Kind = bkOK
  24.   end
  25.   object Memo1: TMemo
  26.     Left = 3
  27.     Top = 4
  28.     Width = 448
  29.     Height = 361
  30.     Alignment = taCenter
  31.     Color = clBtnFace
  32.     Font.Color = clWindowText
  33.     Font.Height = -13
  34.     Font.Name = 'Arial'
  35.     Font.Style = []
  36.     Lines.Strings = (
  37.       
  38.         'Should you find this product of value to you and you are using i' +
  39.         't '
  40.       'over the 30 day evaluation period then you must register this '
  41.       
  42.         'product with us.  Registration cost is $50(+$3s/h) for the Stand' +
  43.         'ard '
  44.       'Edition and $99(+$3s/h) for the Professional Edition.'
  45.       ''
  46.       'There are several ways you can register, they are:'
  47.       ''
  48.       'Mail a check, cashiers check or money order to:'
  49.       'Lincoln Beach Software, PO Box 1554, Ballwin MO 63022'
  50.       '-OR-'
  51.       'Credit card orders:'
  52.       'THE FOLLOWING NUMBERS ARE FOR ORDERS ONLY, NOT '
  53.       
  54.         'TECHNICAL SUPPORT!  800-242-4775 or 713-524-6394 and order produ' +
  55.         'ct '
  56.       '#14444.  Fax your order to:  713-524-6398'
  57.       '-OR-'
  58.       'Using SWREG:'
  59.       'On CompuServe type: GO SWREG'
  60.       'Web-It! Standard Edition:  Product #10556'
  61.       'Web-It! Professional Edition: Product #10557'
  62.       ''
  63.       'For technical support call 314-861-1500 or email us at:'
  64.       'Internet: lnclnbch@lincolnbeach.com -OR- CompuServe:  70700,630')
  65.     ParentFont = False
  66.     TabOrder = 1
  67.   end
  68.   object Scaler1: TScaler
  69.     Xdevelop = 800
  70.     Ydevelop = 600
  71.     LimitScale = No
  72.     ScaleRuntime = False
  73.     Left = 4
  74.     Top = 304
  75.     PixelsPerInch = 96
  76.     ClientHeight = 405
  77.     ClientWidth = 456
  78.   end
  79. end
  80.