home *** CD-ROM | disk | FTP | other *** search
-
- File Date: 11-4-86 FORMSET.TXT Page 1
-
-
- reset ; reset the printer
- ;
- portrait ; select portrait mode
- char 47,50 ; select a character size in dots
- bold 7 ; choose a bold line
- box 1,1,51,28 ; draw a box
- horizontal 1,20,50 ; draw a horizontal line
- bold 4 ; choose a 4 dot wide line
- placetext uc ; position text in upper center of window
- font re10 ; choose a font
- text /Make your own forms with FormSet/With your IBM PC & HP LaserJet Plus/
-
- block 2,5,13,9 ; define a text block
- placetext cl ; place text in center left of block
- text /Draw Lines/ ; insert the text
- bold 1 ; choose a thin line
- offset +4, +0 ; select an offset to add to following coordinates
- vertical 12,5,3 ; draw a vertical line
- bold 3 ;
- vertical 14,5,3 ;
- bold 5 ;
- vertical 16,5,3 ;
- bold 7 ;
- vertical 18,5,3 ;
- bold 9 ;
- vertical 20,5,3 ;
- bold 11 ;
- vertical 22,5,3 ;
- bold 13 ;
- vertical 24,5,3 ;
- bold 13 ;
- vertical 41,5,3 ;
-
- bold 1 ; select a 1 dot line
- horizontal 12,5,29 ; draw a horizontal line
- bold 3 ;
- horizontal 14,5.5,27 ;
- bold 5 ;
- horizontal 16,6,25 ;
- bold 7 ;
- horizontal 18,6.5,23 ;
- bold 9 ;
- horizontal 20,7,21 ;
- bold 11 ;
- horizontal 22,7.5,19 ;
- bold 13 ;
- horizontal 12,8,29 ;
-
- offset -4, +0 ; reset the offset
- block 2,9,15,13.5 ; define a block for text
- placetext cl ; place text in center left of window
- text /Draw Boxes/with Shading/ ; insert text
-
- bold 1 ; select a thin (1 dot) line
- box 15,9,17,11 ; draw a box
- bold 4 ; select a thicker (4 dot) line
- box 16,10,19,12 ; draw the box
- bold 8 ;
- box 18,10.5,24,13 ;
- bold 4 ;
- setgray 5 ; choose a gray scale to fill the following box
- box 22,09,32,12 ; draw the box
- setgray 20 ; choose another gray scale
- box 23,9.5,31,11.5 ; draw the box
- placetext cc ; place text in center of the box
- text /TEXT/ ; insert text in previous box
- setgray 40 ; choose a gray scale
- box 29,11,35,13.5 ;
- sethp 3 ; choose a pattern to fill the box
- box 34,09,38,13 ;
- sethp 4 ;
- box 36,9.5,42,12.5 ;
- sethp 1 ;
- box 39,10.5,46,11.5 ;
-
- setclear ; clear the gray scale & pattern
- block 2,14.5,15,17.5 ; define a text window
- placetext cl ; place text in center left of window
- text /Put text where/you want it/ ; insert the text
-
-
- File Date: 11-4-86 FORMSET.TXT Page 2
-
-
- offset +2, +0 ; shift the following coordinates
- bold 3 ; choose a line thickness
- box 15,15,45,17 ; draw a box
- placetext ul ; show text positioning
- text /Upper Left/ ; insert text
- placetext ur ;
- text /Upper Right/ ;
- placetext cc ;
- text /In the Center/ ;
- placetext lr ;
- text /Lower Right/ ;
- placetext ll ;
- text /Lower Left/ ;
- offset -2, +0 ; cancel last offset
-
- block 1,17.7,51,19.8 ; define a text block
- placetext uc ; place text in upper center
- text /Introductory Price of $129.95! 100% Money Back Guarantee!/
- placetext lc ; place text in lower center
- text /After January 31, 1987, the price will be $189.95./
-
- box 1,20,21,28 ; draw a box
- block 1.5,20.3,20.5,27.8 ; define a text window
- placetext cc ; place text in center of window
- text /Use any or all of the above/effects to make any form/you need. Create a single/form or make an overlay/form for
- data-base, word/processing, accounting or/medical systems./
-
- box 21.5,20.3,50.7,27.8 ; draw a box
- placetext cc ; place text in center of box
- text /Orbit Enterprises, Inc./P.O. Box 2875-B/Glen Ellyn, IL 60138/
- placetext lc ; place text in lower center of box
- text /1-800-562-5200 ext 469/1-312-469-3405/
- block 21.5,21,50.7,27.8 ; define a text window
- placetext uc ; place text in upper center of window
- text /Order FormSet Now!/ ; insert text
-
- block 1,28.2,51,31.1 ; define a text window
- placetext cc ; place text in the center
- font re3 ; choose a small font
- text /This entire ad was produced with FormSet on a HP LaserJet Plus using only the resident fonts!/Think what it would
- look like if you could use your downloadable fonts!/
-
- print ; print the form
-