PPTDlg.cpp
资源名称:pptyindlg.rar [点击查看]
上传用户:hatgirl8
上传日期:2019-04-12
资源大小:16339k
文件大小:1k
源码类别:
PropertySheet
开发平台:
Visual C++
- // PPTDlg.cpp : implementation file
- //
- #include "stdafx.h"
- #include "PropertyInDlg.h"
- #include "PPTDlg.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CPPTDlg property page
- IMPLEMENT_DYNCREATE(CPPTDlg, CPropertyPage)
- CPPTDlg::CPPTDlg() : CPropertyPage(CPPTDlg::IDD)
- {
- //{{AFX_DATA_INIT(CPPTDlg)
- // NOTE: the ClassWizard will add member initialization here
- //}}AFX_DATA_INIT
- }
- CPPTDlg::~CPPTDlg()
- {
- }
- void CPPTDlg::DoDataExchange(CDataExchange* pDX)
- {
- CPropertyPage::DoDataExchange(pDX);
- //{{AFX_DATA_MAP(CPPTDlg)
- // NOTE: the ClassWizard will add DDX and DDV calls here
- //}}AFX_DATA_MAP
- }
- BEGIN_MESSAGE_MAP(CPPTDlg, CPropertyPage)
- //{{AFX_MSG_MAP(CPPTDlg)
- // NOTE: the ClassWizard will add message map macros here
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // CPPTDlg message handlers
English
