www.pudn.com > zhuabao.rar > Set.h
#if !defined(AFX_SET_H__B35CF401_5119_4C59_932C_8ADC86B5CF90__INCLUDED_)
#define AFX_SET_H__B35CF401_5119_4C59_932C_8ADC86B5CF90__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Set.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSet dialog
class CSet : public CDialog
{
// Construction
public:
CSet(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSet)
enum { IDD = IDD_SET };
CIPAddressCtrl m_SourIP;
CIPAddressCtrl m_DestIP;
int m_AllProto;
int m_AllDestIP;
int m_AllSourIP;
int m_AllSourPort;
int m_AllDestPort;
int m_DestPort;
int m_SourPort;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSet)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSet)
afx_msg void OnAllproto();
afx_msg void OnTcp();
afx_msg void OnUdp();
afx_msg void OnIcmp();
afx_msg void OnOther();
afx_msg void OnAllsip();
afx_msg void OnSip();
afx_msg void OnAlldip();
afx_msg void OnDip();
afx_msg void OnAllsport();
afx_msg void OnSport();
afx_msg void OnAlldport();
afx_msg void OnDport();
virtual BOOL OnInitDialog();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SET_H__B35CF401_5119_4C59_932C_8ADC86B5CF90__INCLUDED_)