⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 printall.h

📁 客户管理挂件
💻 H
字号:
//----------------------------------------------------------------------------
#ifndef PrintAllH
#define PrintAllH
//----------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\QuickRpt.hpp>
#include <vcl\QRCtrls.hpp>
#include <ADODB.hpp>
#include <DB.hpp>
#include <ExtCtrls.hpp>
//----------------------------------------------------------------------------
class TQuickReport1 : public TQuickRep
{
__published:
        TADOQuery *ADOQuery1;
        TDataSource *DataSource1;
        TQRBand *QRBand1;
        TQRBand *QRBand2;
        TQRDBText *QRDBText4;
        TQRDBText *QRDBText5;
        TQRDBText *QRDBText6;
        TQRLabel *QRLabel1;
        TQRBand *QRBand3;
        TQRLabel *QRLabel2;
        TQRDBText *QRDBText1;
        void __fastcall QuickRepBeforePrint(TCustomQuickRep *Sender,
          bool &PrintReport);
private:
public:
String sql;
   __fastcall TQuickReport1::TQuickReport1(TComponent* Owner);
   __fastcall TQuickReport1::TQuickReport1(TComponent* Owner,String sSQL_query);
};
//----------------------------------------------------------------------------
extern TQuickReport1 *QuickReport1;
//----------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -