www.pudn.com > EthernetSpy.zip > WaitingDlg.h
// WaitingDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// WaitingDlg dialog
class WaitingDlg : public CDialog
{
// Construction
public:
WaitingDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(WaitingDlg)
enum { IDD = IDD_WAITINGDLG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(WaitingDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(WaitingDlg)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};