standardrouterep1.h
来自「某公司资料管理系统」· C头文件 代码 · 共 45 行
H
45 行
//---------------------------------------------------------------------------
#ifndef StandardRouteRep1H
#define StandardRouteRep1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <QRCtrls.hpp>
#include <QuickRpt.hpp>
//---------------------------------------------------------------------------
class TStandardRouteRep1Form : public TForm
{
__published: // IDE-managed Components
TQuickRep *QuickRep1;
TQRBand *ColumnHeaderBand1;
TQRLabel *QRLabel3;
TQRLabel *QRLabel4;
TQRLabel *QRLabel5;
TQRLabel *QRLabel6;
TQRLabel *QRLabel8;
TQRBand *TitleBand1;
TQRLabel *QRLabel1;
TQRLabel *QRLabel2;
TQRSysData *QRSysData1;
TQRLabel *QRLabel7;
TQRSysData *QRSysData2;
TQRBand *DetailBand1;
TQRDBText *QRDBText1;
TQRDBText *QRDBText2;
TQRDBText *QRDBText3;
TQRDBText *QRDBText4;
TQRDBText *QRDBText5;
TQRBand *PageFooterBand1;
private: // User declarations
public: // User declarations
__fastcall TStandardRouteRep1Form(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TStandardRouteRep1Form *StandardRouteRep1Form;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?