mireproutesdrl.h

来自「某公司资料管理系统」· C头文件 代码 · 共 73 行

H
73
字号
//---------------------------------------------------------------------------

#ifndef MIRepRouteSDRLH
#define MIRepRouteSDRLH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <QRCtrls.hpp>
#include <QuickRpt.hpp>
//---------------------------------------------------------------------------
class TMIRepRouteSDRLForm : public TForm
{
__published:	// IDE-managed Components
        TQuickRep *QuickRep1;
        TQRBand *DetailBand1;
        TQRDBText *QRDBText4;
        TQRDBText *QRDBText5;
        TQRDBText *QRDBText6;
        TQRDBText *QRDBText11;
        TQRDBText *QRDBText12;
        TQRDBText *QRDBText13;
        TQRDBText *QRDBText14;
        TQRDBText *QRDBText16;
        TQRShape *QRShape9;
        TQRShape *QRShape10;
        TQRShape *QRShape11;
        TQRShape *QRShape12;
        TQRShape *QRShape13;
        TQRShape *QRShape14;
        TQRShape *QRShape16;
        TQRBand *ColumnHeaderBand1;
        TQRLabel *QRLabel6;
        TQRLabel *QRLabel7;
        TQRLabel *QRLabel8;
        TQRLabel *QRLabel9;
        TQRLabel *QRLabel15;
        TQRLabel *QRLabel16;
        TQRLabel *QRLabel17;
        TQRLabel *QRLabel19;
        TQRShape *Line12;
        TQRShape *Line13;
        TQRShape *Line14;
        TQRShape *Line15;
        TQRShape *Line16;
        TQRShape *Line17;
        TQRShape *Line11;
        TQRLabel *QRLabel21;
        TQRBand *TitleBand1;
        TQRLabel *QRLabel3;
        TQRDBText *QRDBText1;
        TQRLabel *QRLabel1;
        TQRBand *QRBand1;
        TQRLabel *QRLabel2;
        TQRLabel *LabSumQty;
        void __fastcall QuickRep1BeforePrint(TCustomQuickRep *Sender,
          bool &PrintReport);
        void __fastcall DetailBand1BeforePrint(TQRCustomBand *Sender,
          bool &PrintBand);
        void __fastcall QRBand1BeforePrint(TQRCustomBand *Sender,
          bool &PrintBand);
private:	// User declarations
        int SumQty ;
public:		// User declarations
        __fastcall TMIRepRouteSDRLForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TMIRepRouteSDRLForm *MIRepRouteSDRLForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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