This commit is contained in:
2022-07-07 17:57:32 +00:00
parent 914e52f61e
commit 67b4a6716a
21 changed files with 38 additions and 66 deletions

View File

@@ -87,6 +87,7 @@
this.Controls.Add(this.btnCancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "MapApproveUpdateSelectedItems";
this.ShowInTaskbar = false;
this.Text = "Update selected items?";
this.Load += new System.EventHandler(this.MapApproveUpdateSelectedItems_Load);
this.ResumeLayout(false);