📄 mysheet.h
字号:
#if !defined(AFX_MYSHEET_H__FCAA5270_C221_4330_A919_A91AD0FD4C0C__INCLUDED_)
#define AFX_MYSHEET_H__FCAA5270_C221_4330_A919_A91AD0FD4C0C__INCLUDED_
#include "jichu.h" // Added by ClassView
#include "xitong.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// mysheet.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// mysheet
class mysheet : public CPropertySheet
{
DECLARE_DYNAMIC(mysheet)
// Construction
public:
mysheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
mysheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(mysheet)
//}}AFX_VIRTUAL
// Implementation
public:
xitong xitongpage;
jichu jichupage;
virtual ~mysheet();
// Generated message map functions
protected:
//{{AFX_MSG(mysheet)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnApply ();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MYSHEET_H__FCAA5270_C221_4330_A919_A91AD0FD4C0C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -