First commit 11/07/1998
This commit is contained in:
48
TAlarconFichas.h
Normal file
48
TAlarconFichas.h
Normal file
@ -0,0 +1,48 @@
|
||||
//----------------------------------------------------------------------------
|
||||
#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
|
Reference in New Issue
Block a user