uckda.h

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

H
85
字号
//----------------------------------------------------------------------------
#ifndef uCKDaH
#define uCKDaH
//----------------------------------------------------------------------------
#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 TqrlfCKda : 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;
        TQRDBText *QRDBText3;
        TQRShape *QRShape17;
        TQRBand *TitleBand1;
        TQRSysData *QRSysData1;
        TQRBand *ColumnHeaderBand1;
        TQRLabel *qrlFD;
        TQRBand *QRBand1;
        TQRExpr *QRExpr1;
        TQRLabel *QRLabel9;
        TQRLabel *QRLabel10;
        TQRShape *QRShape12;
        TQRShape *QRShape13;
        TQRShape *QRShape14;
        TQRShape *QRShape15;
        TQRLabel *QRLabel11;
        TQRShape *QRShape16;
        TQRGroup *QRGroup2;
        TQRLabel *QRLabel13;
        TQRDBText *QRDBText5;
        TQRShape *QRShape18;
        TQRLabel *QRLabel7;
        TQRLabel *QRLabel2;
        TQRLabel *QRLabel3;
        TQRLabel *QRLabel4;
        TQRLabel *QRLabel8;
        TQRLabel *QRLabel6;
        TQRLabel *QRLabel5;
        TQRLabel *QRLabel12;
        TQRShape *QRShape1;
        TQRBand *QRBand2;
        TQRLabel *QRLabel1;
        TQRSysData *QRSysData2;
        TQRLabel *QRLabel14;
        TQRShape *QRShape2;
        TQRExpr *QRExpr2;
        TQRExpr *QRExpr3;
private:
public:
	virtual __fastcall TqrlfCKda(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE TqrlfCKda *qrlfCKda;
//----------------------------------------------------------------------------
#endif    

⌨️ 快捷键说明

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