www.pudn.com > 12052.rar > prop2.cpp


// prop2.cpp : implementation file 
// 
 
#include "stdafx.h" 
#include "12052.h" 
#include "prop2.h" 
 
#ifdef _DEBUG 
#define new DEBUG_NEW 
#undef THIS_FILE 
static char THIS_FILE[] = __FILE__; 
#endif 
 
///////////////////////////////////////////////////////////////////////////// 
// Cprop2 property page 
 
IMPLEMENT_DYNCREATE(Cprop2, CPropertyPage) 
 
Cprop2::Cprop2() : CPropertyPage(Cprop2::IDD) 
{ 
	//{{AFX_DATA_INIT(Cprop2) 
		// NOTE: the ClassWizard will add member initialization here 
	//}}AFX_DATA_INIT 
} 
 
Cprop2::~Cprop2() 
{ 
} 
 
void Cprop2::DoDataExchange(CDataExchange* pDX) 
{ 
	CPropertyPage::DoDataExchange(pDX); 
	//{{AFX_DATA_MAP(Cprop2) 
		// NOTE: the ClassWizard will add DDX and DDV calls here 
	//}}AFX_DATA_MAP 
} 
 
 
BEGIN_MESSAGE_MAP(Cprop2, CPropertyPage) 
	//{{AFX_MSG_MAP(Cprop2) 
		// NOTE: the ClassWizard will add message map macros here 
	//}}AFX_MSG_MAP 
END_MESSAGE_MAP() 
 
///////////////////////////////////////////////////////////////////////////// 
// Cprop2 message handlers