InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
OutputMiscUIID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Gang Xiao
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 __OUTPUTMISCUIID_H__
25 #define __OUTPUTMISCUIID_H__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 #define kOutputMiscUIPrefix RezLong(0x10A00) // Must be unique for this plug-in.
31 
32 //----------------------------------------------------------------------------------------
33 // Plug-in identifier
34 //----------------------------------------------------------------------------------------
35 #define kOutputMiscUITitle "OutputMiscUIPlugIn" // Basic name of plug-in.
36 
37 //----------------------------------------------------------------------------------------
38 // Class identifiers
39 //----------------------------------------------------------------------------------------
40 //for trap style panel
41 //gap
42 //gap
43 //gap
44 
45 //----------------------------------------------------------------------------------------
46 // Interface identifiers
47 //----------------------------------------------------------------------------------------
48 
49 
50 //----------------------------------------------------------------------------------------
51 // Implementation identifiers
52 //----------------------------------------------------------------------------------------
53 //for trap style panel
54 
55 
56 //----------------------------------------------------------------------------------------
57 // Widget identifiers
58 //----------------------------------------------------------------------------------------
59 //for trap style panel
60  //for panel itself
61  //gap, for trap style dialog
62  //gap, for page's trap style dialog
63  //gap, for delete trap style dialog
64  //starting at 75 to leave gap
65 //Adding Widget ID's so that trap dialog does not use invalid widget ID
66 
67 // EVE Info
68 
69 //----------------------------------------------------------------------------------------
70 // Message identifiers
71 //----------------------------------------------------------------------------------------
72 
73 //----------------------------------------------------------------------------------------
74 // Action identifiers
75 //----------------------------------------------------------------------------------------
76 //for trap style panel
77 
78 #endif // __OUTPUTMISCUIID_H__