home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / RPTFORM.H < prev    next >
C/C++ Source or Header  |  1997-01-16  |  1KB  |  28 lines

  1. //---------------------------------------------------------------------------
  2. #ifndef RptFormH
  3. #define RptFormH
  4. //---------------------------------------------------------------------------
  5. #include <vcl\Classes.hpp>
  6. #include <vcl\Controls.hpp>
  7. #include <vcl\StdCtrls.hpp>
  8. #include <vcl\Forms.hpp>
  9. #include <vcl\QuickRep.hpp>
  10. #include <vcl\ExtCtrls.hpp>
  11. //---------------------------------------------------------------------------
  12. class TMAtypicalRPTform : public TForm
  13. {
  14. __published:    // IDE-managed Components
  15.         TQRBand *TitleBand;
  16.         TImage *Image1;
  17.         TQRLabel *QRLabel1;
  18.         TQRLabel *QRLabel3;
  19.         TQRShape *QRShape1;
  20. private:    // User declarations
  21. public:        // User declarations
  22.         virtual __fastcall TMAtypicalRPTform(TComponent* Owner);
  23. };
  24. //---------------------------------------------------------------------------
  25. extern TMAtypicalRPTform *MAtypicalRPTform;
  26. //---------------------------------------------------------------------------
  27. #endif
  28.