standardrouterep.h

来自「某公司资料管理系统」· C头文件 代码 · 共 47 行

H
47
字号
//---------------------------------------------------------------------------

#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 + =
减小字号Ctrl + -
显示快捷键?