From c55b69c3cef98e9b06b807df6782bb814ce0dd21 Mon Sep 17 00:00:00 2001 From: Sebastian M <86157512+DocMoebiuz@users.noreply.github.com> Date: Sun, 29 May 2022 14:16:36 +0200 Subject: [PATCH] Rename Config Pin and change DropDown Type (#820) * Rename labels * Renamed ExtPin to DataPin * Changed DropDown Type --- UI/Panels/Device/MFMultiplexerDriverSubPanel.Designer.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UI/Panels/Device/MFMultiplexerDriverSubPanel.Designer.cs b/UI/Panels/Device/MFMultiplexerDriverSubPanel.Designer.cs index a8c55b716..bf4fdc383 100644 --- a/UI/Panels/Device/MFMultiplexerDriverSubPanel.Designer.cs +++ b/UI/Panels/Device/MFMultiplexerDriverSubPanel.Designer.cs @@ -97,6 +97,7 @@ private void InitializeComponent() // mfPinS0ComboBox // this.mfPinS0ComboBox.BackColor = System.Drawing.SystemColors.Window; + this.mfPinS0ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.mfPinS0ComboBox.FormattingEnabled = true; resources.ApplyResources(this.mfPinS0ComboBox, "mfPinS0ComboBox"); this.mfPinS0ComboBox.Name = "mfPinS0ComboBox"; @@ -106,6 +107,7 @@ private void InitializeComponent() // mfPinS1ComboBox // this.mfPinS1ComboBox.BackColor = System.Drawing.SystemColors.Window; + this.mfPinS1ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.mfPinS1ComboBox.FormattingEnabled = true; resources.ApplyResources(this.mfPinS1ComboBox, "mfPinS1ComboBox"); this.mfPinS1ComboBox.Name = "mfPinS1ComboBox"; @@ -115,6 +117,7 @@ private void InitializeComponent() // mfPinS2ComboBox // this.mfPinS2ComboBox.BackColor = System.Drawing.SystemColors.Window; + this.mfPinS2ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.mfPinS2ComboBox.FormattingEnabled = true; resources.ApplyResources(this.mfPinS2ComboBox, "mfPinS2ComboBox"); this.mfPinS2ComboBox.Name = "mfPinS2ComboBox"; @@ -124,6 +127,7 @@ private void InitializeComponent() // mfPinS3ComboBox // this.mfPinS3ComboBox.BackColor = System.Drawing.SystemColors.Window; + this.mfPinS3ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.mfPinS3ComboBox.FormattingEnabled = true; resources.ApplyResources(this.mfPinS3ComboBox, "mfPinS3ComboBox"); this.mfPinS3ComboBox.Name = "mfPinS3ComboBox";