www.pudn.com > sms-wavecom.rar > dlg_connect.cpp


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