TAlarcon/TAlarconRegLlamadasSIMPLE.h
2021-09-12 22:17:55 +02:00

51 lines
1.4 KiB
C++

//----------------------------------------------------------------------------
#ifndef TAlarconRegLlamadasSIMPLEH
#define TAlarconRegLlamadasSIMPLEH
//----------------------------------------------------------------------------
#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 TQRListForm1 : public TForm
{
__published:
TQRBand *Title;
TQRSysData *QRSysData1;
TQuickRep *QuickReport1;
TQRBand *ColumnHeaderBand1;
TQRLabel *QRLabel1;
TQRLabel *QRLabel2;
TQRLabel *QRLabel3;
TQRLabel *QRLabel6;
TQRBand *DetailBand1;
TQRExpr *QRExpr1;
TQRExpr *QRExpr2;
TQRExpr *QRExpr3;
TQRExpr *QRExpr4;
TQRBand *PageFooterBand1;
TQRSysData *QRSysData2;
TQRLabel *QRLabel4;
TQRDBText *QRDBText1;
TQRDBText *QRDBText4;
TQRLabel *QRLabel7;
TQRDBText *QRDBText3;
private:
public:
virtual __fastcall TQRListForm1(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern TQRListForm1 *QRListForm1;
//----------------------------------------------------------------------------
#endif