//---------------------------------------------------------------------------- #ifndef ReportH #define ReportH //---------------------------------------------------------------------------- #include #include #include #include #include #include #include #include //---------------------------------------------------------------------------- class TQuickReport1 : public TQuickRep { __published: TQRBand *ColumnHeaderBand1; TQRBand *DetailBand1; TQRBand *PageFooterBand1; TQRBand *PageHeaderBand1; TQRBand *SummaryBand1; TQRBand *TitleBand1; TQRLabel *QRLabel1; TQRLabel *QRLabel2; TQRLabel *QRLabel3; TQRLabel *QRLabel4; TQRLabel *QRLabel5; private: public: __fastcall TQuickReport1::TQuickReport1(TComponent* Owner); }; //---------------------------------------------------------------------------- extern TQuickReport1 *QuickReport1; //---------------------------------------------------------------------------- #endif