home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / code / rmakr_pr.sit < prev    next >
Encoding:
Text File  |  1988-06-20  |  1.5 KB  |  57 lines

  1. 18-Jun-88 14:37:28-MDT,1511;000000000000
  2. Return-Path: <u-lchoqu%sunset@cs.utah.edu>
  3. Received: from cs.utah.edu by SIMTEL20.ARPA with TCP; Sat, 18 Jun 88 14:37:24 MDT
  4. Received: by cs.utah.edu (5.54/utah-2.0-cs)
  5.     id AA22521; Sat, 18 Jun 88 14:37:13 MDT
  6. Received: by sunset.utah.edu (5.54/utah-2.0-leaf)
  7.     id AA24709; Sat, 18 Jun 88 14:37:11 MDT
  8. Date: Sat, 18 Jun 88 14:37:11 MDT
  9. From: u-lchoqu%sunset@cs.utah.edu (Lee Choquette)
  10. Message-Id: <8806182037.AA24709@sunset.utah.edu>
  11. To: rthum@simtel20.arpa
  12. Subject: PREC.Rmkr
  13.  
  14. * The following information was extracted from
  15. * David Casseres' April 19, 1985 memo titled
  16. * "The March 1985 ImageWriter:  Programmers' Notes"
  17. *
  18. * The following RMaker source code defines a PREC 4 resource
  19. * that encodes the default configuration of the Page Setup
  20. * dialog:
  21. Type PREC = GNRL
  22. *Paper size information -- localizable, customizable.
  23.        ,4
  24.        .I
  25. *Number of paper-size buttons used (max is 6):
  26. 5
  27. *Dimensions of 6 paper sizes in 120ths (decimal!):
  28. *  1st number is vertical, 2nd is horizontal.
  29. *First button: 8.5 x 11" 'US letter' paper
  30. 1320
  31. 1020
  32. *Second button: 8.25 x 11.66" 'A4 letter' paper
  33. 1400
  34. 990
  35. *Third button: 8.5 x 14" 'US legal' paper
  36. 1680
  37. 1020
  38. *Fourth button: 8.25 x 12" 'international fanfold' paper
  39. 1440
  40. 990
  41. *Fifth button: 14 x 11" 'computer' paper
  42. 1320
  43. 1680
  44. *Sixth button - not visible
  45. 0
  46. 0
  47.        .P
  48. *Titles for six buttons.
  49. US Letter
  50. A4 Letter
  51. US Legal
  52. International Fanfold
  53. Computer Paper
  54. ?
  55.  
  56. *The blank line just above this one is necessary!
  57.