procedure TForm1.FormCreate(Sender: TObject); begin Top := 0; Left := 0; Width := Screen.Width; Height := SCreen.Height; end;