 | InDesign SDK 20.5 |
27 #ifndef __BscShpID_h__ 28 #define __BscShpID_h__ 33 #define kBscShpCompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_". 34 #define kBscShpCompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally. 37 #define kBscShpPluginName "BasicShape" // Name of this plug-in. 38 #define kBscShpPrefixNumber 0x5D300 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support). 39 #define kBscShpVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box). 40 #define kBscShpAuthor "Adobe Developer Technologies" // Author of this plug-in (for the About Box). 43 #define kBscShpPrefix RezLong(kBscShpPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in. 44 #define kBscShpStringPrefix SDK_DEF_STRINGIZE(kBscShpPrefixNumber) // The string equivalent of the unique prefix number for this plug-in. 65 #define kBscShpFailureErrorCodeErrorCodeStringKey kBscShpStringPrefix "kBscShpFailureErrorCodeErrorCodeStringKey" 66 #define kBscShpCreatePageItemErrorCodeStringKey kBscShpStringPrefix "kBscShpCreatePageItemErrorCodeStringKey" 69 #define kBscShpAboutMenuKey kBscShpStringPrefix "kBscShpAboutMenuKey" 70 #define kBscShpAboutMenuPath kSDKDefStandardAboutMenuPath kBscShpCompanyKey 73 #define kBscShpPluginsMenuKey kBscShpStringPrefix "kBscShpPluginsMenuKey" 74 #define kBscShpPluginsMenuPath kSDKDefPlugInsStandardMenuPath kBscShpCompanyKey kSDKDefDelimitMenuPath kBscShpPluginsMenuKey 77 #define kBscShpPlace_PageItemMenuItemKey kBscShpStringPrefix "kBscShpPlace_PageItemMenuItemKey" 80 #define kBscShpAboutBoxStringKey kBscShpStringPrefix "kBscShpAboutBoxStringKey" 81 #define kBscShpPlace_PageItemStringKey kBscShpStringPrefix "kBscShpPlace_PageItemStringKey" 82 #define kLockedLayerAlertMessage kBscShpStringPrefix "kLockedLayerAlertMessage" 84 #define kBscShpTargetMenuPath kBscShpPluginsMenuPath 87 #define kBscShpPlace_PageItemMenuItemPosition 1.0 90 #define kBscShpFirstMajorFormatNumber kSDKDef_30_PersistMajorVersionNumber 91 #define kBscShpFirstMinorFormatNumber kSDKDef_30_PersistMinorVersionNumber 94 #define kBscShpCurrentMajorFormatNumber kBscShpFirstMajorFormatNumber // most recent major format change 95 #define kBscShpCurrentMinorFormatNumber kBscShpFirstMinorFormatNumber // most recent minor format change 97 #endif // __BscShpID_h__