print.h
上传用户:tangpei45
上传日期:2013-07-14
资源大小:9104k
文件大小:2k
源码类别:

百货/超市行业

开发平台:

C++ Builder

  1. //---------------------------------------------------------------------------
  2. #ifndef printH
  3. #define printH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include <ExtCtrls.hpp>
  10. #include <QuickRpt.hpp>
  11. #include <DB.hpp>
  12. #include <DBTables.hpp>
  13. #include <QRCtrls.hpp>
  14. //---------------------------------------------------------------------------
  15. class TfmPrint : public TForm
  16. {
  17. __published: // IDE-managed Components
  18.     TQuickRep *QuickRep1;
  19.     TQRBand *ColumnHeaderBand1;
  20.     TQRBand *PageFooterBand1;
  21.     TQRBand *PageHeaderBand1;
  22.     TQuery *Query1;
  23.     TQRDBText *QRDBText1;
  24.     TQRLabel *QRLabel2;
  25.     TQRBand *DetailBand1;
  26.     TQRDBText *QRDBText2;
  27.     TQRDBText *QRDBText3;
  28.     TQRDBText *QRDBText4;
  29.     TQRDBText *QRDBText5;
  30.     TQRDBText *QRDBText6;
  31.     TQRLabel *QRLabel3;
  32.     TQRDBText *QRDBText7;
  33.     TQRDBText *QRDBText8;
  34.     TQRDBText *QRDBText9;
  35.     TQRBand *TitleBand1;
  36.     TQRBand *SummaryBand1;
  37.     TQRLabel *QRLabel4;
  38.     TQRExpr *QRExpr1;
  39.     TQRLabel *QRLabel5;
  40.     TQRLabel *QRLabel6;
  41.     TQRLabel *QRLabel7;
  42.     TQRLabel *QRLabel8;
  43.     TQRLabel *QRLabel9;
  44.     TQRLabel *QRLabel10;
  45.     TQRLabel *QRLabel11;
  46.     TQRDBText *QRDBText10;
  47.     TQRLabel *QRLabel12;
  48.     TQRLabel *QRLabel1;
  49.     TQRSysData *QRSysData1;
  50.     TQRSysData *QRSysData3;
  51.     TQRShape *QRShape1;
  52.     TQRShape *QRShape2;
  53.     TQRShape *QRShape3;
  54.     TQRShape *QRShape4;
  55.     TQRShape *QRShape5;
  56.     TQRShape *QRShape6;
  57.     TQRShape *QRShape7;
  58.     TQRShape *QRShape8;
  59.     TQRShape *QRShape9;
  60.     TQRShape *QRShape10;
  61.     TQRShape *QRShape11;
  62.     TQRShape *QRShape12;
  63.     TQRShape *QRShape13;
  64. private: // User declarations
  65. public: // User declarations
  66.     __fastcall TfmPrint(TComponent* Owner);
  67. };
  68. //---------------------------------------------------------------------------
  69. extern PACKAGE TfmPrint *fmPrint;
  70. //---------------------------------------------------------------------------
  71. #endif