This commit is contained in:
Jonathan Jenne
2020-09-08 11:22:19 +02:00
parent 11bf529b57
commit fc72bf5ff1
11 changed files with 650 additions and 420 deletions

View File

@@ -1,6 +1,6 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class frmFlowForm
Inherits Form
Inherits System.Windows.Forms.Form
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
<System.Diagnostics.DebuggerNonUserCode()>
@@ -22,45 +22,158 @@ Partial Class frmFlowForm
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.FlowFormTest1ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.SucheToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ContextMenuStrip1.SuspendLayout()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmFlowForm))
Me.SvgImageBox1 = New DevExpress.XtraEditors.SvgImageBox()
Me.SvgImageBox2 = New DevExpress.XtraEditors.SvgImageBox()
Me.SvgImageBox3 = New DevExpress.XtraEditors.SvgImageBox()
Me.SvgImageBox4 = New DevExpress.XtraEditors.SvgImageBox()
Me.SvgImageBox5 = New DevExpress.XtraEditors.SvgImageBox()
Me.SvgImageBox6 = New DevExpress.XtraEditors.SvgImageBox()
Me.SvgImageBox7 = New DevExpress.XtraEditors.SvgImageBox()
CType(Me.SvgImageBox1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.SvgImageBox2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.SvgImageBox3, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.SvgImageBox4, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.SvgImageBox5, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.SvgImageBox6, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.SvgImageBox7, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'ContextMenuStrip1
'SvgImageBox1
'
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.SucheToolStripMenuItem, Me.FlowFormTest1ToolStripMenuItem})
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
Me.ContextMenuStrip1.Size = New System.Drawing.Size(161, 48)
Me.SvgImageBox1.Cursor = System.Windows.Forms.Cursors.Hand
Me.SvgImageBox1.ItemAppearance.Hovered.FillColor = System.Drawing.Color.FromArgb(CType(CType(165, Byte), Integer), CType(CType(36, Byte), Integer), CType(CType(49, Byte), Integer))
Me.SvgImageBox1.ItemAppearance.Normal.FillColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.SvgImageBox1.ItemHitTestType = DevExpress.XtraEditors.ItemHitTestType.BoundingBox
Me.SvgImageBox1.Location = New System.Drawing.Point(260, 12)
Me.SvgImageBox1.Name = "SvgImageBox1"
Me.SvgImageBox1.Size = New System.Drawing.Size(42, 36)
Me.SvgImageBox1.SizeMode = DevExpress.XtraEditors.SvgImageSizeMode.Zoom
Me.SvgImageBox1.SvgImage = CType(resources.GetObject("SvgImageBox1.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.SvgImageBox1.TabIndex = 2
Me.SvgImageBox1.Text = "SvgImageBox1"
'
'FlowFormTest1ToolStripMenuItem
'SvgImageBox2
'
Me.FlowFormTest1ToolStripMenuItem.Name = "FlowFormTest1ToolStripMenuItem"
Me.FlowFormTest1ToolStripMenuItem.Size = New System.Drawing.Size(160, 22)
Me.FlowFormTest1ToolStripMenuItem.Text = "FlowForm Test 1"
Me.SvgImageBox2.Cursor = System.Windows.Forms.Cursors.Hand
Me.SvgImageBox2.ItemAppearance.Hovered.FillColor = System.Drawing.Color.FromArgb(CType(CType(165, Byte), Integer), CType(CType(36, Byte), Integer), CType(CType(49, Byte), Integer))
Me.SvgImageBox2.ItemAppearance.Normal.FillColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.SvgImageBox2.ItemHitTestType = DevExpress.XtraEditors.ItemHitTestType.BoundingBox
Me.SvgImageBox2.Location = New System.Drawing.Point(260, 128)
Me.SvgImageBox2.Name = "SvgImageBox2"
Me.SvgImageBox2.Size = New System.Drawing.Size(42, 36)
Me.SvgImageBox2.SizeMode = DevExpress.XtraEditors.SvgImageSizeMode.Zoom
Me.SvgImageBox2.SvgImage = CType(resources.GetObject("SvgImageBox2.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.SvgImageBox2.TabIndex = 2
Me.SvgImageBox2.Text = "SvgImageBox1"
'
'SucheToolStripMenuItem
'SvgImageBox3
'
Me.SucheToolStripMenuItem.Image = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources.Find_5650
Me.SucheToolStripMenuItem.Name = "SucheToolStripMenuItem"
Me.SucheToolStripMenuItem.Size = New System.Drawing.Size(160, 22)
Me.SucheToolStripMenuItem.Text = "Suchen"
Me.SvgImageBox3.Cursor = System.Windows.Forms.Cursors.Hand
Me.SvgImageBox3.ItemAppearance.Hovered.FillColor = System.Drawing.Color.FromArgb(CType(CType(165, Byte), Integer), CType(CType(36, Byte), Integer), CType(CType(49, Byte), Integer))
Me.SvgImageBox3.ItemAppearance.Normal.FillColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.SvgImageBox3.ItemHitTestType = DevExpress.XtraEditors.ItemHitTestType.BoundingBox
Me.SvgImageBox3.Location = New System.Drawing.Point(12, 12)
Me.SvgImageBox3.Name = "SvgImageBox3"
Me.SvgImageBox3.Size = New System.Drawing.Size(42, 36)
Me.SvgImageBox3.SizeMode = DevExpress.XtraEditors.SvgImageSizeMode.Zoom
Me.SvgImageBox3.SvgImage = CType(resources.GetObject("SvgImageBox3.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.SvgImageBox3.TabIndex = 2
Me.SvgImageBox3.Text = "SvgImageBox1"
'
'SvgImageBox4
'
Me.SvgImageBox4.Cursor = System.Windows.Forms.Cursors.Hand
Me.SvgImageBox4.ItemAppearance.Hovered.FillColor = System.Drawing.Color.FromArgb(CType(CType(165, Byte), Integer), CType(CType(36, Byte), Integer), CType(CType(49, Byte), Integer))
Me.SvgImageBox4.ItemAppearance.Normal.FillColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.SvgImageBox4.ItemHitTestType = DevExpress.XtraEditors.ItemHitTestType.BoundingBox
Me.SvgImageBox4.Location = New System.Drawing.Point(230, 12)
Me.SvgImageBox4.Name = "SvgImageBox4"
Me.SvgImageBox4.Size = New System.Drawing.Size(24, 18)
Me.SvgImageBox4.SizeMode = DevExpress.XtraEditors.SvgImageSizeMode.Zoom
Me.SvgImageBox4.SvgImage = CType(resources.GetObject("SvgImageBox4.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.SvgImageBox4.TabIndex = 2
Me.SvgImageBox4.Text = "SvgImageBox1"
'
'SvgImageBox5
'
Me.SvgImageBox5.Cursor = System.Windows.Forms.Cursors.Hand
Me.SvgImageBox5.ItemAppearance.Hovered.FillColor = System.Drawing.Color.FromArgb(CType(CType(165, Byte), Integer), CType(CType(36, Byte), Integer), CType(CType(49, Byte), Integer))
Me.SvgImageBox5.ItemAppearance.Normal.FillColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.SvgImageBox5.ItemHitTestType = DevExpress.XtraEditors.ItemHitTestType.BoundingBox
Me.SvgImageBox5.Location = New System.Drawing.Point(230, 31)
Me.SvgImageBox5.Name = "SvgImageBox5"
Me.SvgImageBox5.Size = New System.Drawing.Size(24, 18)
Me.SvgImageBox5.SizeMode = DevExpress.XtraEditors.SvgImageSizeMode.Zoom
Me.SvgImageBox5.SvgImage = CType(resources.GetObject("SvgImageBox5.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.SvgImageBox5.TabIndex = 2
Me.SvgImageBox5.Text = "SvgImageBox1"
'
'SvgImageBox6
'
Me.SvgImageBox6.Cursor = System.Windows.Forms.Cursors.Hand
Me.SvgImageBox6.ItemAppearance.Hovered.FillColor = System.Drawing.Color.FromArgb(CType(CType(165, Byte), Integer), CType(CType(36, Byte), Integer), CType(CType(49, Byte), Integer))
Me.SvgImageBox6.ItemAppearance.Normal.FillColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.SvgImageBox6.ItemHitTestType = DevExpress.XtraEditors.ItemHitTestType.BoundingBox
Me.SvgImageBox6.Location = New System.Drawing.Point(230, 128)
Me.SvgImageBox6.Name = "SvgImageBox6"
Me.SvgImageBox6.Size = New System.Drawing.Size(24, 18)
Me.SvgImageBox6.SizeMode = DevExpress.XtraEditors.SvgImageSizeMode.Zoom
Me.SvgImageBox6.SvgImage = CType(resources.GetObject("SvgImageBox6.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.SvgImageBox6.TabIndex = 2
Me.SvgImageBox6.Text = "SvgImageBox1"
'
'SvgImageBox7
'
Me.SvgImageBox7.Cursor = System.Windows.Forms.Cursors.Hand
Me.SvgImageBox7.ItemAppearance.Hovered.FillColor = System.Drawing.Color.FromArgb(CType(CType(165, Byte), Integer), CType(CType(36, Byte), Integer), CType(CType(49, Byte), Integer))
Me.SvgImageBox7.ItemAppearance.Normal.FillColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.SvgImageBox7.ItemHitTestType = DevExpress.XtraEditors.ItemHitTestType.BoundingBox
Me.SvgImageBox7.Location = New System.Drawing.Point(230, 147)
Me.SvgImageBox7.Name = "SvgImageBox7"
Me.SvgImageBox7.Size = New System.Drawing.Size(24, 18)
Me.SvgImageBox7.SizeMode = DevExpress.XtraEditors.SvgImageSizeMode.Zoom
Me.SvgImageBox7.SvgImage = CType(resources.GetObject("SvgImageBox7.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.SvgImageBox7.TabIndex = 2
Me.SvgImageBox7.Text = "SvgImageBox1"
'
'frmFlowForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(584, 487)
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(214, Byte), Integer), CType(CType(49, Byte), Integer))
Me.BackgroundImage = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources.ZOO_FLOW_Hintergrund
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.ClientSize = New System.Drawing.Size(314, 176)
Me.Controls.Add(Me.SvgImageBox3)
Me.Controls.Add(Me.SvgImageBox2)
Me.Controls.Add(Me.SvgImageBox7)
Me.Controls.Add(Me.SvgImageBox5)
Me.Controls.Add(Me.SvgImageBox6)
Me.Controls.Add(Me.SvgImageBox4)
Me.Controls.Add(Me.SvgImageBox1)
Me.DoubleBuffered = True
Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ForeColor = System.Drawing.SystemColors.ControlText
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Name = "frmFlowForm"
Me.Text = "frmFlowForm"
Me.ContextMenuStrip1.ResumeLayout(False)
Me.Text = "frmFlowForm_Test1"
Me.TopMost = True
CType(Me.SvgImageBox1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.SvgImageBox2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.SvgImageBox3, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.SvgImageBox4, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.SvgImageBox5, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.SvgImageBox6, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.SvgImageBox7, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
Friend WithEvents SucheToolStripMenuItem As ToolStripMenuItem
Friend WithEvents FlowFormTest1ToolStripMenuItem As ToolStripMenuItem
Friend WithEvents SvgImageBox1 As DevExpress.XtraEditors.SvgImageBox
Friend WithEvents SvgImageBox2 As DevExpress.XtraEditors.SvgImageBox
Friend WithEvents SvgImageBox3 As DevExpress.XtraEditors.SvgImageBox
Friend WithEvents SvgImageBox4 As DevExpress.XtraEditors.SvgImageBox
Friend WithEvents SvgImageBox5 As DevExpress.XtraEditors.SvgImageBox
Friend WithEvents SvgImageBox6 As DevExpress.XtraEditors.SvgImageBox
Friend WithEvents SvgImageBox7 As DevExpress.XtraEditors.SvgImageBox
End Class