 | InDesign SDK 20.5 |
29 #ifndef __CustomHttpLinkUIID_h__ 30 #define __CustomHttpLinkUIID_h__ 35 #define kCustomHttpLinkUICompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_". 36 #define kCustomHttpLinkUICompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally. 39 #define kCustomHttpLinkUIPluginName "CustomHttpLinkUI" // Name of this plug-in. 40 #define kCustomHttpLinkUIPrefixNumber 0x1DCD02 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support). 41 #define kCustomHttpLinkUIVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box). 42 #define kCustomHttpLinkUIAuthor "Adobe Developer Technologies" // Author of this plug-in (for the About Box). 45 #define kCustomHttpLinkUIPrefix RezLong(kCustomHttpLinkUIPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in. 46 #define kCustomHttpLinkUIStringPrefix SDK_DEF_STRINGIZE(kCustomHttpLinkUIPrefixNumber) // The string equivalent of the unique prefix number for this plug-in. 49 #define kCustomHttpLinkUIMissingPluginURLValue kSDKDefPartnersStandardValue_enUS // URL displayed in Missing Plug-in dialog 50 #define kCustomHttpLinkUIMissingPluginAlertValue kSDKDefMissingPluginAlertValue // Message displayed in Missing Plug-in dialog - provide a string that instructs user how to solve their missing plug-in problem 71 #define kCustomHttpLinkUIAboutMenuKey kCustomHttpLinkUIStringPrefix "kCustomHttpLinkUIAboutMenuKey" 72 #define kCustomHttpLinkUIAboutMenuPath kSDKDefStandardAboutMenuPath kCustomHttpLinkUICompanyKey 75 #define kCustomHttpLinkUIPluginsMenuKey kCustomHttpLinkUIStringPrefix "kCustomHttpLinkUIPluginsMenuKey" 76 #define kCustomHttpLinkUIPluginsMenuPath kSDKDefPlugInsStandardMenuPath kCustomHttpLinkUICompanyKey kSDKDefDelimitMenuPath kCustomHttpLinkUIPluginsMenuKey 81 #define kCustomHttpLinkUIAboutBoxStringKey kCustomHttpLinkUIStringPrefix "kCustomHttpLinkUIAboutBoxStringKey" 82 #define kCustomHttpLinkUIPanelTitleKey kCustomHttpLinkUIStringPrefix "kCustomHttpLinkUIPanelTitleKey" 83 #define kCustomHttpLinkUIStaticTextKey kCustomHttpLinkUIStringPrefix "kCustomHttpLinkUIStaticTextKey" 84 #define kCustomHttpLinkUIInternalPopupMenuNameKey kCustomHttpLinkUIStringPrefix "kCustomHttpLinkUIInternalPopupMenuNameKey" 85 #define kCustomHttpLinkUITargetMenuPath kCustomHttpLinkUIInternalPopupMenuNameKey 89 #define kCustomHttpLinkUISeparator1MenuItemPosition 10.0 90 #define kCustomHttpLinkUIAboutThisMenuItemPosition 11.0 91 #define kCustomHttpLinkUILoginMenuItemPosition 12.0 92 #define kCustomHttpLinkUILogoutMenuItemPosition 13.0 96 #define kCustomHttpLinkUIFirstMajorFormatNumber RezLong(1) 97 #define kCustomHttpLinkUIFirstMinorFormatNumber RezLong(0) 100 #define kCustomHttpLinkUICurrentMajorFormatNumber kCustomHttpLinkUIFirstMajorFormatNumber 101 #define kCustomHttpLinkUICurrentMinorFormatNumber kCustomHttpLinkUIFirstMinorFormatNumber 103 #define kCusHttpLnkScheme "myhost" 104 #define kCusHttpLnkAuthority "localhost:3000" 106 #endif // __CustomHttpLinkUIID_h__