📄 s_caldlg.h
字号:
// s_calDlg.h : header file
//
#if !defined(AFX_S_CALDLG_H__0C1E6843_527F_4C74_9B53_9FFC087AC7B5__INCLUDED_)
#define AFX_S_CALDLG_H__0C1E6843_527F_4C74_9B53_9FFC087AC7B5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CS_calDlg dialog
class CS_calDlg : public CDialog
{
// Construction
public:
CS_calDlg(CWnd* pParent = NULL); // standard constructor
CString input;
bool flag;
// Dialog Data
//{{AFX_DATA(CS_calDlg)
enum { IDD = IDD_S_CAL_DIALOG };
CEdit m_dsp;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CS_calDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CS_calDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void On1();
afx_msg void On2();
afx_msg void On3();
afx_msg void On4();
afx_msg void On5();
afx_msg void On6();
afx_msg void On7();
afx_msg void On8();
afx_msg void On9();
afx_msg void On0();
afx_msg void OnAdd();
afx_msg void OnMinus();
afx_msg void OnMul();
afx_msg void OnDiv();
afx_msg void OnCe();
afx_msg void OnEq();
afx_msg void OnLp();
afx_msg void OnRp();
afx_msg void OnDot();
afx_msg void OnBs();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_S_CALDLG_H__0C1E6843_527F_4C74_9B53_9FFC087AC7B5__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -