First commit 14/02/1999
This commit is contained in:
53
TpvRefBarras.h
Normal file
53
TpvRefBarras.h
Normal 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
|
Reference in New Issue
Block a user