InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
TCID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Eric Menninga
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 __TCID__
25 #define __TCID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 #define kTCPrefix RezLong(0x2000)
31 
32 
33 // ResourceIDs
34 #define kTCMLPanelRsrcID_Obsolete 2000
35 #define kTCMLPanelStringsRsrcID_Obsolete 2100
36 #define kTCMLPanelStringsNoTransRsrcID_Obsolete 2200
37 
38 #define kHLRsrcID 3000
39 #define kHLStringsRsrcID 3100
40 
41 
42 // <Start IDC>
43 // PluginID
44 // kHLPluginID replaces what used to be called kTCPluginID
45 #define kHLPluginName "Paragraph Composer"
46 
47 START_IDS()
48 
49 
50 // <Class ID>
51 // ClassIDs
52 
53 //gap
54 
55 // gap
56 
57 //gap
58 
59 // gap
60 //gap
61 
62 //#ifdef LINNAEUS
63 //#endif
64 //gap
65 
66 
67 
68 // <Interface ID>
69 // IIDs
70 //#ifdef LINNAEUS
71 //#endif
72 
73 
74 
75 // <Implementation ID>
76 // ImplementationIDs
77 //gap
78 
79 
80 
81 
82 // gap
83 
84 
85 //#ifdef LINNAEUS
86 //#endif
87 
88 //gap
89 
90 
91 END_IDS()
92 
93 #endif // __TCID__