first commit (2012-02-01)
This commit is contained in:
17
src/imprimirCuentaPolizas.~cpp
Normal file
17
src/imprimirCuentaPolizas.~cpp
Normal 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)
|
||||
{
|
||||
}
|
||||
//---------------------------------------------------------------------------
|
Reference in New Issue
Block a user