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

  1. //----------------------------------------------------------------------------
  2. //Borland C++Builder
  3. //Copyright (c) 1987, 1997 Borland International Inc. All Rights Reserved.
  4. //----------------------------------------------------------------------------
  5. //---------------------------------------------------------------------------
  6. #ifndef MDRepH
  7. #define MDRepH
  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 TMDForm : public TForm
  17. {
  18. __published:    // IDE-managed Components 
  19.     TQRBand *Orderlines;
  20.     TQRDBText *QRDBText8;
  21.     TQRDBText *QRDBText12;
  22.     TQRDBText *QRDBText13;
  23.     TQRDBText *QRDBText14;
  24.     TQRDBText *QRDBText16;
  25.     TQRBand *Title;
  26.     TQRLabel *QRLabel15;
  27.     TImage *Image1;
  28.     TQRLabel *QRLabel1;
  29.     TQRLabel *QRLabel16;
  30.     TQRBand *CustomerHeading;
  31.     TQRDBText *QRDBText1;
  32.     TQRLabel *QRLabel3;
  33.     TQRLabel *QRLabel4;
  34.     TQRDBText *QRDBText3;
  35.     TQRDBText *QRDBText4;
  36.     TQRLabel *QRLabel5;
  37.     TQRDBText *QRDBText5;
  38.     TQRBand *CustomerFooter;
  39.     TQRDBCalc *QRDBCalc1;
  40.     TQRLabel *QRLabel7;
  41.     TQRBand *PageFooter;
  42.     TQRSysData *QRSysData1;
  43.     TQRBand *Summary;
  44.     TQRDBCalc *QRDBCalc2;
  45.     TQRLabel *QRLabel6;
  46.     TQRLabel *QRLabel9;
  47.     TQRLabel *QRLabel10;
  48.     TQRDBCalc *QRDBCalc4;
  49.     TQRDBCalc *QRDBCalc5;
  50.     TQRLabel *QRLabel11;
  51.     TQRDBCalc *QRDBCalc6;
  52.     TQRLabel *QRLabel12;
  53.     TQRDBCalc *QRDBCalc7;
  54.     TQRBand *Detail;
  55.     TQRDBText *QRDBText2;
  56.     TQRDBText *QRDBText7;
  57.     TQRLabel *QRLabel2;
  58.     TQRLabel *QRLabel8;
  59.     TQRLabel *QRLabel17;
  60.     TQRShape *QRShape1;
  61.     TQRLabel *QRLabel18;
  62.     TQRShape *QRShape2;
  63.     TQRLabel *QRLabel19;
  64.     TQRShape *QRShape3;
  65.     TQRLabel *QRLabel20;
  66.     TQRShape *QRShape4;
  67.     TQRBand *OrderSummary;
  68.     TQRShape *QRShape5;
  69.     TQRLabel *QRLabel21;
  70.     TQRDBCalc *QRDBCalc3;
  71.     TQuickReport *MDRep;
  72.     TQRDetailLink *QRDetailLink1;
  73.     TQRDetailLink *QRDetailLink2;
  74. private:        // User declarations
  75. public:         // User declarations
  76.     virtual __fastcall TMDForm(TComponent* Owner);
  77. };
  78. //---------------------------------------------------------------------------
  79. extern TMDForm *MDForm;
  80. //---------------------------------------------------------------------------
  81. #endif
  82.