76 lines
2.0 KiB
C++
76 lines
2.0 KiB
C++
//----------------------------------------------------------------------------
|
|
#ifndef TpvRefQRH
|
|
#define TpvRefQRH
|
|
//----------------------------------------------------------------------------
|
|
#include <Classes.hpp>
|
|
#include <Controls.hpp>
|
|
#include <StdCtrls.hpp>
|
|
#include <Forms.hpp>
|
|
#include <QuickRpt.hpp>
|
|
#include <QRCtrls.hpp>
|
|
#include <Db.hpp>
|
|
#include <DBTables.hpp>
|
|
#include <ExtCtrls.hpp>
|
|
#include <Qrctrls.hpp>
|
|
#include <quickrpt.hpp>
|
|
//----------------------------------------------------------------------------
|
|
class TRefQR : public TForm
|
|
{
|
|
__published:
|
|
TTable *Table1;
|
|
TQuickRep *QuickRep1;
|
|
TQRBand *TitleBand1;
|
|
TQRLabel *QRLabel1;
|
|
TQRBand *ColumnHeaderBand1;
|
|
TQRLabel *QRLabel2;
|
|
TQRLabel *QRLabel3;
|
|
TQRLabel *QRLabel4;
|
|
TQRLabel *QRLabel5;
|
|
TQRLabel *QRLabel6;
|
|
TQRLabel *QRLabel7;
|
|
TQRBand *PageFooterBand1;
|
|
TQRSysData *QRSysData1;
|
|
TQRBand *QRBand2;
|
|
TQRExpr *QRExpr1;
|
|
TQRExpr *QRExpr2;
|
|
TQRExpr *QRExpr3;
|
|
TQRImage *QRImage1;
|
|
TQRImage *QRImage2;
|
|
TQRChildBand *ChildBand2;
|
|
TQRShape *QRShape3;
|
|
TQRShape *QRShape4;
|
|
TQRExpr *QRExpr4;
|
|
TQRLabel *QRLabel8;
|
|
TQRLabel *QRLabel9;
|
|
TQRLabel *QRLabel10;
|
|
TQRLabel *QRLabel11;
|
|
TQRLabel *QRLabel12;
|
|
TQRLabel *QRLabel14;
|
|
TQRLabel *QRLabel15;
|
|
TQRLabel *QRLabel16;
|
|
TQRLabel *QRLabel17;
|
|
TQRLabel *QRLabel13;
|
|
TQRExpr *QRExpr5;
|
|
TQRExpr *QRExpr6;
|
|
TQRExpr *QRExpr7;
|
|
TQRExpr *QRExpr8;
|
|
TQRExpr *QRExpr9;
|
|
TQRLabel *QRLabel18;
|
|
TQRLabel *QRLabel19;
|
|
TQRLabel *QRLabel20;
|
|
TQRLabel *QRLabel21;
|
|
void __fastcall DetailBand1BeforePrint(TQRCustomBand *Sender,
|
|
bool &PrintBand);
|
|
|
|
|
|
void __fastcall ChildBand2BeforePrint(TQRCustomBand *Sender,
|
|
bool &PrintBand);
|
|
private:
|
|
int OldCodFamilia;
|
|
public:
|
|
__fastcall TRefQR(TComponent* Owner);
|
|
};
|
|
//----------------------------------------------------------------------------
|
|
extern PACKAGE TRefQR *RefQR;
|
|
//----------------------------------------------------------------------------
|
|
#endif |