www.pudn.com > vc5ͼÏñ²É¼¯ code.rar > AboutBox.cpp


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