First commit 11/12/1999

This commit is contained in:
2021-09-12 22:02:01 +02:00
commit 2f76ae2538
139 changed files with 8696 additions and 0 deletions

46
DViewer_PrintBonos.h Normal file
View File

@ -0,0 +1,46 @@
//---------------------------------------------------------------------------
#ifndef DViewer_PrintBonosH
#define DViewer_PrintBonosH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Graphics.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <QuickRpt.hpp>
#include <QRCtrls.hpp>
#include <ExtCtrls.hpp>
#include <Qrctrls.hpp>
//---------------------------------------------------------------------------
class TQRBonos : public TForm
{
__published: // IDE-managed Components
TQuickRep *QuickRep1;
TQRBand *PageFooterBand1;
TQRExpr *QRExpr1;
TQRBand *ColumnHeaderBand1;
TQRBand *DetailBand1;
TQRLabel *QRLabel1;
TQRExpr *QRExpr2;
TQRLabel *QRLabel2;
TQRExpr *QRExpr3;
TQRLabel *QRLabel3;
TQRExpr *QRExpr4;
TQRLabel *QRLabel5;
TQRExpr *QRExpr6;
TQRLabel *QRLabel6;
TQRExpr *QRExpr7;
TQRBand *QRBand1;
TQRLabel *QRLabel4;
TQRBand *QRBand2;
TQRExpr *QRExpr5;
TQRShape *QRShape1;
TQRExpr *QRExpr8;
private: // User declarations
public: // User declarations
__fastcall TQRBonos(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TQRBonos *QRBonos;
//---------------------------------------------------------------------------
#endif