📄 dialerview.h
字号:
// DialerView.h : interface of the CDialerView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_DIALERVIEW_H__55E26F40_022B_49F1_B66E_381E30629F57__INCLUDED_)
#define AFX_DIALERVIEW_H__55E26F40_022B_49F1_B66E_381E30629F57__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
class CDialerView : public CFormView
{
protected: // create from serialization only
CDialerView();
DECLARE_DYNCREATE(CDialerView)
public:
//{{AFX_DATA(CDialerView)
enum { IDD = IDD_DIALER_FORM };
CString m_strCallCmd;
//}}AFX_DATA
// Attributes
public:
CDialerDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDialerView)
public:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CDialerView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CDialerView)
afx_msg void OnSetfocusEdtCallcmd();
afx_msg void OnChangeEdtCallcmd();
afx_msg void OnBtnPlus();
afx_msg void OnBtnNum();
afx_msg void OnKillfocusEdtCallcmd();
afx_msg void OnBtnQuickdial();
afx_msg void OnBtnCallOut();
afx_msg void OnBtnReturn();
afx_msg void OnBtnIp();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
int m_iStart,m_iEnd;
};
#ifndef _DEBUG // debug version in DialerView.cpp
inline CDialerDoc* CDialerView::GetDocument()
{ return (CDialerDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DIALERVIEW_H__55E26F40_022B_49F1_B66E_381E30629F57__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -