 | InDesign SDK 20.5 |
24 #ifndef __CusCondTxtUIID_h__ 25 #define __CusCondTxtUIID_h__ 30 #define kCusCondTxtUICompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_". 31 #define kCusCondTxtUICompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally. 34 #define kCusCondTxtUIPluginName "CustomConditionalTextUI" // Name of this plug-in. 35 #define kCusCondTxtUIPrefixNumber 0x13e000 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support). 36 #define kCusCondTxtUIVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box). 37 #define kCusCondTxtUIAuthor "Adobe Developer Technologies" // Author of this plug-in (for the About Box). 40 #define kCusCondTxtUIPrefix RezLong(kCusCondTxtUIPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in. 41 #define kCusCondTxtUIStringPrefix SDK_DEF_STRINGIZE(kCusCondTxtUIPrefixNumber) // The string equivalent of the unique prefix number for this plug-in. 44 #define kCusCondTxtMissingPluginURLValue kSDKDefPartnersStandardValue_enUS // URL displayed in Missing Plug-in dialog 45 #define kCusCondTxtMissingPluginAlertValue kSDKDefMissingPluginAlertValue // Message displayed in Missing Plug-in dialog - provide a string that instructs user how to solve their missing plug-in problem 60 #define kCusCondTxtUIAboutMenuKey kCusCondTxtUIStringPrefix "kCusCondTxtUIAboutMenuKey" 61 #define kCusCondTxtUIAboutMenuPath kSDKDefStandardAboutMenuPath kCusCondTxtUICompanyKey 64 #define kCusCondTxtUIPluginsMenuKey kCusCondTxtUIStringPrefix "kCusCondTxtUIPluginsMenuKey" 65 #define kCusCondTxtUIPluginsMenuPath kSDKDefPlugInsStandardMenuPath kCusCondTxtUICompanyKey kSDKDefDelimitMenuPath kCusCondTxtUIPluginsMenuKey 68 #define kCusCondTxtUIListConditionsMenuKey kCusCondTxtUIStringPrefix "kCusCondTxtUIListConditionsMenuKey" 69 #define kCusCondTxtUIListHiddenTextMenuKey kCusCondTxtUIStringPrefix "kCusCondTxtUIListHiddenTextMenuKey" 72 #define kCusCondTxtUIAboutBoxStringKey kCusCondTxtUIStringPrefix "kCusCondTxtUIAboutBoxStringKey" 73 #define kCusCondTxtUIPanelTitleKey kCusCondTxtUIStringPrefix "kCusCondTxtUIPanelTitleKey" 74 #define kCusCondTxtUIStaticTextKey kCusCondTxtUIStringPrefix "kCusCondTxtUIStaticTextKey" 75 #define kCusCondTxtUIInternalPopupMenuNameKey kCusCondTxtUIStringPrefix "kCusCondTxtUIInternalPopupMenuNameKey" 76 #define kCusCondTxtUITargetMenuPath kCusCondTxtUIInternalPopupMenuNameKey 77 #define kCusCondTxtUIPrintedIconVisibleStringKey kCusCondTxtUIStringPrefix "kCusCondTxtUIPrintedIconVisibleStringKey" 78 #define kCusCondTxtUIPrintedIconInvisibleStringKey kCusCondTxtUIStringPrefix "kCusCondTxtUIPrintedIconInvisibleStringKey" 79 #define kCusCondTxtUIIdmlIconVisibleStringKey kCusCondTxtUIStringPrefix "kCusCondTxtUIIdmlIconVisibleStringKey" 80 #define kCusCondTxtUIIdmlIconInvisibleStringKey kCusCondTxtUIStringPrefix "kCusCondTxtUIIdmlIconInvisibleStringKey" 84 #define kCusCondTxtUIListConditionsMenuItemPosition 8.0 85 #define kCusCondTxtUIListHiddenTextMenuItemPosition 9.0 86 #define kCusCondTxtUISeparator1MenuItemPosition 10.0 87 #define kCusCondTxtUIAboutThisMenuItemPosition 11.0 91 #define kCusCondTxtUIFirstMajorFormatNumber RezLong(1) 92 #define kCusCondTxtUIFirstMinorFormatNumber RezLong(0) 95 #define kCusCondTxtUICurrentMajorFormatNumber kCusCondTxtUIFirstMajorFormatNumber 96 #define kCusCondTxtUICurrentMinorFormatNumber kCusCondTxtUIFirstMinorFormatNumber 98 #endif // __CusCondTxtUIID_h__