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

📄 rm_pchart.hpp

📁 这是一个功能强大
💻 HPP
字号:
// CodeGear C++Builder
// Copyright (c) 1995, 2007 by CodeGear
// All rights reserved

// (DO NOT EDIT: machine generated header) 'Rm_pchart.pas' rev: 11.00

#ifndef Rm_pchartHPP
#define Rm_pchartHPP

#pragma delphiheader begin
#pragma option push
#pragma option -w-      // All warnings off
#pragma option -Vx      // Zero-length empty class member functions
#pragma pack(push,8)
#include <System.hpp>	// Pascal unit
#include <Sysinit.hpp>	// Pascal unit
#include <Windows.hpp>	// Pascal unit
#include <Messages.hpp>	// Pascal unit
#include <Sysutils.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <Graphics.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <Forms.hpp>	// Pascal unit
#include <Dialogs.hpp>	// Pascal unit
#include <Extctrls.hpp>	// Pascal unit
#include <Teeprocs.hpp>	// Pascal unit
#include <Teengine.hpp>	// Pascal unit
#include <Chart.hpp>	// Pascal unit
#include <Series.hpp>	// Pascal unit
#include <Dbchart.hpp>	// Pascal unit
#include <Rm_class.hpp>	// Pascal unit
#include <Rm_chart.hpp>	// Pascal unit
#include <Rm_dbchart.hpp>	// Pascal unit
#include <Rm_formreport.hpp>	// Pascal unit

//-- user supplied -----------------------------------------------------------

namespace Rm_pchart
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TRMPrintChart;
class PASCALIMPLEMENTATION TRMPrintChart : public Classes::TComponent 
{
	typedef Classes::TComponent inherited;
	
public:
	#pragma option push -w-inl
	/* TComponent.Create */ inline __fastcall virtual TRMPrintChart(Classes::TComponent* AOwner) : Classes::TComponent(AOwner) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TComponent.Destroy */ inline __fastcall virtual ~TRMPrintChart(void) { }
	#pragma option pop
	
};


class DELPHICLASS TRMFormPrintChart;
class PASCALIMPLEMENTATION TRMFormPrintChart : public Rm_formreport::TRMFormReportObject 
{
	typedef Rm_formreport::TRMFormReportObject inherited;
	
public:
	virtual void __fastcall OnGenerate_Object(Rm_formreport::TRMFormReport* aFormReport, Rm_class::TRMReportPage* aPage, Controls::TControl* aControl, Rm_class::TRMView* &t);
public:
	#pragma option push -w-inl
	/* TRMFormReportObject.Create */ inline __fastcall virtual TRMFormPrintChart(void) : Rm_formreport::TRMFormReportObject() { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TObject.Destroy */ inline __fastcall virtual ~TRMFormPrintChart(void) { }
	#pragma option pop
	
};


class DELPHICLASS TRMFormPrintDBChart;
class PASCALIMPLEMENTATION TRMFormPrintDBChart : public Rm_formreport::TRMFormReportObject 
{
	typedef Rm_formreport::TRMFormReportObject inherited;
	
public:
	virtual void __fastcall OnGenerate_Object(Rm_formreport::TRMFormReport* aFormReport, Rm_class::TRMReportPage* aPage, Controls::TControl* aControl, Rm_class::TRMView* &t);
public:
	#pragma option push -w-inl
	/* TRMFormReportObject.Create */ inline __fastcall virtual TRMFormPrintDBChart(void) : Rm_formreport::TRMFormReportObject() { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TObject.Destroy */ inline __fastcall virtual ~TRMFormPrintDBChart(void) { }
	#pragma option pop
	
};


//-- var, const, procedure ---------------------------------------------------

}	/* namespace Rm_pchart */
using namespace Rm_pchart;
#pragma pack(pop)
#pragma option pop

#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif	// Rm_pchart

⌨️ 快捷键说明

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