Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
2.9 KiB

  1. //////////////////////////////////////////////////////////////////
  2. // File : resmain.h
  3. // Purpose :
  4. //
  5. //
  6. // Date : Thu May 20 21:28:50 1999
  7. // Author : toshiak
  8. //
  9. // Copyright(c) 1995-1999, Microsoft Corp. All rights reserved
  10. //////////////////////////////////////////////////////////////////
  11. #ifndef __RES_MAIN_H__
  12. #define __RES_MAIN_H__
  13. //=======================================================
  14. //IMEPad Popup menu help id.(For Korean WinHelp)
  15. //=======================================================
  16. //
  17. #define IDH_TOC_IMEPAD 3099 //Main Help
  18. //-------------------------------------------------------
  19. //Not used.
  20. //-------------------------------------------------------
  21. #define IDH_PAD_BASE_MENU 3000 //Menu.
  22. #define IDH_PAD_BASE_APPLET 3001 //applet menu.
  23. #define IDH_PAD_BASE_BACK 3002 //back.
  24. //-------------------------------------------------------
  25. //Basic Buttons.
  26. //-------------------------------------------------------
  27. #define IDH_PAD_BASE_BASIC_BS 3010 //[BS]
  28. #define IDH_PAD_BASE_BASIC_DEL 3011 //[Del]
  29. #define IDH_PAD_BASE_BASIC_CONV 3012 //[Conv]
  30. #define IDH_PAD_BASE_BASIC_ENTER 3013 //[Enter]
  31. #define IDH_PAD_BASE_BASIC_SPACE 3014 //[space]
  32. #define IDH_PAD_BASE_BASIC_ESC 3015 //[ESC]
  33. #define IDH_PAD_BASE_BASIC_LEFT 3016 //[<-]
  34. #define IDH_PAD_BASE_BASIC_RIGHT 3017 //[->]
  35. #define IDH_PAD_BASE_BASIC_UP 3018 //[Up arrow]
  36. #define IDH_PAD_BASE_BASIC_DOWN 3019 //[Down arrow]
  37. //-------------------------------------------------------
  38. //Extended Buttons.
  39. //-------------------------------------------------------
  40. #define IDH_PAD_BASE_EX_HOME 3020 //[HOME]
  41. #define IDH_PAD_BASE_EX_END 3021 //[End]
  42. #define IDH_PAD_BASE_EX_PGUP 3022 //[PgUp]
  43. #define IDH_PAD_BASE_EX_PGDN 3023 //[PgDw]
  44. #define IDH_PAD_BASE_EX_TAB 3024 //[Tab]
  45. #define IDH_PAD_BASE_EX_INS 3025 //[Ins]
  46. #define IDH_PAD_BASE_EX_WINDOWS 3026 //[Windows]
  47. #define IDH_PAD_BASE_EX_APP 3027 //[App]
  48. #define IDH_PAD_BASE_DELETE 3030
  49. //-------------------------------------------------------
  50. //IMEPad's property dialog.
  51. //-------------------------------------------------------
  52. #define IDH_PAD_PROPERTY_OK 3600 //OK
  53. #define IDH_PAD_PROPERTY_CANCEL 3601 //Cancel
  54. #define IDH_PAD_PROPERTY_HELP 3602 //Help
  55. #define IDH_PAD_PROPERTY_BASIC 3607 //Basic button.
  56. #define IDH_PAD_PROPERTY_EX 3608 //Extended button.
  57. #define IDH_PAD_PROPERTY_POS 3609 //Position.
  58. #define IDH_PAD_PROPERTY_LANG 3611 //Language.
  59. //----------------------------------------------------------------
  60. //IMEPad's user configuration(IMEPad change menu order)
  61. //
  62. #define IDH_PAD_USER_ADD 3702
  63. #define IDH_PAD_USER_REMOVE 3703
  64. #define IDH_PAD_USER_CLOSE 3704
  65. #define IDH_PAD_USER_RESET 3705
  66. #define IDH_PAD_USER_UP 3706
  67. #define IDH_PAD_USER_DOWN 3707
  68. #endif //__RES_MAIN_H__