fwqd1.h
来自「售后服务系统优质的售后服务是企业生存和市场竞争的保障」· C头文件 代码 · 共 64 行
H
64 行
//---------------------------------------------------------------------------
#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 + =
减小字号Ctrl + -
显示快捷键?