www.pudn.com > EthernetSpy.zip > EthernetSpyOptionsDlg.h
// EthernetSpyOptionsDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CEthernetSpyOptionsDlg dialog
class CEthernetSpyOptionsDlg : public CDialog
{
// Construction
public:
CEthernetSpyOptionsDlg(EthernetSpyReader* _SpyReader, CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CEthernetSpyOptionsDlg)
enum { IDD = IDD_OPTIONS };
UINT m_Buff1;
UINT m_Buff2;
UINT m_Bytes;
UINT m_Timer;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEthernetSpyOptionsDlg)
public:
virtual BOOL DestroyWindow();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CEthernetSpyOptionsDlg)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
EthernetSpyReader* SpyReader;
};