ubh.h

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

H
61
字号
//----------------------------------------------------------------------------
#ifndef UBHH
#define UBHH
//----------------------------------------------------------------------------
#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 <ExtCtrls.hpp>
#include <Qrctrls.hpp>
//----------------------------------------------------------------------------
class TqrBH : 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;
        TQRShape *QRShape18;
        TQRLabel *QRLabel7;
        TQRLabel *QRLabel3;
        TQRLabel *QRLabel2;
        TQRLabel *QRLabel4;
        TQRLabel *QRLabel8;
        TQRLabel *QRLabel6;
        TQRLabel *QRLabel5;
        TQRLabel *QRLabel12;
        TQRLabel *QRLabel13;
        TQRShape *QRShape2;
        TQRLabel *QRLabel1;
        TQRLabel *qrlLQ;
        TQRShape *QRShape1;
private:
public:
   __fastcall TqrBH::TQuickReport1(TComponent* Owner);
};
//----------------------------------------------------------------------------
extern TqrBH *qrBH;
//----------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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