B2021-004: Multiple selections in the Search’s Incoming Transitions list box.

This commit is contained in:
2021-03-26 13:28:54 +00:00
parent 8c861c6b23
commit 4168218dc9
2 changed files with 26 additions and 3 deletions

View File

@@ -1270,6 +1270,7 @@ namespace Volian.Controls.Library
this.grpPanSearchResults.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.grpPanSearchResults.Name = "grpPanSearchResults";
this.grpPanSearchResults.Size = new System.Drawing.Size(369, 268);
this.grpPanSearchResults.MouseDown += GrpPanSearchResults_MouseDown;
//
//
//
@@ -1688,6 +1689,7 @@ namespace Volian.Controls.Library
}
#endregion
private DevComponents.DotNetBar.TabControl tabSearchTypes;