www.pudn.com > StuMis.rar > XEditdlg.cpp
// XEditdlg.cpp : implementation file
//
#include "stdafx.h"
#include "StuMis.h"
#include "XEditdlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CXEditdlg property page
IMPLEMENT_DYNCREATE(CXEditdlg, CPropertyPage)
CXEditdlg::CXEditdlg() : CPropertyPage(CXEditdlg::IDD)
{
//{{AFX_DATA_INIT(CXEditdlg)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}
CXEditdlg::~CXEditdlg()
{
}
void CXEditdlg::DoDataExchange(CDataExchange* pDX)
{
CPropertyPage::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CXEditdlg)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CXEditdlg, CPropertyPage)
//{{AFX_MSG_MAP(CXEditdlg)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CXEditdlg message handlers