first commit (2002-04-24)

This commit is contained in:
2021-09-01 18:53:06 +02:00
commit 4d943d773d
252 changed files with 17433 additions and 0 deletions

View File

@ -0,0 +1,51 @@
//---------------------------------------------------------------------------
#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