home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- // Borland C++Builder
- // Copyright (c) 1987, 1997 Borland International Inc. All Rights Reserved.
- //---------------------------------------------------------------------------
- //---------------------------------------------------------------------------
- #ifndef CustRptH
- #define CustRptH
- //---------------------------------------------------------------------------
- #include <vcl\Classes.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\QuickRep.hpp>
- #include <vcl\ExtCtrls.hpp>
- //---------------------------------------------------------------------------
- class TCustReportForm : public TForm
- {
- __published: // IDE-managed Components
- TQuickReport *CustomerReport;
- TQRDetailLink *QRDetailLink1;
- TQRBand *QRBand1;
- TImage *Image1;
- TQRShape *QRShape1;
- TQRLabel *QRLabel1;
- TQRLabel *QRLabel2;
- TQRLabel *QRLabel3;
- TQRBand *QRBand2;
- TQRLabel *QRLabel4;
- TQRLabel *QRLabel5;
- TQRLabel *QRLabel6;
- TQRLabel *QRLabel7;
- TQRLabel *QRLabel8;
- TQRLabel *QRLabel9;
- TQRBand *QRBand3;
- TQRDBText *QRDBText1;
- TQRDBText *QRDBText2;
- TQRDBText *QRDBText3;
- TQRDBText *QRDBText4;
- TQRDBText *QRDBText5;
- TQRDBText *QRDBText6;
- TQRDBText *QRDBText7;
- TQRDBText *QRDBText8;
- TQRDBText *QRDBText9;
- TQRDBText *QRDBText10;
- TQRDBText *QRDBText11;
- private: // User declarations
- public: // User declarations
- virtual __fastcall TCustReportForm(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TCustReportForm *CustReportForm;
- //---------------------------------------------------------------------------
- #endif
-