www.pudn.com > IPFlood.rar > SetupIcmpDlg.h


#if !defined(AFX_SETUPICMPDLG_H__5A88CA45_9E3C_430A_9CC1_6F4FB93903CB__INCLUDED_) 
#define AFX_SETUPICMPDLG_H__5A88CA45_9E3C_430A_9CC1_6F4FB93903CB__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// SetupIcmpDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CSetupIcmpDlg dialog 
 
class CSetupIcmpDlg : public CDialog 
{ 
// Construction 
public: 
	CSetupIcmpDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CSetupIcmpDlg) 
	enum { IDD = IDD_SETUPICMP }; 
	BYTE	m_ICMPCode; 
	BYTE	m_ICMPType; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CSetupIcmpDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CSetupIcmpDlg) 
	virtual void OnCancel(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_SETUPICMPDLG_H__5A88CA45_9E3C_430A_9CC1_6F4FB93903CB__INCLUDED_)