InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
TranFxID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Adobe Developer Technologies
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 __TranFxID_h__
25 #define __TranFxID_h__
26 
27 #include "SDKDef.h"
28 
29 // Company:
30 #define kTranFxCompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_".
31 #define kTranFxCompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally.
32 
33 // Plug-in:
34 #define kTranFxPluginName "TransparencyEffect" // Name of this plug-in.
35 #define kTranFxPrefixNumber 0x5c1e0 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support).
36 #define kTranFxVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box).
37 #define kTranFxAuthor "Adobe Developer Technologies" // Author of this plug-in (for the About Box).
38 
39 // Plug-in Prefix: (please change kTranFxPrefixNumber above to modify the prefix.)
40 #define kTranFxPrefix RezLong(kTranFxPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in.
41 #define kTranFxStringPrefix SDK_DEF_STRINGIZE(kTranFxPrefixNumber) // The string equivalent of the unique prefix number for this plug-in.
42 
43 // Missing plug-in: (see ExtraPluginInfo resource)
44 #define kTranFxMissingPluginURLValue kSDKDefPartnersStandardValue_enUS // URL displayed in Missing Plug-in dialog
45 #define kTranFxMissingPluginAlertValue kSDKDefMissingPluginAlertValue // Message displayed in Missing Plug-in dialog - provide a string that instructs user how to solve their missing plug-in problem
46 
47 // PluginID:
48 
49 // ClassIDs:
50 // Gap for future expansion of custom graphic attributes.
51 
52 // InterfaceIDs:
53 
54 // ImplementationIDs:
55 
56 // ScriptingIDs:
57 
58 
59 // ErrorIDs:
60 // Error StringKeys:
61 #define kTranFxGenericFailureErrorCodeStringKey kTranFxStringPrefix "kTranFxGenericFailureErrorCodeStringKey"
62 
63 // Initial Data format IDs of the persistent data was first introduced in InDesign CS
64 #define kTranFxInitialMajorFormat kSDKDef_30_PersistMajorVersionNumber
65 #define kTranFxInitialMinorFormat kSDKDef_30_PersistMinorVersionNumber
66 
67 // Format IDs for the PluginVersion resource
68 #define kTranFxLastMajorFormatChange kTranFxInitialMajorFormat // Last major format change
69 #define kTranFxLastMinorFormatChange kTranFxInitialMinorFormat // Last minor format change
70 
71 
72 // Initial version for VersionedScriptElementInfo resource
73 #define kTranFxFirstScriptVersion kCS2ScriptVersion
74 
75 
76 #endif // __TranFxID_h__
77 
78 // Generated by Dolly build 17: template "IfPanelMenu".
79 // End, TranFxID.h.
80 
81