InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ContentDropperToolID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Shikha Arora
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 EyeDropper tool plug-in
24 //
25 //========================================================================================
26 
27 #ifndef __ContentDropperToolID__
28 #define __ContentDropperToolID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 
33 
34 #define kContentDropperToolPrefix RezLong(0x22400)
35 
36 //TODO remove double macros
37 #define CONTENT_DROPPER_DEF_STRINGIZE(s) #s
38 
39 #define kContentDropperStringPrefix CONTENT_DROPPER_DEF_STRINGIZE(kContentDropperToolPrefix)
40 
41 // <Start IDC>
42 // PluginID
43 #define kContentDropperToolPluginName "ContentDropperTool"
44 
45 // <Class ID>
46 //gap
47 
48 // <Implementation ID>
49 //gap
50 //gap
51 
52 //<Interface ID>
53 
54 // <Widget ID>
55 // Character attribute widgets <1-50>
56 
57 // Other StringKeys:
58 #define kRibbonDlgAboutBoxStringKey kContentDropperStringPrefix "kRibbonDlgAboutBoxStringKey"
59 
60 // <Message ID>
61 // <Service ID>
62 // Service IDs
63 
64 // <Action ID>
65 // Action IDs
66 
67 #endif