InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
CSXSID.h
1 //========================================================================================
2 //
3 // $File: //depot/shuksan/source/public/interfaces/ui/CSXSID.h $
4 //
5 // Owner: Jonathan W. Brown
6 //
7 // $Author: mbiswas $
8 //
9 // $DateTime: 2021/08/11 07:25:49 $
10 //
11 // $Revision: #66 $
12 //
13 // $Change: 1109500 $
14 //
15 // ADOBE CONFIDENTIAL
16 //
17 // Copyright 1997-2010 Adobe Systems Incorporated. All rights reserved.
18 //
19 // NOTICE: All information contained herein is, and remains
20 // the property of Adobe Systems Incorporated and its suppliers,
21 // if any. The intellectual and technical concepts contained
22 // herein are proprietary to Adobe Systems Incorporated and its
23 // suppliers and may be covered by U.S. and Foreign Patents,
24 // patents in process, and are protected by trade secret or copyright law.
25 // Dissemination of this information or reproduction of this material
26 // is strictly forbidden unless prior written permission is obtained
27 // from Adobe Systems Incorporated.
28 //
29 //
30 // Contains common IDs used by the CSXS plugin.
31 //
32 //========================================================================================
33 
34 #ifndef __CSXSID__
35 #define __CSXSID__
36 
37 #include "CrossPlatformTypes.h"
38 #include "IDFactory.h"
39 
40 #define kCSXSPrefix RezLong(0x20D00)
41 
42 // RsrcIDs
43 #define kCSXSStringsRsrcID 1000
44 #define kCSXSStringsNoTransRsrcID 2000
45 #define kCSXSPanelResourceID 3000
46 #define kCSXSPaletteIconRsrcID 4000
47 #define kCSXSHtmlPanelResourceID 4500
48 #define kCSXSDialogResourceID 5000
49 #define kCSXSMenuResourceID 9000
50 #define kCSXSActionResourceID 10000
51 #define kLoadUnloadExtensionsDlgRscID 11000
52 #define kStylesConflictDialogRsrcID 12000
53 #define kCSXSErrorStringTableRsrcID 13000
54 #define kUserChoiceForCloudTextAdditionDialogRsrcID 14000
55 
56 // <Start IDC>
57 // PluginID
58 #define kCSXSPluginName "CSXS"
59 
60 // <Class ID>
61 // ClassIDs
62 
63 //gap
64 
65 //gap
66 
67 //gap
68 
69 //gap
70 
71 //AAL Links
72 
73 
74 //Experimentation
75 
76 
77 // <Implementation ID>
78 // Implementation IDs
79 
80 //gap
81 
82 
83 //gap
84 
85 //gap
86 
87 
88 //gap
89 //gap
90 
91 //gap
92 //gap
93 
94 
95 
96 //AAL Links
97 
98 //Experimentation
99 
100 //Gap
101 //Gap
102 
103 // <Interface ID>
104 // IIDs
105 
106 //gap
107 
108 
109 //AAL Links
110 
111 
112 //CC Review and Commenting.
113 //Gap
114 
115 // <Widget ID>
116 // Widget ids
117 //gap
118 
119 // Define your widget ids above
120 // Auto generated CSXS panel widget IDs start from here
121 
122 // <Action ID>
123 // Action IDs
124 
125 // Define your action ids above
126 // Auto generated CSXS panel action IDs start from here
127 
128 // <Error ID>
129 // Error IDs
130 
131 // <Message ID>
132 //Messages sent for snippet editing mode
133 
134 // <Script ID>
135 // Objects
136 
137 // Methods
138 
139 // Properties
140 
141 // Enums
142 
143 #endif // __CSXSID__