109 lines
2.9 KiB
C++
109 lines
2.9 KiB
C++
//----------------------------------------------------------------------------
|
|
#ifndef TpvVntFctPrintH
|
|
#define TpvVntFctPrintH
|
|
//----------------------------------------------------------------------------
|
|
#include <ExtCtrls.hpp>
|
|
#include <StdCtrls.hpp>
|
|
#include <Quickrpt.hpp>
|
|
#include <Dialogs.hpp>
|
|
#include <Forms.hpp>
|
|
#include <Controls.hpp>
|
|
#include <Graphics.hpp>
|
|
#include <Classes.hpp>
|
|
#include <SysUtils.hpp>
|
|
#include <Messages.hpp>
|
|
#include <Windows.hpp>
|
|
#include <System.hpp>
|
|
#include <Db.hpp>
|
|
#include <DBTables.hpp>
|
|
#include <Qrctrls.hpp>
|
|
#include <quickrpt.hpp>
|
|
#include <QuickRpt.hpp>
|
|
#include <jpeg.hpp>
|
|
//----------------------------------------------------------------------------
|
|
class TQRMDFacturaVnt : public TQuickRep
|
|
{
|
|
__published:
|
|
TQRBand *PageFooterBand1;
|
|
TQRBand *TitleBand1;
|
|
TQRBand * ColumnHeaderBand1;
|
|
TQRSubDetail *QRSubDetail1;
|
|
TQRLabel *QRLabel4;
|
|
TQRLabel *QRLabel5;
|
|
TQRLabel *QRLabel6;
|
|
TQRDBText *QRDBText1;
|
|
TQRShape *QRShape1;
|
|
TQRDBText *QRDBText2;
|
|
TQRLabel *QRLabel7;
|
|
TQRLabel *QRLabel8;
|
|
TQRLabel *QRLabel9;
|
|
TQRShape *QRShape2;
|
|
TQRDBText *QRDBText3;
|
|
TQRDBText *QRDBText6;
|
|
TQRImage *QRImage1;
|
|
TQRDBText *QRDBText10;
|
|
TQRDBText *QRDBText11;
|
|
TQRDBText *QRDBText13;
|
|
TQRBand *DetailBand1;
|
|
TQRLabel *QRLabel1;
|
|
TQRLabel *QRLabel10;
|
|
TQRLabel *QRLabel11;
|
|
TQRLabel *QRLabel12;
|
|
TQRLabel *QRLabel13;
|
|
TQRLabel *QRLabel14;
|
|
TQRDBText *QRDBText4;
|
|
TQRDBText *QRDBText5;
|
|
TQRDBText *QRDBText7;
|
|
TQRDBText *QRDBText8;
|
|
TQRDBText *QRDBText9;
|
|
TTable *TbCircular;
|
|
TTable *TbProductos;
|
|
TDataSource *DsCircular;
|
|
TTable *TbVntCabecera;
|
|
TTable *TbVntLineas;
|
|
TDataSource *DsVntCabecera;
|
|
TDataSource *DsVntLineas;
|
|
TTable *TbClt;
|
|
TQRShape *QRShape4;
|
|
TQRExpr *QRExpr4;
|
|
TQRLabel *LblNombre;
|
|
TQRLabel *LblDir;
|
|
TQRLabel *LblCP;
|
|
TQRImage *QRImage4;
|
|
TQRLabel *QRLabel2;
|
|
TQRLabel *QRLabel3;
|
|
TQRLabel *QRLabel15;
|
|
TQRDBText *QRDBText12;
|
|
TQRDBText *QRDBText14;
|
|
TQRLabel *QRTotal;
|
|
TQRShape *zMarcoIzq;
|
|
TQRShape *zMarcoDer;
|
|
TQRShape *QRShape3;
|
|
TQRShape *QRShape5;
|
|
TQRShape *QRShape6;
|
|
TQRShape *QRShape7;
|
|
TQRShape *QRShape8;
|
|
TQRShape *QRShape9;
|
|
TQRImage *QRImage2;
|
|
TQRLabel *QRLabel16;
|
|
TQRLabel *QRLabel17;
|
|
TQRShape *QRShape10;
|
|
TQRExpr *QRExpr1;
|
|
TQRLabel *TotalE;
|
|
TQRLabel *TotalIvaE;
|
|
TQRLabel *TotalSinE;
|
|
void __fastcall TitleBand1BeforePrint(TQRCustomBand *Sender,
|
|
bool &PrintBand);
|
|
|
|
|
|
void __fastcall PageFooterBand1BeforePrint(TQRCustomBand *Sender,
|
|
bool &PrintBand);
|
|
private:
|
|
public:
|
|
virtual __fastcall TQRMDFacturaVnt(TComponent* AOwner);
|
|
};
|
|
//----------------------------------------------------------------------------
|
|
extern PACKAGE TQRMDFacturaVnt *QRMDFacturaVnt;
|
|
//----------------------------------------------------------------------------
|
|
#endif
|