 | InDesign SDK 20.5 |
27 #ifndef __BscL10NID_h__ 28 #define __BscL10NID_h__ 33 #define kBscL10NCompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_". 34 #define kBscL10NCompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally. 37 #define kBscL10NPluginName "BasicLocalization" // Name of this plug-in. 38 #define kBscL10NPrefixNumber 0x61100 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support). 39 #define kBscL10NVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box). 40 #define kBscL10NAuthor "Adobe Developer Technologies" // Author of this plug-in (for the About Box). 43 #define kBscL10NPrefix RezLong(kBscL10NPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in. 44 #define kBscL10NStringPrefix SDK_DEF_STRINGIZE(kBscL10NPrefixNumber) // The string equivalent of the unique prefix number for this plug-in. 60 #define kBscL10NAboutMenuKey kBscL10NStringPrefix "kBscL10NAboutMenuKey" 61 #define kBscL10NAboutMenuPath kSDKDefStandardAboutMenuPath kBscL10NCompanyKey 64 #define kBscL10NPluginsMenuKey kBscL10NStringPrefix "kBscL10NPluginsMenuKey" 65 #define kBscL10NPluginsMenuPath kSDKDefPlugInsStandardMenuPath kBscL10NCompanyKey 68 #define kBscL10NDialogMenuItemKey kBscL10NStringPrefix "kBscL10NDialogMenuItemKey" 71 #define kBscL10NDialogMenuItemPosition 1.0 74 #define kBscL10NDialogTitleKey kBscL10NStringPrefix "kBscL10NDialogTitleKey" 75 #define kBscL10NAboutBoxStringKey kBscL10NStringPrefix "kBscL10NAboutBoxStringKey" 76 #define kBscL10NStaticTextStringKey kBscL10NStringPrefix "kBscL10NStaticTextStringKey" 79 #define kBscL10NFirstMajorFormatNumber kSDKDef_30_PersistMajorVersionNumber 80 #define kBscL10NFirstMinorFormatNumber kSDKDef_30_PersistMinorVersionNumber 83 #define kBscL10NCurrentMajorFormatNumber kBscL10NFirstMajorFormatNumber // most recent major format change 84 #define kBscL10NCurrentMinorFormatNumber kBscL10NFirstMinorFormatNumber // most recent minor format change 86 #endif // __BscL10NID_h__