ChangeAgent.h
上传用户:lvjun8202
上传日期:2013-04-30
资源大小:797k
文件大小:1k
源码类别:

SNMP编程

开发平台:

C/C++

  1. #if !defined(AFX_CHANGEAGENT_H__5D7BA21F_4DA2_4EE1_9CBB_22D539905FE9__INCLUDED_)
  2. #define AFX_CHANGEAGENT_H__5D7BA21F_4DA2_4EE1_9CBB_22D539905FE9__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ChangeAgent.h : header file
  7. //
  8. #include "AniButton.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CChangeAgent dialog
  11. class CChangeAgent : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CChangeAgent(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CChangeAgent)
  18. enum { IDD = IDD_DIALOG_TEST };
  19. CIPAddressCtrl m_agent1;
  20. CString m_agent;
  21. CString m_community;
  22. CAniButton          m_btOk;
  23. CAniButton          m_btCancel;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CChangeAgent)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(CChangeAgent)
  35. virtual BOOL OnInitDialog();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_CHANGEAGENT_H__5D7BA21F_4DA2_4EE1_9CBB_22D539905FE9__INCLUDED_)