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.

33 lines
790 B

  1. #ifndef _HELP_ID_KOREAN_TBL_
  2. #define _HELP_ID_KOREAN_TBL_
  3. #include <windows.h>
  4. #include "resource.h"
  5. #include "hlpidkor.h"
  6. // CAC Help IDs
  7. int CACHelpIdList[] =
  8. {
  9. IDC_CACINPUT, IDH_PAD_HW_SEARCH_BOX,
  10. IDC_CACMBMENU, IDH_PAD_HW_SEARCH_SEARCH,
  11. IDC_CACMBRECOG, IDH_PAD_HW_SEARCH_RECOG,
  12. IDC_CACMBREVERT, IDH_PAD_HW_SEARCH_REVERT,
  13. IDC_CACMBCLEAR, IDH_PAD_HW_SEARCH_CLEAR,
  14. // We don't support detail view
  15. // IDC_CACSWITCHVIEW, IDH_PAD_HW_SEARCH_DETAIL,
  16. IDC_CACLISTVIEW, IDH_PAD_HW_SEARCH_LIST,
  17. 0,0
  18. };
  19. // MultiBox Help IDs
  20. int MBHelpIdList[] =
  21. {
  22. IDC_MBINPUT, IDH_PAD_HW_INPUT_BOX,
  23. IDC_CACMBMENU, IDH_PAD_HW_INPUT_INPUT,
  24. IDC_CACMBRECOG, IDH_PAD_HW_INPUT_RECOG,
  25. IDC_CACMBCLEAR, IDH_PAD_HW_INPUT_CLEAR,
  26. 0,0
  27. };
  28. #endif //_HELP_ID_KOREAN_TBL_