First commit 14/02/1999

This commit is contained in:
2021-09-12 22:19:30 +02:00
commit d031fca570
464 changed files with 22399 additions and 0 deletions

53
TpvRefBarras.h Normal file
View File

@ -0,0 +1,53 @@
//----------------------------------------------------------------------------
#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