65 lines
2.0 KiB
C++
65 lines
2.0 KiB
C++
//----------------------------------------------------------------------------
|
|
#ifndef TpvVntCltQRH
|
|
#define TpvVntCltQRH
|
|
//----------------------------------------------------------------------------
|
|
#include <vcl\ExtCtrls.hpp>
|
|
#include <vcl\StdCtrls.hpp>
|
|
#include <vcl\Quickrpt.hpp>
|
|
#include <vcl\Dialogs.hpp>
|
|
#include <vcl\Forms.hpp>
|
|
#include <vcl\Controls.hpp>
|
|
#include <vcl\Graphics.hpp>
|
|
#include <vcl\Classes.hpp>
|
|
#include <vcl\SysUtils.hpp>
|
|
#include <vcl\Messages.hpp>
|
|
#include <vcl\Windows.hpp>
|
|
#include <vcl\System.hpp>
|
|
#include <Qrctrls.hpp>
|
|
#include <QuickRpt.hpp>
|
|
//----------------------------------------------------------------------------
|
|
class TVntCltQR : public TForm
|
|
{
|
|
__published:
|
|
TQuickRep *QuickRep1;
|
|
TQRBand *DetailBand1;
|
|
TQRBand *PageFooterBand1;
|
|
TQRBand *TitleBand1;
|
|
TQRBand * ColumnHeaderBand1;
|
|
TQRSysData *QRTitle;
|
|
TQRSysData *QRSysData2;
|
|
TQRSubDetail *QRSubDetail1;
|
|
TQRShape *QRShape4;
|
|
TQRExpr *QRExpr4;
|
|
TQRShape *QRShape3;
|
|
TQRExpr *QRExpr1;
|
|
TQRExpr *QRExpr2;
|
|
TQRExpr *QRExpr3;
|
|
TQRExpr *QRExpr5;
|
|
TQRExpr *QRExpr6;
|
|
TQRLabel *QRLabel2;
|
|
TQRLabel *QRLabel3;
|
|
TQRLabel *QRLabel4;
|
|
TQRLabel *QRLabel5;
|
|
TQRLabel *QRLabel6;
|
|
TQRBand *GroupFooterBand1;
|
|
TQRShape *QRShape5;
|
|
TQRLabel *QRTotalSin;
|
|
TQRLabel *QRTotalIva;
|
|
TQRLabel *QRTotal;
|
|
void __fastcall DetailBand1BeforePrint(TQRCustomBand *Sender,
|
|
bool &PrintBand);
|
|
void __fastcall GroupFooterBand1BeforePrint(TQRCustomBand *Sender,
|
|
bool &PrintBand);
|
|
void __fastcall QRSubDetail1AfterPrint(TQRCustomBand *Sender,
|
|
bool BandPrinted);
|
|
private:
|
|
Currency TotalSin, TotalIVA;
|
|
TComponent* My_AOwner;
|
|
public:
|
|
virtual __fastcall TVntCltQR(TComponent* AOwner);
|
|
};
|
|
//----------------------------------------------------------------------------
|
|
extern PACKAGE TVntCltQR *VntCltQR;
|
|
//----------------------------------------------------------------------------
|
|
#endif
|