⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rshdlg.h

📁 非常好的测量网络流量及MIB浏览器编译-过!
💻 H
字号:
// RshDlg.h : header file
//

#if !defined(AFX_RSHDLG_H__1C92CA15_1112_483C_B89A_2F428BB24400__INCLUDED_)
#define AFX_RSHDLG_H__1C92CA15_1112_483C_B89A_2F428BB24400__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "LineChart.h"
#include "MyStringArray.h"
#include "AfxTempl.h"
/////////////////////////////////////////////////////////////////////////////
// CRshDlg dialog

class CRshDlg : public CDialog
{
// Construction
public:
	CRshDlg(CWnd* pParent = NULL);	// standard constructor
  // Dialog Data
	//{{AFX_DATA(CRshDlg)
	enum { IDD = IDD_RSH_DIALOG };
	CComboBox	m_oid1;
	CComboBox	m_type;
	CComboBox	m_oid2;
	CEdit	m_interval;
	CEdit	m_community;
	CIPAddressCtrl	m_ipadd;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CRshDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;
	MyStringArray m_snmp;
    CLineChart *pDay;
   CString ip,community,oid1,oid2;
    CMapStringToString NameToOid;
    CStdioFile DataFile;
	CString fName;
	unsigned long interval;
	// Generated message map functions
	//{{AFX_MSG(CRshDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnScan();
	afx_msg void OnDestroy();
	afx_msg void OnOK();
	afx_msg void OnStart();
	afx_msg void OnEnd();
	afx_msg void OnTimer(UINT nIDEvent);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_RSHDLG_H__1C92CA15_1112_483C_B89A_2F428BB24400__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -