InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
EyeDropperToolID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Dave Stephens
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 EyeDropper tool plug-in
24 //
25 //========================================================================================
26 
27 #ifndef __EyeDropperToolID__
28 #define __EyeDropperToolID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 
33 #define kEyeDropperToolPrefix RezLong(0xBA00)
34 #define kEyeDropperToolPrefix2 RezLong(0x23700)
35 
36 
37 // <Start IDC>
38 // PluginID
39 #define kEyeDropperToolPluginName "EyeDropperTool"
40 
41 // <Class ID>
42 
43 //gap
44 
45 
46 
47 // gap
48 // gap
49 
50 // DragonTail Class IDs
51 
52 //<Interface ID>
53 
54 // DragonTail IIDs
55 
56 // Gap
57 // Gap
58 
59 // Transform Attributes
60 
61 
62 // <Implementation ID>
63 //gap
64 
65 
66 
67 
68 // Gap
69 
70 
71 // DragonTail Impls
72 
73 // gap
74 
75 //gap
76 
77 
78 // gap
79 
80 // Transform Attributes
81 
82 
83 
84 // <Widget ID>
85 // Character attribute widgets <1-50>
86 
87 // Paragraph attribute widgets <51-100>
88 
89 // Fill attribute widgets <101-150>
90 
91 // Color theme tool
92 
93 // Stroke attribute widgets <151-180>
94 
95 
96 // CJK character attribute widgets <181-200>
97 
98 
99 // CJK paragraph attribute widgets <201-220>
100 
101 
102 // Other widgets <220 and up>
103 
104 
105 // Tree widgets
106 
107 // Object Widgets
108 
109 
110 // Table Widgets
111 
112 // gap
113 
114 //DO NOT GO ABOVE 255!!!
115 // WE WONT GO. I DEFINED ANOTHER PREFIX. :)
116 
117 // Transform Attribute Options
118 
119 
120 
121 
122 // <Service ID>
123 // Service IDs
124 
125 // <Action ID>
126 // Action IDs
127 
128 // <ViewPortAttr ID>
129 // ViewPortAttrIDs
130 
131 #endif