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

📄 uqrfout.h

📁 超市配货中心进销存源码 超市配货中心进销存源码
💻 H
字号:
//----------------------------------------------------------------------------
#ifndef uqrfOutH
#define uqrfOutH
//----------------------------------------------------------------------------
#include <vcl\ExtCtrls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Quickrpt.hpp>
#include <vcl\Dialogs.hpp>
#include <vcl\Forms.hpp>
#include <vcl\Controls.hpp>
#include <vcl\Graphics.hpp>
#include <vcl\Classes.hpp>
#include <vcl\SysUtils.hpp>
#include <vcl\Messages.hpp>
#include <vcl\Windows.hpp>
#include <vcl\System.hpp>
#include <Qrctrls.hpp>
#include <QuickRpt.hpp>
//----------------------------------------------------------------------------
class TqrfOut : public TQuickRep
{
__published:
        TQuickRep *qrInto;
        TQRBand *DetailBand1;
        TQRDBText *QRDBText2;
        TQRDBText *QRDBText1;
        TQRDBText *QRDBText4;
        TQRDBText *QRDBText6;
        TQRDBText *QRDBText7;
        TQRDBText *QRDBText8;
        TQRDBText *QRDBText9;
        TQRShape *QRShape3;
        TQRShape *QRShape4;
        TQRShape *QRShape5;
        TQRShape *QRShape6;
        TQRShape *QRShape7;
        TQRShape *QRShape8;
        TQRShape *QRShape9;
        TQRShape *QRShape10;
        TQRShape *QRShape11;
        TQRBand *TitleBand1;
        TQRSysData *QRSysData1;
        TQRBand *ColumnHeaderBand1;
        TQRLabel *QRLabel1;
        TQRLabel *qrCH;
        TQRLabel *qrlLQ;
        TQRBand *QRBand1;
        TQRExpr *QRExpr1;
        TQRLabel *QRLabel9;
        TQRLabel *QRLabel10;
        TQRShape *QRShape12;
        TQRShape *QRShape13;
        TQRShape *QRShape14;
        TQRShape *QRShape15;
        TQRLabel *QRLabel11;
        TQRExpr *QRExpr2;
        TQRShape *QRShape16;
        TQRGroup *QRGroup1;
        TQRDBText *QRDBText3;
        TQRShape *QRShape17;
        TQRLabel *QRLabel7;
        TQRLabel *QRLabel2;
        TQRLabel *QRLabel3;
        TQRLabel *QRLabel4;
        TQRLabel *QRLabel8;
        TQRLabel *QRLabel6;
        TQRLabel *QRLabel5;
        TQRLabel *QRLabel12;
        TQRShape *QRShape2;
        TQRShape *QRShape1;
        void __fastcall qrIntoPreview(TObject *Sender);
private:
public:
	virtual __fastcall TqrfOut(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE TqrfOut *qrfOut;
//----------------------------------------------------------------------------
#endif    

⌨️ 快捷键说明

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