telephone.h
来自「一个模仿ATM提款机的MFC程序」· C头文件 代码 · 共 54 行
H
54 行
#if !defined(AFX_TELEPHONE_H__C89976AA_3B30_42FC_95BD_B8D5435EFC8B__INCLUDED_)
#define AFX_TELEPHONE_H__C89976AA_3B30_42FC_95BD_B8D5435EFC8B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TELEPHONE.h : header file
//
////////////////////////电话用户/////////////////////////////////////////////////////
// TELEPHONE dialog
class TELEPHONE : public CDialog
{
// Construction
public:
TELEPHONE(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(TELEPHONE)
enum { IDD = IDD_TELEPHONE };
CEdit m_TELEPHONEEDIT;
CString m_TELEPHONE;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(TELEPHONE)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(TELEPHONE)
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnCorrect();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TELEPHONE_H__C89976AA_3B30_42FC_95BD_B8D5435EFC8B__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?