www.gusucode.com > VC图像处理-车牌识别系统源程序源码程序 > VC图像处理-车牌识别系统源程序源码程序/code/Mdlg.cpp

    // Mdlg.cpp : implementation file
// Download by http://www.NewXing.com

#include "stdafx.h"
#include "dip.h"
#include "Mdlg.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// Mdlg dialog


Mdlg::Mdlg(CWnd* pParent /*=NULL*/)
	: CDialog(Mdlg::IDD, pParent)
{
	//{{AFX_DATA_INIT(Mdlg)
	m_edit1 = 0;
	m_edit2 = 0;
	//}}AFX_DATA_INIT
}


void Mdlg::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(Mdlg)
	DDX_Text(pDX, IDC_EDIT1, m_edit1);
	DDX_Text(pDX, IDC_EDIT2, m_edit2);
	//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(Mdlg, CDialog)
	//{{AFX_MSG_MAP(Mdlg)
		// NOTE: the ClassWizard will add message map macros here
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// Mdlg message handlers