program OverbyteTrackTst; uses Forms, OverbyteTrackTst1 in 'OverbyteTrackTst1.pas' {TrackTstForm}; {$R *.res} begin Application.Initialize; Application.CreateForm(TTrackTstForm, TrackTstForm); Application.Run; end.