//--------------------------------------------------------------------------- #ifndef DViewer_PrintBonosH #define DViewer_PrintBonosH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include //--------------------------------------------------------------------------- class TQRBonos : 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 *QRLabel5; TQRExpr *QRExpr6; TQRLabel *QRLabel6; TQRExpr *QRExpr7; TQRBand *QRBand1; TQRLabel *QRLabel4; TQRBand *QRBand2; TQRExpr *QRExpr5; TQRShape *QRShape1; TQRExpr *QRExpr8; private: // User declarations public: // User declarations __fastcall TQRBonos(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TQRBonos *QRBonos; //--------------------------------------------------------------------------- #endif