C2021-028 (RNO Only disable Word Section under Step Element) & B2021-075 (RNO Only needs ‘No matches found’

This commit is contained in:
2021-08-23 14:28:34 +00:00
parent d4b2079cf4
commit 8dbdfe55de
2 changed files with 16 additions and 2 deletions

View File

@@ -1684,6 +1684,7 @@ namespace Volian.Controls.Library
null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(180, 100)));
this.cbxRnoOnlyRO.TabIndex = 8;
this.cbxRnoOnlyRO.Text = "RNO Only";
this.cbxRnoOnly.Click += CbxRnoOnly_Click;
//
// cbxRnoOnlyTrans
//
@@ -1750,6 +1751,8 @@ namespace Volian.Controls.Library
}
#endregion
private DevComponents.DotNetBar.TabControl tabSearchTypes;