InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ImportExportUIID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Zak Williamson
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 __ImportExportUIID__
25 #define __ImportExportUIID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 #include "FormatNumber.h"
30 
31 #define kExpressMenusWithIconRsrcID 100
32 #define kExpressOnBoardingIconID 101
33 
34 #define kImportExportUIPrefix RezLong(0x1bb00)
35 #define kImportExportUIPrefix2 RezLong(0x22f00)
36 
37 
38 // PluginID
39 #define kImportExportUIPluginName "Import Export UI"
40 
41 // Service IDs
42 
43 // Class IDs
44 //gap
45 //gap
46 // html/epub export
47 
48 //gap
49 
50 
51 //gap
52 
53 // Interface IDs
54 //gap
55 
56 // <Implementation ID>
57 // Implementation IDs
58 
59 //gap
60 //gap
61 //gap
62 
63 
64 
65 
66 
67 
68 
69 
70 
71 
72 
73 
74 
75 
76 
77 //gap
78 
79 
80 
81 
82 // gap
83 // Epub Export related
84 
85 // Error ID
86 
87 // <Widget ID>
88 
89 // INX Version Panel
90 
91 
92 //gap
93 //gap
94 // Import InDesign doc dialog
95 //gap
96 
97 //gap
98 
99 // Relink File Extension dialog
100 
101 // EBook export preference dialog
102 
103 
104 
105 
106 
107 // xhtml dialog
108 
109 
110 
111 // gap
112 
113 // htmlpgt dialog
114 
115 // html/epub export warning message dialog
116 
117 
118 
119 
120 //gap
121 
122 // Action IDs
123 //gap
124 // Reserved ID's for recent-publications
125 
126 // Messages ID
127 
128 // Script Element IDs
129 
130 // Suites
131 
132 // Objects
133 
134 // Events
135 
136 // Properties
137 
138 // Enums
139 
140 #endif // __ImportExportUIID__