ms nach wilke

This commit is contained in:
2020-09-08 12:45:59 +02:00
parent fc72bf5ff1
commit a973388d7e
10 changed files with 110 additions and 102 deletions

View File

@@ -23,52 +23,25 @@ Partial Class frmFlowForm
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
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()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
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()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'SvgImageBox1
'
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"
'
'SvgImageBox2
'
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"
'
'SvgImageBox3
'
Me.SvgImageBox3.BackColor = System.Drawing.Color.Transparent
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))
@@ -83,11 +56,12 @@ Partial Class frmFlowForm
'
'SvgImageBox4
'
Me.SvgImageBox4.BackColor = System.Drawing.Color.Transparent
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.Location = New System.Drawing.Point(125, 13)
Me.SvgImageBox4.Name = "SvgImageBox4"
Me.SvgImageBox4.Size = New System.Drawing.Size(24, 18)
Me.SvgImageBox4.SizeMode = DevExpress.XtraEditors.SvgImageSizeMode.Zoom
@@ -97,11 +71,12 @@ Partial Class frmFlowForm
'
'SvgImageBox5
'
Me.SvgImageBox5.BackColor = System.Drawing.Color.Transparent
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.Location = New System.Drawing.Point(125, 31)
Me.SvgImageBox5.Name = "SvgImageBox5"
Me.SvgImageBox5.Size = New System.Drawing.Size(24, 18)
Me.SvgImageBox5.SizeMode = DevExpress.XtraEditors.SvgImageSizeMode.Zoom
@@ -111,11 +86,12 @@ Partial Class frmFlowForm
'
'SvgImageBox6
'
Me.SvgImageBox6.BackColor = System.Drawing.Color.Transparent
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.Location = New System.Drawing.Point(125, 147)
Me.SvgImageBox6.Name = "SvgImageBox6"
Me.SvgImageBox6.Size = New System.Drawing.Size(24, 18)
Me.SvgImageBox6.SizeMode = DevExpress.XtraEditors.SvgImageSizeMode.Zoom
@@ -125,11 +101,12 @@ Partial Class frmFlowForm
'
'SvgImageBox7
'
Me.SvgImageBox7.BackColor = System.Drawing.Color.Transparent
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.Location = New System.Drawing.Point(125, 171)
Me.SvgImageBox7.Name = "SvgImageBox7"
Me.SvgImageBox7.Size = New System.Drawing.Size(24, 18)
Me.SvgImageBox7.SizeMode = DevExpress.XtraEditors.SvgImageSizeMode.Zoom
@@ -137,21 +114,43 @@ Partial Class frmFlowForm
Me.SvgImageBox7.TabIndex = 2
Me.SvgImageBox7.Text = "SvgImageBox1"
'
'PictureBox1
'
Me.PictureBox1.BackColor = System.Drawing.Color.Transparent
Me.PictureBox1.Image = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources._1_ZOO_FLOW_Search
Me.PictureBox1.Location = New System.Drawing.Point(152, 7)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(45, 47)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox1.TabIndex = 3
Me.PictureBox1.TabStop = False
'
'PictureBox2
'
Me.PictureBox2.BackColor = System.Drawing.Color.Transparent
Me.PictureBox2.Image = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources._1_ZOO_FLOW_Person
Me.PictureBox2.Location = New System.Drawing.Point(152, 147)
Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.Size = New System.Drawing.Size(45, 45)
Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox2.TabIndex = 4
Me.PictureBox2.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.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.BackgroundImage = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources.ZOO_FLOW_3
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.ClientSize = New System.Drawing.Size(314, 176)
Me.ClientSize = New System.Drawing.Size(199, 195)
Me.Controls.Add(Me.PictureBox2)
Me.Controls.Add(Me.PictureBox1)
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
@@ -159,21 +158,21 @@ Partial Class frmFlowForm
Me.Name = "frmFlowForm"
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()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
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
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents PictureBox2 As PictureBox
End Class