InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ZoomToolID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: lance bushore
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 zoom tool plug-in
24 //
25 //========================================================================================
26 
27 #ifndef __ZoomToolID__
28 #define __ZoomToolID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 #include "FormatNumber.h"
33 
34 
35 #define kZoomToolPrefix RezLong(0x1E00)
36 
37 // PluginID
38 // Note this this plug-in was combined with the following:
39 // OvalTool, RectTool, LineTool, RegPolyTool, and GradientTool
40 // So, for example, if you want to used kOvalToolPlugInName, or
41 // kOvalToolPluginID, you would now use kZoomToolPluginName or
42 // kZoomToolPluginID instead.
43 #define kZoomToolPluginName "Basic Tools"
44 
45 // ClassIDs
46 //gap
47 
48 // gap
49 
50 // InterfaceIDs
51 // gap
52 
53 // ImplementationIDs
54 //gap
55 // gap
56 
57 // WidgetIDs
58 
59 // Service IDs
60 
61 // ActionIDs
62 
63 //
64 //Script Element IDs
65 //
66 
67 //Suites
68 
69 //Objects
70 
71 //Events
72 
73 //Properties
74 
75 
76 #endif