📄 ex_calculator03dlg.h
字号:
// EX_Calculator03Dlg.h : header file
//
#if !defined(AFX_EX_CALCULATOR03DLG_H__6DED22E8_4D4D_45BE_8A66_1D9D858A5FC4__INCLUDED_)
#define AFX_EX_CALCULATOR03DLG_H__6DED22E8_4D4D_45BE_8A66_1D9D858A5FC4__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CEX_Calculator03Dlg dialog
class CEX_Calculator03Dlg : public CDialog
{
// Construction
public:
CEX_Calculator03Dlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CEX_Calculator03Dlg)
enum { IDD = IDD_EX_CALCULATOR03_DIALOG };
CButton m_AButton;
CButton m_FButton;
CButton m_EButton;
CButton m_DButton;
CButton m_CButton;
CButton m_BButton;
CButton m_9Button;
CButton m_8Button;
CString m_InputEdit;
CString m_OutputEdit;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEX_Calculator03Dlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CEX_Calculator03Dlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnDRadio();
afx_msg void OnHRadio();
afx_msg void OnORadio();
afx_msg void On0Button();
afx_msg void On1Button();
afx_msg void On2Button();
afx_msg void On3Button();
afx_msg void On4Button();
afx_msg void On5Button();
afx_msg void On6Button();
afx_msg void On7Button();
afx_msg void On8Button();
afx_msg void On9Button();
afx_msg void OnAButton();
afx_msg void OnBButton();
afx_msg void OnCButton();
afx_msg void OnDButton();
afx_msg void OnEButton();
afx_msg void OnFButton();
afx_msg void OnToDButton();
afx_msg void OnToHButton();
afx_msg void OnToOButton();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_EX_CALCULATOR03DLG_H__6DED22E8_4D4D_45BE_8A66_1D9D858A5FC4__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -