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