www.pudn.com > IPFlood.rar > SetupTcpUdpDlg.h
#if !defined(AFX_SETUPTCPUDPDLG_H__5378307B_0406_4E19_9E29_FD7C5F670C5B__INCLUDED_)
#define AFX_SETUPTCPUDPDLG_H__5378307B_0406_4E19_9E29_FD7C5F670C5B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SetupTcpUdpDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSetupTcpUdpDlg dialog
class CSetupTcpUdpDlg : public CDialog
{
// Construction
public:
CSetupTcpUdpDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSetupTcpUdpDlg)
enum { IDD = IDD_SETUPTCPUDP };
UINT m_PSrcPort;
BOOL m_BTcpFIN;
BOOL m_BTcpPSH;
BOOL m_BTcpRST;
BOOL m_BTcpSYN;
BOOL m_BTcpURG;
DWORD m_TcpAckNumber;
UINT m_TcpUrgPtr;
BOOL m_BTcpACK;
UINT m_PDestPort;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSetupTcpUdpDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSetupTcpUdpDlg)
virtual void OnCancel();
virtual BOOL OnInitDialog();
afx_msg void OnBtcpurg();
afx_msg void OnBtcpack();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SETUPTCPUDPDLG_H__5378307B_0406_4E19_9E29_FD7C5F670C5B__INCLUDED_)