home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winui / input / ime / imeapps / resource.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-09-11  |  1.8 KB  |  44 lines

  1. /**********************************************************************/
  2. /*                                                                    */
  3. /*      RESOURCE.H                                                    */
  4. /*                                                                    */
  5. /*      Copyright (c) 1995-1997  Microsoft Corporation                */
  6. /*                                                                    */
  7. /**********************************************************************/
  8.  
  9. #define STATUS_ID                       10001
  10. #define TOOLBAR_ID                      10002
  11.  
  12.  
  13. #define IDC_STATIC                      -1
  14. #define IDB_BMP                         700 // Bitmap ID for the toolbar.
  15.  
  16. #define IDM_FONT                        10001
  17. #define IDM_ABOUT                       10002
  18.  
  19. #define IDM_OPENSTATUS                  10010
  20.  
  21. #define IDM_NATIVEMODE                  10011
  22. #define IDM_FULLHALF                    10012
  23. #define IDM_ROMAN                       10013
  24. #define IDM_CHARCODE                    10014
  25. #define IDM_HANJA                       10015
  26. #define IDM_SOFTKBD                     10016
  27. #define IDM_EUDC                        10017
  28. #define IDM_SYMBOL                      10018
  29.  
  30. #define IDM_CONVERT                     10020
  31. #define IDM_CANCEL                      10021
  32. #define IDM_REVERT                      10022
  33. #define IDM_COMPLETE                    10023
  34. #define IDM_SHOWCAND                    10024
  35. #define IDM_OPENCAND                    10025
  36. #define IDM_CLOSECAND                   10026
  37. #define IDM_NEXTCAND                    10027
  38. #define IDM_PREVCAND                    10028
  39. #define IDM_NEXTCLAUSE                  10029
  40. #define IDM_PREVCLAUSE                  10030
  41.  
  42. #define IDM_STARTIMEMENU                20000
  43.  
  44.