📄 page4.h
字号:
#if !defined(AFX_PAGE4_H__F2DBDDC6_1EE2_4F42_A517_19723ADFC393__INCLUDED_)
#define AFX_PAGE4_H__F2DBDDC6_1EE2_4F42_A517_19723ADFC393__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Page4.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPage4 dialog
class CPage4 : public CPropertyPage
{
DECLARE_DYNCREATE(CPage4)
// Construction
public:
CPage4();
~CPage4();
CDatabase m_database;
void Show();
// Dialog Data
//{{AFX_DATA(CPage4)
enum { IDD = IDD_PAGE4 };
CListCtrl m_listctrl;
float m_angle;
float m_length;
float m_paixiechangdu;
int m_paixiechaoshu;
float m_radius;
float m_tooldiameter;
CString m_toolmaterial;
CString m_tooltype;
CString m_toolname;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CPage4)
public:
virtual BOOL OnSetActive();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPage4)
afx_msg void OnAdd();
afx_msg void OnDelete();
virtual BOOL OnInitDialog();
afx_msg void OnEdit();
afx_msg void OnQuery();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PAGE4_H__F2DBDDC6_1EE2_4F42_A517_19723ADFC393__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -