//--------------------------------------------------------------------------- #include #pragma hdrstop #include "hellounitpp.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource "*.dfm" TFormHello *FormHello; //--------------------------------------------------------------------------- __fastcall TFormHello::TFormHello(TComponent* Owner) : TForm(Owner) {} //---------------------------------------------------------------------------