RegManageDlg.h
资源名称:Visualhk.rar [点击查看]
上传用户:cjw5120
上传日期:2022-05-11
资源大小:5032k
文件大小:1k
源码类别:
网络截获/分析
开发平台:
Visual C++
- #if !defined(AFX_REGMANAGEDLG_H__1C9C4D52_CA83_40E6_A016_7B9E456F0F4B__INCLUDED_)
- #define AFX_REGMANAGEDLG_H__1C9C4D52_CA83_40E6_A016_7B9E456F0F4B__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // RegManageDlg.h : header file
- //
- /*
- 作者:海啸 lyyer English Name: Jack
- blog:http://lyyer.blog.sohu.com
- website:http://www.cnGSG.com
- 海啸网络安全组织
- */
- /////////////////////////////////////////////////////////////////////////////
- // CRegManageDlg dialog
- class CRegManageDlg : public CDialog
- {
- // Construction
- public:
- BOOL OnInitDialog();
- SOCKET ClientSocket;
- CRegManageDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CRegManageDlg)
- enum { IDD = IDD_DIALOG_REG };
- CTreeCtrl m_tree;
- CListCtrl m_list;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CRegManageDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CRegManageDlg)
- // 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_REGMANAGEDLG_H__1C9C4D52_CA83_40E6_A016_7B9E456F0F4B__INCLUDED_)