📄 mirepsdrl.h
字号:
//---------------------------------------------------------------------------
#ifndef MIRepSDrlH
#define MIRepSDrlH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <QRCtrls.hpp>
#include <QuickRpt.hpp>
//---------------------------------------------------------------------------
class TMIRepSDrlForm : 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 *QRDBText15;
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 *QRShape1;
TQRShape *QRShape2;
TQRShape *QRShape3;
TQRShape *QRShape4;
TQRShape *QRShape5;
TQRShape *QRShape6;
TQRShape *QRShape8;
TQRBand *PageHeaderBand2;
TQRBand *TitleBand1;
TQRDBText *QRDBText2;
TQRDBText *QRDBText3;
TQRDBText *QRDBText7;
TQRLabel *QRLabel1;
TQRLabel *QRLabel4;
TQRLabel *QRLabel5;
TQRLabel *QRLabel11;
TQRLabel *QRLabel12;
TQRLabel *QRLabel13;
TQRLabel *QRLabel14;
TQRLabel *QRLabel2;
TQRLabel *QRLabel18;
TQRSysData *QRSysData1;
TQRDBText *QRDBText1;
TQRLabel *QRLabel3;
TQRDBText *QRDBText8;
TQRDBText *QRDBText9;
TQRDBText *QRDBText10;
TQRDBText *QRDBText16;
TQRLabel *QRLabel10;
TQRBand *QRBand1;
TQRLabel *QRLabel20;
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 TMIRepSDrlForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TMIRepSDrlForm *MIRepSDrlForm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -