printall.h

来自「客户管理挂件」· C头文件 代码 · 共 40 行

H
40
字号
//----------------------------------------------------------------------------
#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 + =
减小字号Ctrl + -
显示快捷键?