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