www.pudn.com > chepaishibiexitong.rar > SuXiaoDlg.cpp


// SuXiaoDlg.cpp : implementation file 
// 
 
#include "stdafx.h" 
#include "dip.h" 
#include "SuXiaoDlg.h" 
 
#ifdef _DEBUG 
#define new DEBUG_NEW 
#undef THIS_FILE 
static char THIS_FILE[] = __FILE__; 
#endif 
 
///////////////////////////////////////////////////////////////////////////// 
// CSuXiaoDlg dialog 
 
 
CSuXiaoDlg::CSuXiaoDlg(CWnd* pParent /*=NULL*/) 
	: CDialog(CSuXiaoDlg::IDD, pParent) 
{ 
	//{{AFX_DATA_INIT(CSuXiaoDlg) 
	m_k1 = 0; 
	m_k2 = 0; 
	//}}AFX_DATA_INIT 
} 
 
 
void CSuXiaoDlg::DoDataExchange(CDataExchange* pDX) 
{ 
	CDialog::DoDataExchange(pDX); 
	//{{AFX_DATA_MAP(CSuXiaoDlg) 
	DDX_Text(pDX, IDC_EDIT1, m_k1); 
	DDX_Text(pDX, IDC_EDIT2, m_k2); 
	//}}AFX_DATA_MAP 
} 
 
 
BEGIN_MESSAGE_MAP(CSuXiaoDlg, CDialog) 
	//{{AFX_MSG_MAP(CSuXiaoDlg) 
		// NOTE: the ClassWizard will add message map macros here 
	//}}AFX_MSG_MAP 
END_MESSAGE_MAP() 
 
///////////////////////////////////////////////////////////////////////////// 
// CSuXiaoDlg message handlers