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

📄 unit1.h

📁 suite component ace report
💻 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>
//---------------------------------------------------------------------------
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;
    TSctDateTimeVar *svarDateTime;
    TSctPageVar *svarPage;
    TSctDataSourceGuide *DataSourceGuide;
    TSctDBVar *table1CustNoVar;
    TSctDBVar *table1CompanyVar;
    TSctDBVar *table1Addr1Var;
    TSctDBVar *table1Addr2Var;
    TSctDBVar *table1CityVar;
    TSctDBVar *table1StateVar;
    TSctDBVar *table1ZipVar;
    TSctDBVar *table1CountryVar;
    TSctDBVar *table1PhoneVar;
    TSctDBVar *table1FAXVar;
    TSctDBVar *table1TaxRateVar;
    TSctDBVar *table1ContactVar;
    TSctDBVar *table1LastInvoiceDateVar;
    TSctvarlabel *varlabel;
    TSctReportButton *SctReportButton1;
    TSctExprVar *ExprVar;
    TSctvarlabel *varlabel1;
    void __fastcall SctReport1BeforePrint(TSctReport *Report);
    void __fastcall ReportPageBeforeNewPage(TSctPage *Page,
          bool &DoNewPage);
    void __fastcall DetailBandBeforePrint(TSctBand *Band);
    void __fastcall ExprVarGetData(TSctVar *oVar);
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 + -