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

📄 p_printcus.h

📁 客户管理挂件
💻 H
字号:
//----------------------------------------------------------------------------
#ifndef P_PrintCusH
#define P_PrintCusH
//----------------------------------------------------------------------------
#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 TPrint1 : public TQuickRep
{
__published:
        TQRBand *QRBand1;
        TADOQuery *ADOQuery1;
        TDataSource *DataSource1;
        TQRDBText *QRDBText1;
        TQRDBText *QRDBText2;
        void __fastcall QuickRepBeforePrint(TCustomQuickRep *Sender,
          bool &PrintReport);
private:
public:
   __fastcall TPrint1::TQuickReport1(TComponent* Owner);
};
//----------------------------------------------------------------------------
extern TPrint1 *Print1;
//----------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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