Made the new serial options dropdownLists to help avoid ID10T errors.
This commit is contained in:
Generated
+4
@@ -274,6 +274,7 @@ namespace ASCOM.Meade.net
|
|||||||
//
|
//
|
||||||
// cboStopBits
|
// cboStopBits
|
||||||
//
|
//
|
||||||
|
this.cboStopBits.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
this.cboStopBits.FormattingEnabled = true;
|
this.cboStopBits.FormattingEnabled = true;
|
||||||
resources.ApplyResources(this.cboStopBits, "cboStopBits");
|
resources.ApplyResources(this.cboStopBits, "cboStopBits");
|
||||||
this.cboStopBits.Name = "cboStopBits";
|
this.cboStopBits.Name = "cboStopBits";
|
||||||
@@ -290,18 +291,21 @@ namespace ASCOM.Meade.net
|
|||||||
//
|
//
|
||||||
// cboParity
|
// cboParity
|
||||||
//
|
//
|
||||||
|
this.cboParity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
this.cboParity.FormattingEnabled = true;
|
this.cboParity.FormattingEnabled = true;
|
||||||
resources.ApplyResources(this.cboParity, "cboParity");
|
resources.ApplyResources(this.cboParity, "cboParity");
|
||||||
this.cboParity.Name = "cboParity";
|
this.cboParity.Name = "cboParity";
|
||||||
//
|
//
|
||||||
// cboSpeed
|
// cboSpeed
|
||||||
//
|
//
|
||||||
|
this.cboSpeed.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
this.cboSpeed.FormattingEnabled = true;
|
this.cboSpeed.FormattingEnabled = true;
|
||||||
resources.ApplyResources(this.cboSpeed, "cboSpeed");
|
resources.ApplyResources(this.cboSpeed, "cboSpeed");
|
||||||
this.cboSpeed.Name = "cboSpeed";
|
this.cboSpeed.Name = "cboSpeed";
|
||||||
//
|
//
|
||||||
// cboHandShake
|
// cboHandShake
|
||||||
//
|
//
|
||||||
|
this.cboHandShake.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
this.cboHandShake.FormattingEnabled = true;
|
this.cboHandShake.FormattingEnabled = true;
|
||||||
resources.ApplyResources(this.cboHandShake, "cboHandShake");
|
resources.ApplyResources(this.cboHandShake, "cboHandShake");
|
||||||
this.cboHandShake.Name = "cboHandShake";
|
this.cboHandShake.Name = "cboHandShake";
|
||||||
|
|||||||
Reference in New Issue
Block a user