InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IndexPanelID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Bertrand Lechevalier
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 __IndexPanelID__
25 #define __IndexPanelID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 #define kIndexPanelPrefix RezLong( 0x13100 )
31 
32 // <Start IDC>
33 // PluginID
34 #define kIndexPanelPluginName "IndexPanel"
35 
36 // <Class ID>
37 // ClassIDs
38 //gap
39 //gap
40 //gap
41 // gap
42 
43 
44 
45 // <Implementation ID>
46 // ImplementationIDs
47 // gap
48 //gap
49 
50 
51 // <Action ID>
52 
53 
54 
55 
56 // gap
57 
58 
59 
60 // <Widget ID>
61 // Widget IDs
62 // gap
63 
64 
65 
66 
67 
68 
69 
70 
71 
74 
75 
76 // <Interface ID>
77 // PMIIDs
78 
79 
80 // <Interface ID>
81 // Interface ID
82 
83 // <Service ID>
84 // Service IDs
85 
86 // Messages ID
87  // sent by OptionsStringsEditEH on OptionsStringsEditEH::GetKeyFocus().
88  // received by promote and demote observer.
89  // sent by OptionsStringsEditEH on OptionsStringsEditEH::GiveUpKeyFocus().
90  // received by promote and demote observer.
91 
92 
93 #define kIndexSortOptionsListNodeID kIndexPanelPrefix + 1
94 
95 #endif // __IndexPanelID__