PacketMonitorPage.h
上传用户:zhuzhu0204
上传日期:2020-07-13
资源大小:13165k
文件大小:1k
开发平台:

Visual C++

  1. #if !defined(AFX_PACKETMONITORPAGE_H__126CC6E6_0419_4597_88CA_FBD41995ADBB__INCLUDED_)
  2. #define AFX_PACKETMONITORPAGE_H__126CC6E6_0419_4597_88CA_FBD41995ADBB__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // PacketMonitorPage.h : header file
  7. //
  8. #include "KerRuleSettingDlg.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CPacketMonitorPage dialog
  11. class CPacketMonitorPage : public CPropertyPage
  12. {
  13. DECLARE_DYNCREATE(CPacketMonitorPage)
  14. // Construction
  15. public:
  16. CPacketMonitorPage();
  17. ~CPacketMonitorPage();
  18. // Dialog Data
  19. //{{AFX_DATA(CPacketMonitorPage)
  20. enum { IDD = IDP_PACKET_MONITOR };
  21. CListCtrl m_PacketMonitorList;
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generate virtual function overrides
  25. //{{AFX_VIRTUAL(CPacketMonitorPage)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. // Generated message map functions
  32. //{{AFX_MSG(CPacketMonitorPage)
  33. virtual BOOL OnInitDialog();
  34. afx_msg void OnRclickPacketMonitorList(NMHDR* pNMHDR, LRESULT* pResult);
  35. afx_msg void OnAddKerRule();
  36. afx_msg void OnModifyKerRule();
  37. afx_msg void OnDelKerRule();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_PACKETMONITORPAGE_H__126CC6E6_0419_4597_88CA_FBD41995ADBB__INCLUDED_)