📄 base.h
字号:
//---------------------------------------------------------------------------
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -