InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
RegPolyID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Paul Sorrick
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 
24 #ifndef __RegPolyID__
25 #define __RegPolyID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 #define kRegPolyPrefix RezLong(0x5000)
31 
32 // <Start IDC>
33 // PluginID
34 // These no longer exist, combined with BasicTools plug-in.
35 // Access via kZoomToolPlugInName and kZoomToolPluginID
36 //#define kRegPolyPluginName "RegPoly"
37 
38 // <Class ID>
39 // ClassIDs
40 //gap
41 //gap
42 //gap
43 
44 
45 // <Interface ID>
46 // IIDs
47 // gap
48 
49 // <Implementation ID>
50 // ImplementationIIDs
51 //gap
52 // gap
53 //gap
54 
55 // <Widget ID>
56 // Widget IDs for Regular Polygon dialog
57 
58 
59 // <Action ID>
60 // Action IDs for Regular Polygon
61 
62 //
63 //Script Element IDs
64 //
65 
66 //Suites
67 
68 //Objects
69 
70 //Events
71 
72 //Properties
73 
74 //Enums
75 
76 
77 //GUIDS
78 // {496F0BE4-7834-11d2-AAF0-00C04FA37726}
79 #define kPolygonPref_CLSID { 0x496f0be4, 0x7834, 0x11d2, { 0xaa, 0xf0, 0x0, 0xc0, 0x4f, 0xa3, 0x77, 0x26 } }
80 
81 
82 #endif
83 
84