First commit 11/07/1998
This commit is contained in:
25
LSPrecios2.h
Normal file
25
LSPrecios2.h
Normal 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
|
Reference in New Issue
Block a user