 | InDesign SDK 20.5 |
27 #ifndef __PicIcoID_h__ 28 #define __PicIcoID_h__ 30 #ifndef MAC_RESOURCE_INCLUDER 34 #define kPicIcoCompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_". 35 #define kPicIcoCompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally. 38 #define kPicIcoPluginName "PictureIcon" // Name of this plug-in. 39 #define kPicIcoPrefixNumber 0x57210 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support). 40 #define kPicIcoVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box). 41 #define kPicIcoAuthor "Adobe Developer Technologies" // Author of this plug-in (for the About Box). 44 #define kPicIcoPrefix RezLong(kPicIcoPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in. 45 #define kPicIcoStringPrefix SDK_DEF_STRINGIZE(kPicIcoPrefixNumber) // The string equivalent of the unique prefix number for this plug-in. 61 #define kPicIcoAboutMenuKey kPicIcoStringPrefix "kPicIcoAboutMenuKey" 62 #define kPicIcoAboutMenuPath kSDKDefStandardAboutMenuPath kPicIcoCompanyKey 65 #define kPicIcoPluginsMenuKey kPicIcoStringPrefix "kPicIcoPluginsMenuKey" 66 #define kPicIcoPluginsMenuPath kSDKDefPlugInsStandardMenuPath kPicIcoCompanyKey kSDKDefDelimitMenuPath kPicIcoPluginsMenuKey 69 #define kPicIcoRotatePictureMenuItemKey kPicIcoStringPrefix "kPicIcoRotatePictureMenuItemKey" 70 #define kPicIcoRotateIconMenuItemKey kPicIcoStringPrefix "kPicIcoRotateIconMenuItemKey" 73 #define kPicIcoAboutBoxStringKey kPicIcoStringPrefix "kPicIcoAboutBoxStringKey" 74 #define kPicIcoPanelTitleKey kPicIcoStringPrefix "kPicIcoPanelTitleKey" 75 #define kPicIcoStaticTextKey kPicIcoStringPrefix "kPicIcoStaticTextKey" 76 #define kPicIcoInternalPopupMenuNameKey kPicIcoStringPrefix "kPicIcoInternalPopupMenuNameKey" 77 #define kPicIcoTargetMenuPath kPicIcoInternalPopupMenuNameKey 78 #define kPicIcoMessageKey kPicIcoStringPrefix "kPicIcoMessageKey" 82 #define kPicIcoRotatePictureMenuItemPosition 1.0 83 #define kPicIcoRotateIconMenuItemPosition 2.0 84 #define kPicIcoSeparator1MenuItemPosition 10.0 85 #define kPicIcoAboutThisMenuItemPosition 11.0 87 #endif //MAC_RESOURCE_INCLUDER 92 #define kPicIcoTopOutsidePictureRsrcID 101 93 #define kPicIcoTopInsidePictureRsrcID 102 94 #define kPicIcoBottomOutsidePictureRsrcID 103 95 #define kPicIcoBottomInsidePictureRsrcID 104 96 #define kPicIcoCenterVertPictureRsrcID 105 97 #define kPicIcoCenterHorzPictureRsrcID 106 98 #define kPicIcoCenterCompPictureRsrcID 107 99 #define kPicIcoFirstPictureRsrcID kPicIcoTopOutsidePictureRsrcID 100 #define kPicIcoLastPictureRsrcID kPicIcoCenterCompPictureRsrcID // See PicIco.rc, ... 103 #define kPicIcoButCapIconRsrcID kStrokePanelButCapIconID 104 #define kPicIcoRoundCapIconRsrcID kStrokePanelRoundCapIconID 105 #define kPicIcoProjectingCapIconRsrcID kStrokePanelProjectingCapIconID 106 #define kPicIcoMiterJoinIconRsrcID kStrokePanelMiterJoinIconID 107 #define kPicIcoRoundedJoinIconRsrcID kStrokePanelRoundedJoinIconID 108 #define kPicIcoBevelJoinIconRsrcID kStrokePanelBevelJoinIconID 111 #define kPicIcoPNGIconRsrcID 10250 112 #define kPicIcoPNGIconRollRsrcID 10250 115 #define kPicIcoFirstMajorFormatNumber kSDKDef_30_PersistMajorVersionNumber 116 #define kPicIcoFirstMinorFormatNumber kSDKDef_30_PersistMinorVersionNumber 119 #define kPicIcoCurrentMajorFormatNumber kPicIcoFirstMajorFormatNumber // most recent major format change 120 #define kPicIcoCurrentMinorFormatNumber kPicIcoFirstMinorFormatNumber // most recent minor format change 122 #endif // __PicIcoID_h__