This commit is contained in:
2022-07-01 00:38:15 +00:00
parent 2aa4b6d28b
commit 356bcfe64d
11 changed files with 364 additions and 47 deletions

View File

@@ -107,6 +107,7 @@
this.Controls.Add(this.btnCancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "SetWOStatus";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SetWOStatus";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SetWOStatus_FormClosing);