//--------------------------------------------------------------------- #include #pragma hdrstop #include "Unit2.h" //--------------------------------------------------------------------- #pragma resource "*.dfm" TfmDialog *fmDialog; //--------------------------------------------------------------------- __fastcall TfmDialog::TfmDialog(TComponent* AOwner) : TForm(AOwner) { } //---------------------------------------------------------------------