C2025-027-Develop-a-way-to-filter-annotations-so-the-user-can-view-only-the-types-they-want-to-see-EP
This commit is contained in:
@@ -184,10 +184,10 @@ namespace Volian.Controls.Library
|
||||
this.tabSearchTypes.CanReorderTabs = false;
|
||||
this.tabSearchTypes.CloseButtonOnTabsAlwaysDisplayed = false;
|
||||
this.tabSearchTypes.CloseButtonPosition = DevComponents.DotNetBar.eTabCloseButtonPosition.Right;
|
||||
this.tabSearchTypes.Controls.Add(this.tabControlPanel3);
|
||||
this.tabSearchTypes.Controls.Add(this.tabControlPanel4);
|
||||
this.tabSearchTypes.Controls.Add(this.tabControlPanel5);
|
||||
this.tabSearchTypes.Controls.Add(this.tabControlPanel2);
|
||||
this.tabSearchTypes.Controls.Add(this.tabControlPanel3);
|
||||
this.tabSearchTypes.Controls.Add(this.tabControlPanel1);
|
||||
this.tabSearchTypes.Controls.Add(this.contextMenuBar1);
|
||||
this.tabSearchTypes.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
@@ -1406,7 +1406,6 @@ namespace Volian.Controls.Library
|
||||
//
|
||||
this.lbSrchResultsIncTrans.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.lbSrchResultsIncTrans.CheckBoxesVisible = true;
|
||||
this.lbSrchResultsIncTrans.CheckStateMember = null;
|
||||
this.lbSrchResultsIncTrans.ContainerControlProcessDialogKey = true;
|
||||
this.lbSrchResultsIncTrans.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lbSrchResultsIncTrans.DragDropSupport = true;
|
||||
|
||||
Reference in New Issue
Block a user