print.h
上传用户:tangpei45
上传日期:2013-07-14
资源大小:9104k
文件大小:2k
- //---------------------------------------------------------------------------
- #ifndef printH
- #define printH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <ExtCtrls.hpp>
- #include <QuickRpt.hpp>
- #include <DB.hpp>
- #include <DBTables.hpp>
- #include <QRCtrls.hpp>
- //---------------------------------------------------------------------------
- class TfmPrint : public TForm
- {
- __published: // IDE-managed Components
- TQuickRep *QuickRep1;
- TQRBand *ColumnHeaderBand1;
- TQRBand *PageFooterBand1;
- TQRBand *PageHeaderBand1;
- TQuery *Query1;
- TQRDBText *QRDBText1;
- TQRLabel *QRLabel2;
- TQRBand *DetailBand1;
- TQRDBText *QRDBText2;
- TQRDBText *QRDBText3;
- TQRDBText *QRDBText4;
- TQRDBText *QRDBText5;
- TQRDBText *QRDBText6;
- TQRLabel *QRLabel3;
- TQRDBText *QRDBText7;
- TQRDBText *QRDBText8;
- TQRDBText *QRDBText9;
- TQRBand *TitleBand1;
- TQRBand *SummaryBand1;
- TQRLabel *QRLabel4;
- TQRExpr *QRExpr1;
- TQRLabel *QRLabel5;
- TQRLabel *QRLabel6;
- TQRLabel *QRLabel7;
- TQRLabel *QRLabel8;
- TQRLabel *QRLabel9;
- TQRLabel *QRLabel10;
- TQRLabel *QRLabel11;
- TQRDBText *QRDBText10;
- TQRLabel *QRLabel12;
- TQRLabel *QRLabel1;
- TQRSysData *QRSysData1;
- TQRSysData *QRSysData3;
- TQRShape *QRShape1;
- TQRShape *QRShape2;
- TQRShape *QRShape3;
- TQRShape *QRShape4;
- TQRShape *QRShape5;
- TQRShape *QRShape6;
- TQRShape *QRShape7;
- TQRShape *QRShape8;
- TQRShape *QRShape9;
- TQRShape *QRShape10;
- TQRShape *QRShape11;
- TQRShape *QRShape12;
- TQRShape *QRShape13;
- private: // User declarations
- public: // User declarations
- __fastcall TfmPrint(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TfmPrint *fmPrint;
- //---------------------------------------------------------------------------
- #endif