www.pudn.com > ·­Òë³ÌÐò.rar > WordDlg.cpp


// WordDlg.cpp : implementation file 
// 
 
#include "stdafx.h" 
#include "Trans.h" 
#include "WordDlg.h" 
 
#ifdef _DEBUG 
#define new DEBUG_NEW 
#undef THIS_FILE 
static char THIS_FILE[] = __FILE__; 
#endif 
 
///////////////////////////////////////////////////////////////////////////// 
// CWordDlg dialog 
 
 
CWordDlg::CWordDlg(CWnd* pParent /*=NULL*/) 
	: CDialog(CWordDlg::IDD, pParent) 
{ 
	//{{AFX_DATA_INIT(CWordDlg) 
	m_strc = _T(""); 
	m_stre = _T(""); 
	//}}AFX_DATA_INIT 
} 
 
 
void CWordDlg::DoDataExchange(CDataExchange* pDX) 
{ 
	CDialog::DoDataExchange(pDX); 
	//{{AFX_DATA_MAP(CWordDlg) 
	DDX_Text(pDX, IDC_WORDC, m_strc); 
	DDX_Text(pDX, IDC_WORDE, m_stre); 
	//}}AFX_DATA_MAP 
} 
 
 
BEGIN_MESSAGE_MAP(CWordDlg, CDialog) 
	//{{AFX_MSG_MAP(CWordDlg) 
		// NOTE: the ClassWizard will add message map macros here 
	//}}AFX_MSG_MAP 
END_MESSAGE_MAP() 
 
///////////////////////////////////////////////////////////////////////////// 
// CWordDlg message handlers