NewPSheet.h
资源名称:CDlg4.rar [点击查看]
上传用户:gzjczs
上传日期:2022-03-18
资源大小:308k
文件大小:1k
源码类别:
PropertySheet
开发平台:
Visual C++
- #if !defined(AFX_NEWPSHEET_H__452A9811_C8F3_4831_AB05_991B648CF2D8__INCLUDED_)
- #define AFX_NEWPSHEET_H__452A9811_C8F3_4831_AB05_991B648CF2D8__INCLUDED_
- #include "PPage1.h" // Added by ClassView
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // NewPSheet.h : header file
- //
- #include "PPage1.h"
- #include "PPage2.h"
- #include "PPage3.h"
- /////////////////////////////////////////////////////////////////////////////
- // CNewPSheet
- class CNewPSheet : public CPropertySheet
- {
- DECLARE_DYNAMIC(CNewPSheet)
- // Construction
- public:
- CNewPSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
- CNewPSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CNewPSheet)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- CPPage1 ppage1;
- CPPage2 ppage2;
- CPPage3 ppage3;
- virtual ~CNewPSheet();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CNewPSheet)
- // 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_NEWPSHEET_H__452A9811_C8F3_4831_AB05_991B648CF2D8__INCLUDED_)