📄 mireproutesdrl.h
字号:
//---------------------------------------------------------------------------
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -