home *** CD-ROM | disk | FTP | other *** search
-
- File Date: 11-4-86 LEDGER.TXT Page 1
-
-
- reset ; reset the printer
-
- portrait ; select portrait mode
- character 28,50 ; select smaller character width
- offset 5 ; offset 5 columns to center form
-
-
- bold 5 ; select a bold line
- box 1,1,80,61 ; draw a box around the form
-
-
- horizontal 1,4,79 ; draw a horizontal line for headings
- dupvertical 30, 1, 60, 5, 10 ; draw 5 vertical lines for column divisions
- bold 1 ; select a thin line
-
-
- duphorizontal 1, 5, 79, 56, 1 ; draw 56 horizontal rows
- dupvertical 37, 4, 57, 5, 10 ; draw 5 vertical lines for cents columns
-
-
- ; print the advertisement
- block 2, 61, 79, 62 ; define a window for the advertisement
- font re3 ; choose a small font
- placetext cl ; place text center-left
- text /Produced by FormSet/ ; insert the text
-
-
- placetext cc ; place the text center-center
- text /Printed with HP LaserJet Plus Resident Fonts/
- placetext cr ; place the text center-right
- text /Form: LEDGER/ ; insert the text
- print ; print the form
-