DlgSetPvp.h
资源名称:ROA3.40.rar [点击查看]
上传用户:tianheyiqi
上传日期:2010-04-16
资源大小:282k
文件大小:1k
源码类别:
外挂编程
开发平台:
Visual C++
- #if !defined(AFX_DLGSETPVP_H__99374647_A64E_4348_84AA_FAD0262A73B3__INCLUDED_)
- #define AFX_DLGSETPVP_H__99374647_A64E_4348_84AA_FAD0262A73B3__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DlgSetPvp.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CDlgSetPvp dialog
- class CDlgSetPvp : public CPropertyPage
- {
- DECLARE_DYNCREATE(CDlgSetPvp)
- // Construction
- public:
- CDlgSetPvp();
- ~CDlgSetPvp();
- // Dialog Data
- //{{AFX_DATA(CDlgSetPvp)
- enum { IDD = IDD_DLG_SET_PVP };
- // NOTE - ClassWizard will add data members here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_DATA
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CDlgSetPvp)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CDlgSetPvp)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DLGSETPVP_H__99374647_A64E_4348_84AA_FAD0262A73B3__INCLUDED_)