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

📄 custrpt.h

📁 《C Builder 5程序设计——数据库应用实务篇》程序源代码
💻 H
字号:
//---------------------------------------------------------------------------
#ifndef custrptH
#define custrptH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Qrctrls.hpp>
#include <quickrpt.hpp>
#include <QuickRpt.hpp>
//---------------------------------------------------------------------------
class TCustomerByInvoiceReport : public TForm
{
__published:	// IDE-managed Components
	TQuickRep *CustomerByInvoiceRpt;
	TQRBand *QRBand1;
	TQRExpr *QRExpr1;
	TQRDBText *QRDBText2;
	TQRDBText *QRDBText3;
	TQRDBText *QRDBText4;
	TQRDBText *QRDBText5;
	TQRDBText *QRDBText1;
	TQRBand *QRBand2;
	TQRLabel *QRLabel4;
	TQRLabel *QRLabel5;
	TQRLabel *QRLabel6;
	TQRLabel *QRLabel7;
	TQRLabel *QRLabel8;
	TQRLabel *QRLabel9;
	TQRBand *TitleBand1;
	TQRLabel *QRLabel1;
	TQRLabel *QRLabel2;
	TQRLabel *QRLabel3;
	void __fastcall QRDBText1Print(TObject *sender, AnsiString &Value);
private:	// User declarations
public:		// User declarations
	__fastcall TCustomerByInvoiceReport(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TCustomerByInvoiceReport *CustomerByInvoiceReport;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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