//---------------------------------------------------------------------------- #ifndef TpvVntCltQRH #define TpvVntCltQRH //---------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include #include #include #include //---------------------------------------------------------------------------- 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