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

25
LSPrecios2.h Normal file
View File

@ -0,0 +1,25 @@
//---------------------------------------------------------------------------
#ifndef LSPrecios2H
#define LSPrecios2H
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\ExtCtrls.hpp>
#include "LSPrecios1.h"
#include <Qrctrls.hpp>
#include <quickrpt.hpp>
//---------------------------------------------------------------------------
class TQRListForm3 : public TQRListForm2
{
__published: // IDE-managed Components
private: // User declarations
public: // User declarations
__fastcall TQRListForm3(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TQRListForm3 *QRListForm3;
//---------------------------------------------------------------------------
#endif