first commit (2012-02-01)

This commit is contained in:
2021-09-01 19:41:31 +02:00
commit 918912ee10
80 changed files with 16890 additions and 0 deletions

View File

@ -0,0 +1,17 @@
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "imprimirCuentaPolizas.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link "qrpctrls"
#pragma resource "*.dfm"
TimprCuentaPolizas *imprCuentaPolizas;
//---------------------------------------------------------------------------
__fastcall TimprCuentaPolizas::TimprCuentaPolizas(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------