📄 text_1dlg.h
字号:
// text_1Dlg.h : header file
//
#if !defined(AFX_TEXT_1DLG_H__7C74BDC9_9DEC_4E54_B186_E0016BF1397B__INCLUDED_)
#define AFX_TEXT_1DLG_H__7C74BDC9_9DEC_4E54_B186_E0016BF1397B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CText_1Dlg dialog
class CText_1Dlg : public CDialog
{
// Construction
public:
CText_1Dlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CText_1Dlg)
enum { IDD = IDD_TEXT_1_DIALOG };
float m_d;
CString m_f;
float m_n;
float m_r1;
float m_r2;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CText_1Dlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CText_1Dlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void Oncalcuable();
afx_msg void Onexit();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TEXT_1DLG_H__7C74BDC9_9DEC_4E54_B186_E0016BF1397B__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -