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

  1. //---------------------------------------------------------------------------
  2. // Borland C++Builder
  3. // Copyright (c) 1987, 1997 Borland International Inc.  All Rights Reserved.
  4. //---------------------------------------------------------------------------
  5. //---------------------------------------------------------------------------
  6. #ifndef OrderRptH
  7. #define OrderRptH
  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 TOrdersReportForm : public TForm
  17. {
  18. __published:    // IDE-managed Components
  19.         TQRBand *QRBand1;
  20.         TImage *Image1;
  21.         TQRShape *QRShape1;
  22.         TQRLabel *QRLabel1;
  23.         TQRLabel *QRLabel2;
  24.         TQRLabel *QRLabel3;
  25.         TQuickReport *OrdersReport;
  26.         TQRBand *QRBand2;
  27.         TQRLabel *QRLabel4;
  28.         TQRLabel *QRLabel5;
  29.         TQRLabel *QRLabel6;
  30.         TQRLabel *QRLabel7;
  31.         TQRLabel *QRLabel8;
  32.         TQRLabel *QRLabel9;
  33.         TQRLabel *QRLabel10;
  34.         TQRLabel *QRLabel11;
  35.         TQRLabel *QRLabel12;
  36.         TQRBand *QRBand3;
  37.         TQRDBText *QRDBText1;
  38.         TQRDBText *QRDBText2;
  39.         TQRDetailLink *QRDetailLink1;
  40.         TQRDBText *QRDBText3;
  41.         TQRDBText *QRDBText4;
  42.         TQRDBText *QRDBText5;
  43.         TQRDBText *QRDBText6;
  44.         TQRDBText *QRDBText7;
  45.         TQRDBText *QRDBText8;
  46.         TQRDBText *QRDBText9;
  47. private:    // User declarations
  48. public:        // User declarations
  49.         virtual __fastcall TOrdersReportForm(TComponent* Owner);
  50. };
  51. //---------------------------------------------------------------------------
  52. extern TOrdersReportForm *OrdersReportForm;
  53. //---------------------------------------------------------------------------
  54. #endif
  55.