📄 fwqd1.h
字号:
//---------------------------------------------------------------------------
#ifndef fwqd1H
#define fwqd1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Qrctrls.hpp>
#include <QuickRpt.hpp>
//---------------------------------------------------------------------------
class TFwQdForm1 : public TForm
{
__published: // IDE-managed Components
TQuickRep *QuickRep1;
TQRBand *QRBand1;
TQRLabel *QRLabel1;
TQRLabel *QRLabel2;
TQRLabel *QRLabel3;
TQRBand *QRBand3;
TQRLabel *QRLabel14;
TQRLabel *QRLabel15;
TQRLabel *QRLabel16;
TQRLabel *QRLabel17;
TQRBand *QRBand4;
TQRBand *QRBand6;
TQRLabel *QRLabel4;
TQRSysData *QRSysData1;
TQRLabel *QRLabel12;
TQRDBText *QRDBText1;
TQRSubDetail *QRSubDetail1;
TQRDBText *QRDBText2;
TQRDBText *QRDBText3;
TQRDBText *QRDBText4;
TQRDBText *QRDBText5;
TQRDBText *QRDBText7;
TQRLabel *QRLabel5;
TQRLabel *QRLabel6;
TQRLabel *QRLabel7;
TQRLabel *QRLabel8;
TQRLabel *QRLabel9;
TQRLabel *QRLabel11;
TQRDBText *QRDBText8;
TQRLabel *QRLabel20;
TQRLabel *QRLabel21;
TQRLabel *QRLabel23;
TQRDBText *QRDBText12;
TQRDBText *QRDBText14;
TQRDBText *QRDBText15;
TQRLabel *QRLabel24;
TQRSysData *QRSysData2;
TQRChildBand *ChildBand1;
TQRChildBand *ChildBand2;
private: // User declarations
public: // User declarations
__fastcall TFwQdForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFwQdForm1 *FwQdForm1;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -