home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- #ifndef QRListH
- #define QRListH
- //----------------------------------------------------------------------------
- #include <ExtCtrls.hpp>
- #include <StdCtrls.hpp>
- #include <Quickrpt.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <System.hpp>
- //----------------------------------------------------------------------------
- class TQRListForm : public TQuickRep
- {
- __published:
- TTable *MasterTable;
- TQRBand *DetailBand1;
- TQRBand *PageFooterBand1;
- TQRBand *TitleBand1;
- TQRBand *ColumnHeaderBand1;
- TQRSysData *QRSysData1;
- TQRLabel *QRLabel1;
- TQRLabel *QRLabel2;
- TQRSysData *QRSysData2;
- private:
- public:
- virtual __fastcall TQRListForm(TComponent* AOwner);
- };
- //----------------------------------------------------------------------------
- extern PACKAGE TQRListForm *QRListForm;
- //----------------------------------------------------------------------------
- #endif
-