InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
CJKGridID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Heath Lynn
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 __CJKGridID__
25 #define __CJKGridID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 #define kCJKGridPrefix RezLong(0xcd00)
31 
32 // <Start IDC>
33 // PluginID
34 #define kCJKGridPluginName "CJKGrid"
35 
36 // <Class ID>
37 //--------------------------------------------------------------
38 // class IDs
39 //--------------------------------------------------------------
40 //gap
41  // Moved to FrameGridDialog plug-in
42 //gap
43 
44 //Scripting
45 //gap
46 //gap
47 //gap
48 //gap
49 
50 
51 
52 
53 // <Interface ID>
54 //--------------------------------------------------------------
55 // IIDs
56 //--------------------------------------------------------------
57 // gap
58 
59 
60 
61 
62 
63 // <Implementation ID>
64 //--------------------------------------------------------------
65 // Implementation IDs
66 //--------------------------------------------------------------
67 
68 //gap
69 //gap
70 
71 
72 
73 
74 
75 
76 // Moved to FrameGridDialog plug-in
77 
78 
79 
80 
81 // bumped from 70 5/Jan/01 %brycem%
82 //gap
83 
84 //Scripting
85 //gap
86 //gap
87 //gap
88 //gap
89 
90 
91 // Some special values the user won't likely enter
92 #define kMixedValue -1834
93 #define kCustomNumColumns -1835
94 
95 //
96 //Script Element IDs
97 //
98 
99 //Suites
100 
101 //Objects
102 
103 //Events
104 
105 //Enums
106 
107 //Properties
108 
109 
110 //GUIDS
111 // {45F9BC51-E026-11d3-9D01-00C04F99131A),
112 #define kCJKGridPreferences_CLSID {0x45f9bc51, 0xe026, 0x11d3, { 0x9D, 0x01, 0x00, 0xC0, 0x4F, 0x99, 0x13, 0x1A } }
113 // {45F9BC50-E026-11d3-9D01-00C04F99131A},
114 #define kCJKGridData_CLSID {0x45f9bc50, 0xe026, 0x11d3, { 0x9D, 0x01, 0x00, 0xC0, 0x4F, 0x99, 0x13, 0x1A } }
115 // {FDB0E9E4-ABBF-470a-B75C-4ADA759069C7}
116 #define kNamedGrid_CLSID { 0xfdb0e9e4, 0xabbf, 0x470a, { 0xb7, 0x5c, 0x4a, 0xda, 0x75, 0x90, 0x69, 0xc7 } }
117 // {7A0A1153-32E2-42ed-9043-40841ED6433A}
118 #define kNamedGrids_CLSID { 0x7a0a1153, 0x32e2, 0x42ed, { 0x90, 0x43, 0x40, 0x84, 0x1e, 0xd6, 0x43, 0x3a } }
119 // {7666516E-3AE1-437b-B6FA-9F66D91D1622}
120 #define kCJKLayoutGridData_CLSID { 0x7666516e, 0x3ae1, 0x437b, { 0xb6, 0xfa, 0x9f, 0x66, 0xd9, 0x1d, 0x16, 0x22 } }
121 // {1DFEAFFB-A275-49c2-B03E-6394112F2CD7}
122 #define kCJKStoryGridData_CLSID { 0x1dfeaffb, 0xa275, 0x49c2, { 0xb0, 0x3e, 0x63, 0x94, 0x11, 0x2f, 0x2c, 0xd7 } }
123 // {496f0bdc-7834-11d2-aaf0-00c04fa37726}
124 #define kCJKPrintGridPreferences_CLSID { 0x496f0bdc, 0x7834, 0x11d2, { 0xaa, 0xf0, 0x0, 0xc0, 0x4f, 0xa3, 0x77, 0x26 } }
125 
126 #endif // __CJKGridID__
127