📄 cfunc.h
字号:
#if !defined(AFX_CFUNC_H__53B33130_2390_4BA5_BA6D_009B6CC9B245__INCLUDED_)
#define AFX_CFUNC_H__53B33130_2390_4BA5_BA6D_009B6CC9B245__INCLUDED_
#include "MFECToolTip.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CFUNC.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CCFUNC dialog
class CCFUNC : public CDialog
{
// Construction
public:
CCFUNC(CWnd* pParent = NULL); // standard constructor
CString m_strN;
// Dialog Data
//{{AFX_DATA(CCFUNC)
enum { IDD = IDD_DIALOG_FUNC };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCFUNC)
public:
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CMFECToolTip m_toolTip;
UINT m_nCtrlID[16];
CString m_strCtrlName[16];
UINT m_nCtrlIDTmp;
// Generated message map functions
//{{AFX_MSG(CCFUNC)
virtual BOOL OnInitDialog();
virtual void OnCancel();
afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
afx_msg void OnBntSin();
afx_msg void OnBtnCos();
afx_msg void OnBntTan();
afx_msg void OnBntCot();
afx_msg void OnBntLog();
afx_msg void OnBntArccos();
afx_msg void OnBntArcsin();
afx_msg void OnBntLn();
afx_msg void OnBntSqr();
afx_msg void OnBntAbs();
afx_msg void OnBntSh();
afx_msg void OnBntExp();
afx_msg void OnBntCh();
afx_msg void OnBntArctan();
afx_msg void OnBntTh();
afx_msg void OnBnt10exp();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CFUNC_H__53B33130_2390_4BA5_BA6D_009B6CC9B245__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -