InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DocSetupID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Tommy Donovan
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 page size panel plug-in
24 //
25 //========================================================================================
26 
27 #ifndef __DocSetupID__
28 #define __DocSetupID__
29 #include "CrossPlatformTypes.h"
30 #include "IDFactory.h"
31 
32 #define kDocSetupPrefix RezLong(0x18200)
33 
34 #define kDoingDocSetup 0
35 #define kDoingNewDocument 1
36 #define kDoingDocPreset 2
37 #define kUsingDocPreset 3
38 
39 // <Start IDC>
40 // PluginID
41 #define kDocSetupPluginName "Document Setup"
42 
43 // <Class ID>
44 // ClassIDs
45 //gap
46 //gap
47 
48 // <Interface ID>
49 // Interface IDs
50 
51 // <Implementation ID>
52 // Implementation IDs
53 //gap
54 //gap
55 
56 //this is replaced by kICPageSizePresetDDLOpenCloseHandlerImpl below
57 
58 
59 
60 
61 // <Widget ID>
62 // Widget IDs
63 //gap
64 
65 // <Action ID>
66 // ActionIDs
67 // ids between kFirstDocStyleActionID and kLastDocStyleActionID are reserved
68 
69 
70 
71 
72 #endif // __DocumentSetupDlgID__
73