TAlarcon/LSPrecios1.cpp
2021-09-12 22:17:55 +02:00

23 lines
707 B
C++

//---------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "LSPrecios1.h"
#include "TAlarcon.h"
//---------------------------------------------------------------------
#pragma resource "*.dfm"
TQRListForm2 *QRListForm2;
//---------------------------------------------------------------------
// QuickReport simple list
// - Connect a datasource to the QuickReport component
// - Put QRDBText components on the Detail band
//---------------------------------------------------------------------
__fastcall TQRListForm2::TQRListForm2(TComponent* AOwner)
: TForm(AOwner)
{
}
//---------------------------------------------------------------------