'AskYesNoForm' and 'MessageBoxForm' widths are calculated from the text width.

This commit is contained in:
Milan Hanajik
2017-02-28 13:50:17 +01:00
parent 0f6a3ffa80
commit ab14866575
4 changed files with 41 additions and 11 deletions
@@ -68,7 +68,6 @@ namespace TBF.BenchControl.Operations
this.Name = "MessageBoxForm";
this.Text = "Message";
this.TopMost = true;
this.Load += new System.EventHandler(this.MessageBoxForm_Load);
this.ResumeLayout(false);
this.PerformLayout();