InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
PageSetupDialogID.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 __PageSetupDialogID__
28 #define __PageSetupDialogID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 
33 #define kPageSetupDialogPrefix RezLong(0x6100)
34 
35 // <Start IDC>
36 // PluginID
37 #define kPageSetupDialogPluginName "Page Setup Dialog"
38 
39 // <Class ID>
40 // ClassIDs
41 
42 //gap
43 // gap
44 //gap
45 //gap
46 
47 
48 
49 // <Interface ID>
50 // Interface IDs
51 
52 // <Implementation ID>
53 // Implementation IDs
54 // gap
55 
56 //touch related
57 //gap
58 
59 
60 // gap
61 //gap
62 
63 
64 
65 
66 // <Widget ID>
67 // Widget IDs
68 #ifdef PPI_PAGESIZE_WIDGET
69 #endif
70 #ifdef PPI_PAGESIZE_WIDGET
71 #endif
72 
73 #ifdef PPI_PAGESIZE_WIDGET
74 #endif
75 #ifdef PPI_PAGESIZE_WIDGET
76 #endif
77 // gap
78 
79 
80 //gap
81 //touch related
82 
83 
84 
85 
86 // <Service ID>
87 // Service Provider IDs
88 
89 // <Action ID>
90 // ActionIDs
91 // ids between kFirstDocStyleActionID and kLastDocStyleActionID are reserved
92 //gap
93 //gap
94 #endif // __PageSetupDialogID__
95