www.pudn.com > sdi-dialog-bmp.rar > GetDataDlg.cpp
// GetDataDlg.cpp : implementation file
//
#include "stdafx.h"
#include "dbulin.h"
#include "GetDataDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CGetDataDlg
IMPLEMENT_DYNCREATE(CGetDataDlg, CFormView)
CGetDataDlg::CGetDataDlg()
: CFormView(CGetDataDlg::IDD)
{
//{{AFX_DATA_INIT(CGetDataDlg)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}
CGetDataDlg::~CGetDataDlg()
{
}
void CGetDataDlg::DoDataExchange(CDataExchange* pDX)
{
CFormView::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CGetDataDlg)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CGetDataDlg, CFormView)
//{{AFX_MSG_MAP(CGetDataDlg)
// NOTE - the ClassWizard will add and remove mapping macros here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CGetDataDlg diagnostics
#ifdef _DEBUG
void CGetDataDlg::AssertValid() const
{
CFormView::AssertValid();
}
void CGetDataDlg::Dump(CDumpContext& dc) const
{
CFormView::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CGetDataDlg message handlers