Source code of Windows XP (NT5)
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.

60 lines
1.9 KiB

  1. #define TESTGINAMENU 1000
  2. #define IDM_DLL_OPEN 1010
  3. #define IDM_DLL_RESET 1011
  4. #define IDM_DLL_RUN 1012
  5. #define IDM_DLL_EXIT 1013
  6. #define IDM_DLL_LOAD_LAST 1014
  7. #define IDM_WHACK_NEGOTIATE 1020
  8. #define IDM_WHACK_INITIALIZE 1021
  9. #define IDM_WHACK_DISPLAY 1022
  10. #define IDM_WHACK_LOGGEDOUT 1023
  11. #define IDM_WHACK_LOGGEDON 1024
  12. #define IDM_WHACK_DISPLAYLOCKED 1025
  13. #define IDM_WHACK_LOCKED 1026
  14. #define IDM_WHACK_STARTSHELL 1027
  15. #define IDM_WHACK_LOGOFF 1028
  16. #define IDM_WHACK_SHUTDOWN 1029
  17. #define IDM_WHACK_LOGOFFOK 1050
  18. #define IDM_WHACK_LOCKOK 1051
  19. #define IDM_WHACK_SCREENSAVE 1052
  20. #define IDM_WHACK_RESTARTSHELL 1053
  21. #define IDM_OPTIONS_SAS 1030
  22. #define IDM_OPTIONS_TIMEOUT 1031
  23. #define IDM_OPTIONS_LOGOFF 1032
  24. #define IDM_OPTIONS_VIEW_MPR 1033
  25. #define IDM_OPTIONS_SSNOTIFY 1034
  26. #define IDM_OPTIONS_STARTAPP 1035
  27. #define IDM_HELP_HELP 1040
  28. #define IDM_HELP_ABOUT 1041
  29. #define DEBUGGINAMENU 1100
  30. #define IDM_DEBUG_BREAK_NOW 1101
  31. #define IDM_DEBUG_NEGOTIATE 1102
  32. #define IDM_DEBUG_INITIALIZE 1103
  33. #define IDM_DEBUG_DISPLAYSAS 1104
  34. #define IDM_DEBUG_LOGGEDOUT 1105
  35. #define IDM_DEBUG_ACTIVATE 1106
  36. #define IDM_DEBUG_LOGGEDON 1107
  37. #define IDM_DEBUG_DISPLAYLOCKED 1108
  38. #define IDM_DEBUG_LOCKED 1109
  39. #define IDM_DEBUG_LOGOFF 1110
  40. #define IDM_DEBUG_SHUTDOWN 1111
  41. #define IDM_DEBUG_LOGOFFOK 1112
  42. #define IDM_DEBUG_LOCKOK 1113
  43. #define IDM_DEBUG_SCREENSAVE 1114
  44. #define IDM_DEBUG_RESTARTSHELL 1115
  45. #define IDM_SAS_CAD 1051
  46. #define IDM_SAS_TIMEOUT 1052
  47. #define IDM_SAS_SCRNSVR 1053
  48. #define IDM_SAS_USERDEF 1054
  49. #define IDM_SAS_USERDEF1 1055
  50. #define IDM_SAS_USERDEF2 1056
  51. #define IDM_SAS_USERDEF3 1057
  52. #define IDM_SAS_USERDEF4 1058
  53. #define IDM_SAS_SC_INSERT 1060
  54. #define IDM_SAS_SC_REMOVE 1061