B2022-031-Add-filtering-for-Proc-and-Section-name-from-Global-Search-2 #538

Merged
jjenko merged 1 commits from B2022-031-Add-filtering-for-Proc-and-Section-name-from-Global-Search-2 into Development 2025-04-07 14:05:24 -04:00

View File

@ -400,7 +400,7 @@ namespace Volian.Controls.Library
this.superTooltip1.SetSuperTooltip(this.cbxProcSectSrch, new DevComponents.DotNetBar.SuperTooltipInfo("Search RO and Transition Text", "", "When this box is checked, Search will include matches found in RO and Transition " + this.superTooltip1.SetSuperTooltip(this.cbxProcSectSrch, new DevComponents.DotNetBar.SuperTooltipInfo("Search RO and Transition Text", "", "When this box is checked, Search will include matches found in RO and Transition " +
"text as well as regular text.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); "text as well as regular text.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.cbxProcSectSrch.TabIndex = 5; this.cbxProcSectSrch.TabIndex = 5;
this.cbxProcSectSrch.Text = "Ignore Procedure and Section titles"; this.cbxProcSectSrch.Text = "Ignore Procedure and Section Titles";
// //
// cbxCaseSensitive // cbxCaseSensitive
// //