90 lines
2.9 KiB
C
90 lines
2.9 KiB
C
|
/*++
|
||
|
|
||
|
Copyright (C) 1996-1999 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
smonhelp.h
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Help IDs for the System Monitor control.
|
||
|
|
||
|
--*/
|
||
|
|
||
|
//Property pages
|
||
|
#define IDH_PG_SYSMON_GENERAL 1000100
|
||
|
#define IDH_PG_SYSMON_GRAPH 1000101
|
||
|
#define IDH_PG_SYSMON_DATA 1000102
|
||
|
#define IDH_PG_SYSMON_SOURCE 1000103
|
||
|
|
||
|
//General
|
||
|
#define IDH_GALLERY_GRAPH 1000001
|
||
|
#define IDH_GALLERY_HISTOGRAM 1000002
|
||
|
#define IDH_GALLERY_REPORT 1000003
|
||
|
#define IDH_LEGEND 1000004
|
||
|
#define IDH_VALUEBAR 1000005
|
||
|
#define IDH_TOOLBAR 1000006
|
||
|
#define IDH_COMBOAPPEARANCE 1000007 // new name for IDH_APPEARANCE
|
||
|
#define IDH_COMBOBORDERSTYLE 1000008 // new name for IDH_BORDERSTYLE
|
||
|
#define IDH_PERIODIC_UPDATE 1000009
|
||
|
#define IDH_DISPLAY_INTERVAL 2000001 // added for Whistler
|
||
|
//#define IDH_MANUAL_UPDATE 1000010 // remove
|
||
|
#define IDH_UPDATE_INTERVAL 1000011
|
||
|
#define IDH_RPT_VALUE_DEFAULT 1000012
|
||
|
#define IDH_RPT_VALUE_CURRENT 1000013
|
||
|
#define IDH_RPT_VALUE_AVERAGE 1000014
|
||
|
#define IDH_RPT_VALUE_MINIMUM 1000015
|
||
|
#define IDH_RPT_VALUE_MAXIMUM 1000016
|
||
|
#define IDH_DUPLICATE_INSTANCE 1000017
|
||
|
|
||
|
//Graph
|
||
|
#define IDH_GRAPH_TITLE 1000020
|
||
|
#define IDH_YAXIS_TITLE 1000021
|
||
|
#define IDH_VERTICAL_GRID 1000022
|
||
|
#define IDH_HORIZONTAL_GRID 1000023
|
||
|
#define IDH_VERTICAL_MAX 1000024
|
||
|
#define IDH_VERTICAL_MIN 1000025
|
||
|
#define IDH_VERTICAL_LABELS 1000026
|
||
|
|
||
|
//Data
|
||
|
#define IDH_CTRLIST 1000030
|
||
|
#define IDH_LINECOLOR 1000031
|
||
|
#define IDH_LINESCALE 1000032
|
||
|
#define IDH_LINEWIDTH 1000033
|
||
|
#define IDH_LINESTYLE 1000034
|
||
|
#define IDH_ADDCTR 1000035
|
||
|
#define IDH_DELCTR 1000036
|
||
|
|
||
|
//Source
|
||
|
#define IDH_LOGFILENAME 1000041
|
||
|
#define IDH_SRC_LOGFILE 1000044
|
||
|
#define IDH_SRC_REALTIME 2000002 // added for Whistler
|
||
|
#define IDH_LIST_LOGFILENAME 2000003 // added for Whistler
|
||
|
#define IDH_ADDFILE 2000004 // added for Whistler
|
||
|
#define IDH_REMOVEFILE 2000005 // added for Whistler
|
||
|
#define IDH_SRC_SQL 2000006 // added for Whistler
|
||
|
#define IDH_DSN_COMBO 2000007 // added for Whistler
|
||
|
#define IDH_LOGSET_COMBO 2000008 // added for Whistler
|
||
|
#define IDH_TIMESELECTBTN 2000009 // added for Whistler
|
||
|
#define IDH_TIMERANGE 2000010 // added for Whistler
|
||
|
#define IDH_BROWSEFILE 1000045
|
||
|
|
||
|
// Appearance
|
||
|
#define IDH_COLOROBJECTS 2000011
|
||
|
#define IDH_COLORBUTTON 2000012
|
||
|
#define IDH_FONTBUTTON 2000013
|
||
|
#define IDH_FONTSAMPLE 2000014
|
||
|
#define IDH_COLORSAMPLE 2000015
|
||
|
|
||
|
//Browse Dialog
|
||
|
#define IDH_USE_LOCAL_MACHINE 1000090
|
||
|
#define IDH_SELECT_MACHINE 1000091
|
||
|
#define IDH_MACHINE_COMBO 1000092
|
||
|
#define IDH_OBJECT_COMBO 1000093
|
||
|
#define IDH_COUNTER_LIST 1000094
|
||
|
#define IDH_ALL_INSTANCES 1000095
|
||
|
#define IDH_USE_INSTANCE_LIST 1000096
|
||
|
#define IDH_INSTANCE_LIST 1000097
|
||
|
|