InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
EPSUIID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Graphics Team
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 // Contains IDs used by the EPSImportUI plug-in
24 //
25 //========================================================================================
26 
27 #ifndef __EPSUIID__
28 #define __EPSUIID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 
33 #define kEPSUIPrefix RezLong(0x8f00)
34 
35 // <Start IDC>
36 // PluginID
37 #define kEPSUIPluginName "EPS UI"
38 
39 // <Class ID>
40 // ClassIDs
41 //SVG
42 
43 // <Interface ID>
44 // Interface IDs
45 //SVG
46 
47 // <Implementation ID>
48 // ImplementationIDs
49 
50 
51 //SVG
52 //MathML Import Dialog
53 
54 
55 // <Widget ID>
56 // Widget IDs for EPS Import Dialog
57 // Widget IDs for EPS Export Dialog
58 // Widget IDs for Pages and Page Mark Dialog
59 // Widget IDs for SVG Import Dialog
60 // Editor widget for on-canvas editing.
61 //Widget IDs for MathML Import Dialog
62 
63 // MathML Props Panel Group
64 
65 //Lets add some errors Show in the MathML validation.
66 
67 
68 // <Service ID>
69 // Service IDs
70 //SVG
71 
72 
73 // <Action ID>
74 // Action IDs for barcodes.
75 //Action IDs for MathML Panel, Dialog
76 
77 #define kMathExprPanelRsrcId 20240
78 #define kMathExprPaletteRsrcID 20241
79 #define kMathExprUIStringRsrcID 20242
80 #define kMathPanelRsrcId 20243
81 #define kMathMLPropsPanelRsrcId 20245
82 #define kMathMLPropsPanelInPropsRsrcId 20246
83 #define kMathMLSwatchesRsrcID 20247
84 #define kRenderExprViewRsrcId 20248
85 #define kMathMLPanelIconRsrcID 20249
86 #define kMathMLPageItemAdornIcon 20250
87 #define kMathSymbolRsrcID 20251
88 #define kMathSymbolResourceId 21252
89 #define kMathSymbolContainerRsrcID 22253
90 #define kRenderExprViewPopupRsrcId 22254
91 
92 #define kMathExprPanelWidth 310
93 #define kMathExprPanelInitialHeight 600
94 
95 #define kMathMLPropsPanelWidth 240
96 #define kMathMLPropsPanelHeight 549
97 
98 #define kMathMLBlueDotRsrcID 6350
99 
100 
101 #endif // __EPSUIID__
102