InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
SwatchLibPanelID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Paul Ronan
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 swatch library plug-in
24 //
25 //========================================================================================
26 
27 #ifndef __SwatchLibPluginID__
28 #define __SwatchLibPluginID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 
33 #define kSwatchLibPanelPrefix RezLong(0x7B00) //Defined in "AdobePrefix.h"
34 
35 #define kSwatchLibPanelPluginName "Swatch Library Panel"
36 
37 // <Start IDC>
38 //---------------------------------------------------------------
39 // <Class ID>
40 //---------------------------------------------------------------
41 //gap
42 //gap
43 //gap
44 
45 
46 
47 
48 //---------------------------------------------------------------
49 // <Implementation ID>
50 //---------------------------------------------------------------
51 //gap
52 //gap
53 //gap
54 //gap
55 
56 // gap
57 
58 
59 //---------------------------------------------------------------
60 // <Interface ID>
61 //---------------------------------------------------------------
62 // Define your Interface IIDs here
63 //gap
64 
65 //---------------------------------------------------------------
66 // <Widget ID>
67 //---------------------------------------------------------------
68 
69 
70 // Make this widget defined last since all library panels are assigned an ID starting
71 // from it. This is so that the panel's widget ID does not overlap with widgetIDs contained
72 // in the same panel.
73 
74 // <Ignore>
75 //******OWNER IDs (for special useage by the Progress Bar Users)
76 
77 //---------------------------------------------------------------
78 //---------------------------------------------------------------
79 #define kProgressBarLibraryImport kSwatchLibPanelPrefix + 1
80 
81 // <Ignore>
82 //---------------------------------------------------------------
83 // Special Named swatch library signature ID
84 //---------------------------------------------------------------
85 #define kInvalidLibCreatorID kSwatchLibPanelPrefix
86 #define kDICColorLibCreatorID kSwatchLibPanelPrefix + 1
87 #define kFocoltoneLibCreatorID kSwatchLibPanelPrefix + 2
88 #define kHKS_ELibCreatorID kSwatchLibPanelPrefix + 3
89 #define kHKS_KLibCreatorID kSwatchLibPanelPrefix + 4
90 #define kHKS_NLibCreatorID kSwatchLibPanelPrefix + 5
91 #define kHKS_ZLibCreatorID kSwatchLibPanelPrefix + 6
92 #define kPantoneCoatedLibCreatorID kSwatchLibPanelPrefix + 7
93 #define kPantoneProcessLibCreatorID kSwatchLibPanelPrefix + 8
94 #define kPantoneUncoatedLibCreatorID kSwatchLibPanelPrefix + 9
95 #define kTrumatchLibCreatorID kSwatchLibPanelPrefix + 10
96 #define kToyoColorLibCreatorID kSwatchLibPanelPrefix + 11
97 #define kPantoneCoatedNewLibCreatorID kSwatchLibPanelPrefix + 12
98 #define kPantoneProcessNewLibCreatorID kSwatchLibPanelPrefix + 13
99 #define kPantoneUncoatedNewLibCreatorID kSwatchLibPanelPrefix + 14
100 #define kPantoneMatteNewLibCreatorID kSwatchLibPanelPrefix + 15
101 #define kPantoneEuroProcessNewLibCreatorID kSwatchLibPanelPrefix + 16
102 #define kANPAColorLibCreatorID kSwatchLibPanelPrefix + 17
103 #define kHKS_EProcessLibCreatorID kSwatchLibPanelPrefix + 18
104 #define kHKS_KProcessLibCreatorID kSwatchLibPanelPrefix + 19
105 #define kHKS_NProcessLibCreatorID kSwatchLibPanelPrefix + 20
106 #define kHKS_ZProcessLibCreatorID kSwatchLibPanelPrefix + 21
107 #define kPantoneMetallicCoatedLibCreatorID kSwatchLibPanelPrefix + 22
108 #define kPantonePastelCoatedLibCreatorID kSwatchLibPanelPrefix + 23
109 #define kPantonePastelUncoatedLibCreatorID kSwatchLibPanelPrefix + 24
110 #define kPantoneSolidToProcessLibCreatorID kSwatchLibPanelPrefix + 25
111 #define kToyoProcessLibCreatorID kSwatchLibPanelPrefix + 26
112 
113 //Bug#1495007
114 //Take care of newly added libraries, and the old ones that were left out
115 #define kPantoneColorBridgeCMYKECLibCreatorID kSwatchLibPanelPrefix + 27
116 #define kPantoneColorBridgeCMYKPCLibCreatorID kSwatchLibPanelPrefix + 28
117 #define kPantoneColorBridgeCMYKUPLibCreatorID kSwatchLibPanelPrefix + 29
118 #define kToyoColorFinderLibCreatorID kSwatchLibPanelPrefix + 30
119 #define kPantoneProcessUncoatedLibCreatorID kSwatchLibPanelPrefix + 31
120 
121 // New PANTONE libraries for CS5
122 #define kPantonePlusCMYKCoatedLibCreatorID kSwatchLibPanelPrefix + 32
123 #define kPantonePlusCMYKUncoatedLibCreatorID kSwatchLibPanelPrefix + 33
124 #define kPantonePlusColorBridgeCoatedLibCreatorID kSwatchLibPanelPrefix + 34
125 #define kPantonePlusColorBridgeUncoatedLibCreatorID kSwatchLibPanelPrefix + 35
126 #define kPantonePlusPastelCoatedLibCreatorID kSwatchLibPanelPrefix + 36
127 #define kPantonePlusPastelUncoatedLibCreatorID kSwatchLibPanelPrefix + 37
128 #define kPantonePlusMetallicCoatedLibCreatorID kSwatchLibPanelPrefix + 38
129 #define kPantonePlusSolidCoatedLibCreatorID kSwatchLibPanelPrefix + 39
130 #define kPantonePlusSolidUncoatedLibCreatorID kSwatchLibPanelPrefix + 40
131 
132 //---------------------------------------------------------------
133 // <Error ID>
134 //---------------------------------------------------------------
135 // Error Codes
136 // NOTE: The offset is used to find the corresponding error string
137 
138 //---------------------------------------------------------------
139 // <Action ID>
140 //---------------------------------------------------------------
141 // Ids in this range reserved...
142 // gap
143 
144 #endif // __SwatchLibPluginID__
145 
146 
147 
148 
149