www.pudn.com > SNMPApp.rar > SNMPAppDlg.h
// SNMPAppDlg.h : header file
//
#if !defined(AFX_SNMPAPPDLG_H__ABF74295_8AC6_477F_9AA0_5890E4AA325C__INCLUDED_)
#define AFX_SNMPAPPDLG_H__ABF74295_8AC6_477F_9AA0_5890E4AA325C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "snmp.h"
#include "mib.h"
#include "resource.h"
/////////////////////////////////////////////////////////////////////////////
// CSNMPAppDlg dialog
class CSNMPAppDlg : public CDialog
{
// Construction
public:
CSNMPAppDlg(CWnd* pParent = NULL); // standard constructor
public:
// Dialog Data
//{{AFX_DATA(CSNMPAppDlg)
enum { IDD = IDD_SNMPAPP_DIALOG };
CString m_input;
CString m_community;
CString m_num;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSNMPAppDlg)
public:
virtual BOOL DestroyWindow();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CWinThread *pThread1;
CWinThread *pThread2;
CRichEditCtrl m_edit;
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CSNMPAppDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnBtnGettop();
afx_msg void OnBtnSubnet();
afx_msg void OnPrintStr(WPARAM wParam, LPARAM lParam);
afx_msg void OnRouterFinish();
afx_msg void OnSubnetFinish();
afx_msg void OnBtnStop();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SNMPAPPDLG_H__ABF74295_8AC6_477F_9AA0_5890E4AA325C__INCLUDED_)