First commit 14/02/1999
This commit is contained in:
53
TpvVntProdQR.h
Normal file
53
TpvVntProdQR.h
Normal file
@ -0,0 +1,53 @@
|
||||
//----------------------------------------------------------------------------
|
||||
#ifndef TpvVntProdQRH
|
||||
#define TpvVntProdQRH
|
||||
//----------------------------------------------------------------------------
|
||||
#include <vcl\ExtCtrls.hpp>
|
||||
#include <vcl\StdCtrls.hpp>
|
||||
#include <vcl\Quickrpt.hpp>
|
||||
#include <vcl\Dialogs.hpp>
|
||||
#include <vcl\Forms.hpp>
|
||||
#include <vcl\Controls.hpp>
|
||||
#include <vcl\Graphics.hpp>
|
||||
#include <vcl\Classes.hpp>
|
||||
#include <vcl\SysUtils.hpp>
|
||||
#include <vcl\Messages.hpp>
|
||||
#include <vcl\Windows.hpp>
|
||||
#include <vcl\System.hpp>
|
||||
#include <Qrctrls.hpp>
|
||||
#include <QuickRpt.hpp>
|
||||
//----------------------------------------------------------------------------
|
||||
class TQRVntProd : public TForm
|
||||
{
|
||||
__published:
|
||||
TQuickRep *QuickRep1;
|
||||
TQRBand *DetailBand1;
|
||||
TQRBand *PageFooterBand1;
|
||||
TQRBand *TitleBand1;
|
||||
TQRBand *ColumnHeaderBand1;
|
||||
TQRSysData *QRSysData1;
|
||||
TQRSysData *QRSysData2;
|
||||
TQRLabel *QRLabel3;
|
||||
TQRLabel *QRLabel4;
|
||||
TQRDBText *QRDBText1;
|
||||
TQRDBText *QRDBText2;
|
||||
TQRDBText *QRDBText3;
|
||||
TQRDBText *QRDBText4;
|
||||
TQRDBText *QRDBText5;
|
||||
TQRDBText *QRDBText7;
|
||||
TQRDBText *QRDBText8;
|
||||
TQRLabel *QRLabel1;
|
||||
TQRLabel *QRLabel2;
|
||||
TQRLabel *QRLabel5;
|
||||
TQRLabel *QRLabel6;
|
||||
TQRLabel *QRLabel7;
|
||||
TQRLabel *QRLabel8;
|
||||
TQRLabel *QRLabel9;
|
||||
private:
|
||||
public:
|
||||
virtual __fastcall TQRVntProd(TComponent* AOwner);
|
||||
};
|
||||
//----------------------------------------------------------------------------
|
||||
extern PACKAGE TQRVntProd *QRVntProd;
|
||||
//----------------------------------------------------------------------------
|
||||
#endif
|
Reference in New Issue
Block a user