First commit 27/10/2000

This commit is contained in:
2021-09-12 21:55:41 +02:00
commit 7733370334
49 changed files with 3711 additions and 0 deletions

15
QR_ListadoGeneral.cpp Normal file
View File

@ -0,0 +1,15 @@
//----------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "QR_ListadoGeneral.h"
#include "Agenda.h"
//----------------------------------------------------------------------------
#pragma resource "*.dfm"
TForm1 *Form1;
//----------------------------------------------------------------------------
__fastcall TForm1::TForm1(TComponent* Owner)
: TForm(Owner)
{
}
//----------------------------------------------------------------------------