17 lines
557 B
C++
17 lines
557 B
C++
//---------------------------------------------------------------------------
|
|
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
|
|
#include "capg_qrLabonados.h"
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
#pragma resource "*.dfm"
|
|
TqrLAbonados *qrLAbonados;
|
|
//---------------------------------------------------------------------------
|
|
__fastcall TqrLAbonados::TqrLAbonados(TComponent* Owner)
|
|
: TForm(Owner)
|
|
{
|
|
}
|
|
//---------------------------------------------------------------------------
|