home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / RPTFORM.H < prev    next >
C/C++ Source or Header  |  1997-02-14  |  1KB  |  32 lines

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