From d0f12a604ac0bf560adaf18ef93316a8a7d64f6c Mon Sep 17 00:00:00 2001 From: Colin Dawson Date: Fri, 9 Apr 2021 21:35:19 +0100 Subject: [PATCH] Made the new serial options dropdownLists to help avoid ID10T errors. --- Meade.net/SetupDialogForm.designer.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Meade.net/SetupDialogForm.designer.cs b/Meade.net/SetupDialogForm.designer.cs index 74b44f7..701c5be 100644 --- a/Meade.net/SetupDialogForm.designer.cs +++ b/Meade.net/SetupDialogForm.designer.cs @@ -274,6 +274,7 @@ namespace ASCOM.Meade.net // // cboStopBits // + this.cboStopBits.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboStopBits.FormattingEnabled = true; resources.ApplyResources(this.cboStopBits, "cboStopBits"); this.cboStopBits.Name = "cboStopBits"; @@ -290,18 +291,21 @@ namespace ASCOM.Meade.net // // cboParity // + this.cboParity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboParity.FormattingEnabled = true; resources.ApplyResources(this.cboParity, "cboParity"); this.cboParity.Name = "cboParity"; // // cboSpeed // + this.cboSpeed.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboSpeed.FormattingEnabled = true; resources.ApplyResources(this.cboSpeed, "cboSpeed"); this.cboSpeed.Name = "cboSpeed"; // // cboHandShake // + this.cboHandShake.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboHandShake.FormattingEnabled = true; resources.ApplyResources(this.cboHandShake, "cboHandShake"); this.cboHandShake.Name = "cboHandShake";