home *** CD-ROM | disk | FTP | other *** search
- 18-Jun-88 14:37:28-MDT,1511;000000000000
- Return-Path: <u-lchoqu%sunset@cs.utah.edu>
- Received: from cs.utah.edu by SIMTEL20.ARPA with TCP; Sat, 18 Jun 88 14:37:24 MDT
- Received: by cs.utah.edu (5.54/utah-2.0-cs)
- id AA22521; Sat, 18 Jun 88 14:37:13 MDT
- Received: by sunset.utah.edu (5.54/utah-2.0-leaf)
- id AA24709; Sat, 18 Jun 88 14:37:11 MDT
- Date: Sat, 18 Jun 88 14:37:11 MDT
- From: u-lchoqu%sunset@cs.utah.edu (Lee Choquette)
- Message-Id: <8806182037.AA24709@sunset.utah.edu>
- To: rthum@simtel20.arpa
- Subject: PREC.Rmkr
-
- * The following information was extracted from
- * David Casseres' April 19, 1985 memo titled
- * "The March 1985 ImageWriter: Programmers' Notes"
- *
- * The following RMaker source code defines a PREC 4 resource
- * that encodes the default configuration of the Page Setup
- * dialog:
- Type PREC = GNRL
- *Paper size information -- localizable, customizable.
- ,4
- .I
- *Number of paper-size buttons used (max is 6):
- 5
- *Dimensions of 6 paper sizes in 120ths (decimal!):
- * 1st number is vertical, 2nd is horizontal.
- *First button: 8.5 x 11" 'US letter' paper
- 1320
- 1020
- *Second button: 8.25 x 11.66" 'A4 letter' paper
- 1400
- 990
- *Third button: 8.5 x 14" 'US legal' paper
- 1680
- 1020
- *Fourth button: 8.25 x 12" 'international fanfold' paper
- 1440
- 990
- *Fifth button: 14 x 11" 'computer' paper
- 1320
- 1680
- *Sixth button - not visible
- 0
- 0
- .P
- *Titles for six buttons.
- US Letter
- A4 Letter
- US Legal
- International Fanfold
- Computer Paper
- ?
-
- *The blank line just above this one is necessary!
-