InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
GlyphPanelID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Pascal Rubini
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 __GlyphPanelID__
25 #define __GlyphPanelID__
26 
27 //----------------------------------------------------------------------------------------
28 // String resources IDs
29 //----------------------------------------------------------------------------------------
30 
31 #define kGlyphPanelStringsRsrcID 1100
32 #define kGlyphPanelStringsNoTransRsrcID 1200
33 #define kGlyphPanelMenusRsrcID 1300
34 #define kGlyphPanelErrorStringTableRrscID 1350
35 
36 //----------------------------------------------------------------------------------------
37 // Panel resources IDs
38 //----------------------------------------------------------------------------------------
39 
40 
41 #define kPopoutWindowRsrcID 1400
42 #define kIconZoomOutRsrc 1500
43 #define kIconZoomInRsrc 1600
44 #define kGlyphPaletteIconRsrcID 1601
45 #define kGlyphPanelActionResID 1700
46 #define kGlyphPanelRsrcID 1800
47 #define kGlyphPanelListResID 1900
48 #define kFavoriteSetNameDlgRsrcID 2000
49 #define kFavoriteGlyphDlgRsrcID 3000
50 
51 //----------------------------------------------------------------------------------------
52 //----------------------------------------------------------------------------------------
53 #ifndef MAC_RESOURCE_INCLUDER
54 
55 #include "CrossPlatformTypes.h"
56 #include "IDFactory.h"
57 
58 #define kGlyphPanelPrefix RezLong(0xD100) // AlternateGlyph2Prefix, main prefix for this plug-in. Not sure of history how AlternateGlyph2Prefix got to be the main prefix, not changing now to due to persistent impls
59 #define kGlyphPanelTitle "GlyphPanel" // Basic name of plug-in. Use as part of other keys, not alone.
60 #define kGlyphPanelPrefix2 RezLong(0x9500) // AltGlyphPanelPrefix, secondary prefix for this plug-in for overflow dynamic menus
61 
62 //----------------------------------------------------------------------------------------
63 // PluginID
64 //----------------------------------------------------------------------------------------
65 #define kGlyphPanelPluginName "Glyph Panel"
66 
67 
68 //----------------------------------------------------------------------------------------
69 // <Class ID>
70 //----------------------------------------------------------------------------------------
71 //gap
72 //gap
73 //gap
74 
75 
76 
77 //gap
78 
79 
80 
81 
82 
83 //gap
84 //gap
85 
86 
87 
88 // favorite grid message NOTE - message IDs conflict with ClassIDs, so make sure these don't overlap with any ClassIDs!!!!
89 
90 
91 //----------------------------------------------------------------------------------------
92 // <Interface ID>
93 //----------------------------------------------------------------------------------------
94 
95 
96 
97 
98 
99 //----------------------------------------------------------------------------------------
100 // <Implementation ID>
101 //----------------------------------------------------------------------------------------
102 
103 //gap
104 
105 
106 
107 
108 //gap
109 //gap
110 
111 
112 
113 
114 
115 
116 
117 
118 //gap
119 
120 
121 //----------------------------------------------------------------------------------------
122 // <Widget ID>
123 //----------------------------------------------------------------------------------------
124 
125 //gap
126 
127 
128 
129 
130 //----------------------------------------------------------------------------------------
131 // <Action ID>
132 //----------------------------------------------------------------------------------------
133 
134 
135 
136 
137 // all those in between kFirstEditGlyphFavoritesActionID and kLastEditGlyphFavoritesActionID are reserved....
138 
139 // all those in between kFirstAddGlyphFavoritesActionID and kLastAddGlyphFavoritesActionID are reserved....
140 
141 // all those in between kFirstViewGlyphFavoritesActionID and kLastViewGlyphFavoritesActionID are reserved....
142 
143 
144 // gap
145 
146 // gap
147 
148 // NOTE: Second Prefix for more dynamic menu items!!!
149 // all those in between kFirstDeleteGlyphFavoritesActionID and kLastDeleteGlyphFavoritesActionID are reserved....
150 
151 // Error ID space
152 
153 
154 #endif
155 #endif // __GlyphPanelID__