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