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

📄 nettrafficbutton.h

📁 介绍 网络流量统计源代码 正文 网络流量统计源代码。 很好的网络流量统计源代码。 使用曲线图进行实时统计。 采集数据主要在类 MFNetTraffic 中实现
💻 H
字号:
/*******************************************

	MFTrafficButton

	Version:	1.0
	Date:		31.10.2001
	Author:		Michael Fatzi
	Mail:		Michael_Fatzi@hotmail.com
	Copyright 1996-1997, Keith Rule

	You may freely use or modify this code provided this
	Copyright is included in all derived versions.
	
	History: 10.2001 Startup

	Handy little button control to display current 
	nettraffic as graph in a button.

********************************************/

// NetTrafficButton.h : Haupt-Header-Datei f黵 die Anwendung NETTRAFFICBUTTON
//

#if !defined(AFX_NETTRAFFICBUTTON_H__90594683_8F58_4A0E_8B76_A880A8C7D109__INCLUDED_)
#define AFX_NETTRAFFICBUTTON_H__90594683_8F58_4A0E_8B76_A880A8C7D109__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"		


class CNetTrafficButtonApp : public CWinApp
{
public:
	CNetTrafficButtonApp();

	//{{AFX_VIRTUAL(CNetTrafficButtonApp)
	public:
	virtual BOOL InitInstance();
	virtual int ExitInstance();
	//}}AFX_VIRTUAL


	//{{AFX_MSG(CNetTrafficButtonApp)
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

private:
	CWnd m_wndNetTraffic;
};


/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}

#endif // !defined(AFX_NETTRAFFICBUTTON_H__90594683_8F58_4A0E_8B76_A880A8C7D109__INCLUDED_)

⌨️ 快捷键说明

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