First commit 22/01/1999

This commit is contained in:
2021-09-12 22:09:46 +02:00
commit 4b13e5a752
14 changed files with 353 additions and 0 deletions

43
QRhdsaldo.h Normal file
View File

@ -0,0 +1,43 @@
//----------------------------------------------------------------------------
#ifndef QRhdsaldoH
#define QRhdsaldoH
//----------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <QuickRpt.hpp>
#include <QRCtrls.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;
TQRLabel *QRLabel6;
TQRLabel *QRLabel7;
private:
public:
__fastcall TForm1(TComponent* Owner);
};
//----------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//----------------------------------------------------------------------------
#endif