PropertyPageEx.cpp
上传用户:yongqian
上传日期:2007-01-02
资源大小:74k
文件大小:1k
源码类别:
PropertySheet
开发平台:
Visual C++
- // PropertyPageEx.cpp : implementation file
- //
- #include "stdafx.h"
- #include "propinprop.h"
- #include "PropertyPageEx.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CPropertyPageEx property page
- IMPLEMENT_DYNCREATE(CPropertyPageEx, CPropertyPage)
- CPropertyPageEx::CPropertyPageEx() : CPropertyPage(CPropertyPageEx::IDD)
- {
- //{{AFX_DATA_INIT(CPropertyPageEx)
- // NOTE: the ClassWizard will add member initialization here
- //}}AFX_DATA_INIT
- }
- CPropertyPageEx::~CPropertyPageEx()
- {
- }
- void CPropertyPageEx::DoDataExchange(CDataExchange* pDX)
- {
- CPropertyPage::DoDataExchange(pDX);
- //{{AFX_DATA_MAP(CPropertyPageEx)
- // NOTE: the ClassWizard will add DDX and DDV calls here
- //}}AFX_DATA_MAP
- }
- BEGIN_MESSAGE_MAP(CPropertyPageEx, CPropertyPage)
- //{{AFX_MSG_MAP(CPropertyPageEx)
- // NOTE: the ClassWizard will add message map macros here
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // CPropertyPageEx message handlers