 | InDesign SDK 20.5 |
24 #ifndef __TranFxID_h__ 25 #define __TranFxID_h__ 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. 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). 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. 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 61 #define kTranFxGenericFailureErrorCodeStringKey kTranFxStringPrefix "kTranFxGenericFailureErrorCodeStringKey" 64 #define kTranFxInitialMajorFormat kSDKDef_30_PersistMajorVersionNumber 65 #define kTranFxInitialMinorFormat kSDKDef_30_PersistMinorVersionNumber 68 #define kTranFxLastMajorFormatChange kTranFxInitialMajorFormat // Last major format change 69 #define kTranFxLastMinorFormatChange kTranFxInitialMinorFormat // Last minor format change 73 #define kTranFxFirstScriptVersion kCS2ScriptVersion 76 #endif // __TranFxID_h__