hoursrep.~h
来自「民航飞机生产管理系统,实现了飞机定检坚控,小时卡起落卡等的坚控,并能生成工作任务」· ~H 代码 · 共 56 行
~H
56 行
//---------------------------------------------------------------------------
#ifndef hoursrepH
#define hoursrepH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Qrctrls.hpp>
#include <QuickRpt.hpp>
#include <QRCtrls.hpp>
//---------------------------------------------------------------------------
class TForm32 : public TForm
{
__published: // IDE-managed Components
TQuickRep *QuickRep1;
TQRBand *ColumnHeaderBand1;
TQRBand *TitleBand1;
TQRBand *DetailBand1;
TQRBand *PageFooterBand1;
TQRLabel *title;
TQRLabel *QRLabel2;
TQRLabel *QRLabel3;
TQRDBText *QRDBText1;
TQRDBText *QRDBText2;
TQRDBText *QRDBText3;
TQRDBText *QRDBText4;
TQRDBText *QRDBText5;
TQRDBText *QRDBText7;
TQRLabel *QRLabel4;
TQRLabel *QRLabel5;
TQRLabel *QRLabel6;
TQRLabel *QRLabel7;
TQRShape *QRShape1;
TQRShape *QRShape2;
TQRShape *QRShape3;
TQRSysData *QRSysData1;
TQRSysData *QRSysData2;
TQRLabel *QRLabel1;
TQRLabel *QRLabel8;
TQRDBText *QRDBText6;
TQRLabel *dw;
TQRLabel *QRLabel9;
TQRSysData *QRSysData3;
void __fastcall FormCreate(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TForm32(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm32 *Form32;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?