home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / CUSTRPT.H < prev    next >
C/C++ Source or Header  |  1997-01-16  |  2KB  |  50 lines

  1. //---------------------------------------------------------------------------
  2. #ifndef CustRptH
  3. #define CustRptH
  4. //---------------------------------------------------------------------------
  5. #include <vcl\Classes.hpp>
  6. #include <vcl\Controls.hpp>
  7. #include <vcl\StdCtrls.hpp>
  8. #include <vcl\Forms.hpp>
  9. #include <vcl\QuickRep.hpp>
  10. #include <vcl\ExtCtrls.hpp>
  11. //---------------------------------------------------------------------------
  12. class TCustReportForm : public TForm
  13. {
  14. __published:    // IDE-managed Components
  15.         TQuickReport *CustomerReport;
  16.         TQRDetailLink *QRDetailLink1;
  17.         TQRBand *QRBand1;
  18.         TImage *Image1;
  19.         TQRShape *QRShape1;
  20.         TQRLabel *QRLabel1;
  21.         TQRLabel *QRLabel2;
  22.         TQRLabel *QRLabel3;
  23.         TQRBand *QRBand2;
  24.         TQRLabel *QRLabel4;
  25.         TQRLabel *QRLabel5;
  26.         TQRLabel *QRLabel6;
  27.         TQRLabel *QRLabel7;
  28.         TQRLabel *QRLabel8;
  29.         TQRLabel *QRLabel9;
  30.         TQRBand *QRBand3;
  31.         TQRDBText *QRDBText1;
  32.         TQRDBText *QRDBText2;
  33.         TQRDBText *QRDBText3;
  34.         TQRDBText *QRDBText4;
  35.         TQRDBText *QRDBText5;
  36.         TQRDBText *QRDBText6;
  37.         TQRDBText *QRDBText7;
  38.         TQRDBText *QRDBText8;
  39.         TQRDBText *QRDBText9;
  40.         TQRDBText *QRDBText10;
  41.         TQRDBText *QRDBText11;
  42. private:    // User declarations
  43. public:        // User declarations
  44.         virtual __fastcall TCustReportForm(TComponent* Owner);
  45. };
  46. //---------------------------------------------------------------------------
  47. extern TCustReportForm *CustReportForm;
  48. //---------------------------------------------------------------------------
  49. #endif
  50.