base.h

来自「suite component ace report」· C头文件 代码 · 共 53 行

H
53
字号
//---------------------------------------------------------------------------
#ifndef baseH
#define baseH
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include "SctRep.hpp"
#include <vcl\ExtCtrls.hpp>
#include "SctVar.hpp"
#include "SctCtrl.hpp"
#include "SctBtn.hpp"
#include <vcl\Buttons.hpp>
//---------------------------------------------------------------------------
class TFormBaseReport : public TForm
{
__published:	// IDE-managed Components
	TSctReport *SctReport1;
	TSctGrouppage *ReportPage;
	TSctBand *ReportHeaderBand;
	TSctLevel *ReportHeaderBandlevel;
	TSctBand *PageHeaderBand;
	TSctLevel *PageHeaderBandlevel;
	TSctBand *DetailBand;
	TSctLevel *DetailBandlevel;
	TSctBand *PageFooterBand;
	TSctLevel *PageFooterBandlevel;
	TSctBand *ReportFooterBand;
	TSctLevel *ReportFooterBandlevel;
	TSctDateTimeVar *svarDateTime;
	TSctPageVar *svarPage;
	TSctSubBand *SubPageHeaderBand;
	TSctTextLabel *SctTextLabel1;
	TSctTextLabel *TextLabel1;
	TSctvarlabel *varlabel1;
	TSctvarlabel *varlabel;
	TSctReportButton *SctReportButton1;
	TSctImageLabel *SctImageLabel1;
	TSctTextLabel *SctTextLabel2;
	TSctTextLabel *SctTextLabel3;
	TSctTextLabel *SctTextLabel4;
	TSctTextLabel *SctTextLabel5;
	void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private:	// User declarations
public:		// User declarations
	virtual __fastcall TFormBaseReport(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TFormBaseReport *FormBaseReport;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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