InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
FindChangeID.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 
24 #ifndef __FindChangeID__
25 #define __FindChangeID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 #define kFindChangePrefix RezLong(0x4900)
31 #define kFindChangePrefix2 RezLong(0x1f300)
32 
33 #define kFindChangeMetaCharRsrcID 101
34 
35 
36 // <Start IDC>
37 // PluginID
38 #define kFindChangePluginName "Find and Change Panel"
39 
40 // <Class ID>
41 // Boss IDs
42 //gap
43 //gap
44 //gap
45 //gap
46 
47 //gap
48 //gap
49 //gap
50 //gap
51 
52 //gap
53 
54 
55 //gap
56 
57 //gap
58 
59 
60 
61 // <Interface ID>
62 // IIDs
63 //gap
64 
65 
66 // <Implementation ID>
67 // ImplementationIDs
68 //gap
69 //gap
70 
71 //gap
72 
73 
74 //gap
75 
76 //gap
77 
78 
79 
80 
81 //gap
82 
83 
84 
85 //gap
86 
87 //gap
88 
89 //gap
90 
91 //gap
92 
93 
94 
95 
96 //gap
97 //gap
98 //gap
99 
100 
101 
102 // <Widget ID>
103 // WidgetIDs
104 
105 //gap
106 
107 //gap
108 
109 //gap
110 
111 
112 
113 //gap
114 
115 //GREP (regular expression)
116 
117 // Mini Tabbed Dialog
118 //gap
119 
120 
121 
122 
123 
124 
125 
126 
127 
128 
129 
130 
131 // <Message ID>
132 // Message IDs
133 
134 
135 
136 
137 // <Action ID>
138 
139 //Grep action id's
140 
141 
142 
143 
144 
145 
146 
147 
148 
149 // More action id's with kFindChangePrefix2
150 
151 
152 
153 
154 
155 // gap
156 
157 
158 
159 
160 
161 
162 
163 
164 
165 
166 
167 
168 
169 // <Service ID>
170 //******SERVICE IDs
171 
172 //Errors
173 
174 // Tree Node ID types
175 #define kKillerFindNodeID kFindChangePrefix + 1
176 
177 #endif
178  // __FindChangeID__