InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ControlStripID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Paul Sorrick
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 //========================================================================================
26 
27 #ifndef __ControlStripID__
28 #define __ControlStripID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 
33 #define kControlStripPrefix RezLong(0x11500)
34 
35 // <Start IDC>
36 // PluginID
37 #define kControlStripPluginName "Control Strip"
38 
39 // <Class ID>
40 // ClassIDs
41 
42 // gap
43 
44 // Gap till 127
45 // Properties Panel Section uses 128 onwards.
46 
47 
48 
49 // <Interface ID>
50 // Interface IDs
51 
52 
53 
54 // Gap till 127
55 // Properties Panel Section uses 128 onwards.
56 
57 
58 
59 
60 // <Implementation ID>
61 // Implementation IDs
62 
63 
64 
65 
66 
67 
68 
69 // Gap till 127
70 // Properties Panel Section uses 128 onwards.
71 
72 // <Message ID>
73 
74 
75 // <Widget ID>
76 
77 
78 // TODO move these to appropriate ID.h files, or delete
79 
80 
81 
82 
83 
84 
85 
86 
87 // gap
88 
89 // gap
90 
91 
92 
93 
94 //<gap>
95 // Properties Panel widgetID 128 onwards...
96 
97 // We are reserving a space of WidgetIDs for properties panel templates. This is going to help in AATs as well as our own implementation.
98 // We will be using the whole range, Plase do not add anything below this in kWidgetIDSpace.
99 // This space is filled dynamically at runtime.
100 
101 
102 
103 // <Action ID>
104 
105 // gap
106 
107 // gap
108 // Proerties panel action id 32 onward
109 
110 
111 #endif // __ControlStripID__
112