CAP/cap_gestion/capg_qrLabonados.h
2021-09-01 18:53:06 +02:00

52 lines
1.6 KiB
C++

//---------------------------------------------------------------------------
#ifndef capg_qrLabonadosH
#define capg_qrLabonadosH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <DB.hpp>
#include <DBTables.hpp>
#include <ExtCtrls.hpp>
#include <QRCtrls.hpp>
#include <QuickRpt.hpp>
#include <Db.hpp>
#include <Qrctrls.hpp>
//---------------------------------------------------------------------------
class TqrLAbonados : public TForm
{
__published: // IDE-managed Components
TQuickRep *QuickRep1;
TQRBand *QRBand1;
TQRBand *QRBand2;
TQRSubDetail *QRSubDetail1;
TDataSource *DsAbonados;
TDataSource *DsVehiculos;
TTable *TbVehiculos;
TTable *TbAbonados;
TQRLabel *QRLabel1;
TQRBand *QRBand3;
TQRLabel *QRLabel2;
TQRLabel *QRLabel3;
TQRLabel *QRLabel4;
TQRLabel *QRLabel5;
TQRExpr *QRExpr1;
TQRExpr *QRExpr2;
TQRExpr *QRExpr3;
TQRExpr *QRExpr4;
TQRExpr *QRExpr5;
TQRExpr *QRExpr6;
TQRExpr *QRExpr7;
TQRExpr *QRExpr8;
TQRExpr *QRExpr9;
private: // User declarations
public: // User declarations
__fastcall TqrLAbonados(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TqrLAbonados *qrLAbonados;
//---------------------------------------------------------------------------
#endif