First commit 14/02/1999
This commit is contained in:
76
TpvStockQR.h
Normal file
76
TpvStockQR.h
Normal file
@ -0,0 +1,76 @@
|
||||
//----------------------------------------------------------------------------
|
||||
#ifndef TpvStockQRH
|
||||
#define TpvStockQRH
|
||||
//----------------------------------------------------------------------------
|
||||
#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 TStockQR : 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;
|
||||
TQRLabel *QRLabel18;
|
||||
TQRLabel *QRLabel19;
|
||||
TQRLabel *QRLabel20;
|
||||
TQRLabel *QRLabel21;
|
||||
TQRExpr *QRExpr5;
|
||||
TQRExpr *QRExpr6;
|
||||
TQRExpr *QRExpr7;
|
||||
TQRExpr *QRExpr8;
|
||||
TQRExpr *QRExpr9;
|
||||
void __fastcall DetailBand1BeforePrint(TQRCustomBand *Sender,
|
||||
bool &PrintBand);
|
||||
|
||||
|
||||
void __fastcall ChildBand2BeforePrint(TQRCustomBand *Sender,
|
||||
bool &PrintBand);
|
||||
private:
|
||||
int OldCodFamilia;
|
||||
public:
|
||||
__fastcall TStockQR(TComponent* Owner);
|
||||
};
|
||||
//----------------------------------------------------------------------------
|
||||
extern PACKAGE TStockQR *StockQR;
|
||||
//----------------------------------------------------------------------------
|
||||
#endif
|
Reference in New Issue
Block a user