 | InDesign SDK 20.5 |
25 #ifndef __PDFVTUIID_h__ 26 #define __PDFVTUIID_h__ 31 #define kPDFVTUICompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_". 32 #define kPDFVTUICompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally. 35 #define kPDFVTUIPluginName "PDFVTUI" // Name of this plug-in. 36 #define kPDFVTUIPrefixNumber 0x163300 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support). 37 #define kPDFVTUIVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box). 38 #define kPDFVTUIAuthor "Devtech" // Author of this plug-in (for the About Box). 41 #define kPDFVTUIPrefix RezLong(kPDFVTUIPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in. 42 #define kPDFVTUIStringPrefix SDK_DEF_STRINGIZE(kPDFVTUIPrefixNumber) // The string equivalent of the unique prefix number for this plug-in. 45 #define kPDFVTUIMissingPluginURLValue kSDKDefPartnersStandardValue_enUS // URL displayed in Missing Plug-in dialog 46 #define kPDFVTUIMissingPluginAlertValue kSDKDefMissingPluginAlertValue // Message displayed in Missing Plug-in dialog - provide a string that instructs user how to solve their missing plug-in problem 62 #define kPDFVTUIAboutMenuKey kPDFVTUIStringPrefix "kPDFVTUIAboutMenuKey" 63 #define kPDFVTUIAboutMenuPath kSDKDefStandardAboutMenuPath kPDFVTUICompanyKey 66 #define kPDFVTUIPluginsMenuKey kPDFVTUIStringPrefix "kPDFVTUIPluginsMenuKey" 67 #define kPDFVTUIPluginsMenuPath kSDKDefPlugInsStandardMenuPath kPDFVTUICompanyKey kSDKDefDelimitMenuPath kPDFVTUIPluginsMenuKey 72 #define kPDFVTUIAboutBoxStringKey kPDFVTUIStringPrefix "kPDFVTUIAboutBoxStringKey" 73 #define kPDFVTUIInternalPopupMenuNameKey kPDFVTUIStringPrefix "kPDFVTUIInternalPopupMenuNameKey" 74 #define kPDFVTUITargetMenuPath kPDFVTUIInternalPopupMenuNameKey 77 #define kPDFVTUIDataSourceFileLabelItemKey kPDFVTUIStringPrefix "kPDFVTUIDataSourceFilelabelItemKey" 78 #define kPDFVTUIFindDataSourceFileButtonKey kPDFVTUIStringPrefix "kPDFVTUIFindDataSourceFileButtonKey" 79 #define kPDFVTUIFirstNameLabelItemKey kPDFVTUIStringPrefix "kPDFVTUIFirstNameLabelItemKey" 80 #define kPDFVTUILastNameLabelItemKey kPDFVTUIStringPrefix "kPDFVTUILastNameLabelItemKey" 81 #define kPDFVTUICityLabelItemKey kPDFVTUIStringPrefix "kPDFVTUICityLabelItemKey" 82 #define kPDFVTUIPostalCodeLabelItemKey kPDFVTUIStringPrefix "kPDFVTUIPostalCodeLabelItemKey" 83 #define kPDFVTUICountryLabelItemKey kPDFVTUIStringPrefix "kPDFVTUICountryLabelItemKey" 84 #define kPDFVTUICityLabelItemKey kPDFVTUIStringPrefix "kPDFVTUICityLabelItemKey" 85 #define kPDFVTUICIP4UnmappedKey kPDFVTUIStringPrefix "kPDFVTUICIP4UnmappedKey" 86 #define kCIP4MappingOptionsKey kPDFVTUIStringPrefix "kCIP4MappingOptionsKey" 88 #define kPDFVTUIWriteDataSourceErrorStringKey kPDFVTUIStringPrefix "kPDFVTUIWriteDataSourceErrorStringKey" 90 #define kPDFVTUIDataSourceFileKey "Select Data Source File" 91 #define kPDFVTUIFileTypeTextKey "Text file(text)" 92 #define kPDFVTUIFileTypeCSVKey "CSV file(csv)" 94 #define kUnsupportedEncodingWarningKey "Unsupported encoding.\nOnly UTF-8 and UTF-16 encoded files are supported." 98 #define kPDFVTUISeparator1MenuItemPosition 10.0 99 #define kPDFVTUIAboutThisMenuItemPosition 11.0 101 #define kPDFVTUIDialogTitleKey kPDFVTUIStringPrefix "kPDFVTUIDialogTitleKey" 103 #define kPDFVTUIDialogMenuItemKey kPDFVTUIStringPrefix "kPDFVTUIDialogMenuItemKey" 105 #define kPDFVTUIDialogMenuItemPosition 12.0 109 #define kPDFVTUIFirstMajorFormatNumber RezLong(1) 110 #define kPDFVTUIFirstMinorFormatNumber RezLong(0) 113 #define kPDFVTUICurrentMajorFormatNumber kPDFVTUIFirstMajorFormatNumber 114 #define kPDFVTUICurrentMinorFormatNumber kPDFVTUIFirstMinorFormatNumber 116 #endif // __PDFVTUIID_h__