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

📄 tchart.h

📁 这是本人两年前兼职为某个公司做的石油钻进设计软件
💻 H
字号:
#if !defined(AFX_TCHART_H__F74E37ED_413E_4F96_8F2F_345B1B6AC692__INCLUDED_)
#define AFX_TCHART_H__F74E37ED_413E_4F96_8F2F_345B1B6AC692__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.


// Dispatch interfaces referenced by this interface
class CAspect;
class CAxes;
class CCanvas;
class CExport;
class CTitles;
class CPen1;
class CImport;
class CLegend;
class CPage;
class CPanel;
class CPrinter;
class CScroll;
class CSeries;
class CWalls;
class CZoom;
class CEnvironment;
class CTeePoint2D;

/////////////////////////////////////////////////////////////////////////////
// CTChart wrapper class

class CTChart : public CWnd
{
protected:
	DECLARE_DYNCREATE(CTChart)
public:
	CLSID const& GetClsid()
	{
		static CLSID const clsid
			= { 0x8bbe7e, 0xc096, 0x11d0, { 0xb4, 0xe3, 0x0, 0xa0, 0xc9, 0x1, 0xd6, 0x81 } };
		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:

// Operations
public:
	CAspect GetAspect();
	CAxes GetAxis();
	CCanvas GetCanvas();
	BOOL GetClipPoints();
	void SetClipPoints(BOOL bNewValue);
	short GetCursor();
	void SetCursor(short nNewValue);
	short GetDragCursor();
	void SetDragCursor(short nNewValue);
	long GetDragMode();
	void SetDragMode(long nNewValue);
	BOOL GetEnabled();
	void SetEnabled(BOOL bNewValue);
	CExport GetExport();
	CTitles GetFooter();
	CPen1 GetFrame();
	CTitles GetHeader();
	long GetHeight();
	void SetHeight(long nNewValue);
	CImport GetImport();
	long GetLeft();
	void SetLeft(long nNewValue);
	CLegend GetLegend();
	CPage GetPage();
	CPanel GetPanel();
	CPrinter GetPrinter();
	CScroll GetScroll();
	CSeries GetSeries(long SeriesIndex);
	long GetSeriesCount();
	long GetTop();
	void SetTop(long nNewValue);
	BOOL GetVisible();
	void SetVisible(BOOL bNewValue);
	CWalls GetWalls();
	long GetWidth();
	void SetWidth(long nNewValue);
	CZoom GetZoom();
	void AboutBox();
	void AddSeries(long SeriesClass);
	void ChangeSeriesType(long SeriesIndex, long NewSeriesType);
	long CloneSeries(long SourceSeriesIndex);
	void Draw(long DC, long Left, long Top, long Right, long Bottom);
	void ExchangeSeries(long Series1, long Series2);
	double GetDateTimeStep(long DateTimeStep);
	unsigned long GetFreeSeriesColor(BOOL CheckBackgroundColor);
	CSeries GetLabelsSeries(long DestAxis);
	BOOL IsFreeSeriesColor(unsigned long AColor, BOOL CheckBackgroundColor);
	void RemoveAllSeries();
	void RemoveSeries(long SeriesIndex);
	void Repaint();
	CString SeriesTitleLegend(long ASeriesIndex);
	void ShowEditor(long SeriesIndex);
	void StopMouse();
	BOOL GetTimerEnabled();
	void SetTimerEnabled(BOOL bNewValue);
	long GetTimerInterval();
	void SetTimerInterval(long nNewValue);
	BOOL GetAutoRepaint();
	void SetAutoRepaint(BOOL bNewValue);
	void EditOneSeries(long SeriesIndex);
	CEnvironment GetEnvironment();
	long GetChartLink();
	CTeePoint2D GetMousePosition();
};

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

#endif // !defined(AFX_TCHART_H__F74E37ED_413E_4F96_8F2F_345B1B6AC692__INCLUDED_)

⌨️ 快捷键说明

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