InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
GradientFillID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Thanh Nguyen
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 gradient fill plug-in
24 //
25 //========================================================================================
26 
27 #ifndef __GradientFillID__
28 #define __GradientFillID__
29 
30 #include "IDFactory.h"
31 #include "CrossPlatformTypes.h"
32 
33 
34 #define kGradientFillPrefix RezLong(0x5500)
35 
36 
37 // <Start IDC>
38 // PluginID
39 #define kGradientFillPluginName "Gradient Fill"
40 
41 // <Class ID>
42 // ClassIDs
43 // Gap
44 //gap
45 //gap
46 // <Interface ID>
47 // PM IIDs
48 
49 // <Implementation ID>
50 // ImplementationIIDs
51 //gap
52 //gap
53 //gap
54 //gap
55 // gap
56 
57 // <Widget ID>
58 
59 //
60 //Script Element IDs
61 //
62 
63 //Suites
64 
65 //Objects
66 
67 //Events
68 
69 //Properties
70 
71 //Enums
72 
73 
74 #endif // __GradientFillID__
75 
76 
77 
78