📄 unit1.h
字号:
//---------------------------------------------------------------------------
#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "AcePage.hpp"
#include "SctBtn.hpp"
#include "SctCtrl.hpp"
#include "SctRep.hpp"
#include "SctVar.hpp"
#include <Buttons.hpp>
#include <Db.hpp>
#include <DBTables.hpp>
#include <ExtCtrls.hpp>
#include <Menus.hpp>
//---------------------------------------------------------------------------
class TForm1 : 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;
TDataSource *DataSource1;
TTable *Table1;
TSctReportButton *SctReportButton1;
TSctDateTimeVar *svarDateTime;
TSctPageVar *svarPage;
TSctDataSourceGuide *DataSourceGuide;
TSctDBVar *table1Species_NoVar;
TSctDBVar *table1CategoryVar;
TSctDBVar *table1Common_NameVar;
TSctDBVar *table1Species_NameVar;
TSctDBVar *table1Length__cm_Var;
TSctDBVar *table1Length_InVar;
TSctDBVar *table1NotesVar;
TSctDBVar *table1GraphicVar;
TSctvarlabel *varlabel;
TSctvarlabel *varlabel1;
TSctSubBand *DetailBandSub;
TSctvarlabel *varlabel2;
TSctImageLabel *ImageLabel;
TCheckBox *CheckBox1;
TSctvarlabel *varlabel3;
TSctvarlabel *Sctvarlabel1;
TSctvarlabel *varlabel4;
TCheckBox *CheckBox2;
void __fastcall SctReport1BeforePrint(TSctReport *Report);
void __fastcall ReportPageBeforeNewPage(TSctPage *Page,
bool &DoNewPage);
void __fastcall DetailBandBeforePrint(TSctBand *Band);
private: // User declarations
public: // User declarations
__fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -