📄 mirepfdrl.h
字号:
//---------------------------------------------------------------------------
#ifndef MIRepFDrlH
#define MIRepFDrlH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <QRCtrls.hpp>
#include <QuickRpt.hpp>
#include <DB.hpp>
#include <DBTables.hpp>
//---------------------------------------------------------------------------
class TMIRepFDrlForm : public TForm
{
__published: // IDE-managed Components
TQuickRep *QuickRep1;
TQRBand *TitleBand1;
TQRBand *QRBand1;
TQRLabel *QRLabel11;
TQRDBText *QRDBText7;
TQRLabel *QRLabel3;
TQRDBText *QRDBText1;
TQRLabel *QRLabel4;
TQRLabel *QRLabel12;
TQRDBText *QRDBText8;
TQRDBText *QRDBText2;
TQRLabel *QRLabel5;
TQRLabel *QRLabel13;
TQRDBText *QRDBText9;
TQRDBText *QRDBText3;
TQRLabel *QRLabel14;
TQRDBText *QRDBText10;
TQRBand *PageHeaderBand1;
TQRDBText *QRDBText18;
TQRLabel *QRLabel2;
TQRLabel *QRLabel1;
TQRLabel *QRLabel10;
TQRSysData *QRSysData1;
TQRDBText *QRDBText4;
TQRShape *QRShape1;
TQRDBText *QRDBText5;
TQRShape *QRShape2;
TQRDBText *QRDBText6;
TQRShape *QRShape3;
TQRDBText *QRDBText12;
TQRShape *QRShape4;
TQRDBText *QRDBText13;
TQRShape *QRShape5;
TQRDBText *QRDBText14;
TQRShape *QRShape6;
TQRDBText *QRDBText15;
TQRShape *QRShape7;
TQRDBText *QRDBText16;
TQRDBText *QRDBText11;
TQRShape *QRShape8;
TQRBand *ColumnHeaderBand1;
TQRLabel *QRLabel22;
TQRShape *QRShape9;
TQRLabel *QRLabel23;
TQRShape *QRShape10;
TQRLabel *QRLabel24;
TQRShape *QRShape11;
TQRLabel *QRLabel25;
TQRShape *QRShape12;
TQRLabel *QRLabel27;
TQRLabel *QRLabel26;
TQRShape *QRShape13;
TQRLabel *QRLabel28;
TQRShape *QRShape14;
TQRLabel *QRLabel29;
TQRShape *QRShape15;
TQRLabel *QRLabel30;
TQRLabel *QRLabel31;
TQRShape *QRShape16;
TQRLabel *QRLabel32;
TQRBand *SummaryBand1;
TQRLabel *QRLabel6;
TQRLabel *LabSumQty;
void __fastcall QuickRep1BeforePrint(TCustomQuickRep *Sender,
bool &PrintReport);
void __fastcall QRBand1BeforePrint(TQRCustomBand *Sender,
bool &PrintBand);
void __fastcall SummaryBand1BeforePrint(TQRCustomBand *Sender,
bool &PrintBand);
private: // User declarations
int SumQty;
public: // User declarations
__fastcall TMIRepFDrlForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TMIRepFDrlForm *MIRepFDrlForm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -