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

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