This commit is contained in:
2022-07-11 00:25:59 +00:00
parent 480a4d93de
commit 826acdd570
5 changed files with 21 additions and 7 deletions

View File

@@ -150,6 +150,7 @@
this.Controls.Add(this.lblTitle);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "FixPriceDifference";
this.ShowInTaskbar = false;
this.Text = "Resolve AyaNova object price";
this.Load += new System.EventHandler(this.SetQBClass_load);
this.groupBox1.ResumeLayout(false);