GUi CW PRofileFilter

This commit is contained in:
Developer01
2025-01-30 16:06:18 +01:00
parent c4d0b17564
commit cb1c9d957f
2 changed files with 7 additions and 7 deletions

View File

@@ -82,7 +82,7 @@ Public Class ProfileFilter
Dim oFilteredProfiles As New List(Of ProfileData)
Dim oRootNode As TreeNode = New TreeNode() With {
.Text = $"easyFLOW Search with term [{ClipboardContents}]",
.Text = $"easyFLOW Search with term: '{ClipboardContents}'",
.Tag = NODE_ROOT,
.ImageIndex = ImageIndex.Root
}
@@ -579,7 +579,7 @@ Public Class ProfileFilter
oList.Add(New ProfileData() With {
.Guid = oRow.Item("GUID"),
.Regex = oRow.Item("REGEX_EXPRESSION"),
.Name = oRow.ItemEx("NAME", String.Empty),
.Name = oRow.ItemEx("PROFIL_NAME", "Check_Function_TransformProfiles"),
.Comment = oRow.ItemEx("COMMENT", String.Empty),
.ProfileType = oRow.ItemEx("PROFILE_TYPE", String.Empty),
.Processes = oProcessList,