📄 jisuanqidlg.h
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -