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

📄 graphdisp.h

📁 上位机vc++对摩托罗拉GPRS模块G24编程实现短信收发
💻 H
字号:
#if !defined(AFX_GRAPHDISP_H__3B509D35_A75B_4BD2_8111_EC92B29B3CFF__INCLUDED_)
#define AFX_GRAPHDISP_H__3B509D35_A75B_4BD2_8111_EC92B29B3CFF__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++

// NOTE: Do not modify the contents of this file.  If this class is regenerated by
//  Microsoft Visual C++, your modifications will be overwritten.

/////////////////////////////////////////////////////////////////////////////
// CGraphDisp wrapper class

class CGraphDisp : public CWnd
{
protected:
	DECLARE_DYNCREATE(CGraphDisp)
public:
	CLSID const& GetClsid()
	{
		static CLSID const clsid
			= { 0x66aacdc5, 0xeaa1, 0x4645, { 0x96, 0x31, 0x1f, 0x5c, 0x9b, 0x39, 0xb3, 0xaf } };
		return clsid;
	}
	virtual BOOL Create(LPCTSTR lpszClassName,
		LPCTSTR lpszWindowName, DWORD dwStyle,
		const RECT& rect,
		CWnd* pParentWnd, UINT nID,
		CCreateContext* pContext = NULL)
	{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }

    BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
		const RECT& rect, CWnd* pParentWnd, UINT nID,
		CFile* pPersist = NULL, BOOL bStorage = FALSE,
		BSTR bstrLicKey = NULL)
	{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
		pPersist, bStorage, bstrLicKey); }

// Attributes
public:
	OLE_COLOR GetBackColor();
	void SetBackColor(OLE_COLOR);
	OLE_COLOR GetForeColor();
	void SetForeColor(OLE_COLOR);
	short GetVerticalScaleNum();
	void SetVerticalScaleNum(short);
	short GetHorizontalScaleNum();
	void SetHorizontalScaleNum(short);
	CString GetVerticalAxisName();
	void SetVerticalAxisName(LPCTSTR);
	CString GetHorizontalAxisName();
	void SetHorizontalAxisName(LPCTSTR);
	double GetTimeBegin();
	void SetTimeBegin(double);
	double GetTimeSpan();
	void SetTimeSpan(double);
	double GetVerticalMaxValue();
	void SetVerticalMaxValue(double);
	double GetVerticalMinValue();
	void SetVerticalMinValue(double);
	double GetMaxTimeSpan();
	void SetMaxTimeSpan(double);
	long GetDataLength();
	void SetDataLength(long);

// Operations
public:
	void UpdateGraph();
	void SetDispValue(double* p, long length);
	double GetMax(long length);
	double GetMin(long length);
	void AboutBox();
};

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

#endif // !defined(AFX_GRAPHDISP_H__3B509D35_A75B_4BD2_8111_EC92B29B3CFF__INCLUDED_)

⌨️ 快捷键说明

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