MyClientDlg.h
上传用户:cjw5120
上传日期:2022-05-11
资源大小:5032k
文件大小:2k
源码类别:

网络截获/分析

开发平台:

Visual C++

  1. // MyClientDlg.h : header file
  2. //
  3. #if !defined(AFX_MYCLIENTDLG_H__CDD86445_3C71_45FF_8AB8_17EF67884A63__INCLUDED_)
  4. #define AFX_MYCLIENTDLG_H__CDD86445_3C71_45FF_8AB8_17EF67884A63__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. //#include <vector>
  9. //#include "NL_QQwry.h"
  10. #include "TrayIcon.h"
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CMyClientDlg dialog
  13. /*
  14.  作者:海啸 lyyer English Name: Jack 
  15.   blog:http://lyyer.blog.sohu.com
  16.   website:http://www.cnGSG.com
  17.   海啸网络安全组织
  18. */
  19. class CMyClientDlg : public CDialog
  20. {
  21. // Construction
  22. public:
  23. LRESULT OnTrayNotification(WPARAM wParam,LPARAM lParam);
  24. CTrayIcon m_TrayIcon;
  25. CMyClientDlg(CWnd* pParent = NULL); // standard constructor
  26. //LRESULT OnTrayNotification(WPARAM wParam,LPARAM lParam);
  27. // Dialog Data
  28. //{{AFX_DATA(CMyClientDlg)
  29. enum { IDD = IDD_MYCLIENT_DIALOG };
  30. CButton m_btn_stop;
  31. CButton m_btn_start;
  32. CListCtrl m_list;
  33.     //
  34. //}}AFX_DATA
  35. // ClassWizard generated virtual function overrides
  36. //{{AFX_VIRTUAL(CMyClientDlg)
  37. public:
  38. virtual BOOL DestroyWindow();
  39. protected:
  40. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  41. //}}AFX_VIRTUAL
  42. // Implementation
  43. protected:
  44. afx_msg void OnContextMenu(CWnd*, CPoint point);
  45. HICON m_hIcon;
  46. // Generated message map functions
  47. //{{AFX_MSG(CMyClientDlg)
  48. virtual BOOL OnInitDialog();
  49. afx_msg void OnPaint();
  50. afx_msg HCURSOR OnQueryDragIcon();
  51. afx_msg void OnButtonStart();
  52. afx_msg void OnClickList(NMHDR* pNMHDR, LRESULT* pResult);
  53. afx_msg void OnManageProcinfo();
  54. afx_msg void OnButtonStop();
  55. afx_msg void OnManageService();
  56. afx_msg void OnManageFile();
  57. afx_msg void OnManageReg();
  58. afx_msg void OnManageShell();
  59. afx_msg void OnManageControl();
  60. afx_msg void OnSize(UINT nType, int cx, int cy);
  61. afx_msg void OnMenuiteShow();
  62. afx_msg void OnMenuitemQuit();
  63. afx_msg void OnManageVideo();
  64. afx_msg void OnManageKeylog();
  65. afx_msg void OnClose();
  66. afx_msg void OnMakeServer();
  67. //}}AFX_MSG
  68. DECLARE_MESSAGE_MAP()
  69. };
  70. //{{AFX_INSERT_LOCATION}}
  71. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  72. #endif // !defined(AFX_MYCLIENTDLG_H__CDD86445_3C71_45FF_8AB8_17EF67884A63__INCLUDED_)