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.

29 lines
593 B

  1. #define HELPCURSOR 3001
  2. // These icons must have the same enumeration order
  3. // as WIN_TYPES.
  4. #define WINDBGICON 3002
  5. #define DOCICON 3003
  6. #define WATCHICON 3004
  7. #define LOCALSICON 3005
  8. #define CPUICON 3006
  9. #define DISASMICON 3007
  10. #define CMDICON 3008
  11. #define SPADICON 3009
  12. #define MEMORYICON 3010
  13. #define QUICKWICON 3011
  14. #define CALLSTACKICON 3012
  15. #define PROCTHREADICON 3013
  16. #define MINVAL_WINDOW_ICON WINDBGICON
  17. #define IDB_BMP_TOOLBAR 3040
  18. #define MAIN_MENU 3050
  19. #define MAIN_ACC 3051