www.pudn.com > SNMP·¶ÀýÔ´´úÂë.zip > Agent.h


#if !defined(AFX_AGENT_H__6FA05ABC_EA55_4B6F_A1FE_9ACED20DF5A9__INCLUDED_) 
#define AFX_AGENT_H__6FA05ABC_EA55_4B6F_A1FE_9ACED20DF5A9__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// Agent.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CAgent dialog 
 
#include "AniButton.h" 
 
class CAgent : public CDialog 
{ 
// Construction 
public: 
	CString m_agent; 
	CAgent(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CAgent) 
	enum { IDD = IDD_DIALOG_AGENT }; 
	CIPAddressCtrl	m_IP; 
	CString	m_community; 
 
		CAniButton          m_btOk; 
	CAniButton          m_btCancel; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CAgent) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CAgent) 
	virtual BOOL OnInitDialog(); 
	virtual void OnOK(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_AGENT_H__6FA05ABC_EA55_4B6F_A1FE_9ACED20DF5A9__INCLUDED_)