//--------------------------------------------------------------------------- #ifndef DViewer_PrintClientesH #define DViewer_PrintClientesH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include //--------------------------------------------------------------------------- class TQRClt : public TForm { __published: // IDE-managed Components TQuickRep *QuickRep1; TQRBand *PageFooterBand1; TQRExpr *QRExpr1; TQRBand *ColumnHeaderBand1; TQRBand *DetailBand1; TQRLabel *QRLabel1; TQRExpr *QRExpr2; TQRLabel *QRLabel2; TQRExpr *QRExpr3; TQRLabel *QRLabel3; TQRExpr *QRExpr4; TQRLabel *QRLabel4; TQRExpr *QRExpr5; TQRLabel *QRLabel6; TQRExpr *QRExpr7; TQRLabel *QRLabel7; TQRExpr *QRExpr8; TQRBand *QRBand1; TQRLabel *QRLabel5; private: // User declarations public: // User declarations __fastcall TQRClt(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TQRClt *QRClt; //--------------------------------------------------------------------------- #endif