⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mfcthirddlg.h

📁 一个计算器程序
💻 H
字号:
// MFCThirdDlg.h : header file
//

#if !defined(AFX_MFCTHIRDDLG_H__F655D434_A9BF_4E18_A05E_63582B05842C__INCLUDED_)
#define AFX_MFCTHIRDDLG_H__F655D434_A9BF_4E18_A05E_63582B05842C__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000



/////////////////////////////////////////////////////////////////////////////
// CMFCThirdDlg dialog

class CMFCThirdDlg : public CDialog
{
// Construction
public:
	CMFCThirdDlg(CWnd* pParent = NULL);	// standard constructor
   
public:
	
// Dialog Data
	//{{AFX_DATA(CMFCThirdDlg)
	enum { IDD = IDD_MFCTHIRD_DIALOG };
	CButton	m_SUBButton;
	CButton	m_DIVButton;
	CButton	m_ExitButton;
	CButton	m_BPButton;
	CButton	m_EqualButton;
	CButton	m_ClearButton;
	CEdit	m_Edit;
	CButton	m_Button0;
	CButton	m_ButtonRB;
	CButton	m_ButtonMUL;
	CButton	m_ButtonLB;
	CButton	m_ButtonAdd;
	CButton	m_Button9;
	CButton	m_Button8;
	CButton	m_Button7;
	CButton	m_Button6;
	CButton	m_Button5;
	CButton	m_Button4;
	CButton	m_Button3;
	CButton	m_Button2;
	CButton	m_Button1;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMFCThirdDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CMFCThirdDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void On1Button();
	afx_msg void On0Button();
	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 OnAddButton();
	afx_msg void OnLeftbracketButton();
	afx_msg void OnMulButton();
	afx_msg void OnRightbracketButton();
	afx_msg void OnClearBUTTON();
	afx_msg void OnEqualButton();
	afx_msg void OnExitBUTTON();
	afx_msg void OnbackspaceBUTTON();
	afx_msg void OnSubButton();
	afx_msg void OnDivButton();
	afx_msg void OnMenuAbout();
	afx_msg void OnHelpBUTTON();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MFCTHIRDDLG_H__F655D434_A9BF_4E18_A05E_63582B05842C__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -