📄 person_info_print.h
字号:
//---------------------------------------------------------------------------
#ifndef Person_Info_PrintH
#define Person_Info_PrintH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <QuickRpt.hpp>
#include <QRCtrls.hpp>
//---------------------------------------------------------------------------
class TF_Info_Print : public TForm
{
__published: // IDE-managed Components
TQuickRep *QuickRep1;
TQRBand *TitleBand1;
TQRBand *DetailBand1;
TQRBand *PageFooterBand1;
TQRLabel *QRLabel1;
TQRShape *QRShape1;
TQRShape *QRShape2;
TQRShape *QRShape3;
TQRShape *QRShape4;
TQRLabel *QRLabel2;
TQRDBText *QRDBText1;
TQRShape *QRShape5;
TQRShape *QRShape6;
TQRShape *QRShape7;
TQRLabel *QRLabel3;
TQRShape *QRShape8;
TQRShape *QRShape9;
TQRShape *QRShape10;
TQRDBText *QRDBText2;
TQRLabel *QRLabel4;
TQRDBText *QRDBText3;
TQRShape *QRShape11;
TQRLabel *QRLabel5;
TQRShape *QRShape12;
TQRDBText *QRDBText4;
TQRShape *QRShape13;
TQRLabel *QRLabel6;
TQRShape *QRShape14;
TQRDBText *QRDBText5;
TQRShape *QRShape15;
TQRShape *QRShape16;
TQRLabel *QRLabel7;
TQRShape *QRShape17;
TQRDBText *QRDBText6;
TQRShape *QRShape18;
TQRLabel *QRLabel8;
TQRShape *QRShape19;
TQRShape *QRShape20;
TQRShape *QRShape21;
TQRDBText *QRDBText7;
TQRShape *QRShape22;
TQRLabel *QRLabel9;
TQRShape *QRShape23;
TQRDBText *QRDBText8;
TQRShape *QRShape24;
TQRLabel *QRLabel10;
TQRShape *QRShape25;
TQRDBText *QRDBText9;
TQRShape *QRShape26;
TQRShape *QRShape27;
TQRLabel *QRLabel11;
TQRShape *QRShape28;
TQRDBText *QRDBText10;
TQRShape *QRShape29;
TQRLabel *QRLabel12;
TQRShape *QRShape30;
TQRDBText *QRDBText11;
TQRShape *QRShape31;
TQRLabel *QRLabel13;
TQRDBText *QRDBText12;
TQRShape *QRShape33;
TQRDBText *QRDBText13;
TQRLabel *QRLabel14;
TQRShape *QRShape34;
TQRShape *QRShape35;
TQRLabel *QRLabel15;
TQRDBText *QRDBText14;
TQRShape *QRShape36;
TQRShape *QRShape37;
TQRSysData *QRSysData1;
TQRSysData *QRSysData2;
private: // User declarations
public: // User declarations
__fastcall TF_Info_Print(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TF_Info_Print *F_Info_Print;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -