add documentresultlist form

This commit is contained in:
Jonathan Jenne
2019-09-26 14:45:34 +02:00
parent 6a4992412f
commit 4cf70e1c4e
7 changed files with 361 additions and 14 deletions

View File

@@ -71,16 +71,6 @@ Partial Public Class frmAdmin
FlowForm = New frmFlowForm(My.Application.ModulesActive)
FlowForm.Show()
Dim oModuleItemsIndex = 0
' === Setup Notification Icon
For Each oItem As ToolStripItem In ContextMenuStripMain.Items
If oItem.Tag IsNot Nothing AndAlso oItem.Tag.ToString = "MODULE_ITEM_START" Then
oModuleItemsIndex = ContextMenuStripMain.Items.IndexOf(oItem)
Exit For
End If
Next
ContextMenuStripMain.Items.Insert(oModuleItemsIndex + 1, New ToolStripMenuItem("Test"))
' === Load Data ===
RefreshData()
End Sub