resource.h
来自「这是个call center的程序,这个行业目前很火,有意想的程序员可以下载」· C头文件 代码 · 共 43 行
H
43 行
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by CallAnalyze.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_CALLANALYZE_DIALOG 102
#define IDS_CHANNEL_NO 102
#define IDS_CHANNEL_TYPE 103
#define IDS_FLOW 104
#define IDS_DIAL_STATUS 105
#define IDS_TRUNK 106
#define IDS_USER 107
#define IDS_EMPTY 108
#define IDS_CH_FREE 109
#define IDS_CH_CONNECTED 110
#define IDS_CH_CALLOUT 111
#define IDS_CH_CHECKDIALRESULT 112
#define IDS_CH_WAIT 113
#define IDS_RECORD 114
#define IDR_MAINFRAME 128
#define IDC_LIST1 1000
#define IDC_BUTTON1 1001
#define IDC_CALLOUT 1001
#define IDC_EDIT1 1010
#define IDC_EDITCHANNEL 1010
#define IDC_EDITPRENUM 1011
#define IDC_EDITDIALNUM 1012
#define IDC_EDITMODE 1014
#define IDC_HANGUP 1016
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 129
#define _APS_NEXT_COMMAND_VALUE 32771
#define _APS_NEXT_CONTROL_VALUE 1018
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?