First commit ~0,10
This commit is contained in:
53
src/QR_dhs.h
Normal file
53
src/QR_dhs.h
Normal file
@ -0,0 +1,53 @@
|
||||
//---------------------------------------------------------------------------
|
||||
#ifndef QR_dhsH
|
||||
#define QR_dhsH
|
||||
//---------------------------------------------------------------------------
|
||||
#include <Classes.hpp>
|
||||
#include <Graphics.hpp>
|
||||
#include <Controls.hpp>
|
||||
#include <StdCtrls.hpp>
|
||||
#include <Forms.hpp>
|
||||
#include <QuickRpt.hpp>
|
||||
#include <QRCtrls.hpp>
|
||||
#include <Db.hpp>
|
||||
#include <DBTables.hpp>
|
||||
#include <ExtCtrls.hpp>
|
||||
#include <Qrctrls.hpp>
|
||||
//---------------------------------------------------------------------------
|
||||
class TQRdhs : 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;
|
||||
TQRBand *TitleBand1;
|
||||
TQRLabel *QRLabel5;
|
||||
TQRLabel *QRPeriodo;
|
||||
TQRLabel *QRCon;
|
||||
TQRLabel *QREmp;
|
||||
TQRLabel *QRLabel6;
|
||||
TQRExpr *QRExpr6;
|
||||
TQRLabel *QRLabel7;
|
||||
TQRLabel *QRLabel8;
|
||||
TQRExpr *QRExpr7;
|
||||
TQRExpr *QRExpr8;
|
||||
TQRExpr *QRExpr9;
|
||||
TQRShape *QRShape1;
|
||||
private: // User declarations
|
||||
public: // User declarations
|
||||
__fastcall TQRdhs(TComponent* Owner);
|
||||
};
|
||||
//---------------------------------------------------------------------------
|
||||
extern PACKAGE TQRdhs *QRdhs;
|
||||
//---------------------------------------------------------------------------
|
||||
#endif
|
Reference in New Issue
Block a user