www.pudn.com > Snake.rar > UnitEnterName.cpp
//--------------------------------------------------------------------------- #include#pragma hdrstop #include "UnitEnterName.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource "*.dfm" TFormEnterName *FormEnterName; //--------------------------------------------------------------------------- __fastcall TFormEnterName::TFormEnterName(TComponent* Owner) : TForm(Owner) { EditName->Clear(); } //---------------------------------------------------------------------------