InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
TextStylePanelID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Bernd Paradies
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 __TextStylePanelID__
28 #define __TextStylePanelID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 
33 // Prefix
34 #define kTextStylePanelPrefix RezLong( 0x5B00 ) /* doublecheck with AdobePrefix.h */
35 // 0x5B00 Hex == 23296 Dec
36 
37 // PluginID
38 #define kTextStylePanelPluginName "Text Style Panel"
39 
40 // Resource ID of Panel Windows
41 #define kTextStylePanelRsrcID 1000
42 #define kTextStyleDialogRsrcID 1050
43 #define kTextStyleCoreDialogRsrcID 1100
44 #define kTextStyleParaGeneralRsrcID 1150
45 #define kTextStyleCharGeneralRsrcID 1200
46 #define kTextStyleParaDialogRsrcID 1250
47 #define kTextStyleCharDialogRsrcID 1300
48 
49 #define kTextStylePanelStringsRsrcID 1450
50 #define kTextStylePanelStringsNoTransRsrcID 1500
51 
52 #define kTextStyleDialogSelRsrcID 1550
53 #define kTextStyleCoreDialogSelRsrcID 1600
54 #define kTextStyleParaGeneralSelRsrcID 1650
55 #define kTextStyleCharGeneralSelRsrcID 1700
56 #define kTextStyleParaDialogSelRsrcID 1750
57 #define kTextStyleCharDialogSelRsrcID 1800
58 #define kTextStyleParaCoreDialogSelRsrcID 1850
59 #define kTextStyleCharCoreDialogSelRsrcID 1900
60 #define kTextStylePanelStringsSelRsrcID 1950
61 
62 #define kTextSelectableParaDialogRsrcID 2000
63 #define kTextSelectableCharDialogRsrcID 2100
64 
65 #define kStyleToTagMapDialogRsrcID 2200
66 #define kStyleToTagMapDialogSelRsrcID 2250
67 
68 //----------------------------------------------------------------------------------------
69 // Boss IDs
70 //----------------------------------------------------------------------------------------
71 
72 // Panel Bosses: 0 to 9
73 
74 
75 
76 // Observer Bosses: 100 to 200
77 
78 //gap
79 
80 // these bosses are empty they are used because the CSelectableDialogSwitcher of the kTextSelectableDialogWidgetBoss
81 // sets the bosses classid as the default service id.
82 
83 
84 
85 //----------------------------------------------------------------------------------------
86 // Interface IDs
87 //----------------------------------------------------------------------------------------
88 
89 
90 
91 //----------------------------------------------------------------------------------------
92 // Implementation IDs
93 //----------------------------------------------------------------------------------------
94 
95 // Panel Implementation: 0 to 9
96 // gap
97 //gap
98 
99 
100 // Observer Bosses: 100 to 200
101 
102 //gap
103 
104 
105 
106 
107 
108 // <Widget ID>
109 //gap
110 //gap
111 
112 // Additional Widget IDs: 200 - 255
113 
114 
115 
116 
117 
118 //----------------------------------------------------------------------------------------
119 // Message IDs
120 //----------------------------------------------------------------------------------------
121 
122 
123 #endif // __TextStylePanelID__
124