This commit is contained in:
2022-07-10 23:00:15 +00:00
parent f1e92c8acb
commit 860fe83d13
7 changed files with 363 additions and 11 deletions

View File

@@ -143,13 +143,13 @@
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(637, 403);
this.ControlBox = false;
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.lblTitle);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "FixPriceDifference";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Resolve AyaNova object price";
this.Load += new System.EventHandler(this.SetQBClass_load);
this.groupBox1.ResumeLayout(false);