InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
SplineUIID.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 polygon item plug-in
24 //
25 //========================================================================================
26 
27 #ifndef __SplineUIID__
28 #define __SplineUIID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 #include "FormatNumber.h"
33 
34 #define kSplineUIPrefix RezLong(0x18500)
35 #define kSplineUIPluginName "Spline UI"
36 
37 // PluginID
38 START_IDS()
39 
40 // ClassIDs
41 //
42 
43 //gap
44 
45 // Tools
46 
47 // Trackers
48 
49 // Dialogs
50 
51 // Widgets
52 
53 // Palette panel
54 
55 
56 // Implementation IDs
57 //
58 
59 
60 // Tools
61 
62 // Cursor providers
63 
64 // Trackers
65 
66 
67 // Dialogs
68 
69 // Widgets
70 
71 
72 // Utils
73 
74 // IIDs
75 //
76 
77 // <Widget ID>
78 //
79 
80 
81 
82 
83 // Path Finder panel
84 // Pathfinder widget ids
85 
86 // Convert shape widget ids
87 
88 // Path widget ids
89 
90 // Other widget ids
91 // gap
92 
93 // Convert Point widget ids
94 
95 //Properties Panel : Pathfinder Kit
96 
97 // <Action ID>
98 //
99 
100 
101 
102 
103 
104 
105 
106 
107 
108 
109 
110 
111 // Path finder panel
112 
113 
114 //---------------------------------------------------
115 // InvalHandlerTypeID
116 //---------------------------------------------------
117 
118 
119 END_IDS()
120 #endif // __SplineUIID__