MS Globix Integration

This commit is contained in:
2020-11-16 15:47:30 +01:00
parent 2b8b96a762
commit 83dedb3875
14 changed files with 1722 additions and 9 deletions

View File

@@ -43,6 +43,7 @@ Partial Class frmFlowForm
Me.PictureBoxSearch = New System.Windows.Forms.PictureBox()
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
Me.TimerCheckActiveForms = New System.Windows.Forms.Timer(Me.components)
Me.TimerCheckDroppedFiles = New System.Windows.Forms.Timer(Me.components)
Me.ContextMenuSystray.SuspendLayout()
Me.ContextMenuForm.SuspendLayout()
CType(Me.PictureBoxAbo, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -180,6 +181,10 @@ Partial Class frmFlowForm
'
Me.TimerCheckActiveForms.Interval = 2000
'
'TimerCheckDroppedFiles
'
Me.TimerCheckDroppedFiles.Interval = 600
'
'frmFlowForm
'
Me.AllowDrop = True
@@ -231,4 +236,5 @@ Partial Class frmFlowForm
Friend WithEvents DatenbankverbindungToolStripMenuItem As ToolStripMenuItem
Friend WithEvents UserVerwaltungToolStripMenuItem As ToolStripMenuItem
Friend WithEvents TimerCheckActiveForms As Timer
Friend WithEvents TimerCheckDroppedFiles As Timer
End Class