mirror of https://github.com/tongzx/nt5src
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
74 lines
2.5 KiB
/*++
|
|
|
|
Copyright (C) 1996-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
pdhdlgs.h
|
|
|
|
Abstract:
|
|
|
|
Dialog resource constants
|
|
|
|
--*/
|
|
|
|
#define IDC_STATIC -1
|
|
#define IDD_BROWSE_COUNTERS_EXT 100
|
|
#define IDD_BROWSE_COUNTERS_SIM 101
|
|
#define IDD_DATA_SOURCE 102
|
|
#define IDD_EXPLAIN_DLG 103
|
|
#define IDD_BROWSE_OBJECTS 104
|
|
#define IDC_USE_LOCAL_MACHINE 1001
|
|
#define IDC_SELECT_MACHINE 1002
|
|
#define IDC_MACHINE_CAPTION 1003
|
|
#define IDC_MACHINE_COMBO 1004
|
|
#define IDC_OBJECT_NAME_CAPTION 1010
|
|
#define IDC_OBJECT_COMBO 1011
|
|
#define IDC_COUNTERS_CAPTION 1020
|
|
#define IDC_ALL_COUNTERS 1021
|
|
#define IDC_USE_COUNTER_LIST 1022
|
|
#define IDC_COUNTER_LIST 1023
|
|
#define IDC_ALL_INSTANCES 1031
|
|
#define IDC_USE_INSTANCE_LIST 1032
|
|
#define IDC_INSTANCE_CAPTION 1033
|
|
#define IDC_INSTANCE_LIST 1034
|
|
#define IDC_EXPLAIN_BTN 1041
|
|
#define IDC_HELP_BTN 1042
|
|
#define IDC_NETWORK 1043
|
|
#define IDC_OBJECT_DETAIL_CAPTION 1044
|
|
#define IDC_OBJECT_LIST 1045
|
|
#define IDC_COUNTER_DETAIL_CAPTION 1051
|
|
#define IDC_COUNTER_DETAIL_COMBO 1052
|
|
#define IDC_COUNTER_INFO_TEXT 2001
|
|
#define IDC_COUNTER_INFO_NAME 2002
|
|
#define IDC_CURRENT_ACTIVITY 3001
|
|
#define IDC_DATA_FROM_LOG_FILE 3002
|
|
#define IDC_PERF_REG 3003
|
|
#define IDC_WBEM_NS 3004
|
|
#define IDC_LOG_FILE_EDIT 3005
|
|
#define IDC_BROWSE_LOG_FILES 3006
|
|
#define IDC_EXPLAIN_TEXT 4001
|
|
#define IDS_STRINGBASE 10000
|
|
#define IDS_DETAIL_NOVICE 10001
|
|
#define IDS_DETAIL_ADVANCED 10002
|
|
#define IDS_DETAIL_EXPERT 10003
|
|
#define IDS_DETAIL_WIZARD 10004
|
|
#define IDS_DEFAULT_ACCOUNT 12001
|
|
|
|
#define IDH_USE_LOCAL_MACHINE 11001
|
|
#define IDH_SELECT_MACHINE 11002
|
|
#define IDH_MACHINE_COMBO 11003
|
|
#define IDH_COUNTER_DETAIL_COMBO 11004
|
|
#define IDH_OBJECT_COMBO 11005
|
|
#define IDH_ALL_COUNTERS 11006
|
|
#define IDH_USE_COUNTER_LIST 11007
|
|
#define IDH_COUNTER_LIST 11008
|
|
#define IDH_ALL_INSTANCES 11009
|
|
#define IDH_USE_INSTANCE_LIST 11010
|
|
#define IDH_INSTANCE_LIST 11011
|
|
#define IDH_EXPLAIN_BTN 11012
|
|
|
|
#define IDH_CURRENT_ACTIVITY 11013
|
|
#define IDH_DATA_FROM_LOG_FILE 11014
|
|
#define IDH_LOG_FILE_EDIT 11015
|
|
#define IDH_OBJECT_LIST 11016
|