client_print.h
来自「小型CRM客户关系管理」· C头文件 代码 · 共 63 行
H
63 行
//---------------------------------------------------------------------------
#ifndef Client_PrintH
#define Client_PrintH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <QuickRpt.hpp>
#include <QRCtrls.hpp>
//---------------------------------------------------------------------------
class TF_Client_Print : public TForm
{
__published: // IDE-managed Components
TQuickRep *QuickRep1;
TQRBand *TitleBand1;
TQRBand *DetailBand1;
TQRBand *PageFooterBand1;
TQRGroup *QRGroup1;
TQRBand *QRBand1;
TQRLabel *QRLabel1;
TQRShape *QRShape7;
TQRShape *QRShape1;
TQRShape *QRShape2;
TQRLabel *QRLabel2;
TQRDBText *QRDBText1;
TQRLabel *QRLabel3;
TQRDBText *QRDBText2;
TQRLabel *QRLabel4;
TQRDBText *QRDBText3;
TQRLabel *QRLabel5;
TQRDBText *QRDBText4;
TQRLabel *QRLabel6;
TQRDBText *QRDBText5;
TQRLabel *QRLabel7;
TQRDBText *QRDBText6;
TQRLabel *QRLabel8;
TQRLabel *QRLabel9;
TQRDBText *QRDBText7;
TQRShape *QRShape3;
TQRLabel *QRLabel10;
TQRLabel *QRLabel11;
TQRLabel *QRLabel12;
TQRDBText *QRDBText8;
TQRDBText *QRDBText9;
TQRDBText *QRDBText10;
TQRLabel *QRLabel13;
TQRSysData *QRSysData2;
TQRSysData *QRSysData1;
TQRExpr *QRExpr1;
TQRLabel *QRLabel14;
TQRExpr *QRExpr2;
private: // User declarations
public: // User declarations
__fastcall TF_Client_Print(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TF_Client_Print *F_Client_Print;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?