InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
InfoPanelID.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 // ADOBE CONFIDENTIAL
24 //
25 // Contains IDs used by measure tool which is combined in the basic tools project.
26 //
27 //========================================================================================
28 
29 #ifndef __INFOPANELID__
30 #define __INFOPANELID__
31 
32 #include "CrossPlatformTypes.h"
33 #include "IDFactory.h"
34 
35 #define kInfoPanelPrefix RezLong(0x15C00)
36 #define kInfoPanel2Prefix RezLong(0x17D00)
37 
38 // PluginID
39 #define kInfoPanelPluginName "Info Panel"
40 START_IDS()
41 
42 
43 // <Class ID>
44 // ClassIDs
45 //gap
46 //droverised widgets
47 
48 // <Interface ID>
49 // Interface IDs
50 
51 // <Implementation ID>
52 // Implementation IIDs
53 //gap
54 //gap
55 //gap
56 //gap
57 //droverised impl
58 
59 // <Service ID>
60 // Service IIDs
61 
62 // <Widget ID>
63 // Widget IDs
64 
65 // rotate tool panel
66 //gap
67 //gap
68 
69 //gap
70 
71 // scale tool panel
72 //gap
73 //gap
74 //gap
75 //gap
76 
77 // shear tool panel
78 //gap
79 //gap
80 //gap
81 //gap
82 
83 // eyedropper tool panel
84 //gap
85 //gap
86 //gap
87 //gap
88 
89 // gradient tool panel
90 //gap
91 //gap
92 //gap
93 
94 // freetransform tool panel
95 //gap
96 //gap
97 
98 // measure tool panel
99 //gap
100 //gap
101 
102 // freetransform tool
103 
104 // pen tool panel
105 //gap
106 //gap
107 //gap
108 
109 // type tool panel
110 //gap
111 //gap
112 
113 // type tool panel with selection
114 //gap
115 
116 
117 // selection tool panel when selected
118 //gap
119 //gap
120 
121 // selection tool panel when non-selected
122 //gap
123 //gap
124 
125 
126 
127 // creation tool
128 //gap
129 //gap
130 //gap
131 //gap
132 
133 
134 
135 
136 
137 
138 //gap
139 //gap
140 
141 
142 
143 
144 
145 // default info Panel
146 //gap
147 //gap
148 
149 // Type panel for selection
150 
151 // additional scale tool panel
152 
153 // additional shear tool panel
154 //gap
155 //gap
156 
157 // additional eyedropper tool panel
158 //gap
159 
160 //gap
161 //gap
162 //gap
163 
164 
165 
166 
167 //HSB Widget IDs
168 
169 // <Action ID>
170 // Action IDs
171 // gap
172 
173 //---------------------------------------------------
174 // InvalHandlerTypeID
175 //---------------------------------------------------
176 
177 END_IDS()
178 #endif // __INFOPANELID__
179 
180 
181 
182 
183 
184 
185 
186