www.gusucode.com > VC++酒店业务管理系统源程序代码-源码程序 > VC++酒店业务管理系统源程序代码-源码程序\code\代码\DlgViewZBY.cpp

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

#include "stdafx.h"
#include "RMS.h"
#include "DlgViewZBY.h"
#include "DataBinding.h"

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

/////////////////////////////////////////////////////////////////////////////
// CDlgViewZBY dialog


CDlgViewZBY::CDlgViewZBY(CWnd* pParent /*=NULL*/)
	: CDialog(CDlgViewZBY::IDD, pParent)
{
	//{{AFX_DATA_INIT(CDlgViewZBY)
	//}}AFX_DATA_INIT
}


void CDlgViewZBY::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CDlgViewZBY)
	//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CDlgViewZBY, CDialog)
	//{{AFX_MSG_MAP(CDlgViewZBY)
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()