www.pudn.com > tiaoqi.zip > AboutDialog.cpp, change:2001-04-22,size:1042b


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