43 lines
1.3 KiB
C++
43 lines
1.3 KiB
C++
//---------------------------------------------------------------------------
|
|
#ifndef DViewer_PrintHistoricH
|
|
#define DViewer_PrintHistoricH
|
|
//---------------------------------------------------------------------------
|
|
#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 TQRHistoric : 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 *QRLabel4;
|
|
TQRExpr *QRExpr5;
|
|
TQRLabel *QRLabel5;
|
|
TQRExpr *QRExpr6;
|
|
TQRLabel *QRLabel6;
|
|
TQRExpr *QRExpr7;
|
|
private: // User declarations
|
|
public: // User declarations
|
|
__fastcall TQRHistoric(TComponent* Owner);
|
|
};
|
|
//---------------------------------------------------------------------------
|
|
extern PACKAGE TQRHistoric *QRHistoric;
|
|
//---------------------------------------------------------------------------
|
|
#endif
|