first commit (2002-04-24)
This commit is contained in:
51
cap_gestion/capg_qrLabonados.h
Normal file
51
cap_gestion/capg_qrLabonados.h
Normal 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
|
Reference in New Issue
Block a user