InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ScotchRulesID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Greg St. Pierre
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 __ScotchRulesID__
25 #define __ScotchRulesID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 #include "FormatNumber.h"
30 
31 #define kScotchRulesID RezLong(0xb000)
32 
33 // PluginID
34 #define kScotchRulesPluginName "ScotchRules"
35 
36 // ClassIDs
37 //
38 //gap
39 // gap
40 // gap
41 // gap
42 // gap
43 // gap
44 // gap
45 // gap
46 
47 //
48 // ImplementationIIDs
49 //
50 //gap
51 // gap
52 // gap
53 // gap
54 // gap
55 // gap
56 // gap
57 // gap
58 // gap
59 
60 //
61 // InterfaceIIDs
62 //
63 
64 //---------------------------------------------------
65 // InvalHandlerTypeID
66 //---------------------------------------------------
67 
68 //ResourceID
69 #define kScotchRulesRsrcID 10005
70 #define kScotchRulesStringsRsrcID 10000
71 #define kScotchRulesStringsNoTransRsrcID 11000
72 
73 //
74 // ActionIDs
75 //
76 
77 #endif // __ScotchRulesID__