 | InDesign SDK 20.5 |
24 #ifndef __HyphPanelID__ 25 #define __HyphPanelID__ 27 #include "CrossPlatformTypes.h" 28 #include "IDFactory.h" 35 #define kHyphPanelRsrcID 1000 36 #define kHyphDialogRsrcID 1100 37 #define kHyphCoreDialogRsrcID 1200 39 #define kHyphDialogSelRsrcID 1300 40 #define kHyphCoreDialogSelRsrcID 1400 41 #define kHyphPanelStringsRsrcID 1500 42 #define kHyphPanelStringsNoTransRsrcID 1600 45 #define kHyphPanelPrefix RezLong(0x3200) 49 #define kHyphPanelPluginName "Hyphenation Panel" 106 #define kHyphDialogImpl kHyphPanelPrefix + 131 107 #define kHyphDialogRsrcDataImpl kHyphPanelPrefix + 132 // returns kHyphDialogRsrcID 108 #define kHyphCoreDialogRsrcDataImpl kHyphPanelPrefix + 133 // returns kHyphCoreDialogRsrcID 109 #define kHyphTestMenuImpl kHyphPanelPrefix + 134 111 #endif // __HyphPanelID__