jisuanqidlg.h

来自「计算器源代码」· C头文件 代码 · 共 118 行

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

#if !defined(AFX_JISUANQIDLG_H__E663EA70_B06A_41D2_A43E_96A23310DE7F__INCLUDED_)
#define AFX_JISUANQIDLG_H__E663EA70_B06A_41D2_A43E_96A23310DE7F__INCLUDED_

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

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

class CJisuanqiDlg : public CDialog
{
// Construction
public:
	int n;
	int n1;
	CWnd* wnd;
	int t;
	CJisuanqiDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CJisuanqiDlg)
	enum { IDD = IDD_JISUANQI_DIALOG };
	CEdit	m_edit2;
	CEdit	m_edit5;
	CEdit	m_edit4;
	CEdit	m_edit3;
	CEdit	m_edit1;
	CButton	m_jisuan;
	CButton	m_s4;
	CButton	m_s3;
	CButton	m_s2;
	CButton	m_s1;
	CButton	m_0;
	CButton	m_9;
	CButton	m_8;
	CButton	m_7;
	CButton	m_6;
	CButton	m_5;
	CButton	m_4;
	CButton	m_3;
	CButton	m_2;
	CButton	m_1;
	CString	m_str2;
	CString	m_str3;
	CString	m_ss1;
	CString	m_ss2;
	CString	m_str1;
	//}}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 OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnButton1();
	afx_msg void OnButton11();
	afx_msg void OnButton12();
	afx_msg void OnButton13();
	afx_msg void OnButton14();
	afx_msg void OnButton2();
	afx_msg void OnButton3();
	afx_msg void OnButton4();
	afx_msg void OnButton5();
	afx_msg void OnButton6();
	afx_msg void OnButton7();
	afx_msg void OnButton8();
	afx_msg void OnButton9();
	afx_msg void OnButton10();
	afx_msg void OnButton16();
	afx_msg void OnButton17();
	afx_msg void OnButton15();
	afx_msg void OnChangeEdit1();
	afx_msg void OnChangeEdit2();
	afx_msg void OnButton18();
	afx_msg void OnHscrollEdit1();
	afx_msg void OnButton20();
	afx_msg void OnButton21();
	virtual void OnOK();
	afx_msg void Ontuichu();
	afx_msg void Onshuoming();
	afx_msg void OnMouseMove(UINT nFlags, CPoint point);
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnKillfocusEdit1();
	afx_msg void OnKillfocusEdit2();
	afx_msg void OnSetfocusEdit1();
	afx_msg void OnSetfocusEdit2();
	afx_msg void OnButton19();
	afx_msg void OnButton22();
	afx_msg void OnSetfocusEdit3();
	afx_msg void OnButton23();
	afx_msg void OnButton24();
	afx_msg void OnButton25();
	afx_msg void OnButton26();
	afx_msg void OnButton27();
	virtual void OnCancel();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_JISUANQIDLG_H__E663EA70_B06A_41D2_A43E_96A23310DE7F__INCLUDED_)

⌨️ 快捷键说明

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