private void doMigrate(object obj) { migrated = Project.migrateTerraserverFiles(this, progressLabel, progressBar); noButton.Enabled = true; noButton.Text = "Continue"; yesButton.Visible = false; progressLabel.Width += yesButton.Width; noButton.Focus(); }