www.pudn.com > SurfWareNew06.3.5(LYW).rar > DefineMatirx.cpp, change:2005-08-29,size:1027b


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