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.

56 lines
1.7 KiB

  1. //
  2. // Copyright (c) 2001 Microsoft Corporation
  3. //
  4. // Module Name:
  5. // ResourceIdRanges.h
  6. //
  7. // Description:
  8. // This file contains resource id ranges for the ClusCfg Wizard Components
  9. // component.
  10. //
  11. // Maintained By:
  12. // Ozan Ozhan (OzanO) 11-JUL-2001
  13. //
  14. //////////////////////////////////////////////////////////////////////////////
  15. #pragma once
  16. //////////////////////////////////////////////////////////////////////////////
  17. // Constants
  18. //////////////////////////////////////////////////////////////////////////////
  19. // The IDs for DLL resource strings.
  20. #define ID_DLL_START 0
  21. #define IDR_MANIFEST 500
  22. #define ID_DLL_END 599
  23. // The range for PostCfg string IDs.
  24. #define ID_POSTCFG_START 600
  25. #define ID_POSTCFG_END 999
  26. // The range for BaseCluster string IDs.
  27. #define ID_BCA_START 1000
  28. #define ID_BCA_END 1999
  29. // The range for Wizard string IDs.
  30. #define ID_WIZ_START 2000
  31. #define ID_WIZ_END 3999
  32. // The range for Server string IDs.
  33. #define ID_CCS_START 4000
  34. #define ID_CCS_END 5999
  35. // The range for W2KProxy string IDs.
  36. #define ID_CCW2K_START 6000
  37. #define ID_CCW2K_END 6999
  38. // The range for MiddleTier string IDs.
  39. #define ID_MT_START 7000
  40. #define ID_MT_END 7999
  41. // The range for common string IDs.
  42. #define ID_COMMON_START 8000
  43. #define ID_COMMON_END 8999