home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / PRINTER / ZBPLT101.ZIP / LJORDER.PLT < prev    next >
Encoding:
Text File  |  1991-03-15  |  3.2 KB  |  111 lines

  1. ** LJORDER.PLT
  2. **
  3. ** Uses LJPLOT to print an order form.  Because of the size limitation
  4. ** on the sample version, this isn't as slick as it could be.
  5. **
  6. FORM  IN  2  P  0.500  0.375  0.375  0.375
  7. **
  8. ** Select symbol set 8U (HP Roman-8) so we can use the 1/4 and 1/2 symbols.
  9. ** The 1/4 character is ascii number 247
  10. ** The 1/2 character is ascii number 248
  11. **
  12. SSS 8U
  13. **
  14. LWID  20
  15. LSHD  4
  16. FPAT  0
  17. FSHD  1
  18. POI   0.0
  19. MOVA  2.310  0.062
  20. RECT  2.750  0.375
  21. MOVA  2.750  0.312
  22. TEXT LJPLOT - ORDER FORM
  23. MOVA  6.50  0.110
  24. TEXT zbplt101
  25. MOVA  0.00   0.812
  26. TEXT To order  a copy  of the  latest version  of LJPLOT,  that has virtually no
  27. CHAR  010
  28. TEXT limits on the input file's size, please fill out this form and mail it to:
  29. CHAR  010
  30. MOVA  2.375  1.312
  31. PUSH
  32. TEXT ATTN  SALES  DEPT
  33. POP
  34. MOVR  0.00   0.166
  35. PUSH
  36. TEXT ZAMBINI  BROTHERS  SOFTWARE
  37. POP
  38. MOVR  0.00   0.166
  39. PUSH
  40. TEXT 17736  FIVE  POINTS
  41. POP
  42. MOVR  0.00   0.166
  43. PUSH
  44. TEXT DETROIT  MI  48240-2122
  45. MOVA  0.00   2.125
  46. TEXT The cost is only  $24.00 per copy, in  U.S. funds, which includes  shipping
  47. CHAR 010
  48. TEXT and handling.  Enclose your payment in the form of a check or money  order,
  49. CHAR 010
  50. TEXT or charge it on your VISA or  MasterCard.  Sorry, no COD's, PO's, phone  or
  51. CHAR 010
  52. TEXT foreign orders can be accepted.  Michigan residents, we pay your sales tax.
  53. CHAR 010
  54. LWID  6
  55. LSHD  8
  56. MOVA 1.00 2.750
  57. RECT 5.50 0.6250
  58. MOVR 0.0 0.31250
  59. LRXY 5.50 0.0
  60. **
  61. ** The ascii 252 characters print a black box.  Used to highlight message.
  62. **
  63. MOVA 1.80 2.960
  64. TEXT ⁿ  DO NOT SEND CASH THROUGH THE MAIL  ⁿ
  65. MOVA 1.19 3.28
  66. TEXT Make checks payable to:  ZAMBINI BROTHERS SOFTWARE
  67. CHAR 010 010
  68. MOVA 2.625 3.375
  69. RECT 2.250 0.375
  70. MOVA 2.750 3.625
  71. TEXT PLEASE PRINT OR TYPE
  72. LWID 3
  73. MOVA 0.0 4.125
  74. TEXT Name:     _______________________________________
  75. CHAR 010 010
  76. TEXT Address:  _______________________________________
  77. CHAR 010 010
  78. TEXT           _______________________________________
  79. CHAR 010 010
  80. TEXT           _______________________________________  _____   _____________
  81. CHAR 010
  82. TEXT           City                                     State   Zip
  83. CHAR 010 010
  84. TEXT Daytime Phone:  (______)  ______ - __________  (in case there's a problem)
  85. CHAR 010 010
  86. TEXT Where did you get your sample version? _____________________________
  87. CHAR 010 010
  88. **
  89. ** The 1/4 character is ascii number 247
  90. ** The 1/2 character is ascii number 248
  91. **
  92. TEXT Please specify disk size desired:   [ ] 5≈   or   [ ] 3°
  93. CHAR 010 010
  94. TEXT How many copies?    _____  at $24.00 each =  $ _______.____
  95. CHAR 010 010
  96. TEXT                  [ ] <--- Check or money order enclosed.
  97. CHAR 010 010
  98. TEXT                  [ ] <--- Charge my VISA or MasterCard.
  99. CHAR 010 010
  100. TEXT ----------------------- FOR CHARGE CARD SALES ONLY -----------------------
  101. CHAR 010 010
  102. TEXT                  [ ]  VISA   <-- or -->   [ ]  MasterCard
  103. CHAR 010 010
  104. TEXT Card Number:  _______________________________    Exp. date:  ____ / ____
  105. CHAR 010 010
  106. TEXT           YOUR SIGNATURE IS REQUIRED ON ALL CHARGE CARD ORDERS !
  107. CHAR 010 010
  108. TEXT Signature:    _______________________________         Date:  ___________
  109. CHAR 010 010
  110. TEXT               Your comments and suggestions are welcome.
  111.