InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ToolboxID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Robin_Briggs
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 tool box
24 //
25 //========================================================================================
26 
27 #ifndef __ToolboxID__
28 #define __ToolboxID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 
33 #define kToolboxPrefix RezLong(0x1100)
34 
35 // <Start IDC>
36 // PluginID
37 #define kToolboxPluginName "Tool Box"
38 
39 // <Class ID>
40 // ClassIDs ----------------------------------------
41 //gap
42 //gap
43 
44 // <Interface ID>
45 // IIDs ----------------------------------------
46 //gap
47 
48 // <Implementation ID>
49 // ImplementationIDs ----------------------------------------
50 //gap
51 //gap
52 //gap
53 //gap
54 //gap
55 //gap
56 
57 
58 //gap
59 
60 
61 // <Widget ID>
62 // WidgetIDs ----------------------------------------
63 //gap
64 
65 
66 // <Message ID> // note - message ids conflict with class id space.
67 
68 // <Global ID>
69 
70 //
71 //Script Element IDs
72 //
73 
74 //Suites
75 
76 //Objects
77 
78 //Events
79 
80 //Properties
81 
82 //Enums
83 
84 //GUIDS
85 // {60108F34-0D73-48fe-A8B3-F2D3B015B0F2}
86 #define kToolBox_CLSID { 0x60108f34, 0xd73, 0x48fe, { 0xa8, 0xb3, 0xf2, 0xd3, 0xb0, 0x15, 0xb0, 0xf2 } }
87 
88 #endif // __ToolboxID__
89 
90 
91 
92 
93 
94 
95 
96 
97 
98