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.

56 lines
1.3 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /**********************************************************************/
  5. /*
  6. uirsrc.h
  7. Resource header file coordination
  8. This file defines and coordinates the resource IDs of all resources.
  9. FILE HISTORY:
  10. beng 05-Aug-1992 Created
  11. */
  12. #ifndef _UIRSRC_H_
  13. #define _UIRSRC_H_
  14. #define IDRSRC_APP_BASE 1
  15. #define IDRSRC_APP_LAST 4999
  16. #define IDRSRC_NCPA_BASE 6000
  17. #define IDRSRC_NCPA_LAST 6999
  18. #define IDRSRC_MPRUI_BASE 7000
  19. #define IDRSRC_MPRUI_LAST 7999
  20. #define IDRSRC_SHELL_BASE 8000
  21. #define IDRSRC_SHELL_LAST 8999
  22. #define IDRSRC_RESERVED1_BASE 9000
  23. #define IDRSRC_RESERVED1_LAST 9199
  24. #define IDRSRC_RESERVED2_BASE 9200
  25. #define IDRSRC_RESERVED2_LAST 9399
  26. #define IDRSRC_ACLEDIT_BASE 10000
  27. #define IDRSRC_ACLEDIT_LAST 10999
  28. #define IDRSRC_RASMAC_BASE 11000
  29. #define IDRSRC_RASMAC_LAST 11999
  30. #define IDRSRC_FTPMGR_BASE 12000
  31. #define IDRSRC_FTPMGR_LAST 12999
  32. #define IDRSRC_IPX_BASE 13000
  33. #define IDRSRC_IPX_LAST 13999
  34. #define IDRSRC_TCP_BASE 14000
  35. #define IDRSRC_TCP_LAST 14999
  36. #define IDRSRC_COMMON_BASE 15000
  37. #endif // _UIRSRC_H_