uqrkc.h

来自「超市配货中心进销存源码 超市配货中心进销存源码」· C头文件 代码 · 共 74 行

H
74
字号
//----------------------------------------------------------------------------
#ifndef UqrKCH
#define UqrKCH
//----------------------------------------------------------------------------
#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 TqrlfKC : public TQuickRep
{
__published:
        TQuickRep *qrInto;
        TQRBand *DetailBand1;
        TQRDBText *QRDBText2;
        TQRDBText *QRDBText1;
        TQRDBText *QRDBText4;
        TQRDBText *QRDBText6;
        TQRDBText *QRDBText7;
        TQRDBText *QRDBText9;
        TQRShape *QRShape3;
        TQRShape *QRShape4;
        TQRShape *QRShape5;
        TQRShape *QRShape6;
        TQRShape *QRShape7;
        TQRShape *QRShape8;
        TQRShape *QRShape9;
        TQRShape *QRShape11;
        TQRShape *QRShape17;
        TQRBand *TitleBand1;
        TQRBand *ColumnHeaderBand1;
        TQRLabel *qrlLQ;
        TQRLabel *QRLabel1;
        TQRLabel *QRLabel13;
        TQRLabel *qrlType;
        TQRLabel *QRLabel7;
        TQRLabel *QRLabel2;
        TQRLabel *QRLabel3;
        TQRLabel *QRLabel4;
        TQRLabel *QRLabel8;
        TQRLabel *QRLabel12;
        TQRLabel *QRLabel5;
        TQRShape *QRShape1;
        TQRShape *QRShape2;
        TQRBand *QRBand2;
        TQRLabel *QRLabel9;
        TQRExpr *QRExpr2;
        TQRExpr *QRExpr1;
        TQRLabel *QRLabel11;
        TQRLabel *QRLabel10;
        TQRSysData *QRSysData2;
        TQRLabel *QRLabel6;
        TQRLabel *QRLabel14;
        TQRDBText *QRDBText3;
        void __fastcall qrIntoPreview(TObject *Sender);
private:
public:
	virtual __fastcall TqrlfKC(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE TqrlfKC *qrlfKC;
//----------------------------------------------------------------------------
#endif    

⌨️ 快捷键说明

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