📄 jisuandlg.h
字号:
// JISUANDlg.h : header file
//
#if !defined(AFX_JISUANDLG_H__F308A31F_D9AC_4DF6_8DD4_A613B90B97D6__INCLUDED_)
#define AFX_JISUANDLG_H__F308A31F_D9AC_4DF6_8DD4_A613B90B97D6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CJISUANDlg dialog
#include "CannotFocusEdit.h"
class CJISUANDlg : public CDialog
{
// Construction
public:
CCannotFocusEdit m_edit;
void TrimZero(char *szText);
void funszNizhi(char *szNum);
void AddNum(int theNum);
void OnAboutClk();
CJISUANDlg(CWnd* pParent = NULL); // standard constructor
bool flgPressDot;
bool flgPrevOptlsCacu;
bool flgeqest;
char c;
char ZF;
char m_num[100] ;
double num1;
double num2;
double num;
// Dialog Data
//{{AFX_DATA(CJISUANDlg)
enum { IDD = IDD_JISUAN_DIALOG };
CString m_text;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CJISUANDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CJISUANDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButt7();
afx_msg void OnButt8();
afx_msg void OnButt9();
afx_msg void OnButt4();
afx_msg void OnButt5();
afx_msg void OnButt6();
afx_msg void OnButt1();
afx_msg void OnButt2();
afx_msg void OnButt3();
afx_msg void OnButt0();
afx_msg void OnBUTTKong();
afx_msg void OnBUTTJia();
afx_msg void OnBUTTDengYu();
afx_msg void OnBUTTJian();
afx_msg void OnBUTTChen();
afx_msg void OnBUTTChu();
afx_msg void OnButtzf();
afx_msg void OnBUTTSqrt();
afx_msg void OnBUTTDian();
afx_msg void OnBUTTKong2();
afx_msg void OnBUTTKong3();
afx_msg void OnBUTTDaoShu();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_JISUANDLG_H__F308A31F_D9AC_4DF6_8DD4_A613B90B97D6__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -