www.pudn.com > EthernetSpy.zip > EthernetSpyTwoTalkFltDlg.h
// EthernetSpyTwoTalkFltDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CEthernetSpyTwoTalkFltDlg dialog
class CEthernetSpyTwoTalkFltDlg : public CDialog
{
// Construction
public:
CEthernetSpyTwoTalkFltDlg(TwoTalkingComputersFilter* _Filter, CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CEthernetSpyTwoTalkFltDlg)
enum { IDD = IDD_TWOTALKINGDLG };
CString m_AddrA;
CString m_AddrB;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEthernetSpyTwoTalkFltDlg)
public:
virtual BOOL DestroyWindow();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CEthernetSpyTwoTalkFltDlg)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
TwoTalkingComputersFilter* Filter;
};