InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
GuideID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Stacy Molitor
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 guide item plug-in
24 //
25 //========================================================================================
26 
27 #ifndef __GuideID__
28 #define __GuideID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 #include "FormatNumber.h"
33 
34 #define kGuidePrefix RezLong(0x3300)
35 
36 // PluginID
37 #define kGuidePluginName "Guides"
38 
39 // ClassIDs
40 //gap
41 //gap
42 
43 // IIDs
44 
45 // Implementation IIDs
46 
47 // Widget IDs
48 
49 // Action IDs
50 
51 //
52 //Script Element IDs
53 //
54 
55 //Suites
56 
57 //Objects
58 
59 //Events
60 
61 //Properties
62 
63 //Enums
64 
65 //GUIDS
66 // {EE964079-06C6-11d2-AAC9-00C04FA349C7}
67 #define kGuide_CLSID { 0xee964079, 0x6c6, 0x11d2, { 0xaa, 0xc9, 0x0, 0xc0, 0x4f, 0xa3, 0x49, 0xc7 } }
68 // {EE96407A-06C6-11d2-AAC9-00C04FA349C7}
69 #define kGuides_CLSID { 0xee96407a, 0x6c6, 0x11d2, { 0xaa, 0xc9, 0x0, 0xc0, 0x4f, 0xa3, 0x49, 0xc7 } }
70 
71 #endif // __GuideID__