123 lines
3.6 KiB
C++
123 lines
3.6 KiB
C++
//----------------------------------------------------------------------------
|
|
#ifndef TpvBlcD_PrintH
|
|
#define TpvBlcD_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 <ExtCtrls.hpp>
|
|
#include <Qrctrls.hpp>
|
|
#include <Chart.hpp>
|
|
#include <DBChart.hpp>
|
|
#include <QrTee.hpp>
|
|
#include <Series.hpp>
|
|
#include <TeEngine.hpp>
|
|
#include <TeeProcs.hpp>
|
|
//----------------------------------------------------------------------------
|
|
class TQRBlcD_Print : public TQuickRep
|
|
{
|
|
__published:
|
|
TQRBand *QRBand1;
|
|
TQRBand *QRBand2;
|
|
TQRLabel *QRLabel2;
|
|
TQRLabel *QRLabel3;
|
|
TQRDBChart *QRDBChart1;
|
|
TQRChart *QRChart1;
|
|
TAreaSeries *Series2;
|
|
TQRDBText *QRDBText1;
|
|
TQRShape *QRShape1;
|
|
TQRShape *QRShape2;
|
|
TQRLabel *QRLabel1;
|
|
TQRLabel *QRLabel4;
|
|
TQRDBText *QRDBText2;
|
|
TQRLabel *QRLabel5;
|
|
TQRLabel *QRLabel6;
|
|
TQRLabel *QRLabel7;
|
|
TQRLabel *QRLabel8;
|
|
TQRLabel *QRLabel9;
|
|
TQRLabel *QRLabel10;
|
|
TQRDBText *QRDBText3;
|
|
TQRDBText *QRDBText4;
|
|
TQRDBText *QRDBText5;
|
|
TQRDBText *QRDBText6;
|
|
TQRDBText *QRDBText7;
|
|
TQRDBText *QRDBText8;
|
|
TQRLabel *QRLabel11;
|
|
TQRDBText *QRDBText10;
|
|
TQRShape *QRShape3;
|
|
TQRLabel *QRLabel12;
|
|
TQRShape *QRShape4;
|
|
TQRLabel *QRLabel13;
|
|
TQRDBText *QRDBText9;
|
|
TQRDBText *QRDBText11;
|
|
TQRDBText *QRDBText12;
|
|
TQRDBText *QRDBText13;
|
|
TQRDBText *QRDBText14;
|
|
TQRDBText *QRDBText15;
|
|
TQRDBText *QRDBText16;
|
|
TQRDBText *QRDBText17;
|
|
TQRDBText *QRDBText18;
|
|
TQRDBText *QRDBText19;
|
|
TQRDBText *QRDBText20;
|
|
TQRDBText *QRDBText21;
|
|
TQRDBText *QRDBText22;
|
|
TQRLabel *QRLabel14;
|
|
TQRLabel *QRLabel15;
|
|
TQRLabel *QRLabel16;
|
|
TQRLabel *QRLabel17;
|
|
TQRLabel *QRLabel18;
|
|
TQRLabel *QRLabel19;
|
|
TQRLabel *QRLabel20;
|
|
TQRLabel *QRLabel21;
|
|
TQRLabel *QRLabel22;
|
|
TQRLabel *QRLabel23;
|
|
TQRLabel *QRLabel24;
|
|
TQRDBText *QRDBText23;
|
|
TQRDBText *QRDBText24;
|
|
TQRDBText *QRDBText25;
|
|
TQRDBText *QRDBText26;
|
|
TQRDBText *QRDBText27;
|
|
TQRDBText *QRDBText28;
|
|
TQRDBText *QRDBText29;
|
|
TQRDBText *QRDBText30;
|
|
TQRDBText *QRDBText31;
|
|
TQRDBText *QRDBText32;
|
|
TQRDBText *QRDBText33;
|
|
TQRDBText *QRDBText34;
|
|
TQRLabel *QRLabel25;
|
|
TQRDBText *QRDBText35;
|
|
TQRShape *QRShape5;
|
|
TQRShape *QRShape6;
|
|
TQRLabel *QRLabel26;
|
|
TQRLabel *TCant;
|
|
TQRLabel *TDinero;
|
|
TQRLabel *DiaAnterior;
|
|
TQRShape *QRShape7;
|
|
TQRLabel *QRLabel27;
|
|
TQRLabel *QRLabel28;
|
|
TQRLabel *QRLabel29;
|
|
TQRLabel *QRLabel30;
|
|
TQRLabel *QRLabel31;
|
|
TQRLabel *QRLabel32;
|
|
TQRShape *QRShape9;
|
|
TQRLabel *QRLabel33;
|
|
TQRLabel *LVentasT;
|
|
TQRLabel *LGastos;
|
|
TQRShape *QRShape8;
|
|
TQRLabel *LVentasE;
|
|
TQRLabel *LGastosE;
|
|
TQRLabel *LBeneficio;
|
|
TQRLabel *LBeneficioE;
|
|
TQRLabel *QRLabel40;
|
|
TQRLabel *EnCaja;
|
|
private:
|
|
public:
|
|
virtual __fastcall TQRBlcD_Print(TComponent* Owner);
|
|
};
|
|
//----------------------------------------------------------------------------
|
|
extern PACKAGE TQRBlcD_Print *QRBlcD_Print;
|
|
//----------------------------------------------------------------------------
|
|
#endif |