remove the X at the top of the regression testing window. It gives us problems

This commit is contained in:
Tim Young 2018-09-28 13:54:22 -05:00
parent 67dcbd82fb
commit cedb54abff
1 changed files with 2 additions and 0 deletions

View File

@ -162,6 +162,8 @@ namespace EduNetworkBuilder
newCB = AddCheckBox(count++, Untested);
newCB.Checked = true; //start with this one checked
this.ControlBox = false; //remove the X at the top corner that gives us problems
panelCheckboxes.ResumeLayout();
btnOK.Text = NB.Translate("_Load");
btnAdd.Text = NB.Translate("_Cancel");