jisuanqidlg.h

来自「wince开发的计算机程序」· C头文件 代码 · 共 61 行

H
61
字号
// jisuanqiDlg.h : header file
//

#if !defined(AFX_JISUANQIDLG_H__E2CE0814_A97E_4E06_8B18_9D5892E8442A__INCLUDED_)
#define AFX_JISUANQIDLG_H__E2CE0814_A97E_4E06_8B18_9D5892E8442A__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CJisuanqiDlg dialog

class CJisuanqiDlg : public CDialog
{
// Construction
public:
	CJisuanqiDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CJisuanqiDlg)
	enum { IDD = IDD_JISUANQI_DIALOG };
	CListBox	m_Operatorbox;
	CString	m_ResultEdit;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CJisuanqiDlg)
	virtual BOOL OnInitDialog();
	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 On0Button();
	afx_msg void OnDecimalButton();
	afx_msg void OnEquualButton();
	afx_msg void OnSelchangeOperatorList();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_JISUANQIDLG_H__E2CE0814_A97E_4E06_8B18_9D5892E8442A__INCLUDED_)

⌨️ 快捷键说明

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