InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
PrintuiID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Michael Easter
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // Copyright 1997-2010 Adobe Systems Incorporated. All rights reserved.
16 //
17 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
18 // with the terms of the Adobe license agreement accompanying it. If you have received
19 // this file from a source other than Adobe, then your use, modification, or
20 // distribution of it requires the prior written permission of Adobe.
21 //
22 //
23 // Contains IDs used by the printing plug-in
24 //
25 //========================================================================================
26 
27 #ifndef __PRINTUIID__
28 #define __PRINTUIID__
29 
30 // ----- Includes -----
31 
32 #include "CrossPlatformTypes.h"
33 #include "IDFactory.h"
34 
35 
36 #define kPrintUIPrefix RezLong(0x01d200)
37 #define kPrintUIPrefix2 RezLong(0x01d400)
38 
39 //_______________________________________________________________________________________
40 // <Start IDC>
41 // PluginID
42 //_______________________________________________________________________________________
43 #define kPrintUIPluginName "PrintUI"
44 
45 
46 //_______________________________________________________________________________________
47 // <Class ID>
48 // ClassIDs
49 //_______________________________________________________________________________________
50 //gap
51 //gap
52 //
53 
54 // ---- Moved from Print Styles plug-in
55 // ---- end move.
56 
57 
58 //For Print Booklet
59 
60 // General panel continued
61 
62 
63 
64 
65 
66 
67 
68 
69 //_______________________________________________________________________________________
70 // <Interface ID>
71 // IIDs
72 //_______________________________________________________________________________________
73 
74 //
75 
76 //_______________________________________________________________________________________
77 // <Implementation ID>
78 // ImplementationIDs
79 //_______________________________________________________________________________________
80 
81 //
82 //
83 //gap
84 //gap
85 //gap
86 
87 // ---- Moved from Print Styles plug-in
88 // ---- end move.
89 
90 //*
91 //* --- For Print Booklet
92 //*
93 //Dialog
94 
95 
96 //Setup Panel
97 
98 //Preview Panel
99 
100 //Summary Panel
101 
102 
103 // kPrintUIPrefix + 255 has been scavenged above
104 
105 
106 
107 
108 
109 //_______________________________________________________________________________________
110 // <Widget ID>
111 // Widget IDs
112 //_______________________________________________________________________________________
113 
114 // New for Sherpa
115 
116 // New for Anna
117 //print selectable dialog
118 // kOKButtonWidgetID defined elsewhere
119 // kCancelButton_WidgetID defined elsewhere
120 #if defined(MACINTOSH)
121 #endif
122 
123 // kPrintUIPrefix + 15 has been scavenged below
124 // kSelectDialogPopupWidgetID defined elsewhere
125 // kDialogGroupPanelWidgetID defined elsewhere
126 
127 // General panel
128 // + 39 has been scavenged above (kPrintPreviewButtonWidgetID)
129 
130 // Setup Panels
131 // kPanelLabelWidgetID
132 // kPanelDividerWidgetID
133 // kOptionsGroupPanelWidgetID
134 // kOptionsLabelWidgetID
135 
136 // Marks & Bleed Panel
137 // kPanelLabelWidgetID
138 // kPanelDividerWidgetID
139 
140 // Output Panel
141 // kPanelLabelWidgetID
142 // kPanelDividerWidgetID
143 
144 // Graphics Panel
145 // kPanelLabelWidgetID
146 // kPanelDividerWidgetID
147 
148 // Color Management Panel
149 // kPanelLabelWidgetID
150 // kPanelDividerWidgetID
151 // NOTE: the following IDs are not used anymore in Firedrake enUS reworked CMS panel
152 // NOTE: the preceeding IDs are not used anymore in Firedrake enUS reworked CMS panel
153 
154 // Advanced Panel
155 // kPanelLabelWidgetID
156 // kPanelDividerWidgetID
157 // kContinuousToneCheckBoxWidgetID - depreciated
158 // kPrintUIPrefix + 199 has been scavenged below
159 // kPrintUIPrefix + 200 has been scavenged below
160 
161 // Summary Panel
162 // kPanelLabelWidgetID
163 // kPanelDividerWidgetID
164 
165 // For name dialog
166 
167 // Print proxy alternate views
168 // TODO: Fix this WidgetID scavenging!!!
169 
170 // For Ink Manager dialog panel
171 
172 
173 
174 
175 // For DontShowAgain warning alerts
176 
177 // kPrintUIPrefix + 255 has been scavenged above
178 
179 // adding UsDocumentBleed, IncludeSlug and PrintBleedChain in pagemarkspanel_enus.fr
180 
181 // ---- Moved from Printer Styles plug-in
182 // ---- end move.
183 
184 // new for reworked CMS panel for Firedrake
185 
186 
187 
188 
189 // The following widgets are used in TinFontsWarningDialog
190 
191 // Changes for Cobalt
192 
193 //--- For Print Booklet
194 
195 
196 // General panel continued
197 
198 
199 
200 
201 //_______________________________________________________________________________________
202 // <Service ID>
203 // Service IDs
204 //_______________________________________________________________________________________
205 
206 //_______________________________________________________________________________________
207 // <Error ID>
208 // Error IDs
209 //_______________________________________________________________________________________
210 
211 //_______________________________________________________________________________________
212 // <Action ID>
213 // ActionIDs
214 //_______________________________________________________________________________________
215 
216 // ---- Moved from Printer Styles plug-in
217 // ids between kFirstPrinterStyleActionID and kLastPrinterStyleActionID are reserved
218 // ---- end move.
219 
220 //_______________________________________________________________________________________
221 // <ViewPortAttr ID>
222 // ViewPortAttrIDs
223 //_______________________________________________________________________________________
224 
225 //Misc
226 #define kPBSelDialogNodeID kPrintUIPrefix + 1
227 
228 #endif // __PrintUIID__
229 
230 // End, PrintUIID.h.