InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
TransformPanelID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Richard Rodseth
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 // Purpose: IDs for Transform Panel
24 //
25 //========================================================================================
26 
27 #ifndef __TransformPanelID__
28 #define __TransformPanelID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 
33 #define kTransformPanelPrefix RezLong(0x7600)
34 
35 // <Start IDC>
36 // PluginID
37 #define kTransformPanelPluginName "Transform Panel"
38 
39 // <Class ID>
40 // ClassIDs
41 
42 //gap
43 
44 
45 // <Interface ID>
46 // IIDs
47 
48 // gap
49 
50 
51 // <Implementation ID>
52 // Implementation IIDs
53 
54 // gap
55 //gap
56 
57 
58 // gap
59 
60 // <Widget ID>
61 // Widget IDs
62 
63 #ifdef PPI_PAGESIZE_WIDGET
64 #endif
65 #ifdef PPI_PAGESIZE_WIDGET
66 #endif
67 #ifdef PPI_PAGESIZE_WIDGET
68 #endif
69 #ifdef PPI_PAGESIZE_WIDGET
70 #endif
71 
72 #ifdef PPI_PAGESIZE_WIDGET
73 #endif
74 
75 // <Message ID>
76 // Messages moved to SpreadID.h
77 
78 // <Action ID>
79 // Action IDs
80 
81 // gap
82 // gap
83 // gap
84 // gap
85 
86 #endif // __TransformPanelID__
87 
88 
89 
90