source: trunk/third/transcript/src/printpanel/PrintPaneI.h @ 9090

Revision 9090, 1.6 KB checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r9089, which included commits to RCS files with non-trunk default branches.
Line 
1/*
2  Copyright (c) 1991 Adobe Systems Incorporated.
3  All rights reserved.
4  RCSID: $Header: /afs/dev.mit.edu/source/repository/third/transcript/src/printpanel/PrintPaneI.h,v 1.1.1.1 1996-10-07 20:25:54 ghudson Exp $
5*/
6
7#define MAXPRINTERS 300
8
9#define PRINT 0
10#define PREVIEW 1
11#define SAVE 2
12#define FAX 3
13
14#define ALL 0
15#define RANGE 1
16
17#define ENSCRIPT 0
18#define PSROFF 1
19#define PTROFF 2
20#define PS630 3
21#define PS4014 4
22#define PSPLT 5
23#define NONE 6
24
25#define MAXCHILDREN 26
26
27#define FONTLAB 0
28#define FONTFIELD 1
29#define SIZELAB 2
30#define SIZEFIELD 3
31#define HFONTLAB 4
32#define HFONTFIELD 5
33#define HSIZELAB 6
34#define HSIZEFIELD 7
35#define HEADLAB 8
36#define HEADFIELD 9
37#define TABLAB 10
38#define TABFIELD 11
39#define COLLAB 12
40#define COLFIELD 13
41#define LINELAB 14
42#define LINEFIELD 15
43#define ROTATE 16
44#define OVERRIDE 17
45#define GAUDY 18
46#define LP 19
47#define NOHEAD 20
48#define TRUNC 21
49#define IGNORE 22
50#define MISSCHAR 23
51#define QUIET 24
52#define NOBURST 25
53
54#define MAXENS 26
55
56#define MAXROFF 4
57#define MAXPSROFF 2
58
59#define FAMLAB 0
60#define FAMFIELD 1
61#define OPTLAB 2
62#define OPTFIELD 3
63#define DIRLAB 0
64#define DIRFIELD 1
65
66#define PROLAB 0
67#define PROFIELD 1
68#define PROBUTTON 2
69
70#define MAXPLOT 3
71
72#define MAX630 6
73
74#define BOLDLAB 0
75#define BOLDFIELD 1
76#define BODYLAB 2
77#define BODYFIELD 3
78#define SIZEOPTLAB 4
79#define OPTIONSIZE 5
80
81#define LEFTLAB 0
82#define LEFTFIELD 1
83#define BOTLAB 2
84#define BOTFIELD 3
85#define WIDLAB 4
86#define WIDFIELD 5
87#define HGTLAB 6
88#define HGTFIELD 7
89#define SCALELAB 8
90#define SCALEFIELD 9
91#define NOLFTOG 10
92#define NOCRTOG 11
93#define MARTOG 12
94#define PORTTOG 13
95
96#define MAX4014 14
Note: See TracBrowser for help on using the repository browser.