www.pudn.com > 数控仿真与网络控制系统.rar > dialogpass.cpp


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