54 lines
1.6 KiB
C++
54 lines
1.6 KiB
C++
//----------------------------------------------------------------------------
|
|
#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
|