53 lines
1.5 KiB
C++
53 lines
1.5 KiB
C++
//----------------------------------------------------------------------------
|
|
#ifndef TpvRefBarrasH
|
|
#define TpvRefBarrasH
|
|
//----------------------------------------------------------------------------
|
|
#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>
|
|
#include <QRExport.hpp>
|
|
//----------------------------------------------------------------------------
|
|
class TRefBarras : public TForm
|
|
{
|
|
__published:
|
|
TTable *Table1;
|
|
TQuickRep *QuickRep1;
|
|
TQRBand *TitleBand1;
|
|
TQRLabel *QRLabel1;
|
|
TQRBand *PageFooterBand1;
|
|
TQRSysData *QRSysData1;
|
|
TQRBand *QRBand2;
|
|
TQRExpr *CBarras;
|
|
TQRExpr *QRExpr3;
|
|
TQRChildBand *ChildBand2;
|
|
TQRShape *QRShape3;
|
|
TQRShape *QRShape4;
|
|
TQRExpr *QRExpr4;
|
|
TQRExpr *QRExpr8;
|
|
TQRLabel *QRLabel2;
|
|
TQRRTFFilter *QRRTFFilter1;
|
|
TQRExpr *QRExpr1;
|
|
TQRExpr *QRExpr2;
|
|
void __fastcall DetailBand1BeforePrint(TQRCustomBand *Sender,
|
|
bool &PrintBand);
|
|
|
|
|
|
void __fastcall ChildBand2BeforePrint(TQRCustomBand *Sender,
|
|
bool &PrintBand);
|
|
private:
|
|
int OldCodFamilia;
|
|
public:
|
|
__fastcall TRefBarras(TComponent* Owner);
|
|
};
|
|
//----------------------------------------------------------------------------
|
|
extern PACKAGE TRefBarras *RefBarras;
|
|
//----------------------------------------------------------------------------
|
|
#endif |