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.4 KiB

  1. #ifndef __CMD_DEF_H__
  2. #define __CMD_DEF_H__
  3. //----------------------------------------------------------------
  4. //Please check these are different with res/main/resource.h's IDC_XXX
  5. //----------------------------------------------------------------
  6. #define IDC_KBTN_FIRST 6000
  7. #define IDC_KBTN_BACKSPACE (IDC_KBTN_FIRST+1)
  8. #define IDC_KBTN_DELETE (IDC_KBTN_FIRST+2)
  9. #define IDC_KBTN_ENTER (IDC_KBTN_FIRST+3)
  10. #define IDC_KBTN_ESCAPE (IDC_KBTN_FIRST+4)
  11. #define IDC_KBTN_SPACE (IDC_KBTN_FIRST+5)
  12. #define IDC_KBTN_FAREAST (IDC_KBTN_FIRST+6)
  13. #define IDC_KBTN_ARROWS (IDC_KBTN_FIRST+7)
  14. #define IDC_KBTN_ARROW_LEFT (IDC_KBTN_FIRST+8)
  15. #define IDC_KBTN_ARROW_RIGHT (IDC_KBTN_FIRST+9)
  16. #define IDC_KBTN_ARROW_UP (IDC_KBTN_FIRST+10)
  17. #define IDC_KBTN_ARROW_DOWN (IDC_KBTN_FIRST+11)
  18. #define IDC_KBTN_HOME (IDC_KBTN_FIRST+12)
  19. #define IDC_KBTN_PAGEUP (IDC_KBTN_FIRST+13)
  20. #define IDC_KBTN_TAB (IDC_KBTN_FIRST+14)
  21. #define IDC_KBTN_LWIN (IDC_KBTN_FIRST+15)
  22. #define IDC_KBTN_END (IDC_KBTN_FIRST+16)
  23. #define IDC_KBTN_PAGEDOWN (IDC_KBTN_FIRST+17)
  24. #define IDC_KBTN_INSERT (IDC_KBTN_FIRST+18)
  25. #define IDC_KBTN_APPKEY (IDC_KBTN_FIRST+19)
  26. #endif // __CMD_DEF_H__