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


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