InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StylePanelID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner:
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 // IDs used by the color panel
24 //
25 // Updated: Wai Cheuk 10/22/97
26 //
27 //========================================================================================
28 
29 #ifndef __StylePanelID__
30 #define __StylePanelID__
31 
32 #include "CrossPlatformTypes.h"
33 #include "IDFactory.h"
34 
35 #define kStylePanelPrefix RezLong( 0x2100 )
36 
37 // <Start IDC>
38 // PluginID
39 #define kStylePanelPluginName "Style Panel"
40 
41 
42 // <Class ID>
43 // ClassIDs
44 
45 
46 
47 
48 
49 //gap
50 
51 
52 
53 
54 
55 
56 
57 
58 
59 
60 //gap
61 
62 
63 
64 
65 
66 
67 
68 
69 
70 //gap
71 
72 
73 
74 
75 // <Widget ID>
76 // Widget IDs
77 
78 
79 
80 
81 
82 
83 
84 
85 
86 
87 
88 
89 
90 
91 
92 
93 
94 
95 
96 //icons
97 
98 
99 
100 // <Implementation ID>
101 // ImplementationIDs
102 
103 
104 
105 
106 
107 
108 
109 
110 
111 
112 
113 
114 
115 
116 
117 
118 //gap
119 
120 
121 
122 
123 // Tree view stuff
124 
125 //gap
126 // gap
127 
128 
129 
130 //gap
131 
132 // gap
133 
134 
135 
136 
137 
138 
139 
140 // <Interface ID>
141 // Interface ID
142 
143 // <Service ID>
144 // Service IDs
145 
146 // Messages ID
147 
148 
149 
150 // <Action ID>
151 
152 
153 
154 
155 
156 
157 
158 //Style set related
159 
160 
161 //Style set context menu
162 
163 
164 
165 
166 //gap
167 
168 #endif // __StylePanelID__