26 lines
881 B
C++
26 lines
881 B
C++
//---------------------------------------------------------------------------
|
|
#ifndef TAlarconProductos2H
|
|
#define TAlarconProductos2H
|
|
//---------------------------------------------------------------------------
|
|
#include <vcl\Classes.hpp>
|
|
#include <vcl\Controls.hpp>
|
|
#include <vcl\StdCtrls.hpp>
|
|
#include <vcl\Forms.hpp>
|
|
|
|
#include <vcl\ExtCtrls.hpp>
|
|
#include "TAlarconProductos.h"
|
|
#include <Qrctrls.hpp>
|
|
#include <quickrpt.hpp>
|
|
//---------------------------------------------------------------------------
|
|
class TQRMDForm2 : public TQRMDForm
|
|
{
|
|
__published: // IDE-managed Components
|
|
private: // User declarations
|
|
public: // User declarations
|
|
__fastcall TQRMDForm2(TComponent* Owner);
|
|
};
|
|
//---------------------------------------------------------------------------
|
|
extern TQRMDForm2 *QRMDForm2;
|
|
//---------------------------------------------------------------------------
|
|
#endif
|