| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- //{{NO_DEPENDENCIES}}
- // Microsoft Visual C++ 生成的包含文件。
- // 供 MonitorClient.rc 使用
- //
- #define IDM_ABOUTBOX 0x0010
- #define IDD_ABOUTBOX 100
- #define IDS_ABOUTBOX 101
- #define IDD_MONITORCLIENT_DIALOG 102
- #define IDR_MAINFRAME 128
- #define IDC_PROGRESSMEMUSAGE 1000
- #define IDC_PROGRESSCPUUSAGE 1001
- #define IDC_PROGRESSDISKUSAGE 1002
- #define IDC_STATICMEMUSAGE 1003
- #define IDC_STATICCPUUSAGE 1004
- #define IDC_STATICDISKUSAGE 1005
- #define IDC_CTITRUNK 1006
- #define IDC_CTIONLINE 1007
- #define IDC_CTIOFFLINE 1008
- #define IDC_ACDONLINE 1009
- #define IDC_ACDOFFLINE 1010
- #define IDC_IVRONLINE 1011
- #define IDC_IVROFFLINE 1012
- #define IDC_IVRSTATUS 1013
- #define IDC_LISTACDAGENTSTATUS 1014
- #define IDC_STATIC_IVRAUTH 1015
- #define IDC_STATIC_ACDAUTH 1016
- #define IDC_STATIC_CTIAUTH 1017
- #define IDC_CTIEXTEN 1018
- #define IDC_LISTACDCALLSTATUS 1019
- // Next default values for new objects
- //
- #ifdef APSTUDIO_INVOKED
- #ifndef APSTUDIO_READONLY_SYMBOLS
- #define _APS_NEXT_RESOURCE_VALUE 132
- #define _APS_NEXT_COMMAND_VALUE 32771
- #define _APS_NEXT_CONTROL_VALUE 1018
- #define _APS_NEXT_SYMED_VALUE 101
- #endif
- #endif
|