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

16
LSPrecios2.cpp Normal file
View File

@ -0,0 +1,16 @@
//---------------------------------------------------------------------------
#include <vcl\vcl.h>
#pragma hdrstop
#include "LSPrecios2.h"
#include "TAlarcon.h"
//---------------------------------------------------------------------------
#pragma link "LSPrecios1"
#pragma resource "*.dfm"
TQRListForm3 *QRListForm3;
//---------------------------------------------------------------------------
__fastcall TQRListForm3::TQRListForm3(TComponent* Owner)
: TQRListForm2(Owner)
{
}
//---------------------------------------------------------------------------