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.

74 lines
2.5 KiB

  1. /*++
  2. Copyright (C) 1996-1999 Microsoft Corporation
  3. Module Name:
  4. pdhdlgs.h
  5. Abstract:
  6. Dialog resource constants
  7. --*/
  8. #define IDC_STATIC -1
  9. #define IDD_BROWSE_COUNTERS_EXT 100
  10. #define IDD_BROWSE_COUNTERS_SIM 101
  11. #define IDD_DATA_SOURCE 102
  12. #define IDD_EXPLAIN_DLG 103
  13. #define IDD_BROWSE_OBJECTS 104
  14. #define IDC_USE_LOCAL_MACHINE 1001
  15. #define IDC_SELECT_MACHINE 1002
  16. #define IDC_MACHINE_CAPTION 1003
  17. #define IDC_MACHINE_COMBO 1004
  18. #define IDC_OBJECT_NAME_CAPTION 1010
  19. #define IDC_OBJECT_COMBO 1011
  20. #define IDC_COUNTERS_CAPTION 1020
  21. #define IDC_ALL_COUNTERS 1021
  22. #define IDC_USE_COUNTER_LIST 1022
  23. #define IDC_COUNTER_LIST 1023
  24. #define IDC_ALL_INSTANCES 1031
  25. #define IDC_USE_INSTANCE_LIST 1032
  26. #define IDC_INSTANCE_CAPTION 1033
  27. #define IDC_INSTANCE_LIST 1034
  28. #define IDC_EXPLAIN_BTN 1041
  29. #define IDC_HELP_BTN 1042
  30. #define IDC_NETWORK 1043
  31. #define IDC_OBJECT_DETAIL_CAPTION 1044
  32. #define IDC_OBJECT_LIST 1045
  33. #define IDC_COUNTER_DETAIL_CAPTION 1051
  34. #define IDC_COUNTER_DETAIL_COMBO 1052
  35. #define IDC_COUNTER_INFO_TEXT 2001
  36. #define IDC_COUNTER_INFO_NAME 2002
  37. #define IDC_CURRENT_ACTIVITY 3001
  38. #define IDC_DATA_FROM_LOG_FILE 3002
  39. #define IDC_PERF_REG 3003
  40. #define IDC_WBEM_NS 3004
  41. #define IDC_LOG_FILE_EDIT 3005
  42. #define IDC_BROWSE_LOG_FILES 3006
  43. #define IDC_EXPLAIN_TEXT 4001
  44. #define IDS_STRINGBASE 10000
  45. #define IDS_DETAIL_NOVICE 10001
  46. #define IDS_DETAIL_ADVANCED 10002
  47. #define IDS_DETAIL_EXPERT 10003
  48. #define IDS_DETAIL_WIZARD 10004
  49. #define IDS_DEFAULT_ACCOUNT 12001
  50. #define IDH_USE_LOCAL_MACHINE 11001
  51. #define IDH_SELECT_MACHINE 11002
  52. #define IDH_MACHINE_COMBO 11003
  53. #define IDH_COUNTER_DETAIL_COMBO 11004
  54. #define IDH_OBJECT_COMBO 11005
  55. #define IDH_ALL_COUNTERS 11006
  56. #define IDH_USE_COUNTER_LIST 11007
  57. #define IDH_COUNTER_LIST 11008
  58. #define IDH_ALL_INSTANCES 11009
  59. #define IDH_USE_INSTANCE_LIST 11010
  60. #define IDH_INSTANCE_LIST 11011
  61. #define IDH_EXPLAIN_BTN 11012
  62. #define IDH_CURRENT_ACTIVITY 11013
  63. #define IDH_DATA_FROM_LOG_FILE 11014
  64. #define IDH_LOG_FILE_EDIT 11015
  65. #define IDH_OBJECT_LIST 11016