52 lines
1.4 KiB
C++
52 lines
1.4 KiB
C++
//----------------------------------------------------------------------------
|
|
#ifndef TAlarconRegLlamadasH
|
|
#define TAlarconRegLlamadasH
|
|
//----------------------------------------------------------------------------
|
|
#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 TQRMDForm1 : public TForm
|
|
{
|
|
__published:
|
|
TQuickRep *QuickReport;
|
|
TQRBand *Title;
|
|
TQRSysData *QRSysData1;
|
|
TQRBand *PageFooterBand1;
|
|
TQRSysData *QRSysData2;
|
|
TQRBand *QRBand1;
|
|
TQRLabel *QRLabel5;
|
|
TQRLabel *QRLabel8;
|
|
TQRLabel *QRLabel9;
|
|
TQRLabel *QRLabel10;
|
|
TQRSubDetail *QRSubDetail1;
|
|
TQRExpr *QRExpr5;
|
|
TQRExpr *QRExpr6;
|
|
TQRExpr *QRExpr7;
|
|
TQRExpr *QRExpr8;
|
|
TQRLabel *QRLabel1;
|
|
TQRDBText *QRDBText2;
|
|
TQRDBText *QRDBText5;
|
|
TQRLabel *QRLabel2;
|
|
TQRDBText *QRDBText6;
|
|
TQRShape *QRShape1;
|
|
private:
|
|
public:
|
|
virtual __fastcall TQRMDForm1(TComponent* AOwner);
|
|
};
|
|
//----------------------------------------------------------------------------
|
|
extern TQRMDForm1 *QRMDForm1;
|
|
//----------------------------------------------------------------------------
|
|
#endif
|