 | InDesign SDK 20.5 |
24 #ifndef __SCRIPTPANELID__ 25 #define __SCRIPTPANELID__ 27 #include "CrossPlatformTypes.h" 28 #include "IDFactory.h" 30 #define kScriptPanelPrefix RezLong(0xcc00) 32 #define kScriptPanelActionPrefixFirst RezLong(0xff000000) 33 #define kScriptPanelActionPrefixLast RezLong(0xff001F00) 37 #define kScriptPanelPluginName "ScriptPanel" 59 #define kScriptPanelResourceID 2100 60 #define kScriptPanelStringResID 2200 61 #define kScriptNodeWidgetRsrcID 2300 63 #define kScriptPanelIconRsrcID 2500 64 #define kScriptPaletteIconRsrcID 2501 65 #define kScriptPanelListRsrcID 2600 66 #define kScriptPanelStringsNoTransRsrcID 2700 67 #define kScriptPanelInfoIconRsrcID 2800 70 #define kMinLayerPalWidth 240 71 #define kMaxLayerPalWidth 10000 72 #define kMinLayerPalHeight (22 * 2) + 24 73 #define kMaxLayerPalHeight 10000 75 #define kScriptPanelActionsResID 1000 76 #define kScriptPanelMenuActionsResID 1100 78 #endif //__SCRIPTNPANELID__