www.pudn.com > 通讯录管理程序源代码(c).rar > MyProperty.h


#if !defined(AFX_MYPROPERTY_H__8081F27D_2B02_4C78_AE90_8C33AB3E5DFD__INCLUDED_) 
#define AFX_MYPROPERTY_H__8081F27D_2B02_4C78_AE90_8C33AB3E5DFD__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// MyProperty.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CMyProperty 
 
class CMyProperty : public CPropertySheet 
{ 
	DECLARE_DYNAMIC(CMyProperty) 
 
// Construction 
public: 
    CMyProperty(); 
	 
 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMyProperty) 
	protected: 
	virtual void PostNcDestroy(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CMyProperty(); 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CMyProperty) 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
 
#endif