First commit 11/07/1998

This commit is contained in:
2021-09-12 22:17:55 +02:00
commit 454b67044f
119 changed files with 1752 additions and 0 deletions

View File

@ -0,0 +1,50 @@
//----------------------------------------------------------------------------
#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