【VC开源代码栏目提醒】:本文主要为网学会员提供WZDDLG1.CPP,希望对需要WZDDLG1.CPP网友有所帮助,学习一下!
// WzdDialog1.cpp : implementation file
//
#include "stdafx.h"
#include "wzd.h"
#include "WzdDlg1.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CWzdDialog1 dialog
CWzdDialog1::CWzdDialog1(CWnd* pParent /*=NULL*/)
: CDialog(CWzdDialog1::IDD, pParent)
{
//{{AFX_DATA_INIT(CWzdDialog1)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}
void CWzdDialog1::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CWzdDialog1)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CWzdDialog1, CDialog)
//{{AFX_MSG_MAP(CWzdDialog1)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CWzdDialog1 message handlers