InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
BehaviorUIID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Michael Burbidge
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 __BehaviorUIID_h__
25 #define __BehaviorUIID_h__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 #include "FormFieldUIID.h"
30 
31 #define kBehaviorUIPrefix RezLong(0x15900)
32 
33 // ----- Plug-in ID -----
34 
35 #define kBehaviorUIPluginName "BehaviorsUI"
36 
37 #define kBehaviorUIPluginID kFormFieldUIPluginID
38 
39 // ----- Class IDs -----
40 
41 
42 
43 
44 
45 
46 
47 
48 
49 
50 
51 //gap
52 
53 
54 
55 
56 
57 
58 
59 
60 
61 
62 
63 
64 
65 // ----- Interface IDs -----
66 
67 
68 // ----- Implementatin IDs -----
69 
70 
71 
72 
73 
74 
75 
76 
77 
78 
79 
80 
81 
82 //gap
83 
84 
85 
86 
87 
88 
89 
90 
91 
92 
93 
94 // gap
95 
96 
97 
98 
99 // ----- Widget IDs -----
100 
101 
102 
103 
104 
105 
106 
107 
108 
109 
110 
111 
112 
113 //gap
114 
115 
116 
117 
118 
119 
120 
121 
122 
123 
124 
125 
126 
127 
128 
129 
130 // ----- Action IDs -----
131 
132 // ----- Service IDs -----
133 
134 
135 // ----- Message IDs -----
136 
137 
138 // ----- Error IDs -----
139 
140 
141 #endif // __BehaviorUIID_h__