www.pudn.com > 图像处理源代码.rar > Cover.cpp


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