📄 cp_ivrdlg.h
字号:
// CP_IVRDlg.h : header file
//
#if !defined(AFX_CP_IVRDLG_H__1318A82F_6E0C_4505_A060_7F8027CC0229__INCLUDED_)
#define AFX_CP_IVRDLG_H__1318A82F_6E0C_4505_A060_7F8027CC0229__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "HCentralManager.h"
/////////////////////////////////////////////////////////////////////////////
// CCP_IVRDlg dialog
class CCP_IVRDlg : public CDialog
{
// Construction
public:
CCP_IVRDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CCP_IVRDlg)
enum { IDD = IDD_CP_IVR_DIALOG };
CListBox m_logList;
CComboBox m_devList;
CString m_callerID;
CString m_pkUpDelay;
CString m_status;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCP_IVRDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
private:
CHCentralManager m_manager;
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CCP_IVRDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
virtual void OnOK();
afx_msg void OnSeeLog();
afx_msg void OnStart();
afx_msg void OnRestart();
afx_msg void OnClearLog();
afx_msg void OnHookMicSpk();
virtual void OnCancel();
//}}AFX_MSG
afx_msg LRESULT OnTAPIStatusChanged(WPARAM wParam, LPARAM lParam);
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CP_IVRDLG_H__1318A82F_6E0C_4505_A060_7F8027CC0229__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -