📄 qryplane.h
字号:
//---------------------------------------------------------------------------
#ifndef qryplaneH
#define qryplaneH
//---------------------------------------------------------------------------
#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 TForm12 : public TForm
{
__published: // IDE-managed Components
TQuickRep *QuickRep1;
TQRBand *TitleBand1;
TQRLabel *QRLabel1;
TQRBand *ColumnHeaderBand1;
TQRShape *QRShape1;
TQRShape *QRShape3;
TQRShape *QRShape4;
TQRLabel *QRLabel2;
TQRShape *QRShape5;
TQRShape *QRShape6;
TQRShape *QRShape7;
TQRShape *QRShape8;
TQRShape *QRShape9;
TQRShape *QRShape10;
TQRShape *QRShape11;
TQRShape *QRShape12;
TQRShape *QRShape13;
TQRLabel *QRLabel3;
TQRShape *QRShape14;
TQRShape *QRShape15;
TQRLabel *QRLabel4;
TQRLabel *QRLabel5;
TQRShape *QRShape16;
TQRShape *QRShape2;
TQRBand *DetailBand1;
TQRDBText *QRDBText1;
TQRLabel *QRLabel6;
TQRShape *QRShape17;
TQRLabel *QRLabel7;
TQRLabel *QRLabel8;
TQRLabel *QRLabel9;
TQRLabel *QRLabel10;
TQRLabel *QRLabel11;
TQRLabel *QRLabel12;
TQRLabel *QRLabel13;
TQRLabel *QRLabel14;
TQRLabel *QRLabel15;
TQRLabel *QRLabel16;
TQRLabel *QRLabel17;
TQRLabel *QRLabel18;
TQRLabel *QRLabel19;
TQRShape *QRShape18;
TQRShape *QRShape19;
TQRShape *QRShape20;
TQRShape *QRShape21;
TQRShape *QRShape22;
TQRShape *QRShape23;
TQRShape *QRShape24;
TQRShape *QRShape25;
TQRShape *QRShape26;
TQRShape *QRShape27;
TQRShape *QRShape28;
TQRShape *QRShape29;
TQRShape *QRShape30;
TQRShape *QRShape31;
TQRDBText *QRDBText2;
TQRDBText *QRDBText3;
TQRLabel *QRLabel20;
TQRLabel *QRLabel21;
TQRBand *PageFooterBand1;
TQRLabel *QRLabel22;
TQRSysData *QRSysData1;
TQRExpr *QRExpr1;
TQRExpr *QRExpr2;
TQRExpr *QRExpr3;
TQRExpr *QRExpr4;
TQRDBText *QRDBText5;
TQRDBText *QRDBText8;
TQRExpr *QRExpr5;
TQRExpr *QRExpr6;
TQRExpr *QRExpr7;
TQRExpr *QRExpr8;
TQRDBText *QRDBText10;
TQRDBText *QRDBText11;
TQRDBText *QRDBText12;
TQRDBText *QRDBText13;
TQRLabel *dw;
TQRExpr *QRExpr9;
TQRExpr *QRExpr10;
TQRExpr *QRExpr11;
TQRExpr *QRExpr12;
void __fastcall Button1Click(TObject *Sender);
void __fastcall FormCreate(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TForm12(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm12 *Form12;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -