First commit 11/07/1998

This commit is contained in:
2021-09-12 22:12:21 +02:00
commit 097a445f4b
15 changed files with 5488 additions and 0 deletions

14
AcercaDe.cpp Normal file
View File

@ -0,0 +1,14 @@
//---------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "AcercaDe.h"
//---------------------------------------------------------------------
#pragma resource "*.dfm"
TAboutBox *AboutBox;
//---------------------------------------------------------------------
__fastcall TAboutBox::TAboutBox(TComponent* AOwner)
: TForm(AOwner)
{
}
//---------------------------------------------------------------------