home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9APLI / 32PSHD30.ZIP / _SETUP.1 / HAO30.exe / 0 / RCDATA / THOWDLG / THOWDLG.txt
Text File  |  1998-02-19  |  3KB  |  115 lines

  1. object HowDlg: THowDlg
  2.   Left = 53
  3.   Top = 127
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'How To Register'
  7.   ClientHeight = 373
  8.   ClientWidth = 612
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object OKBtn: TBitBtn
  18.     Left = 532
  19.     Top = 8
  20.     Width = 77
  21.     Height = 27
  22.     Caption = '&OK'
  23.     TabOrder = 0
  24.     Kind = bkOK
  25.     Margin = 2
  26.     Spacing = -1
  27.     IsControl = True
  28.   end
  29.   object Memo1: TMemo
  30.     Left = 3
  31.     Top = 3
  32.     Width = 525
  33.     Height = 367
  34.     TabStop = False
  35.     Color = clBtnFace
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clBlue
  38.     Font.Height = -13
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     Lines.Strings = (
  42.       'Registering with PrimaSoft PC'
  43.       '========================'
  44.       'Choose the most convenient way to register/order the program.'
  45.       ''
  46.       '1) INTERNET Registration Through PrimaSoft'#39's Home Page'
  47.       
  48.         'You need a World-Wide Web browser. To visit our HOME PAGE, use a' +
  49.         'ddress:'
  50.       '   http://www.primasoft.com'
  51.       'We STRONGLY recommend using this method because it'
  52.       'is fast, easy and secure. '
  53.       ''
  54.       '2) Money Order, Check, or Cash'
  55.       
  56.         'Please send your International Money Order, Canadian or U.S. che' +
  57.         'ck, or cash with the '
  58.       'registration form to the following address:'
  59.       '   PrimaSoft PC, Inc.'
  60.       '   P.O. Box 456'
  61.       '   Surrey,   BC   V3T 5B7'
  62.       '   CANADA'
  63.       ''
  64.       '3) Credit Card Orders'
  65.       
  66.         'We accept Visa or MasterCard orders. Please send us a registrati' +
  67.         'on form with the '
  68.       
  69.         'card number, the cardholder name and the expiration date. You ma' +
  70.         'y send all this '
  71.       'information to the address mentioned above or by:'
  72.       '   Phone:'#9#9'1-800-371-7520 (Canada and US) or'
  73.       #9#9'1-604-951-1085'
  74.       '   Fax: '#9#9'1-604-951-7797'
  75.       '   CompuServe: '#9'74643,2635'
  76.       '   Internet:  '#9#9'support@primasoft.com'
  77.       ''
  78.       '4) Compuserve Registration '
  79.       
  80.         'Compuserve provides a convenient on-line registration system. Ju' +
  81.         'st GO SWREG and '
  82.       
  83.         'place an order. The payment will be billed to your Compuserve St' +
  84.         'atement. You will '
  85.       
  86.         'be asked for the Product Number (see REGISTER.TXT file), keep it' +
  87.         ' handy:'
  88.       '  GO SWREG, Search By Product Number '
  89.       ''
  90.       '5) INTERNET Registration Through First Virtual'
  91.       'You need a World-Wide Web browser.'
  92.       
  93.         'You may visit our HOME PAGE at First Virtual directly, use addre' +
  94.         'ss:'
  95.       #9'http://www.infohaus.com/access/by-seller/PrimaSoft_Inc'
  96.       '   1. Locate the following Internet Site:  http://www.fv.com'
  97.       
  98.         '   2. Find the information on how to open a buyer'#39's account at F' +
  99.         'irst Virtual (it'#39's easy and '
  100.       '       you only do it once)'
  101.       
  102.         '   3. After you have opened a buyer'#39's account enter the First Vi' +
  103.         'rtual Infohause (on-line '
  104.       '       shopping mall)'
  105.       '   4. Browse the catalog by seller and select PrimaSoft PC, Inc.'
  106.       
  107.         '   5. Select the program you want and download it (just click on' +
  108.         ' the icon)')
  109.     ParentFont = False
  110.     ReadOnly = True
  111.     ScrollBars = ssVertical
  112.     TabOrder = 1
  113.   end
  114. end
  115.