www.pudn.com > IPFlood.rar > SetMacDlg.h
#if !defined(AFX_SETMACDLG_H__2501897C_B24A_4330_AF24_5327897A3AC5__INCLUDED_)
#define AFX_SETMACDLG_H__2501897C_B24A_4330_AF24_5327897A3AC5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SetMacDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSetMacDlg dialog
class CSetMacDlg : public CDialog
{
// Construction
public:
CSetMacDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSetMacDlg)
enum { IDD = IDD_SETPMAC };
CListBox m_AdapterList;
CString m_MacDest;
CString m_MacSrc;
UINT m_MacLen;
UINT m_MacProto;
BOOL m_IncDestMAC;
BOOL m_IncSrcMAC;
BOOL m_RandDestMAC;
BOOL m_RandSrcMAC;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSetMacDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSetMacDlg)
afx_msg void OnRandSrcMAC();
afx_msg void OnIncSrcMAC();
afx_msg void OnRandDestMAC();
afx_msg void OnIncDestMAC();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SETMACDLG_H__2501897C_B24A_4330_AF24_5327897A3AC5__INCLUDED_)