15 lines
466 B
C++
15 lines
466 B
C++
//---------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
|
|
#include "AcercaDe.h"
|
|
//---------------------------------------------------------------------
|
|
#pragma resource "*.dfm"
|
|
TAboutBox *AboutBox;
|
|
//---------------------------------------------------------------------
|
|
__fastcall TAboutBox::TAboutBox(TComponent* AOwner)
|
|
: TForm(AOwner)
|
|
{
|
|
}
|
|
//---------------------------------------------------------------------
|