⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 prt.h

📁 销售分析,JUSCO,日月周查询,待完善.
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef prtH
#define prtH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <QRCtrls.hpp>
#include <QuickRpt.hpp>
#include <Chart.hpp>
#include <DbChart.hpp>
#include <QRTEE.hpp>
#include <Series.hpp>
#include <TeEngine.hpp>
#include <TeeProcs.hpp>
//---------------------------------------------------------------------------
class Tprint : public TForm
{
__published:	// IDE-managed Components
        TQuickRep *onstock;
        TQRSubDetail *QRSubDetail1;
        TQRBand *QRBand1;
        TQRDBText *QRDBText1;
        TQRDBText *QRDBText2;
        TQRDBText *QRDBText3;
        TQRDBText *QRDBText4;
        TQRDBText *QRDBText5;
        TQRDBText *QRDBText6;
        TQRLabel *QRLabel5;
        TQRLabel *QRLabel4;
        TQRLabel *QRLabel3;
        TQRLabel *QRLabel2;
        TQRLabel *QRLabel1;
        TQRLabel *QRLabel6;
        TQRLabel *QRLabel7;
        TQRLabel *QRLabel8;
        TQRLabel *QRLabel9;
        TQRLabel *QRLabel10;
        TQRLabel *QRLabel11;
        TQRLabel *QRLabel12;
        TQRBand *QRBand2;
        TQRLabel *QRLabel13;
        TQRSysData *QRSysData1;
        TQRLabel *QRLabel14;
        TQRSysData *QRSysData2;
        TQRSysData *QRSysData3;
        TQRLabel *QRLabel15;
        TQRLabel *QRLabel16;
        TQuickRep *QuickRep1;
        TQRSubDetail *QRSubDetail2;
        TQRDBChart *QRDBChart1;
        TQRChart *QRChart1;
        TPieSeries *Series1;
        TQRDBChart *QRDBChart2;
        TQRChart *QRChart2;
        TPieSeries *Series2;
private:	// User declarations
public:		// User declarations
        __fastcall Tprint(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE Tprint *print;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -