www.pudn.com > NetScan.rar > NewPortDlg.h
#if !defined(AFX_NEWPORTDLG_H__4E25B320_ACED_4378_BFC7_A9435AA81712__INCLUDED_)
#define AFX_NEWPORTDLG_H__4E25B320_ACED_4378_BFC7_A9435AA81712__INCLUDED_
#include "NetScanView.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// NewPortDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CNewPortDlg dialog
class CNewPortDlg : public CDialog
{
// Construction
public:
CNewPortDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CNewPortDlg)
enum { IDD = IDD_SET_PORT };
BOOL m_bPort0;
BOOL m_bPort1;
BOOL m_bPort2;
BOOL m_bPort3;
BOOL m_bPort4;
BOOL m_bPort5;
CIPAddressCtrl m_beginAddress;
CIPAddressCtrl m_endAddress;
int m_timeout;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CNewPortDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CNewPortDlg)
virtual BOOL OnInitDialog();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CNetScanView * m_pView;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_NEWPORTDLG_H__4E25B320_ACED_4378_BFC7_A9435AA81712__INCLUDED_)