//--------------------------------------------------------------------- #include #pragma hdrstop #include "AboutDlg.h" //--------------------------------------------------------------------- #pragma resource "*.dfm" TAbout *About; //--------------------------------------------------------------------- __fastcall TAbout::TAbout(TComponent* AOwner) : TForm(AOwner) { } //---------------------------------------------------------------------