//---------------------------------------------------------------------------- #ifndef QRhdsaldoH #define QRhdsaldoH //---------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include //---------------------------------------------------------------------------- class TForm1 : public TForm { __published: TQuickRep *QuickRep1; TQRBand *TitleBand1; TQRLabel *QRLabel1; TQRBand *PageFooterBand1; TQRSysData *QRSysData1; TQRBand *ColumnHeaderBand1; TQRBand *DetailBand1; TQRLabel *QRLabel2; TQRExpr *QRExpr1; TQRLabel *QRLabel3; TQRExpr *QRExpr2; TQRLabel *QRLabel4; TQRExpr *QRExpr3; TQRLabel *QRLabel5; TQRExpr *QRExpr4; TQRExpr *QRExpr5; TQRLabel *QRLabel6; TQRLabel *QRLabel7; private: public: __fastcall TForm1(TComponent* Owner); }; //---------------------------------------------------------------------------- extern PACKAGE TForm1 *Form1; //---------------------------------------------------------------------------- #endif