Completed the S.ettings object with some more fields and checked the use of them

This commit is contained in:
2015-07-16 20:40:34 +02:00
parent 92c5165035
commit 125709f4ff
5 changed files with 122 additions and 147 deletions

View File

@ -271,6 +271,7 @@
this.txtMaxOcc.TabIndex = 18;
this.txtMaxOcc.Text = "25";
this.txtMaxOcc.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txtMaxOcc.TextChanged += new System.EventHandler(this.txtMaxOcc_TextChanged);
//
// chkUniqueAttrVars
//