First commit 18/11/2001
This commit is contained in:
35
Esergui -BDE utilizando API/EserguiBDE/Report.h
Normal file
35
Esergui -BDE utilizando API/EserguiBDE/Report.h
Normal file
@ -0,0 +1,35 @@
|
||||
//----------------------------------------------------------------------------
|
||||
#ifndef ReportH
|
||||
#define ReportH
|
||||
//----------------------------------------------------------------------------
|
||||
#include <vcl\Classes.hpp>
|
||||
#include <vcl\Controls.hpp>
|
||||
#include <vcl\StdCtrls.hpp>
|
||||
#include <vcl\Forms.hpp>
|
||||
#include <vcl\QuickRpt.hpp>
|
||||
#include <vcl\QRCtrls.hpp>
|
||||
#include <ExtCtrls.hpp>
|
||||
#include <Qrctrls.hpp>
|
||||
//----------------------------------------------------------------------------
|
||||
class TQuickReport1 : public TQuickRep
|
||||
{
|
||||
__published:
|
||||
TQRBand *ColumnHeaderBand1;
|
||||
TQRBand *DetailBand1;
|
||||
TQRBand *PageFooterBand1;
|
||||
TQRBand *PageHeaderBand1;
|
||||
TQRBand *SummaryBand1;
|
||||
TQRBand *TitleBand1;
|
||||
TQRLabel *QRLabel1;
|
||||
TQRLabel *QRLabel2;
|
||||
TQRLabel *QRLabel3;
|
||||
TQRLabel *QRLabel4;
|
||||
TQRLabel *QRLabel5;
|
||||
private:
|
||||
public:
|
||||
__fastcall TQuickReport1::TQuickReport1(TComponent* Owner);
|
||||
};
|
||||
//----------------------------------------------------------------------------
|
||||
extern TQuickReport1 *QuickReport1;
|
||||
//----------------------------------------------------------------------------
|
||||
#endif
|
Reference in New Issue
Block a user