AntiEvilToolsDlg.h
上传用户:shouhua
上传日期:2014-12-06
资源大小:5685k
文件大小:2k
- // AntiEvilToolsDlg.h : header file
- //
- #if !defined(AFX_ANTIEVILTOOLSDLG_H__F7E386AD_DEC3_433C_848A_85CCDC496427__INCLUDED_)
- #define AFX_ANTIEVILTOOLSDLG_H__F7E386AD_DEC3_433C_848A_85CCDC496427__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CAntiEvilToolsDlg dialog
- #include "MenuPage.h"
- #include "ProcessPage.h"
- #include "FilePage.h"
- #include "NetPage.h"
- #include "ShaDuPage.h"
- #include "ServicePage.h"
- #include "ModulePage.h"
- #include "ProcessViewPage.h"
- class CAntiEvilToolsDlg : public CDialog
- {
- // Construction
- public:
- void LoadDriver();
- CPropertySheet m_sheet;
- CMenuPage m_MenuPage;
- CProcessPage m_ProcessPage;
- CFilePage m_FilePage;
- CNetPage m_NetPage;
- CShaDuPage m_ShaDuPage;
- CServicePage m_ServicePage;
- CModulePage m_ModulePage;
- CProcessViewPage m_ProcessViewPage;
- HANDLE hDevice;
- CAntiEvilToolsDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CAntiEvilToolsDlg)
- enum { IDD = IDD_ANTIEVILTOOLS_DIALOG };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CAntiEvilToolsDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CAntiEvilToolsDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_ANTIEVILTOOLSDLG_H__F7E386AD_DEC3_433C_848A_85CCDC496427__INCLUDED_)