//--------------------------------------------------------------------- #include #pragma hdrstop #include "Info.h" //--------------------------------------------------------------------- #pragma resource "*.dfm" TDlgInfo *DlgInfo; //--------------------------------------------------------------------- __fastcall TDlgInfo::TDlgInfo(TComponent* AOwner) : TForm(AOwner) { } //---------------------------------------------------------------------