InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
SemUIID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner:
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
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 // Usage rights licenced to Adobe Inc. 1993 - 2008.
31 //
32 //========================================================================================
33 
34 #ifndef __SemUIID__
35 #define __SemUIID__
36 
37 #include "CrossPlatformTypes.h"
38 #include "IDFactory.h"
39 
40 #define kSemUIPrefix RezLong(0xf5800) /* doublecheck with DeveloperPrefix.h */
41 
42 // PluginID
43 #define kSemUIPluginName "ME UI"
44 
45 //---------------------------------------------------------------
46 // Resource IDs
47 //---------------------------------------------------------------
48 #define kMEToolDefRsrcID 1285
49 #define kTOPMEToolDefRsrcID 1286
50 #define kAXtFontIconRsrcID 1287
51 #define kDTFontIconRsrcID 1288
52 //---------------------------------------------------------------
53 // <Class ID>
54 //---------------------------------------------------------------
55 //gap
56 //gap
57 //gap
58 //gap
59 //gap
60 //gap
61 //gap
62 #ifdef qME_CS3
63 #endif
64 //gap
65 //gap
66 //gap
67 //gap
68 //gap
69 //gap
70 
71 // Tables R2L
72 
73 
74 
75 //Reverse Layout
76 
77 
78 //---------------------------------------------------------------
79 // <Message ID>
80 //---------------------------------------------------------------
81 // classid messages 100, protocol is IID_ITABRULERDATA
82 
83 //---------------------------------------------------------------
84 // <Implementation ID>
85 //---------------------------------------------------------------
86 //gap
87 //gap
88 //gap
89 //gap
90 //gap
91 //gap
92 
93 // Tables R2L
94 
95 
96 
97 //Reverse Layout
98 
99 #ifdef qME_CS3
100 //----------------------------------------------------------------------------------------
101 // <Interface ID>
102 //----------------------------------------------------------------------------------------
103 #endif //qME_CS3
104 //gap
105 
106 // Tables R2L
107 
108 //----------------------------------------------------------------------------------------
109 // Widget IDs
110 //----------------------------------------------------------------------------------------
111 //gap
112 //gap
113 //gap
114 
115 // Tables R2L
116 //gap
117 
118 //Eye Dropper
119 
120 //gap
121 
122 //gap
123 
124 
125 
126 
127 //DocSetup (binding)
128 // Should be only for InvertRTL
129 
130 // For DontShowAgain warning alerts
131 
132 //Reverse Layout
133 //gap
134 //Reverse Layout-Objects Options
135 //gap
136 //Reverse Layout-Flip Options
137 //Reverse Layout-Pages Options
138 //gap
139 
140 //---------------------------------------------------------------
141 // <Action ID>
142 //---------------------------------------------------------------
143 //gap
144 //gap
145 
146 //TitleLang
147 //gap
148 
149 //Type Menu- Composer
150 
151 
152 //Reverse Layout
153 
154 //Unicode markers
155 
156 //Sof Pasuk
157 
158 #define kTypographyKeyboardDirActionArea "KBSCE Typography:Keyboard Direction"
159 #define kTypeMenuInsertSpecialCharacterMEActionArea "KBSCE Type menu:Insert Special ME Character"
160 #define kTypographyOpenTypeActionArea "KBSCE Typography:OpenType variants"
161 #define kTypographyDigitsActionArea "KBSCE Typography:Digits"
162 #define kTypographyDirOverrideActionArea "KBSCE Typography:Character Direction"
163 #define kTypographyParaDirActionArea "KBSCE Typography:Paragraph Direction"
164 
165 #endif // __SemUIID__
166