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.

70 lines
2.4 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1996-2000 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // AdmCommonRes.h
  7. //
  8. // Abstract:
  9. // Definition of resource constants used with the cluster admin
  10. // common directory.
  11. //
  12. // Implementation File:
  13. // AdmCommonRes.rc
  14. //
  15. // Author:
  16. // David Potter (davidp) February 20, 1998
  17. //
  18. // Revision History:
  19. //
  20. // Notes:
  21. //
  22. /////////////////////////////////////////////////////////////////////////////
  23. #ifndef __ADMCOMMONRES_H_
  24. #define __ADMCOMMONRES_H_
  25. /////////////////////////////////////////////////////////////////////////////
  26. // Constant Definitions
  27. /////////////////////////////////////////////////////////////////////////////
  28. #define ADMC_IDS_REQUIRED_FIELD_EMPTY 0xD000
  29. #define ADMC_IDS_PATH_IS_INVALID 0xD001
  30. #define ADMC_IDS_EMPTY_RIGHT_LIST 0xD002
  31. #define ADMC_IDS_CLSIDFROMSTRING_ERROR 0xD003
  32. #define ADMC_IDS_EXT_CREATE_INSTANCE_ERROR 0xD004
  33. #define ADMC_IDS_EXT_ADD_PAGES_ERROR 0xD005
  34. #define ADMC_IDS_EXT_QUERY_CONTEXT_MENU_ERROR 0xD006
  35. #define ADMC_IDS_INSERT_MENU_ERROR 0xD007
  36. #define ADMC_IDS_ADD_PAGE_TO_PROP_SHEET_ERROR 0xD008
  37. #define ADMC_IDS_ADD_FIRST_PAGE_TO_PROP_SHEET_ERROR 0xD009
  38. #define ADMC_IDS_CREATE_EXT_PAGE_ERROR 0xD00A
  39. #define ADMC_IDS_ADD_PAGE_TO_WIZARD_ERROR 0xD00B
  40. #define ADMC_IDS_INIT_EXT_PAGES_ERROR 0xD00C
  41. #define ADMC_IDS_RESCLASS_UNKNOWN 0xD050
  42. #define ADMC_IDS_RESCLASS_STORAGE 0xD051
  43. #define ADMC_ID_MENU_PROPERTIES 0xD100
  44. #define ADMC_ID_MENU_WHATS_THIS 0xD101
  45. #define ADMC_IDC_LCP_NOTE 0xD200
  46. #define ADMC_IDC_LCP_LEFT_LABEL 0xD201
  47. #define ADMC_IDC_LCP_LEFT_LIST 0xD202
  48. #define ADMC_IDC_LCP_ADD 0xD203
  49. #define ADMC_IDC_LCP_REMOVE 0xD204
  50. #define ADMC_IDC_LCP_RIGHT_LABEL 0xD205
  51. #define ADMC_IDC_LCP_RIGHT_LIST 0xD206
  52. #define ADMC_IDC_LCP_MOVE_UP 0xD207
  53. #define ADMC_IDC_LCP_MOVE_DOWN 0xD208
  54. #define ADMC_IDC_LCP_PROPERTIES 0xD209
  55. // Property Sheet control id's (determined with Spy++ by MFC)
  56. #define ID_APPLY_NOW 0x3021
  57. #define ID_WIZBACK 0x3023
  58. #define ID_WIZNEXT 0x3024
  59. #define ID_WIZFINISH 0x3025
  60. /////////////////////////////////////////////////////////////////////////////
  61. #endif // __ADMCOMMONRES_H_