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

58
LSPrecios1.h Normal file
View File

@ -0,0 +1,58 @@
//----------------------------------------------------------------------------
#ifndef LSPrecios1H
#define LSPrecios1H
//----------------------------------------------------------------------------
#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 TQRListForm2 : public TForm
{
__published:
TQuickRep *QuickReport;
TQRBand *TitleBand1;
TQRLabel *QRLabel3;
TQRBand *ColumnHeaderBand1;
TQRLabel *QRLabel4;
TQRLabel *QRLabel5;
TQRLabel *QRLabel11;
TQRLabel *QRLabel12;
TQRLabel *QRLabel13;
TQRBand *DetailBand1;
TQRExpr *QRExpr1;
TQRExpr *QRExpr2;
TQRExpr *QRExpr3;
TQRExpr *QRExpr4;
TQRExpr *QRExpr5;
TQRBand *PageFooterBand1;
TQRSysData *QRSysData1;
TQRDBText *QRDBText1;
TQRDBText *QRDBText2;
TQRDBText *QRDBText3;
TQRLabel *QRLabel1;
TQRLabel *QRLabel14;
TQRDBText *QRDBText4;
TQRDBText *QRDBText6;
TQRDBText *QRDBText5;
TQRDBText *QRDBText7;
TQRShape *QRShape1;
TQRDBText *QRDBText8;
private:
public:
virtual __fastcall TQRListForm2(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern TQRListForm2 *QRListForm2;
//----------------------------------------------------------------------------
#endif