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

📄 qm_pdataset.hpp

📁 一个管理系统
💻 HPP
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved

// (DO NOT EDIT: machine generated header) 'QM_PDataSet.pas' rev: 5.00

#ifndef QM_PDataSetHPP
#define QM_PDataSetHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <Db.hpp>	// Pascal unit
#include <QM_RConsole.hpp>	// Pascal unit
#include <Grids.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <SysUtils.hpp>	// Pascal unit
#include <Messages.hpp>	// Pascal unit
#include <Windows.hpp>	// Pascal unit
#include <SysInit.hpp>	// Pascal unit
#include <System.hpp>	// Pascal unit

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

namespace Qm_pdataset
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TQMPrintDataSet;
class PASCALIMPLEMENTATION TQMPrintDataSet : public Qm_rconsole::TQMDataReport 
{
	typedef Qm_rconsole::TQMDataReport inherited;
	
protected:
	virtual void __fastcall DrawReport(void);
	virtual int __fastcall GetRecordCount(void);
	
public:
	void __fastcall LoadColumnSetting(void);
	bool __fastcall ColumnSetup(void);
	
__published:
	__property DataSet ;
public:
	#pragma option push -w-inl
	/* TQMDataReport.Create */ inline __fastcall virtual TQMPrintDataSet(Classes::TComponent* AOwner) : 
		Qm_rconsole::TQMDataReport(AOwner) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TQMDataReport.Destroy */ inline __fastcall virtual ~TQMPrintDataSet(void) { }
	#pragma option pop
	
};


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

}	/* namespace Qm_pdataset */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Qm_pdataset;
#endif
#pragma option pop	// -w-
#pragma option pop	// -Vx

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

⌨️ 快捷键说明

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