📄 filter.h
字号:
#if !defined(AFX_FILTER_H__B62A7116_A373_4087_9379_8244CE1A8B4F__INCLUDED_)
#define AFX_FILTER_H__B62A7116_A373_4087_9379_8244CE1A8B4F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Filter.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Filter dialog
class Filter : public CDialog
{
// Construction
public:
Filter(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(Filter)
enum { IDD = IDD_DIALOG2 };
CEdit m_e_dstport;
CEdit m_e_dstporth;
CEdit m_e_dstportl;
CEdit m_e_srcport;
CEdit m_e_srcportl;
CComboBox m_dport;
CComboBox m_sport;
CEdit m_e_srcporth;
CButton m_c_dstporth;
CButton m_c_dstportl;
CButton m_c_srcporth;
CButton m_c_srcportl;
CComboBox m_dip;
CIPAddressCtrl m_v_dstip;
CButton m_c_dstiph;
CButton m_c_dstipl;
CIPAddressCtrl m_v_srcip;
CButton m_c_srciph;
CButton m_c_srcipl;
CComboBox m_sip;
CEdit m_size;
CDateTimeCtrl m_timeEnd;
CDateTimeCtrl m_dateEnd;
CDateTimeCtrl m_dateStart;
CDateTimeCtrl m_timeStart;
CComboBox m_protocol;
CIPAddressCtrl m_dstiph;
CIPAddressCtrl m_dstipl;
CIPAddressCtrl m_srciph;
CIPAddressCtrl m_srcipl;
UINT m_length;
bool fnew;
bool fold;
CTime m_endDate;
CTime m_endTime;
CTime m_startDate;
CTime m_startTime;
CString DTstart;
CString DTend;
BOOL m_start;
BOOL m_end;
BOOL m_proto;
BOOL m_len;
BOOL m_b_srcip;
BOOL m_b_srcipl;
BOOL m_b_srciph;
BOOL m_b_dstipl;
BOOL m_b_dstip;
BOOL m_b_dstiph;
BOOL m_b_srcport;
BOOL m_b_srcportl;
BOOL m_b_srcporth;
BOOL m_b_dstport;
BOOL m_b_dstportl;
BOOL m_b_dstporth;
UINT m_v_dstportl;
UINT m_v_dstporth;
UINT m_v_dstport;
UINT m_v_srcportl;
UINT m_v_srcporth;
UINT m_v_srcport;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Filter)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(Filter)
virtual BOOL OnInitDialog();
afx_msg void OnCancelMode();
afx_msg void OnRadio1();
afx_msg void OnRadio2();
virtual void OnOK();
afx_msg void OnStart();
afx_msg void OnEnd();
afx_msg void On_proto_check();
afx_msg void On_len_check();
afx_msg void On_sip_check();
afx_msg void OnSelchangeCombo1_sip();
afx_msg void On_dip_check();
afx_msg void OnSelchangeCombo2_dip();
afx_msg void On_srcport_check();
afx_msg void OnSelchangeCombo3_sport();
afx_msg void On_dstport_check();
afx_msg void OnSelchangeCombo4_dport();
afx_msg void On_srcipl_check();
afx_msg void On_srciph_check();
afx_msg void On_dstipl_check();
afx_msg void On_dstiph_check();
afx_msg void On_srcportl_check();
afx_msg void On_srcporth_check();
afx_msg void On_dstportl_check();
afx_msg void On_dstporth_check();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FILTER_H__B62A7116_A373_4087_9379_8244CE1A8B4F__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -