www.pudn.com > TibetanWordManage.rar > QkyAboutDlg.cpp


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