RshDlg.h
上传用户:hbytqc8
上传日期:2014-07-31
资源大小:527k
文件大小:2k
源码类别:

SNMP编程

开发平台:

Visual C++

  1. // RshDlg.h : header file
  2. //
  3. #if !defined(AFX_RSHDLG_H__1C92CA15_1112_483C_B89A_2F428BB24400__INCLUDED_)
  4. #define AFX_RSHDLG_H__1C92CA15_1112_483C_B89A_2F428BB24400__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #include "LineChart.h"
  9. #include "MyStringArray.h"
  10. #include "AfxTempl.h"
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CRshDlg dialog
  13. class CRshDlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17. CRshDlg(CWnd* pParent = NULL); // standard constructor
  18.   // Dialog Data
  19. //{{AFX_DATA(CRshDlg)
  20. enum { IDD = IDD_RSH_DIALOG };
  21. CComboBox m_oid1;
  22. CComboBox m_type;
  23. CComboBox m_oid2;
  24. CEdit m_interval;
  25. CEdit m_community;
  26. CIPAddressCtrl m_ipadd;
  27. //}}AFX_DATA
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CRshDlg)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. HICON m_hIcon;
  36. MyStringArray m_snmp;
  37.     CLineChart *pDay;
  38.    CString ip,community,oid1,oid2;
  39.     CMapStringToString NameToOid;
  40.     CStdioFile DataFile;
  41. CString fName;
  42. unsigned long interval;
  43. // Generated message map functions
  44. //{{AFX_MSG(CRshDlg)
  45. virtual BOOL OnInitDialog();
  46. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  47. afx_msg void OnPaint();
  48. afx_msg HCURSOR OnQueryDragIcon();
  49. afx_msg void OnScan();
  50. afx_msg void OnDestroy();
  51. afx_msg void OnOK();
  52. afx_msg void OnStart();
  53. afx_msg void OnEnd();
  54. afx_msg void OnTimer(UINT nIDEvent);
  55. //}}AFX_MSG
  56. DECLARE_MESSAGE_MAP()
  57. };
  58. //{{AFX_INSERT_LOCATION}}
  59. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  60. #endif // !defined(AFX_RSHDLG_H__1C92CA15_1112_483C_B89A_2F428BB24400__INCLUDED_)