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.

89 lines
3.0 KiB

  1. /*++
  2. Copyright (C) 1996-1999 Microsoft Corporation
  3. Module Name:
  4. smonhelp.h
  5. Abstract:
  6. Help IDs for the System Monitor control.
  7. --*/
  8. //Property pages
  9. #define IDH_PG_SYSMON_GENERAL 1000100
  10. #define IDH_PG_SYSMON_GRAPH 1000101
  11. #define IDH_PG_SYSMON_DATA 1000102
  12. #define IDH_PG_SYSMON_SOURCE 1000103
  13. //General
  14. #define IDH_GALLERY_GRAPH 1000001
  15. #define IDH_GALLERY_HISTOGRAM 1000002
  16. #define IDH_GALLERY_REPORT 1000003
  17. #define IDH_LEGEND 1000004
  18. #define IDH_VALUEBAR 1000005
  19. #define IDH_TOOLBAR 1000006
  20. #define IDH_COMBOAPPEARANCE 1000007 // new name for IDH_APPEARANCE
  21. #define IDH_COMBOBORDERSTYLE 1000008 // new name for IDH_BORDERSTYLE
  22. #define IDH_PERIODIC_UPDATE 1000009
  23. #define IDH_DISPLAY_INTERVAL 2000001 // added for Whistler
  24. //#define IDH_MANUAL_UPDATE 1000010 // remove
  25. #define IDH_UPDATE_INTERVAL 1000011
  26. #define IDH_RPT_VALUE_DEFAULT 1000012
  27. #define IDH_RPT_VALUE_CURRENT 1000013
  28. #define IDH_RPT_VALUE_AVERAGE 1000014
  29. #define IDH_RPT_VALUE_MINIMUM 1000015
  30. #define IDH_RPT_VALUE_MAXIMUM 1000016
  31. #define IDH_DUPLICATE_INSTANCE 1000017
  32. //Graph
  33. #define IDH_GRAPH_TITLE 1000020
  34. #define IDH_YAXIS_TITLE 1000021
  35. #define IDH_VERTICAL_GRID 1000022
  36. #define IDH_HORIZONTAL_GRID 1000023
  37. #define IDH_VERTICAL_MAX 1000024
  38. #define IDH_VERTICAL_MIN 1000025
  39. #define IDH_VERTICAL_LABELS 1000026
  40. //Data
  41. #define IDH_CTRLIST 1000030
  42. #define IDH_LINECOLOR 1000031
  43. #define IDH_LINESCALE 1000032
  44. #define IDH_LINEWIDTH 1000033
  45. #define IDH_LINESTYLE 1000034
  46. #define IDH_ADDCTR 1000035
  47. #define IDH_DELCTR 1000036
  48. //Source
  49. #define IDH_LOGFILENAME 1000041
  50. #define IDH_SRC_LOGFILE 1000044
  51. #define IDH_SRC_REALTIME 2000002 // added for Whistler
  52. #define IDH_LIST_LOGFILENAME 2000003 // added for Whistler
  53. #define IDH_ADDFILE 2000004 // added for Whistler
  54. #define IDH_REMOVEFILE 2000005 // added for Whistler
  55. #define IDH_SRC_SQL 2000006 // added for Whistler
  56. #define IDH_DSN_COMBO 2000007 // added for Whistler
  57. #define IDH_LOGSET_COMBO 2000008 // added for Whistler
  58. #define IDH_TIMESELECTBTN 2000009 // added for Whistler
  59. #define IDH_TIMERANGE 2000010 // added for Whistler
  60. #define IDH_BROWSEFILE 1000045
  61. // Appearance
  62. #define IDH_COLOROBJECTS 2000011
  63. #define IDH_COLORBUTTON 2000012
  64. #define IDH_FONTBUTTON 2000013
  65. #define IDH_FONTSAMPLE 2000014
  66. #define IDH_COLORSAMPLE 2000015
  67. //Browse Dialog
  68. #define IDH_USE_LOCAL_MACHINE 1000090
  69. #define IDH_SELECT_MACHINE 1000091
  70. #define IDH_MACHINE_COMBO 1000092
  71. #define IDH_OBJECT_COMBO 1000093
  72. #define IDH_COUNTER_LIST 1000094
  73. #define IDH_ALL_INSTANCES 1000095
  74. #define IDH_USE_INSTANCE_LIST 1000096
  75. #define IDH_INSTANCE_LIST 1000097