 | InDesign SDK 20.5 |
24 #ifndef __SuppUIID_h__ 25 #define __SuppUIID_h__ 30 #define kSuppUICompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_". 31 #define kSuppUICompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally. 34 #define kSuppUIPluginName "SuppUI" // Name of this plug-in. 35 #define kSuppUIPrefixNumber 0xaf100 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support). 36 #define kSuppUIVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box). 37 #define kSuppUIAuthor "Heath Lynn" // Author of this plug-in (for the About Box). 40 #define kSuppUIPrefix RezLong(kSuppUIPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in. 41 #define kSuppUIStringPrefix SDK_DEF_STRINGIZE(kSuppUIPrefixNumber) // The string equivalent of the unique prefix number for this plug-in. 61 #define kSuppUIAboutMenuKey kSuppUIStringPrefix "kSuppUIAboutMenuKey" 62 #define kSuppUIAboutMenuPath kSDKDefStandardAboutMenuPath kSuppUICompanyKey 65 #define kSuppUIPluginsMenuKey kSuppUIStringPrefix "kSuppUIPluginsMenuKey" 66 #define kSuppUIPluginsMenuPath kSDKDefPlugInsStandardMenuPath kSuppUICompanyKey kSDKDefDelimitMenuPath kSuppUIPluginsMenuKey 69 #define kSuppUISuppressStyleChangesKey kSuppUIStringPrefix "kSuppUISuppressStyleChangesKey" 70 #define kSuppUISuppressFontAndSizeKey kSuppUIStringPrefix "kSuppUISuppressFontAndSizeKey" 71 #define kSuppUISuppressOpenFileDialogControlsKey kSuppUIStringPrefix "kSuppUISuppressOpenFileDialogControlsKey" 72 #define kSuppUISuppressParaStyleQuickApplyKey kSuppUIStringPrefix "kSuppUISuppressParaStyleQuickApplyKey" 77 #define kSuppUIAboutBoxStringKey kSuppUIStringPrefix "kSuppUIAboutBoxStringKey" 78 #define kSuppUITargetMenuPath kSuppUIPluginsMenuPath 82 #define kSuppUISuppressStyleChangesMenuItemPosition 13.0 83 #define kSuppUISuppressFontAndSizeMenuItemPosition 14.0 84 #define kSuppUISuppressOpenFileDialogControlsMenuItemPosition 15.0 85 #define kSuppUISuppressParaStyleQuickApplyMenuItemPosition 16.0 88 #define kSuppUIFirstMajorFormatNumber RezLong(1) 89 #define kSuppUIFirstMinorFormatNumber RezLong(0) 92 #define kSuppUICurrentMajorFormatNumber kSuppUIFirstMajorFormatNumber 93 #define kSuppUICurrentMinorFormatNumber kSuppUIFirstMinorFormatNumber 95 #endif // __SuppUIID_h__