InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
GradientUIID.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 
24 #ifndef __GradientUIID__
25 #define __GradientUIID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 #define kGradientUIPrefix RezLong(0x5e00) // define in AdobePrefix.h
31 
32 // <Start IDC>
33 // PluginID
34 #define kGradientPanelPluginName "Gradient Panel"
35 
36 // <Class ID>
37 // ---------------------------------------------------------------
38 // Class IDs
39 // ---------------------------------------------------------------
40 
41 
42 
43 //gap
44 
45 
46 // <Interface ID>
47 // ---------------------------------------------------------------
48 // Interface IDs
49 // ---------------------------------------------------------------
50 
51 // TTN_DEBUB...07.30.98
52 
53 
54 
55 
56 
57 // <Implementation ID>
58 // ---------------------------------------------------------------
59 // Implementation IDs
60 // ---------------------------------------------------------------
61 // gap
62 
63 
64 
65 // gap
66 
67 
68 // TTN_DEBUG... 07.30.98
69 
70 
71 // panel menu
72 
73 
74 
75 
76 //gap
77 
78 // <Widget ID>
79 // ---------------------------------------------------------------
80 // Widget IDs
81 // ---------------------------------------------------------------
82 
83 
84 
85 // <Service ID>
86 // ---------------------------------------------------------------
87 // ----- Service IDs -----
88 // ---------------------------------------------------------------
89 
90 // <Action ID>
91 
92 #endif // __GradientUIID__
93