First commit 11/12/1999
This commit is contained in:
64
DViewer_Print.h
Normal file
64
DViewer_Print.h
Normal file
@ -0,0 +1,64 @@
|
||||
//----------------------------------------------------------------------------
|
||||
#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
|
Reference in New Issue
Block a user