1 write to textBoxDefaultTimeout
WsatUI (1)
MMCUI\WSATControl.designer.cs (1)
41this.textBoxDefaultTimeout = new System.Windows.Forms.TextBox();
7 references to textBoxDefaultTimeout
WsatUI (7)
MMCUI\WSATControl.cs (3)
220this.textBoxDefaultTimeout.Text = this.config.DefaultTimeout.ToString(CultureInfo.InvariantCulture); 260if (UInt16.TryParse(this.textBoxDefaultTimeout.Text, out shortTemp)) 266this.textBoxDefaultTimeout.Focus();
MMCUI\WSATControl.designer.cs (4)
97this.groupBoxTimeouts.Controls.Add(this.textBoxDefaultTimeout); 108resources.ApplyResources(this.textBoxDefaultTimeout, "textBoxDefaultTimeout"); 109this.textBoxDefaultTimeout.Name = "textBoxDefaultTimeout"; 110this.textBoxDefaultTimeout.TextChanged += new System.EventHandler(this.textBoxDefaultTimeout_TextChanged);