📄 longjsqdlg.h
字号:
// LongJSQDlg.h : header file
//
#if !defined(AFX_LONGJSQDLG_H__480C6099_57B2_4818_880B_3B28DC675F0C__INCLUDED_)
#define AFX_LONGJSQDLG_H__480C6099_57B2_4818_880B_3B28DC675F0C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "WBButton.h"//lzf add
/////////////////////////////////////////////////////////////////////////////
// CLongJSQDlg dialog
class CLongJSQDlg : public CDialog
{
// Construction
public:
CLongJSQDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CLongJSQDlg)
enum { IDD = IDD_LONGJSQ_DIALOG };
CWBButton m_x;
CWBButton m_compart;
CWBButton m_s;
CWBButton m_p;
CWBButton m_ii;
CWBButton m_c;
CWBButton m_num0;
CWBButton m_num1;
CWBButton m_num2;
CWBButton m_num3;
CWBButton m_num4;
CWBButton m_num5;
CWBButton m_num6;
CWBButton m_num7;
CWBButton m_num8;
CWBButton m_num9;
CWBButton m_point;
CWBButton m_add;
CWBButton m_sub;
CWBButton m_mul;
CWBButton m_div;
CWBButton m_pow;
CWBButton m_factorial;
CWBButton m_left_parentheses;
CWBButton m_right_parentheses;
CWBButton m_left_abs;
CWBButton m_right_abs;
CWBButton m_equal;
CWBButton m_back;
CWBButton m_off;
CEdit m_show_edit;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CLongJSQDlg)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CLongJSQDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnBnNum(UINT nID); //lzf add
afx_msg void OnBack();
afx_msg void OnOff();
afx_msg void OnSlove();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LONGJSQDLG_H__480C6099_57B2_4818_880B_3B28DC675F0C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -