 | InDesign SDK 20.5 |
27 #ifndef __TblBscID_h__ 28 #define __TblBscID_h__ 33 #define kTblBscCompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_". 34 #define kTblBscCompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally. 37 #define kTblBscPluginName "TableBasics" // Name of this plug-in. 38 #define kTblBscPrefixNumber 0x57300 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support). 39 #define kTblBscVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box). 40 #define kTblBscAuthor "Adobe Developer Technologies" // Author of this plug-in (for the About Box). 43 #define kTblBscPrefix RezLong(kTblBscPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in. 44 #define kTblBscStringPrefix SDK_DEF_STRINGIZE(kTblBscPrefixNumber) // The string equivalent of the unique prefix number for this plug-in. 56 #define kTblBscAboutMenuKey kTblBscStringPrefix "kTblBscAboutMenuKey" 57 #define kTblBscAboutMenuPath kSDKDefStandardAboutMenuPath kTblBscCompanyKey 60 #define kTblBscPluginsMenuKey kTblBscStringPrefix "kTblBscPluginsMenuKey" 61 #define kTblBscPluginsMenuPath kSDKDefPlugInsStandardMenuPath kTblBscCompanyKey kSDKDefDelimitMenuPath kTblBscPluginsMenuKey 64 #define kTblBscNewTableMenuItemKey kTblBscStringPrefix "kTblBscNewTableMenuItemKey" 67 #define kTblBscDialogTitleKey kTblBscStringPrefix "kTblBscDialogTitleKey" 69 #define kTblBscAboutBoxStringKey kTblBscStringPrefix "kTblBscAboutBoxStringKey" 70 #define kTblBscNewTableStringKey kTblBscStringPrefix "kTblBscNewTableStringKey" 71 #define kTblBscTargetMenuPath kTblBscPluginsMenuPath 73 #define kTblBscNumRowsWidgetKey kTblBscStringPrefix "kTblBscNumRowsWidgetKey" 74 #define kTblBscNumColsWidgetKey kTblBscStringPrefix "kTblBscNumColsWidgetKey" 75 #define kTblBscPreFilledWidgetKey kTblBscStringPrefix "kTblBscPreFilledWidgetKey" 77 #define kTblBscAddressFillRadioWidgetKey kTblBscStringPrefix "kTblBscAddressFillRadioWidgetKey" 78 #define kTblBscPlaceholderFillRadioWidgetKey kTblBscStringPrefix "kTblBscPlaceholderFillRadioWidgetKey" 82 #define kTblBscNewTableMenuItemPosition 1.0 83 #define kTblBscSeparator1MenuItemPosition 10.0 84 #define kTblBscAboutThisMenuItemPosition 11.0 87 #define kTblBscFirstMajorFormatNumber kSDKDef_30_PersistMajorVersionNumber 88 #define kTblBscFirstMinorFormatNumber kSDKDef_30_PersistMinorVersionNumber 91 #define kTblBscCurrentMajorFormatNumber kTblBscFirstMajorFormatNumber // most recent major format change 92 #define kTblBscCurrentMinorFormatNumber kTblBscFirstMinorFormatNumber // most recent minor format change 94 #endif // __TblBscID_h__