home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / LASER / FORMSET.ZIP / HPPATTRN.PRN < prev    next >
Encoding:
Text File  |  1986-11-04  |  2.0 KB  |  61 lines

  1.  
  2. File Date: 11-4-86                                       HPPATTRN.TXT                                           Page 1
  3.  
  4.  
  5. reset                        ; reset the printer
  6.                              ;
  7. portrait                     ; Select portrait mode
  8. font re10                    ; select a font to use
  9.                              ;
  10. placetext cc                 ; center all text in windows
  11.                              ;
  12. sethp 1                      ; set the HP pattern
  13. box 5, 5, 15, 11             ; draw a box to be filled
  14. setclear                     ; clear the pattern
  15. block  5, 11, 15, 13         ; define a window for the text
  16. text /Sethp 1/               ; set text in the window
  17.  
  18. sethp 2                      ;
  19. box 18, 5, 28, 11            ;
  20. setclear                     ;
  21. block  18, 11, 28, 13        ;
  22. text /Sethp 2/               ;
  23.  
  24. sethp 3                      ;
  25. box 31, 5, 41, 11            ;
  26. setclear                     ;
  27. block  31, 11, 41, 13        ;
  28. text /Sethp 3/               ;
  29.  
  30. sethp 4                      ;
  31. box 5, 15, 15, 21            ;
  32. setclear                     ;
  33. block  5, 21, 15, 23         ;
  34. text /Sethp 4/               ;
  35.  
  36. sethp 5                      ;
  37. box 18, 15, 28, 21           ;
  38. setclear                     ;
  39. block  18, 21, 28, 23        ;
  40. text /Sethp 5/               ;
  41.  
  42. sethp 6                      ;
  43. box 31, 15, 41, 21           ;
  44. setclear                     ;
  45. block  31, 21, 41, 23        ;
  46. text /Sethp 6/               ;
  47.  
  48. ; print the advertisement
  49.  
  50. block 2, 61, 79, 62          ; define a window for the advertisement
  51. font re3                     ; choose a small font
  52. placetext cl                 ; place text center-left
  53. text /Produced by FormSet/   ; insert the text
  54.  
  55. placetext cc                 ; place the text center-center
  56. text /Printed with HP LaserJet Plus Resident Fonts/
  57. placetext cr                 ; place the text center-right
  58. text /Form: HPPATTRN/        ; insert the text
  59.  
  60. print                        ; print the page
  61.