home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / INVOICE.H < prev    next >
C/C++ Source or Header  |  1997-02-14  |  3KB  |  85 lines

  1. //---------------------------------------------------------------------------
  2. // Borland C++Builder
  3. // Copyright (c) 1987, 1997 Borland International Inc.  All Rights Reserved.
  4. //---------------------------------------------------------------------------
  5. //---------------------------------------------------------------------------
  6. #ifndef InvoiceH
  7. #define InvoiceH
  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 TInvoiceReportForm : public TForm
  17. {
  18. __published:    // IDE-managed Components
  19.         TQRBand *TitleBand;
  20.         TImage *Image1;
  21.         TQRShape *QRShape1;
  22.         TQRLabel *QRLabel1;
  23.         TQRLabel *QRLabel2;
  24.         TQRBand *MainBand;
  25.         TQRLabel *QRLabel3;
  26.         TQRDBText *QRDBText1;
  27.         TQuickReport *InvoiceReport;
  28.         TQRDetailLink *PartsDetailLink;
  29.         TQRDBText *QRDBText2;
  30.         TQRDBText *QRDBText3;
  31.         TQRDBText *QRDBText4;
  32.         TQRDBText *QRDBText5;
  33.         TQRDBText *QRDBText6;
  34.         TQRDBText *QRDBText7;
  35.         TQRLabel *QRLabel4;
  36.         TQRShape *QRShape2;
  37.         TQRDBText *QRDBText8;
  38.         TQRDBText *QRDBText9;
  39.         TQRDBText *QRDBText10;
  40.         TQRDBText *QRDBText11;
  41.         TQRDBText *QRDBText12;
  42.         TQRDBText *QRDBText13;
  43.         TQRDBText *QRDBText14;
  44.         TQRDBText *QRDBText15;
  45.         TQRLabel *QRLabel5;
  46.         TQRDBText *QRDBText16;
  47.         TQRDBText *QRDBText17;
  48.         TQRDBText *QRDBText18;
  49.         TQRDBText *QRDBText19;
  50.         TQRDBText *QRDBText20;
  51.         TQRDBText *QRDBText21;
  52.         TQRDBText *QRDBText22;
  53.         TQRLabel *QRLabel6;
  54.         TQRBand *PartsBand;
  55.         TQRDBText *QRDBText23;
  56.         TQRDBText *QRDBText24;
  57.         TQRDBText *QRDBText25;
  58.         TQRDBText *QRDBText26;
  59.         TQRDBText *QRDBText27;
  60.         TQRDBText *QRDBText28;
  61.         TQRBand *QRBand1;
  62.         TQRShape *QRShape3;
  63.         TQRDBText *QRDBText29;
  64.         TQRLabel *QRLabel7;
  65.         TQRLabel *QRLabel8;
  66.         TQRDBText *QRDBText30;
  67.         TQRDBText *QRDBText31;
  68.         TQRLabel *QRLabel9;
  69.         TQRShape *QRShape4;
  70.         TQRDBText *QRDBText32;
  71.         TQRLabel *QRLabel10;
  72.         TQRDBText *QRDBText33;
  73.         TQRShape *QRShape5;
  74.         TQRLabel *QRLabel11;
  75.         TQRDBText *QRDBText34;
  76.         TQRLabel *QRLabel12;
  77. private:    // User declarations
  78. public:        // User declarations
  79.         virtual __fastcall TInvoiceReportForm(TComponent* Owner);
  80. };
  81. //---------------------------------------------------------------------------
  82. extern TInvoiceReportForm *InvoiceReportForm;
  83. //---------------------------------------------------------------------------
  84. #endif
  85.