📄 ex_calculator04dlg.h
字号:
// EX_Calculator04Dlg.h : header file
//
#if !defined(AFX_EX_CALCULATOR04DLG_H__AFE2AB84_CE1B_42F8_9870_E027FBBE7E1D__INCLUDED_)
#define AFX_EX_CALCULATOR04DLG_H__AFE2AB84_CE1B_42F8_9870_E027FBBE7E1D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CEX_Calculator04Dlg dialog
class CEX_Calculator04Dlg : public CDialog
{
// Construction
public:
CEX_Calculator04Dlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CEX_Calculator04Dlg)
enum { IDD = IDD_EX_CALCULATOR04_DIALOG };
CButton m_FButton;
CButton m_EButton;
CButton m_DButton;
CButton m_CButton;
CButton m_BButton;
CButton m_AButton;
CButton m_9Button;
CButton m_8Button;
CButton m_OutputCheck;
CButton m_InputCheck;
CString m_InputEdit;
CString m_OutputEdit;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEX_Calculator04Dlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CEX_Calculator04Dlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
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 void OnORadio();
afx_msg void OnHRadio();
afx_msg void OnDRadio();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_EX_CALCULATOR04DLG_H__AFE2AB84_CE1B_42F8_9870_E027FBBE7E1D__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -