program Gpsproj; uses Forms, Gpsunit in 'GPSUNIT.PAS' {Form1}; {$R *.RES} begin Application.Title := 'Set to GPS Clock'; Application.CreateForm(TForm1, Form1); Application.Run; end.