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

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