www.pudn.com > EthernetSpy.zip > EthernetSpyAboutDlg.h
// EthernetSpyAboutDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CEthernetSpyAboutDlg dialog
class CEthernetSpyAboutDlg : public CDialog
{
// Construction
public:
CEthernetSpyAboutDlg(EthernetSpyReader* p, CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CEthernetSpyAboutDlg)
enum { IDD = IDD_ABOUTBOX };
CString m_HwAddr;
CString m_IPAddr;
CString m_NetCard;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEthernetSpyAboutDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CEthernetSpyAboutDlg)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
EthernetSpyReader* SpyReader;
};