www.pudn.com > lesson6.rar > TEAPOT1.cpp


// TEAPOT1.cpp : implementation file 
// 
 
#include "stdafx.h" 
#include "lesson1.h" 
#include "TEAPOT1.h" 
 
#ifdef _DEBUG 
#define new DEBUG_NEW 
#undef THIS_FILE 
static char THIS_FILE[] = __FILE__; 
#endif 
 
///////////////////////////////////////////////////////////////////////////// 
// CTEAPOT dialog 
 
 
CTEAPOT::CTEAPOT(CWnd* pParent /*=NULL*/) 
	: CDialog(CTEAPOT::IDD, pParent) 
{ 
	//{{AFX_DATA_INIT(CTEAPOT) 
		// NOTE: the ClassWizard will add member initialization here 
	//}}AFX_DATA_INIT 
} 
 
 
void CTEAPOT::DoDataExchange(CDataExchange* pDX) 
{ 
	CDialog::DoDataExchange(pDX); 
	//{{AFX_DATA_MAP(CTEAPOT) 
		// NOTE: the ClassWizard will add DDX and DDV calls here 
	//}}AFX_DATA_MAP 
} 
 
 
BEGIN_MESSAGE_MAP(CTEAPOT, CDialog) 
	//{{AFX_MSG_MAP(CTEAPOT) 
		// NOTE: the ClassWizard will add message map macros here 
	//}}AFX_MSG_MAP 
END_MESSAGE_MAP() 
 
///////////////////////////////////////////////////////////////////////////// 
// CTEAPOT message handlers