InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
InCopyPrintUIID.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 __INCOPYPRINTUIID__
28 #define __INCOPYPRINTUIID__
29 
30 // ----- Includes -----
31 
32 #include "CrossPlatformTypes.h"
33 #include "IDFactory.h"
34 
35 #define kInCopyPrintUIPrefix RezLong(0x18900)
36 
37 //_______________________________________________________________________________________
38 // <Start IDC>
39 // PluginID
40 //_______________________________________________________________________________________
41 #define kInCopyPrintUIPluginName "InCopyPrintUI"
42 
43 
44 //_______________________________________________________________________________________
45 // <Class ID>
46 // ClassIDs
47 //_______________________________________________________________________________________
48 // InCopy
49 
50 //_______________________________________________________________________________________
51 // <Interface ID>
52 // IIDs
53 //_______________________________________________________________________________________
54 //galley
55 
56 //_______________________________________________________________________________________
57 // <Implementation ID>
58 // ImplementationIDs
59 //_______________________________________________________________________________________
60 //InCopy
61 
62 //_______________________________________________________________________________________
63 // <Widget ID>
64 // Widget IDs
65 //_______________________________________________________________________________________
66 //galley general panel
67 
68 
69 
70 //_______________________________________________________________________________________
71 // <Service ID>
72 // Service IDs
73 //________________________________________________________________________________
74 //InCopy
75 
76 
77 //_______________________________________________________________________________________
78 // <Error ID>
79 // Error IDs
80 //_______________________________________________________________________________________
81 
82 
83 //_______________________________________________________________________________________
84 // <Action ID>
85 // ActionIDs
86 //_______________________________________________________________________________________
87 
88 //_______________________________________________________________________________________
89 // <ViewPortAttr ID>
90 // ViewPortAttrIDs
91 //_______________________________________________________________________________________
92 
93 //Script Element IDs
94 //
95 
96 //Suites
97 
98 //Properties
99 
100 //Enums
101 
102 // Miscellaneous defines
103 
104 #endif // __PrintID__
105 
106 // End, PrintID.h.