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
WorkStatusPage.h
Package: MyFireWall.rar [view]
Upload User: zhuzhu0204
Upload Date: 2020-07-13
Package Size: 13165k
Code Size: 2k
Category:
Firewall-Security
Development Platform:
Visual C++
- #if !defined(AFX_WORKSTATUSPAGE_H__BE609DDF_A6AB_4FD5_A420_9E17FB9CC063__INCLUDED_)
- #define AFX_WORKSTATUSPAGE_H__BE609DDF_A6AB_4FD5_A420_9E17FB9CC063__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // WorkStatusPage.h : header file
- //
- #define MAX_COUNTS 100
- /////////////////////////////////////////////////////////////////////////////
- // CWorkStatusPage dialog
- class CWorkStatusPage : public CPropertyPage
- {
- DECLARE_DYNCREATE(CWorkStatusPage)
- // Construction
- public:
- int m_nSelected;
- int m_nSendFlowRate[MAX_COUNTS]; // 存放发送流速,用于显示
- int m_nRecvFlowRate[MAX_COUNTS]; // 存放接收流速,用于显示
- int m_nTotalFlowRate[MAX_COUNTS]; // 存放总流速,用于显示
- void UpdateWorkMode();
- void CWorkStatusPage::DrawFlowGraph();
- CWorkStatusPage();
- ~CWorkStatusPage();
- // Dialog Data
- //{{AFX_DATA(CWorkStatusPage)
- enum { IDD = IDP_WORK_STATUS };
- // NOTE - ClassWizard will add data members here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_DATA
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CWorkStatusPage)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CWorkStatusPage)
- virtual BOOL OnInitDialog();
- afx_msg void OnModifyLspMode();
- afx_msg void OnMenuDenyMode();
- afx_msg void OnMenuFilterMode();
- afx_msg void OnMenuPassMode();
- afx_msg void OnModifyKerMode();
- afx_msg void OnPaint();
- 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_WORKSTATUSPAGE_H__BE609DDF_A6AB_4FD5_A420_9E17FB9CC063__INCLUDED_)