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.

30 lines
1.1 KiB

  1. //////////////////////////////////////////////////////////////////
  2. // File : hlpidsc.h
  3. // Purpose : WM_HELP, WM_CONTEXTMENU's help id define.
  4. //
  5. //
  6. // Date : Wed Aug 05 14:49:26 1998
  7. // Author :
  8. //
  9. // Copyright(c) 1995-1998, Microsoft Corp. All rights reserved
  10. //////////////////////////////////////////////////////////////////
  11. #ifndef _HELP_ID_SIMPLIFIED_CHINESE_H_
  12. #define _HELP_ID_SIMPLIFIED_CHINESE_H_
  13. #define IDH_TOC_HW 3299 //
  14. #define IDH_PAD_HW_INPUT_BOX 3200 //
  15. #define IDH_PAD_HW_INPUT_INPUT 3201 //
  16. #define IDH_PAD_HW_INPUT_RECOG 3202 //
  17. #define IDH_PAD_HW_INPUT_CLEAR 3203 //
  18. #define IDH_PAD_HW_INPUT_PROP 3204 //
  19. #define IDH_PAD_HW_SEARCH_BOX 3205 //
  20. #define IDH_PAD_HW_SEARCH_LIST 3206 //
  21. #define IDH_PAD_HW_SEARCH_SEARCH 3207 //
  22. #define IDH_PAD_HW_SEARCH_RECOG 3208 //
  23. #define IDH_PAD_HW_SEARCH_REVERT 3209 //
  24. #define IDH_PAD_HW_SEARCH_CLEAR 3210 //
  25. #define IDH_PAD_HW_SEARCH_DETAIL 3211 //
  26. #define IDH_PAD_HW_PROP_TIME 3220 //
  27. #define IDH_PAD_HW_SEARCH_REVERT_GRAYED 3212 //
  28. #endif //_HELP_ID_SIMPLIFIED_CHINESE_H_