59 lines
1.6 KiB
C++
59 lines
1.6 KiB
C++
//----------------------------------------------------------------------------
|
|
#ifndef LSPrecios1H
|
|
#define LSPrecios1H
|
|
//----------------------------------------------------------------------------
|
|
#include <vcl\ExtCtrls.hpp>
|
|
#include <vcl\StdCtrls.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 TQRListForm2 : public TForm
|
|
{
|
|
__published:
|
|
TQuickRep *QuickReport;
|
|
TQRBand *TitleBand1;
|
|
TQRLabel *QRLabel3;
|
|
TQRBand *ColumnHeaderBand1;
|
|
TQRLabel *QRLabel4;
|
|
TQRLabel *QRLabel5;
|
|
TQRLabel *QRLabel11;
|
|
TQRLabel *QRLabel12;
|
|
TQRLabel *QRLabel13;
|
|
TQRBand *DetailBand1;
|
|
TQRExpr *QRExpr1;
|
|
TQRExpr *QRExpr2;
|
|
TQRExpr *QRExpr3;
|
|
TQRExpr *QRExpr4;
|
|
TQRExpr *QRExpr5;
|
|
TQRBand *PageFooterBand1;
|
|
TQRSysData *QRSysData1;
|
|
TQRDBText *QRDBText1;
|
|
TQRDBText *QRDBText2;
|
|
TQRDBText *QRDBText3;
|
|
TQRLabel *QRLabel1;
|
|
TQRLabel *QRLabel14;
|
|
TQRDBText *QRDBText4;
|
|
TQRDBText *QRDBText6;
|
|
TQRDBText *QRDBText5;
|
|
TQRDBText *QRDBText7;
|
|
TQRShape *QRShape1;
|
|
TQRDBText *QRDBText8;
|
|
private:
|
|
public:
|
|
virtual __fastcall TQRListForm2(TComponent* AOwner);
|
|
};
|
|
//----------------------------------------------------------------------------
|
|
extern TQRListForm2 *QRListForm2;
|
|
//----------------------------------------------------------------------------
|
|
#endif
|