home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef InvoiceH
- #define InvoiceH
- //---------------------------------------------------------------------------
- #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 TInvoiceReportForm : public TForm
- {
- __published: // IDE-managed Components
- TQRBand *TitleBand;
- TImage *Image1;
- TQRShape *QRShape1;
- TQRLabel *QRLabel1;
- TQRLabel *QRLabel2;
- TQRBand *MainBand;
- TQRLabel *QRLabel3;
- TQRDBText *QRDBText1;
- TQuickReport *InvoiceReport;
- TQRDetailLink *PartsDetailLink;
- TQRDBText *QRDBText2;
- TQRDBText *QRDBText3;
- TQRDBText *QRDBText4;
- TQRDBText *QRDBText5;
- TQRDBText *QRDBText6;
- TQRDBText *QRDBText7;
- TQRLabel *QRLabel4;
- TQRShape *QRShape2;
- TQRDBText *QRDBText8;
- TQRDBText *QRDBText9;
- TQRDBText *QRDBText10;
- TQRDBText *QRDBText11;
- TQRDBText *QRDBText12;
- TQRDBText *QRDBText13;
- TQRDBText *QRDBText14;
- TQRDBText *QRDBText15;
- TQRLabel *QRLabel5;
- TQRDBText *QRDBText16;
- TQRDBText *QRDBText17;
- TQRDBText *QRDBText18;
- TQRDBText *QRDBText19;
- TQRDBText *QRDBText20;
- TQRDBText *QRDBText21;
- TQRDBText *QRDBText22;
- TQRLabel *QRLabel6;
- TQRBand *PartsBand;
- TQRDBText *QRDBText23;
- TQRDBText *QRDBText24;
- TQRDBText *QRDBText25;
- TQRDBText *QRDBText26;
- TQRDBText *QRDBText27;
- TQRDBText *QRDBText28;
- TQRBand *QRBand1;
- TQRShape *QRShape3;
- TQRDBText *QRDBText29;
- TQRLabel *QRLabel7;
- TQRLabel *QRLabel8;
- TQRDBText *QRDBText30;
- TQRDBText *QRDBText31;
- TQRLabel *QRLabel9;
- TQRShape *QRShape4;
- TQRDBText *QRDBText32;
- TQRLabel *QRLabel10;
- TQRDBText *QRDBText33;
- TQRShape *QRShape5;
- TQRLabel *QRLabel11;
- TQRDBText *QRDBText34;
- TQRLabel *QRLabel12;
- private: // User declarations
- public: // User declarations
- virtual __fastcall TInvoiceReportForm(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TInvoiceReportForm *InvoiceReportForm;
- //---------------------------------------------------------------------------
- #endif
-