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.
|
|
#ifndef _HELP_ID_KOREAN_TBL_ #define _HELP_ID_KOREAN_TBL_ #include <windows.h> #include "resource.h" #include "hlpidkor.h"
// CAC Help IDs int CACHelpIdList[] = { IDC_CACINPUT, IDH_PAD_HW_SEARCH_BOX, IDC_CACMBMENU, IDH_PAD_HW_SEARCH_SEARCH, IDC_CACMBRECOG, IDH_PAD_HW_SEARCH_RECOG, IDC_CACMBREVERT, IDH_PAD_HW_SEARCH_REVERT, IDC_CACMBCLEAR, IDH_PAD_HW_SEARCH_CLEAR, // We don't support detail view // IDC_CACSWITCHVIEW, IDH_PAD_HW_SEARCH_DETAIL, IDC_CACLISTVIEW, IDH_PAD_HW_SEARCH_LIST, 0,0 };
// MultiBox Help IDs int MBHelpIdList[] = { IDC_MBINPUT, IDH_PAD_HW_INPUT_BOX, IDC_CACMBMENU, IDH_PAD_HW_INPUT_INPUT, IDC_CACMBRECOG, IDH_PAD_HW_INPUT_RECOG, IDC_CACMBCLEAR, IDH_PAD_HW_INPUT_CLEAR, 0,0 };
#endif //_HELP_ID_KOREAN_TBL_
|