Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
MainView.h
Package: SNMP_source.rar [view]
Upload User: lvjun8202
Upload Date: 2013-04-30
Package Size: 797k
Code Size: 2k
Category:
SNMP
Development Platform:
C/C++
- #if !defined(AFX_MAINVIEW_H__85F7E17C_1F0B_46EF_BBC1_8DEDF437517C__INCLUDED_)
- #define AFX_MAINVIEW_H__85F7E17C_1F0B_46EF_BBC1_8DEDF437517C__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MainView.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CMainView form view
- #ifndef __AFXEXT_H__
- #include <afxext.h>
- #endif
- class CMainView : public CFormView
- {
- protected:
- CMainView(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(CMainView)
- // Form Data
- public:
- //{{AFX_DATA(CMainView)
- enum { IDD = IDD_FORM_IMAGE };
- CEdit m_cIP;
- CString m_IP;
- //}}AFX_DATA
- // Attributes
- public:
- // Operations
- public:
- void ResizeFill(CRect& rect,int flag);
- // int status[16][4];
- long id[16][4];
- int power[2]; /*表示电源*/
- void GetStatus(int status[16][4]);
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMainView)
- public:
- virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- virtual void OnDraw(CDC* pDC);
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual ~CMainView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- //{{AFX_MSG(CMainView)
- afx_msg void OnClick();
- afx_msg void OnRefresh();
- afx_msg void OnTimer(UINT nIDEvent);
- afx_msg void OnChangeNewip();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MAINVIEW_H__85F7E17C_1F0B_46EF_BBC1_8DEDF437517C__INCLUDED_)