📄 mireproute.h
字号:
//---------------------------------------------------------------------------
#ifndef MIRepRouteH
#define MIRepRouteH
//---------------------------------------------------------------------------
#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 TMIRepRouteForm : public TForm
{
__published: // IDE-managed Components
TQuickRep *QuickRep1;
TQRGroup *QRGroup1;
TQRBand *QRBand1;
TQRBand *DetailBand1;
TQRDBText *ItemNo;
TQRLabel *QRLabel14;
TQRDBText *QRDBText1;
TQRDBImage *QRDBImage1;
TQRShape *QRShape1;
TQRLabel *QRLabelItemNo;
TQRLabel *QRLabel1;
TQRLabel *QRLabel2;
TQRLabel *QRLabel3;
TQRDBText *QRDBText3;
TDataSource *DataSource1;
TQRShape *Line1;
TQRShape *Line2;
TQRShape *Line3;
TQRShape *Line21;
TQRBand *PageFooterBand1;
TQRSysData *QRSysData1;
TQRLabel *QRLabel9;
TQuery *Query1;
TQRDBText *QRDBText2;
TQRDBText *QRDBText4;
TQRDBText *QRDBText5;
TQRShape *Line22;
TQRShape *Line23;
void __fastcall QRGroup1BeforePrint(TQRCustomBand *Sender,
bool &PrintBand);
private: // User declarations
public: // User declarations
__fastcall TMIRepRouteForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TMIRepRouteForm *MIRepRouteForm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -