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

📄 test1_devdlg.h

📁 这是一个词法编译器
💻 H
字号:
// test1_devDlg.h : header file
//

#if !defined(AFX_TEST1_DEVDLG_H__A28B7A82_C90F_4F29_B422_5FBF3DF2AA98__INCLUDED_)
#define AFX_TEST1_DEVDLG_H__A28B7A82_C90F_4F29_B422_5FBF3DF2AA98__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CTest1_devDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CTest1_devDlg)
	enum { IDD = IDD_TEST1_DEV_DIALOG };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CTest1_devDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	virtual void OnOK();
	virtual void OnCancel();
	afx_msg void OnBtnOne();
	afx_msg void OnBtnTow();
	afx_msg void OnBtnThree();
	afx_msg void OnBtnFour();
	afx_msg void OnBtnFive();
	afx_msg void OnBtnSix();
	afx_msg void OnBtnSeven();
	afx_msg void OnBtnEight();
	afx_msg void OnBtnNine();
	afx_msg void OnBtnZero();
	afx_msg void OnBtnPoint();
	afx_msg void OnBtnClean();
	afx_msg void OnBtnAdd();
	afx_msg void OnBtnSub();
	afx_msg void OnBtnMul();
	afx_msg void OnBtnDiv();
	afx_msg void OnBtnRec();
	afx_msg void OnBtnResult();
	afx_msg void OnBtnSqrt();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	BOOL m_bPoint;
	BOOL m_bEqual;
	double m_temp;
	void GetResult(int setSign);
	int m_sign;
	void GetNum(CString sign);
	CString m_edit_oldValue;
};

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

#endif // !defined(AFX_TEST1_DEVDLG_H__A28B7A82_C90F_4F29_B422_5FBF3DF2AA98__INCLUDED_)

⌨️ 快捷键说明

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