This commit is contained in:
2022-07-01 20:58:53 +00:00
parent e86992f295
commit ffea1fa9eb
5 changed files with 26 additions and 16 deletions

View File

@@ -64,6 +64,7 @@
this.Cursor = System.Windows.Forms.Cursors.AppStarting;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "Waiting";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Processing";
this.TopMost = true;