📄 standardrouterep.h
字号:
//---------------------------------------------------------------------------
#ifndef StandardRouteRepH
#define StandardRouteRepH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <QRCtrls.hpp>
#include <QuickRpt.hpp>
//---------------------------------------------------------------------------
class TStandardRouteRepForm : public TForm
{
__published: // IDE-managed Components
TQuickRep *QuickRep1;
TQRBand *ColumnHeaderBand1;
TQRBand *TitleBand1;
TQRBand *DetailBand1;
TQRLabel *QRLabel1;
TQRLabel *QRLabel2;
TQRSysData *QRSysData1;
TQRLabel *QRLabel3;
TQRLabel *QRLabel4;
TQRLabel *QRLabel5;
TQRLabel *QRLabel6;
TQRLabel *QRLabel8;
TQRDBText *QRDBText1;
TQRDBText *QRDBText2;
TQRDBText *QRDBText3;
TQRDBText *QRDBText4;
TQRDBText *QRDBText5;
TQRSubDetail *QRSubDetail1;
TQRDBText *QRDBText6;
TQRDBText *QRDBText7;
TQRLabel *QRLabel7;
TQRSysData *QRSysData2;
private: // User declarations
public: // User declarations
__fastcall TStandardRouteRepForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TStandardRouteRepForm *StandardRouteRepForm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -