InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
FormFieldUIID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Mark VerMurlen
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 FormFieldUI plug-in
24 //
25 //========================================================================================
26 
27 #ifndef __FormFieldUIID__
28 #define __FormFieldUIID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 
33 
34 #define kFormFieldUIPrefix RezLong(0x14600)
35 
36 // PluginID
37 #define kFormFieldUIPluginName "FormFieldUI"
38 #define kFormFieldUIPluginID kFormFieldUIPrefix + 1
39 
40 // Format Numbers
41 
42 // Anna
43 #define kFormFieldUIAnnaRemoveImpls kAnnaInitialMinorFormatNumber
44 
45 // Add one of these for each product version.
46 #define kFormFieldUILastAnnaMinorFormat kFormFieldUIAnnaRemoveImpls
47 
48 // Overall numbers.
49 #define kFormFieldUILatestMajorFormat kAnnaMajorFormatNumber
50 #define kFormFieldUILatestMinorFormat kFormFieldUILastAnnaMinorFormat
51 
52 // ClassIDs (Boss IDs)
53 
54 
55 
56 
57 
58  //Appearance Panel
59 
60 //Misc Dialogs
61 
62 //Tab/Calc Order
63 
64 //Field Settings Data Panels
65 
66 
67 
68 
69 
70 // IIDs (Interface IDs)
71 //gap
72 
73 
74 // ImplementationIIDs
75 
76 
77 
78 
79 
80 
81 
82  //Appearance Panel
83 
84 // gap
85 // gap
86 // gap
87 // gap
88 
89 
90 // list box drag and drop (reordering)
91 
92 //Appearance Panel Prefs Dialog (thumbnail size)
93 
94 //Tab/Calculation order dialogs.
95 
96 
97 
98 
99 //gap
100 
101 
102 //gap
103 //gap
104 
105 
106 
107 // Widget IDs
108  //Properties Dialog(s)
109 
110 
111 
112 
113 
114 
115 
116 
117 
118 //Check Box Options
119 
120 
121 //Radio Button Options
122 
123 
124 //Text Field Options
125 
126 
127 //List Box/Combo Box Options
128 
129 
130  //Appearance Panel
131 
132 
133 
134  //Form Text Color Dialog...
135 
136  //Tab/Calc Order Dialogs...
137 
138 
139  //Appearance Panel Prefs Dialog
140 
141 
142 
143 // New appearance widgets
144 
145 // States panel
146 //gap
147 
148 
149  //Some other dialogs...
150 
151 // Action IDs
152 
153 
154 
155 
156 
157 
158  //Appearance Panel
159 
160 
161 
162 
163 //These are not present in any menu right now....
164 
165 
166 
167 //gap
168 
169 
170 
171 // Service ID
172 
173 // Message ID
174 
175 // ----- Tree Node ID types -----
176 #define kMSOStateNodeID kFormFieldUIPrefix + 1
177 
178 #endif // __FormFieldUIID__
179 
180 
181 
182