1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-10 13:23:49 +00:00

Sorted devices in combo boxes.

This commit is contained in:
Ylian Saint-Hilaire
2020-10-29 14:09:35 -07:00
parent 25328d3ff9
commit 234b79bcb5
4 changed files with 22 additions and 13 deletions

View File

@@ -90,6 +90,7 @@
this.nodeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.nodeComboBox.FormattingEnabled = true;
this.nodeComboBox.Name = "nodeComboBox";
this.nodeComboBox.Sorted = true;
//
// label2
//
@@ -139,6 +140,7 @@
resources.GetString("appComboBox.Items4"),
resources.GetString("appComboBox.Items5")});
this.appComboBox.Name = "appComboBox";
this.appComboBox.Sorted = true;
this.appComboBox.SelectedIndexChanged += new System.EventHandler(this.appComboBox_SelectedIndexChanged);
//
// label5
@@ -163,6 +165,7 @@
this.groupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.groupComboBox.FormattingEnabled = true;
this.groupComboBox.Name = "groupComboBox";
this.groupComboBox.Sorted = true;
this.groupComboBox.SelectedIndexChanged += new System.EventHandler(this.groupComboBox_SelectedIndexChanged);
//
// udpRadioButton