TAlarcon/LSPrecios2.h
2021-09-12 22:17:55 +02:00

26 lines
869 B
C++

//---------------------------------------------------------------------------
#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