home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / custrpt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  1.4 KB  |  44 lines

  1. //---------------------------------------------------------------------------
  2. #ifndef custrptH
  3. #define custrptH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include <ExtCtrls.hpp>
  10. #include <Qrctrls.hpp>
  11. #include <quickrpt.hpp>
  12. //---------------------------------------------------------------------------
  13. class TCustomerByInvoiceReport : public TForm
  14. {
  15. __published:    // IDE-managed Components
  16.     TQuickRep *CustomerByInvoiceRpt;
  17.     TQRBand *QRBand1;
  18.     TQRExpr *QRExpr1;
  19.     TQRDBText *QRDBText2;
  20.     TQRDBText *QRDBText3;
  21.     TQRDBText *QRDBText4;
  22.     TQRDBText *QRDBText5;
  23.     TQRDBText *QRDBText1;
  24.     TQRBand *QRBand2;
  25.     TQRLabel *QRLabel4;
  26.     TQRLabel *QRLabel5;
  27.     TQRLabel *QRLabel6;
  28.     TQRLabel *QRLabel7;
  29.     TQRLabel *QRLabel8;
  30.     TQRLabel *QRLabel9;
  31.     TQRBand *TitleBand1;
  32.     TQRLabel *QRLabel1;
  33.     TQRLabel *QRLabel2;
  34.     TQRLabel *QRLabel3;
  35.     void __fastcall QRDBText1Print(TObject *sender, AnsiString &Value);
  36. private:    // User declarations
  37. public:        // User declarations
  38.     __fastcall TCustomerByInvoiceReport(TComponent* Owner);
  39. };
  40. //---------------------------------------------------------------------------
  41. extern TCustomerByInvoiceReport *CustomerByInvoiceReport;
  42. //---------------------------------------------------------------------------
  43. #endif
  44.