【VC开源代码栏目提醒】:网学会员为广大网友收集整理了,PAGEONE.CPP,希望对大家有所帮助!
// PageOne.cpp : implementation file
//
#include "stdafx.h"
#include "wzd.h"
#include "PageOne.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CPageOne property page
IMPLEMENT_DYNCREATE(CPageOne, CPropertyPage)
CPageOne::CPageOne() : CPropertyPage(CPageOne::IDD)
{
//{{AFX_DATA_INIT(CPageOne)
m_bWzd1 = FALSE;
m_bWzd2 = FALSE;
m_bWzd3 = FALSE;
//}}AFX_DATA_INIT
}
CPageOne::~CPageOne()
{
}
void CPageOne::DoDataExchange(CDataExchange* pDX)
{
CPropertyPage::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CPageOne)
DDX_Check(pDX, IDC_WZD_CHECK1, m_bWzd1);
DDX_Check(pDX, IDC_WZD_CHECK2, m_bWzd2);
DDX_Check(pDX, IDC_WZD_CHECK3, m_bWzd3);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CPageOne, CPropertyPage)
//{{AFX_MSG_MAP(CPageOne)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CPageOne message handlers
上一篇:
uDM1.pas
下一篇:
法律专业开题报告范文