This commit is contained in:
2020-10-27 14:04:36 +01:00
parent 7051a71e01
commit d38efc1cbe
58 changed files with 4073 additions and 3737 deletions

View File

@@ -24,104 +24,27 @@ Partial Class frmFlowForm
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmFlowForm))
Me.PictureBoxSearch = New System.Windows.Forms.PictureBox()
Me.PictureBoxPM = New System.Windows.Forms.PictureBox()
Me.PictureBoxCWFound = New System.Windows.Forms.PictureBox()
Me.PictureBoxSearchAbo = New System.Windows.Forms.PictureBox()
Me.PictureBoxPMTask = New System.Windows.Forms.PictureBox()
Me.PictureBoxConversation = New System.Windows.Forms.PictureBox()
Me.PictureBoxGlobix = New System.Windows.Forms.PictureBox()
Me.NotifyIcon1 = New System.Windows.Forms.NotifyIcon(Me.components)
Me.ContextMenuSystray = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.VerwaltungToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ZooFlowBeendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
CType(Me.PictureBoxSearch, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBoxPM, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBoxCWFound, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBoxSearchAbo, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBoxPMTask, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBoxConversation, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBoxGlobix, System.ComponentModel.ISupportInitialize).BeginInit()
Me.PictureBoxGlobix = New System.Windows.Forms.PictureBox()
Me.PictureBoxConversation = New System.Windows.Forms.PictureBox()
Me.PictureBoxPMTask = New System.Windows.Forms.PictureBox()
Me.PictureBoxSearchAbo = New System.Windows.Forms.PictureBox()
Me.PictureBoxCWFound = New System.Windows.Forms.PictureBox()
Me.PictureBoxPM = New System.Windows.Forms.PictureBox()
Me.PictureBoxSearch = New System.Windows.Forms.PictureBox()
Me.ContextMenuSystray.SuspendLayout()
CType(Me.PictureBoxGlobix, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBoxConversation, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBoxPMTask, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBoxSearchAbo, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBoxCWFound, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBoxPM, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBoxSearch, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'PictureBoxSearch
'
Me.PictureBoxSearch.BackColor = System.Drawing.Color.Transparent
Me.PictureBoxSearch.Image = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources._1_ZOO_FLOW_Search
Me.PictureBoxSearch.Location = New System.Drawing.Point(126, 12)
Me.PictureBoxSearch.Name = "PictureBoxSearch"
Me.PictureBoxSearch.Size = New System.Drawing.Size(50, 50)
Me.PictureBoxSearch.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBoxSearch.TabIndex = 3
Me.PictureBoxSearch.TabStop = False
'
'PictureBoxPM
'
Me.PictureBoxPM.BackColor = System.Drawing.Color.Transparent
Me.PictureBoxPM.Image = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources._1_ZOO_FLOW_Person
Me.PictureBoxPM.Location = New System.Drawing.Point(126, 138)
Me.PictureBoxPM.Name = "PictureBoxPM"
Me.PictureBoxPM.Size = New System.Drawing.Size(50, 50)
Me.PictureBoxPM.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBoxPM.TabIndex = 4
Me.PictureBoxPM.TabStop = False
'
'PictureBoxCWFound
'
Me.PictureBoxCWFound.BackColor = System.Drawing.Color.Transparent
Me.PictureBoxCWFound.Image = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources._2_ZOO_FLOW5_CW_w
Me.PictureBoxCWFound.Location = New System.Drawing.Point(100, 12)
Me.PictureBoxCWFound.Name = "PictureBoxCWFound"
Me.PictureBoxCWFound.Size = New System.Drawing.Size(20, 25)
Me.PictureBoxCWFound.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBoxCWFound.TabIndex = 5
Me.PictureBoxCWFound.TabStop = False
'
'PictureBoxSearchAbo
'
Me.PictureBoxSearchAbo.BackColor = System.Drawing.Color.Transparent
Me.PictureBoxSearchAbo.Image = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources._2_ZOO_FLOW5_Abo_w
Me.PictureBoxSearchAbo.Location = New System.Drawing.Point(100, 36)
Me.PictureBoxSearchAbo.Name = "PictureBoxSearchAbo"
Me.PictureBoxSearchAbo.Size = New System.Drawing.Size(20, 27)
Me.PictureBoxSearchAbo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBoxSearchAbo.TabIndex = 6
Me.PictureBoxSearchAbo.TabStop = False
'
'PictureBoxPMTask
'
Me.PictureBoxPMTask.BackColor = System.Drawing.Color.Transparent
Me.PictureBoxPMTask.Image = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources._2_ZOO_FLOW5_PM_w
Me.PictureBoxPMTask.Location = New System.Drawing.Point(100, 138)
Me.PictureBoxPMTask.Name = "PictureBoxPMTask"
Me.PictureBoxPMTask.Size = New System.Drawing.Size(20, 25)
Me.PictureBoxPMTask.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBoxPMTask.TabIndex = 7
Me.PictureBoxPMTask.TabStop = False
'
'PictureBoxConversation
'
Me.PictureBoxConversation.BackColor = System.Drawing.Color.Transparent
Me.PictureBoxConversation.Image = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources._2_ZOO_FLOW5_Con_w
Me.PictureBoxConversation.Location = New System.Drawing.Point(100, 158)
Me.PictureBoxConversation.Name = "PictureBoxConversation"
Me.PictureBoxConversation.Size = New System.Drawing.Size(20, 25)
Me.PictureBoxConversation.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBoxConversation.TabIndex = 8
Me.PictureBoxConversation.TabStop = False
'
'PictureBoxGlobix
'
Me.PictureBoxGlobix.BackColor = System.Drawing.Color.Transparent
Me.PictureBoxGlobix.Image = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources._1_ZOO_FLOW_Globix
Me.PictureBoxGlobix.Location = New System.Drawing.Point(12, 12)
Me.PictureBoxGlobix.Name = "PictureBoxGlobix"
Me.PictureBoxGlobix.Size = New System.Drawing.Size(50, 50)
Me.PictureBoxGlobix.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBoxGlobix.TabIndex = 9
Me.PictureBoxGlobix.TabStop = False
'
'NotifyIcon1
'
Me.NotifyIcon1.ContextMenuStrip = Me.ContextMenuSystray
@@ -143,19 +66,95 @@ Partial Class frmFlowForm
'
'ZooFlowBeendenToolStripMenuItem
'
Me.ZooFlowBeendenToolStripMenuItem.Image = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources.StatusAnnotations_Stop_16xLG_color
Me.ZooFlowBeendenToolStripMenuItem.Name = "ZooFlowBeendenToolStripMenuItem"
Me.ZooFlowBeendenToolStripMenuItem.Size = New System.Drawing.Size(169, 22)
Me.ZooFlowBeendenToolStripMenuItem.Text = "ZooFlow beenden"
'
'PictureBoxGlobix
'
Me.PictureBoxGlobix.BackColor = System.Drawing.Color.Transparent
Me.PictureBoxGlobix.Image = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources._1_ZOO_FLOW_GLOBIX
Me.PictureBoxGlobix.Location = New System.Drawing.Point(12, 12)
Me.PictureBoxGlobix.Name = "PictureBoxGlobix"
Me.PictureBoxGlobix.Size = New System.Drawing.Size(50, 50)
Me.PictureBoxGlobix.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBoxGlobix.TabIndex = 9
Me.PictureBoxGlobix.TabStop = False
'
'PictureBoxConversation
'
Me.PictureBoxConversation.BackColor = System.Drawing.Color.Transparent
Me.PictureBoxConversation.Image = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources._2_ZOO_FLOW_Conversations
Me.PictureBoxConversation.Location = New System.Drawing.Point(100, 163)
Me.PictureBoxConversation.Name = "PictureBoxConversation"
Me.PictureBoxConversation.Size = New System.Drawing.Size(20, 25)
Me.PictureBoxConversation.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBoxConversation.TabIndex = 8
Me.PictureBoxConversation.TabStop = False
'
'PictureBoxPMTask
'
Me.PictureBoxPMTask.BackColor = System.Drawing.Color.Transparent
Me.PictureBoxPMTask.Image = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources._2_ZOO_FLOW_PM
Me.PictureBoxPMTask.Location = New System.Drawing.Point(100, 138)
Me.PictureBoxPMTask.Name = "PictureBoxPMTask"
Me.PictureBoxPMTask.Size = New System.Drawing.Size(20, 25)
Me.PictureBoxPMTask.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBoxPMTask.TabIndex = 7
Me.PictureBoxPMTask.TabStop = False
'
'PictureBoxSearchAbo
'
Me.PictureBoxSearchAbo.BackColor = System.Drawing.Color.Transparent
Me.PictureBoxSearchAbo.Image = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources._2_ZOO_FLOW_Abo
Me.PictureBoxSearchAbo.Location = New System.Drawing.Point(100, 34)
Me.PictureBoxSearchAbo.Name = "PictureBoxSearchAbo"
Me.PictureBoxSearchAbo.Size = New System.Drawing.Size(20, 28)
Me.PictureBoxSearchAbo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBoxSearchAbo.TabIndex = 6
Me.PictureBoxSearchAbo.TabStop = False
'
'PictureBoxCWFound
'
Me.PictureBoxCWFound.BackColor = System.Drawing.Color.Transparent
Me.PictureBoxCWFound.Image = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources._2_ZOO_FLOW_CW
Me.PictureBoxCWFound.Location = New System.Drawing.Point(100, 12)
Me.PictureBoxCWFound.Name = "PictureBoxCWFound"
Me.PictureBoxCWFound.Size = New System.Drawing.Size(20, 25)
Me.PictureBoxCWFound.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBoxCWFound.TabIndex = 5
Me.PictureBoxCWFound.TabStop = False
'
'PictureBoxPM
'
Me.PictureBoxPM.BackColor = System.Drawing.Color.Transparent
Me.PictureBoxPM.Image = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources._1_ZOO_FLOW_User
Me.PictureBoxPM.Location = New System.Drawing.Point(126, 138)
Me.PictureBoxPM.Name = "PictureBoxPM"
Me.PictureBoxPM.Size = New System.Drawing.Size(50, 50)
Me.PictureBoxPM.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBoxPM.TabIndex = 4
Me.PictureBoxPM.TabStop = False
'
'PictureBoxSearch
'
Me.PictureBoxSearch.BackColor = System.Drawing.Color.Transparent
Me.PictureBoxSearch.Image = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources._1_ZOO_FLOW_Suche
Me.PictureBoxSearch.Location = New System.Drawing.Point(126, 12)
Me.PictureBoxSearch.Name = "PictureBoxSearch"
Me.PictureBoxSearch.Size = New System.Drawing.Size(50, 50)
Me.PictureBoxSearch.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBoxSearch.TabIndex = 3
Me.PictureBoxSearch.TabStop = False
'
'frmFlowForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.Gray
Me.BackgroundImage = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources.ZOO_FLOW_3
Me.BackgroundImage = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources._0_ZOO_FLOW_Hintergrund
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.ClientSize = New System.Drawing.Size(199, 195)
Me.ClientSize = New System.Drawing.Size(197, 198)
Me.Controls.Add(Me.PictureBoxGlobix)
Me.Controls.Add(Me.PictureBoxConversation)
Me.Controls.Add(Me.PictureBoxPMTask)
@@ -170,14 +169,14 @@ Partial Class frmFlowForm
Me.Name = "frmFlowForm"
Me.Text = "frmFlowForm_Test1"
Me.TopMost = True
CType(Me.PictureBoxSearch, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBoxPM, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBoxCWFound, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBoxSearchAbo, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBoxPMTask, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBoxConversation, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBoxGlobix, System.ComponentModel.ISupportInitialize).EndInit()
Me.ContextMenuSystray.ResumeLayout(False)
CType(Me.PictureBoxGlobix, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBoxConversation, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBoxPMTask, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBoxSearchAbo, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBoxCWFound, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBoxPM, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBoxSearch, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub