49 lines
1.3 KiB
C++
49 lines
1.3 KiB
C++
//----------------------------------------------------------------------------
|
|
#ifndef TAlarconFichasH
|
|
#define TAlarconFichasH
|
|
//----------------------------------------------------------------------------
|
|
#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 TLAgendaCltProv : public TForm
|
|
{
|
|
__published:
|
|
TQuickRep *QuickReport;
|
|
TQRBand *Title;
|
|
TQRBand *PageHeader;
|
|
TQRBand *Detail;
|
|
TQRSysData *PageNumber;
|
|
TQRBand *PageFooter;
|
|
TQRSysData *QRSysData1;
|
|
TQRDBText *QRDBText1;
|
|
TQRDBText *QRDBText2;
|
|
TQRDBText *QRDBText3;
|
|
TQRDBText *QRDBText4;
|
|
TQRLabel *QRLabel1;
|
|
TQRDBText *QRDBText5;
|
|
TQRLabel *QRLabel2;
|
|
TQRDBText *QRDBText6;
|
|
TQRDBText *QRDBText7;
|
|
|
|
TQRDBText *QRDBText8;
|
|
private:
|
|
public:
|
|
virtual __fastcall TLAgendaCltProv(TComponent* AOwner);
|
|
};
|
|
//----------------------------------------------------------------------------
|
|
extern TLAgendaCltProv *LAgendaCltProv;
|
|
//----------------------------------------------------------------------------
|
|
#endif
|