calculatordlg.h

来自「人事工资管理系统是非常通用的管理信息系统」· C头文件 代码 · 共 67 行

H
67
字号
#if !defined(AFX_CALCULATORDLG_H__1E8085DA_6901_4E60_9B3F_696574D306AC__INCLUDED_)
#define AFX_CALCULATORDLG_H__1E8085DA_6901_4E60_9B3F_696574D306AC__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CalculatorDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CCalculatorDlg dialog

class CCalculatorDlg : public CDialog
{
// Construction
public:
	CCalculatorDlg(CWnd* pParent = NULL);   // standard constructor
public:
	CString cFormula;
// Dialog Data
	//{{AFX_DATA(CCalculatorDlg)
	enum { IDD = IDD_CALCULATOR_DIALOG };
	CString	m_Formula;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CCalculatorDlg)
	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 OnBaseButton();
	afx_msg void OnF1Button();
	afx_msg void OnF2Button();
	afx_msg void OnF3Button();
	afx_msg void OnF4Button();
	afx_msg void OnF5Button();
	afx_msg void OnF6Button();
	afx_msg void OnPButton();
	afx_msg void OnResetButton();
	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_CALCULATORDLG_H__1E8085DA_6901_4E60_9B3F_696574D306AC__INCLUDED_)

⌨️ 快捷键说明

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