//--------------------------------------------------------------------------- #ifndef capg_qrLabonadosH #define capg_qrLabonadosH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include //--------------------------------------------------------------------------- class TqrLAbonados : public TForm { __published: // IDE-managed Components TQuickRep *QuickRep1; TQRBand *QRBand1; TQRBand *QRBand2; TQRSubDetail *QRSubDetail1; TDataSource *DsAbonados; TDataSource *DsVehiculos; TTable *TbVehiculos; TTable *TbAbonados; TQRLabel *QRLabel1; TQRBand *QRBand3; TQRLabel *QRLabel2; TQRLabel *QRLabel3; TQRLabel *QRLabel4; TQRLabel *QRLabel5; TQRExpr *QRExpr1; TQRExpr *QRExpr2; TQRExpr *QRExpr3; TQRExpr *QRExpr4; TQRExpr *QRExpr5; TQRExpr *QRExpr6; TQRExpr *QRExpr7; TQRExpr *QRExpr8; TQRExpr *QRExpr9; private: // User declarations public: // User declarations __fastcall TqrLAbonados(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TqrLAbonados *qrLAbonados; //--------------------------------------------------------------------------- #endif