InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
AssignmentUIID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Jon Pugh
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 __ASSIGNMENTUIID__
25 #define __ASSIGNMENTUIID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 // double check with AdobePrefix.h
31 #define kAssignmentUIPrefix RezLong(0x19A00)
32 
33 //----------------------------------------------------------------------------------------
34 // Plug-in identifier
35 //----------------------------------------------------------------------------------------
36 
37 #define kStoryListPanelPluginName "AssignmentUI"
38 
39 #define kStoryListNodeIDClass kAssignmentUIPrefix + 1
40 
41 //----------------------------------------------------------------------------------------
42 // Class identifiers
43 //----------------------------------------------------------------------------------------
44 
45 //gap
46 
47 //----------------------------------------------------------------------------------------
48 // Interface identifiers
49 //----------------------------------------------------------------------------------------
50 
51 
52 //----------------------------------------------------------------------------------------
53 // Implementation identifiers
54 //----------------------------------------------------------------------------------------
55 
56 
57 
58 
59 
60 //----------------------------------------------------------------------------------------
61 // Widget identifiers
62 //----------------------------------------------------------------------------------------
63 
64 
65 //assignment options dialog
66 
67 
68 
69 //----------------------------------------------------------------------------------------
70 // Action identifiers
71 //----------------------------------------------------------------------------------------
72 
73 
74 //reserve for dynamic menu items
75 
76 
77 
78 //----------------------------------------------------------------------------------------
79 // Service Provider IDs
80 //----------------------------------------------------------------------------------------
81 
82 //----------------------------------------------------------------------------------------
83 // Error Codes
84 //----------------------------------------------------------------------------------------
85 
86 //----------------------------------------------------------------------------------------
87 // Strings
88 //----------------------------------------------------------------------------------------
89 
90 #define kStoryListPanelStringsRsrcID 1000
91 #define kStoryListPanelStringsNoTransRsrcID 2000
92 #define kStoryListPanelActionRsrcID 2100
93 #define kStoryListPanelMenuRsrcID 3100
94 #define kStoryListPanelRsrcID 4100
95 #define kStoryListPanelListRsrcID 4200
96 #define kStoryListTVNodeRsrcID 4300
97 #define kStoryListTVUnassignedNodeRsrcID 4400
98 
99 #endif // __ASSIGNMENTUIID__