//--------------------------------------------------------------------- #include #pragma hdrstop #include "AcercaDe.h" //--------------------------------------------------------------------- #pragma resource "*.dfm" TAboutBox *AboutBox; //--------------------------------------------------------------------- __fastcall TAboutBox::TAboutBox(TComponent* AOwner) : TForm(AOwner) { } //---------------------------------------------------------------------