/**********************************************************************/ /* */ /* RESOURCE.H */ /* */ /* Copyright (c) 1995 - 2000 Microsoft Corporation */ /* */ /**********************************************************************/ #define STATUS_ID 10001 #define TOOLBAR_ID 10002 #define IDC_STATIC -1 #define IDB_BMP 700 // Bitmap ID for the toolbar. #define IDM_FONT 10001 #define IDM_ABOUT 10002 #define IDM_OPENSTATUS 10010 #define IDM_NATIVEMODE 10011 #define IDM_FULLHALF 10012 #define IDM_ROMAN 10013 #define IDM_CHARCODE 10014 #define IDM_HANJA 10015 #define IDM_SOFTKBD 10016 #define IDM_EUDC 10017 #define IDM_SYMBOL 10018 #define IDM_CONVERT 10020 #define IDM_CANCEL 10021 #define IDM_REVERT 10022 #define IDM_COMPLETE 10023 #define IDM_SHOWCAND 10024 #define IDM_OPENCAND 10025 #define IDM_CLOSECAND 10026 #define IDM_NEXTCAND 10027 #define IDM_PREVCAND 10028 #define IDM_NEXTCLAUSE 10029 #define IDM_PREVCLAUSE 10030 #define IDM_STARTIMEMENU 20000