PorpSheet.h
资源名称:Prop.rar [点击查看]
上传用户:peony_8
上传日期:2022-05-18
资源大小:1955k
文件大小:1k
源码类别:
菜单
开发平台:
Visual C++
- #if !defined(AFX_PORPSHEET_H__FAC6AE90_A2D1_485F_9BC4_3C2835B3F77D__INCLUDED_)
- #define AFX_PORPSHEET_H__FAC6AE90_A2D1_485F_9BC4_3C2835B3F77D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // PorpSheet.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CPorpSheet
- class CPorpSheet : public CPropertySheet
- {
- DECLARE_DYNAMIC(CPorpSheet)
- // Construction
- public:
- CPorpSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
- CPorpSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPorpSheet)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CPorpSheet();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CPorpSheet)
- // 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_PORPSHEET_H__FAC6AE90_A2D1_485F_9BC4_3C2835B3F77D__INCLUDED_)