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

  1. //----------------------------------------------------------------------------
  2. //Borland C++Builder
  3. //Copyright (c) 1987, 1997 Borland International Inc. All Rights Reserved.
  4. //----------------------------------------------------------------------------
  5. //---------------------------------------------------------------------------
  6. #ifndef simprepH
  7. #define simprepH
  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 TSimpForm : public TForm
  17. {
  18. __published:    // IDE-managed Components 
  19.     TQRBand *TitleBand;
  20.     TImage *Image1;
  21.     TQRLabel *QRLabel1;
  22.     TQRLabel *QRLabel2;
  23.     TQRLabel *QRLabel3;
  24.     TQRShape *QRShape1;
  25.     TQRBand *DetailBand;
  26.     TQRDBText *QRDBText1;
  27.     TQRDBText *QRDBText3;
  28.     TQRDBText *QRDBText4;
  29.     TQRDBText *QRDBText5;
  30.     TQRDBText *QRDBText2;
  31.     TQRBand *PageFooterBand;
  32.     TQRSysData *QRSysData1;
  33.     TQRBand *QRBand1;
  34.     TQRLabel *QRLabel4;
  35.     TQRLabel *QRLabel5;
  36.     TQRLabel *QRLabel6;
  37.     TQRLabel *QRLabel7;
  38.     TQRLabel *QRLabel8;
  39.     TQRBand *QRBand2;
  40.     TQuickReport *SimpRep;
  41.     TQRGroup *QRGroup1;
  42.     void __fastcall QRGroup1NeedData(AnsiString &Value);
  43.     void __fastcall QRBand2AfterPrint(bool BandPrinted);
  44. private:        // User declarations
  45. public:         // User declarations
  46.     virtual __fastcall TSimpForm(TComponent* Owner);
  47. };
  48. //---------------------------------------------------------------------------
  49. extern TSimpForm *SimpForm;
  50. //---------------------------------------------------------------------------
  51. #endif
  52.