www.pudn.com > smsinterface.rar > SimpinDlg.cpp


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