64 lines
1.9 KiB
C++
64 lines
1.9 KiB
C++
//----------------------------------------------------------------------------
|
|
#ifndef DViewer_PrintH
|
|
#define DViewer_PrintH
|
|
//----------------------------------------------------------------------------
|
|
#include <vcl\Classes.hpp>
|
|
#include <vcl\Controls.hpp>
|
|
#include <vcl\StdCtrls.hpp>
|
|
#include <vcl\Forms.hpp>
|
|
#include <vcl\QuickRpt.hpp>
|
|
#include <vcl\QRCtrls.hpp>
|
|
#include <Chart.hpp>
|
|
#include <DBChart.hpp>
|
|
#include <ExtCtrls.hpp>
|
|
#include <QrTee.hpp>
|
|
#include <TeEngine.hpp>
|
|
#include <TeeProcs.hpp>
|
|
#include <Qrctrls.hpp>
|
|
#include <Series.hpp>
|
|
//----------------------------------------------------------------------------
|
|
class TQuickReport1 : public TQuickRep
|
|
{
|
|
__published:
|
|
TQRBand *QRBand1;
|
|
TQRBand *QRBand2;
|
|
TQRChart *ConexionesHora;
|
|
TQRDBChart *QRDBChart1;
|
|
TAreaSeries *Series1;
|
|
TAreaSeries *Series2;
|
|
TQRChart *TipoConexion;
|
|
TQRDBChart *QRDBChart2;
|
|
TPieSeries *Series3;
|
|
TQRChart *ConexionesEquipos;
|
|
TQRDBChart *QRDBChart3;
|
|
TBarSeries *Series4;
|
|
TBarSeries *Series5;
|
|
TQRLabel *QRLabel7;
|
|
TQRLabel *QRNBonos;
|
|
TQRLabel *QRConexionesR;
|
|
TQRLabel *QRConexionesF;
|
|
TQRLabel *QRLabel3;
|
|
TQRLabel *QRLabel1;
|
|
TQRLabel *QRLabel2;
|
|
TQRMemo *QRMemo1;
|
|
TQRLabel *QRLabel8;
|
|
TQRLabel *QRRuptura;
|
|
TQRMemo *QRMemo2;
|
|
TQRLabel *QRLabel4;
|
|
TQRMemo *QRMemo3;
|
|
TQRMemo *QRMemo4;
|
|
TQRMemo *QRMemo5;
|
|
TQRMemo *QRMemo6;
|
|
TQRMemo *QRMemo7;
|
|
TQRMemo *QRMemo8;
|
|
TQRLabel *QRLabel5;
|
|
TQRLabel *QRBonosVendidos;
|
|
void __fastcall QuickRepStartPage(TCustomQuickRep *Sender);
|
|
private:
|
|
public:
|
|
__fastcall TQuickReport1::TQuickReport1(TComponent* Owner);
|
|
};
|
|
//----------------------------------------------------------------------------
|
|
extern TQuickReport1 *QuickReport1;
|
|
//----------------------------------------------------------------------------
|
|
#endif |