First commit 27/10/2000

This commit is contained in:
2021-09-12 21:55:41 +02:00
commit 7733370334
49 changed files with 3711 additions and 0 deletions

43
QR_ListadoGeneral.h Normal file
View File

@ -0,0 +1,43 @@
//----------------------------------------------------------------------------
#ifndef QR_ListadoGeneralH
#define QR_ListadoGeneralH
//----------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <QuickRpt.hpp>
#include <QRCtrls.hpp>
#include <Db.hpp>
#include <DBTables.hpp>
#include <ExtCtrls.hpp>
#include <Qrctrls.hpp>
#include <quickrpt.hpp>
//----------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:
TQuickRep *QuickRep1;
TQRBand *TitleBand1;
TQRLabel *QRLabel1;
TQRBand *PageFooterBand1;
TQRSysData *QRSysData1;
TQRBand *ColumnHeaderBand1;
TQRBand *DetailBand1;
TQRLabel *QRLabel2;
TQRExpr *QRExpr1;
TQRLabel *QRLabel3;
TQRExpr *QRExpr2;
TQRLabel *QRLabel4;
TQRExpr *QRExpr3;
TQRLabel *QRLabel5;
TQRExpr *QRExpr4;
TQRExpr *QRExpr5;
private:
public:
__fastcall TForm1(TComponent* Owner);
};
//----------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//----------------------------------------------------------------------------
#endif