InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
AppleScriptID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Jonathan W. Brown
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 // Info: Contains IDs used by the Support for AppleScript plugin.
24 //
25 //========================================================================================
26 
27 #ifndef __AppleScriptID__
28 #define __AppleScriptID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 #include "FormatNumber.h"
33 
34 #define kAppleScriptPrefix RezLong(0x19800)
35 
36 // PluginID
37 #define kAppleScriptPluginName "Support for AppleScript"
38 
39 // ClassIDs
40 //gap
41 
42 // IIDs
43 
44 // ImplementationIIDs
45 
46 // Service IDs
47 
48 // Error Codes
49 
50 //
51 //Script Element IDs
52 //
53 
54 //Suites
55 
56 //Objects
57 
58 //Events
59 
60 //Properties
61 
62 //Enums
63 
64 //Metadata
65 
66 
67 // <Ignore>
68 // Resource IDs
69 #define kAppleScriptStringsRsrcID 2100
70 #define kAppleScriptStringsNoTransRsrcID 2200
71 #define kAppleScriptErrorStringTableRsrcID 2300
72 #define kAppleScriptScriptStringsRsrcID 2400 //Strings associated with descriptions in script element resources
73 
74 #endif