program OverbyteClientTest; uses Forms, OverbyteClientTest1 in 'OverbyteClientTest1.pas' {ClientTestForm}; {$R *.RES} begin Application.Initialize; Application.CreateForm(TClientTestForm, ClientTestForm); Application.Run; end.