www.pudn.com > netmapper.rar > Modify.h


#if !defined(AFX_MODIFY_H__3920433D_504E_42A9_8FB0_EC581E1DBA76__INCLUDED_) 
#define AFX_MODIFY_H__3920433D_504E_42A9_8FB0_EC581E1DBA76__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// Modify.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CModify dialog 
 
class CModify : public CDialog 
{ 
// Construction 
public: 
	CModify(CWnd* pParent = NULL);   // standard constructor 
    bool add; 
// Dialog Data 
	//{{AFX_DATA(CModify) 
	enum { IDD = IDD_DIALOG2 }; 
	CString	m_RemoteIp; 
	CString	m_RemotePort; 
	CString	m_LocalIp; 
	CString	m_LocalPort; 
	BOOL	m_router; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CModify) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CModify) 
	afx_msg void OnButton1(); 
	afx_msg void OnButton2(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_MODIFY_H__3920433D_504E_42A9_8FB0_EC581E1DBA76__INCLUDED_)