mysheet.h

来自「用VC++6.0开发的人事信息系统」· C头文件 代码 · 共 56 行

H
56
字号
#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 + =
减小字号Ctrl + -
显示快捷键?