47 lines
1.4 KiB
C++
47 lines
1.4 KiB
C++
//---------------------------------------------------------------------------
|
|
#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
|