modifysheet.h

来自「用Visual C++ 开发的项目管理系统」· C头文件 代码 · 共 57 行

H
57
字号
#if !defined(AFX_MODIFYSHEET_H__1A81BFAE_29DE_44A0_86A2_7E997D63AC68__INCLUDED_)
#define AFX_MODIFYSHEET_H__1A81BFAE_29DE_44A0_86A2_7E997D63AC68__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ModifySheet.h : header file
//
#include "PropModify1.h"
#include "PropModify2.h"
#include "PropModify3.h"
#include "PropModify4.h"
/////////////////////////////////////////////////////////////////////////////
// CModifySheet

class CModifySheet : public CPropertySheet
{
	DECLARE_DYNAMIC(CModifySheet)

// Construction
public:
	CModifySheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
	CModifySheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);

// Attributes
public:

// Operations
public:
       CPropModify1 m_ModifyPage1;
	   CPropModify2 m_ModifyPage2;
	   CPropModify3 m_ModifyPage3;
	   CPropModify4 m_ModifyPage4;
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CModifySheet)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CModifySheet();

	// Generated message map functions
protected:
	//{{AFX_MSG(CModifySheet)
		// NOTE - the ClassWizard will add and remove member functions here.
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MODIFYSHEET_H__1A81BFAE_29DE_44A0_86A2_7E997D63AC68__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?