📄 unit_rep_file.h
字号:
//---------------------------------------------------------------------------
#ifndef Unit_Rep_FileH
#define Unit_Rep_FileH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ADODB.hpp>
#include <DB.hpp>
#include <ExtCtrls.hpp>
#include <QRCtrls.hpp>
#include <QuickRpt.hpp>
//---------------------------------------------------------------------------
class TRep_Filefrm : public TForm
{
__published: // IDE-managed Components
TQuickRep *QuickRep1;
TQRBand *PageHeaderBand1;
TQRGroup *QRGroup1;
TQRBand *DetailBand1;
TQRLabel *QRLabel1;
TQRLabel *QRLabel2;
TQRLabel *QRLabel3;
TQRLabel *QRLabel4;
TQRLabel *QRLabel5;
TQRSysData *QRSysData1;
TQRLabel *QRLabel6;
TQRLabel *QRLabel7;
TQRLabel *QRLabel8;
TQRLabel *QRLabel9;
TQRLabel *QRLabel10;
TQRLabel *QRLabel11;
TQRLabel *QRLabel12;
TQRLabel *QRLabel13;
TQRLabel *QRLabel14;
TQRLabel *QRLabel15;
TQRLabel *QRLabel16;
TQRLabel *QRLabel17;
TQRLabel *QRLabel18;
TQRLabel *QRLabel19;
TQRLabel *QRLabel20;
TQRLabel *QRLabel21;
TQRLabel *QRLabel22;
TQRLabel *QRLabel23;
TQRLabel *QRLabel24;
TQRLabel *QRLabel25;
TQRLabel *QRLabel26;
TQRLabel *QRLabel27;
TQRLabel *QRLabel28;
TQRLabel *QRLabel29;
TQRLabel *QRLabel30;
TQRLabel *QRLabel31;
TQRLabel *QRLabel32;
TQRLabel *QRLabel33;
TQRLabel *QRLabel34;
TQRLabel *QRLabel35;
TQRLabel *QRLabel36;
TQRLabel *QRLabel37;
TQRDBText *QRDBText1;
TADOQuery *ADOQuery1;
TAutoIncField *ADOQuery1sno;
TStringField *ADOQuery1bh;
TDateTimeField *ADOQuery1dat;
TMemoField *ADOQuery1note;
TStringField *ADOQuery1idh;
TStringField *ADOQuery1flag;
TQRLabel *QRLabel38;
TQRDBRichText *QRDBRichText1;
TQRBand *PageFooterBand1;
TQRSysData *QRSysData2;
TQRLabel *QRLabel39;
TQRShape *QRShape1;
TQRShape *QRShape2;
TQRShape *QRShape3;
TQRShape *QRShape4;
TQRShape *QRShape5;
TQRShape *QRShape6;
TQRLabel *QRLabel40;
TQRLabel *QRLabel41;
TQRShape *QRShape7;
TQRShape *QRShape8;
TQRShape *QRShape9;
TQRShape *QRShape10;
TQRShape *QRShape11;
TQRShape *QRShape12;
TQRShape *QRShape13;
TQRShape *QRShape14;
TQRShape *QRShape15;
TQRShape *QRShape16;
TQRBand *SummaryBand1;
void __fastcall QRGroup1BeforePrint(TQRCustomBand *Sender,
bool &PrintBand);
void __fastcall QuickRep1BeforePrint(TCustomQuickRep *Sender,
bool &PrintReport);
private: // User declarations
public: // User declarations
__fastcall TRep_Filefrm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TRep_Filefrm *Rep_Filefrm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -