43 lines
1.2 KiB
C++
43 lines
1.2 KiB
C++
//----------------------------------------------------------------------------
|
|
#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 |