home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / QRLIST.H < prev    next >
C/C++ Source or Header  |  1997-02-28  |  1KB  |  40 lines

  1. //----------------------------------------------------------------------------
  2. #ifndef QRListH
  3. #define QRListH
  4. //----------------------------------------------------------------------------
  5. #include <vcl\ExtCtrls.hpp>
  6. #include <vcl\StdCtrls.hpp>
  7. #include <vcl\Quickrep.hpp>
  8. #include <vcl\Dialogs.hpp>
  9. #include <vcl\Forms.hpp>
  10. #include <vcl\Controls.hpp>
  11. #include <vcl\Graphics.hpp>
  12. #include <vcl\Classes.hpp>
  13. #include <vcl\SysUtils.hpp>
  14. #include <vcl\Messages.hpp>
  15. #include <vcl\Windows.hpp>
  16. #include <vcl\System.hpp>
  17. //----------------------------------------------------------------------------
  18. class TQRListForm : public TForm
  19. {
  20. __published:
  21.     TQuickReport *QuickReport;
  22.     TQRBand *Title;
  23.     TQRBand *PageHeader;
  24.     TQRBand *Detail;
  25.     TQRSysData *PageNumber;
  26.     TQRBand *PageFooter;
  27.     TQRSysData *QRDateTime;
  28.     TQRSysData *QRSysData1;
  29.     TQRLabel *QRLabel1;
  30.     TQRLabel *QRLabel2;
  31.     TQRLabel *QRLabel3;
  32. private:
  33. public:
  34.     virtual __fastcall TQRListForm(TComponent* AOwner);
  35. };
  36. //----------------------------------------------------------------------------
  37. extern TQRListForm *QRListForm;
  38. //----------------------------------------------------------------------------
  39. #endif    
  40.