diff --git a/GUIs.ZooFlow/My Project/Resources.Designer.vb b/GUIs.ZooFlow/My Project/Resources.Designer.vb index fcce3e28..e1efcc82 100644 --- a/GUIs.ZooFlow/My Project/Resources.Designer.vb +++ b/GUIs.ZooFlow/My Project/Resources.Designer.vb @@ -60,6 +60,16 @@ Namespace My.Resources End Set End Property + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property _1_ZOO_FLOW_Person() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("1_ZOO_FLOW_Person", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + ''' ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. ''' @@ -180,6 +190,26 @@ Namespace My.Resources End Get End Property + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property ZOO_FLOW_3() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("ZOO_FLOW_3", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property ZOO_FLOW_dark() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("ZOO_FLOW_dark", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + ''' ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. ''' @@ -219,5 +249,15 @@ Namespace My.Resources Return CType(obj,System.Drawing.Bitmap) End Get End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ DevExpress.Utils.Svg.SvgImage. + ''' + Friend ReadOnly Property Zooflow_Lupe() As DevExpress.Utils.Svg.SvgImage + Get + Dim obj As Object = ResourceManager.GetObject("Zooflow_Lupe", resourceCulture) + Return CType(obj,DevExpress.Utils.Svg.SvgImage) + End Get + End Property End Module End Namespace diff --git a/GUIs.ZooFlow/My Project/Resources.resx b/GUIs.ZooFlow/My Project/Resources.resx index 1140338f..cd3a336a 100644 --- a/GUIs.ZooFlow/My Project/Resources.resx +++ b/GUIs.ZooFlow/My Project/Resources.resx @@ -124,6 +124,9 @@ ..\Resources\StatusAnnotations_Stop_32xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\ZOO_FLOW_dark.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\ZOOFLOW_Home_klein_Cropped.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -142,9 +145,15 @@ ..\Resources\Checked-outforEdit_13297.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\Zooflow_Lupe.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + ..\Resources\DD_Icons_ICO_PMANAGER_128px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\Find_5650.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\Editdatasetwithdesigner_8449.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -154,16 +163,19 @@ ..\Resources\GLOBIX_GEFUNDEN_klein.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\ZOO_FLOW_3.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\ZOOFLOW_Home_klein_Eckig.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\Find_5650.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\GLOBIX_klein.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ..\Resources\1_ZOO_FLOW_Search.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\GLOBIX_klein.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\1_ZOO_FLOW_Person1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/GUIs.ZooFlow/Resources/1_ZOO_FLOW_Person1.png b/GUIs.ZooFlow/Resources/1_ZOO_FLOW_Person1.png new file mode 100644 index 00000000..25e5b89e Binary files /dev/null and b/GUIs.ZooFlow/Resources/1_ZOO_FLOW_Person1.png differ diff --git a/GUIs.ZooFlow/Resources/ZOO_FLOW_3.png b/GUIs.ZooFlow/Resources/ZOO_FLOW_3.png new file mode 100644 index 00000000..241855a7 Binary files /dev/null and b/GUIs.ZooFlow/Resources/ZOO_FLOW_3.png differ diff --git a/GUIs.ZooFlow/Resources/ZOO_FLOW_dark.png b/GUIs.ZooFlow/Resources/ZOO_FLOW_dark.png new file mode 100644 index 00000000..0d356fbf Binary files /dev/null and b/GUIs.ZooFlow/Resources/ZOO_FLOW_dark.png differ diff --git a/GUIs.ZooFlow/Resources/Zooflow_Lupe.svg b/GUIs.ZooFlow/Resources/Zooflow_Lupe.svg new file mode 100644 index 00000000..853f8120 --- /dev/null +++ b/GUIs.ZooFlow/Resources/Zooflow_Lupe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/GUIs.ZooFlow/ZooFlow.vbproj b/GUIs.ZooFlow/ZooFlow.vbproj index 68e3e4f9..0f1b0976 100644 --- a/GUIs.ZooFlow/ZooFlow.vbproj +++ b/GUIs.ZooFlow/ZooFlow.vbproj @@ -243,6 +243,9 @@ + + + @@ -253,6 +256,7 @@ + diff --git a/GUIs.ZooFlow/frmFlowForm.Designer.vb b/GUIs.ZooFlow/frmFlowForm.Designer.vb index 1a2f1dfa..0a0acff1 100644 --- a/GUIs.ZooFlow/frmFlowForm.Designer.vb +++ b/GUIs.ZooFlow/frmFlowForm.Designer.vb @@ -23,52 +23,25 @@ Partial Class frmFlowForm 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 diff --git a/GUIs.ZooFlow/frmFlowForm.resx b/GUIs.ZooFlow/frmFlowForm.resx index fc627cfc..f879cb37 100644 --- a/GUIs.ZooFlow/frmFlowForm.resx +++ b/GUIs.ZooFlow/frmFlowForm.resx @@ -118,54 +118,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z - LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl - dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAANoCAAAC77u/ - PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi - IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv - MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh - Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg - MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KCS5Z - ZWxsb3d7ZmlsbDojRkZCMTE1O30KCS5CbGFja3tmaWxsOiM3MjcyNzI7fQoJLkdyZWVue2ZpbGw6IzAz - OUMyMzt9CgkuUmVke2ZpbGw6I0QxMUMxQzt9Cgkuc3Qwe29wYWNpdHk6MC43NTt9Cgkuc3Qxe29wYWNp - dHk6MC41O30KPC9zdHlsZT4NCiAgPGcgaWQ9Ilpvb20iPg0KICAgIDxwYXRoIGQ9Ik0yNy43LDI1LjNM - MjAuNSwxOGMxLTEuNCwxLjUtMy4yLDEuNS01YzAtNS00LTktOS05cy05LDQtOSw5YzAsNSw0LDksOSw5 - YzEuOSwwLDMuNi0wLjYsNS0xLjVsNy4zLDcuMyAgIGMwLjMsMC4zLDAuOSwwLjMsMS4yLDBsMS4yLTEu - MkMyOC4xLDI2LjIsMjguMSwyNS42LDI3LjcsMjUuM3ogTTYsMTNjMC0zLjksMy4xLTcsNy03czcsMy4x - LDcsN2MwLDMuOS0zLjEsNy03LDdTNiwxNi45LDYsMTN6IiBjbGFzcz0iQmxhY2siIC8+DQogIDwvZz4N - Cjwvc3ZnPgs= - - - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z - LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl - dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAMwEAAAC77u/ - PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi - IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv - MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh - Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg - MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KCS5Z - ZWxsb3d7ZmlsbDojRkZCMTE1O30KCS5SZWR7ZmlsbDojRDExQzFDO30KCS5HcmVlbntmaWxsOiMwMzlD - MjM7fQoJLkJsYWNre2ZpbGw6IzcyNzI3Mjt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh - Y2l0eTowLjU7fQoJLnN0MXtvcGFjaXR5OjAuNzU7fQoJLnN0MntkaXNwbGF5Om5vbmU7fQoJLnN0M3tk - aXNwbGF5OmlubGluZTtmaWxsOiNGRkIxMTU7fQoJLnN0NHtkaXNwbGF5OmlubGluZTt9Cgkuc3Q1e2Rp - c3BsYXk6aW5saW5lO29wYWNpdHk6MC43NTt9Cgkuc3Q2e2Rpc3BsYXk6aW5saW5lO29wYWNpdHk6MC41 - O30KCS5zdDd7ZGlzcGxheTppbmxpbmU7ZmlsbDojMDM5QzIzO30KCS5zdDh7ZGlzcGxheTppbmxpbmU7 - ZmlsbDojRDExQzFDO30KCS5zdDl7ZGlzcGxheTppbmxpbmU7ZmlsbDojMTE3N0Q3O30KCS5zdDEwe2Rp - c3BsYXk6aW5saW5lO2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+DQogIDxnIGlkPSJMZWFkXzFfIj4NCiAg - ICA8cGF0aCBkPSJNMTAuNSw5LjZDOS40LDYsMTAsMiwxNC44LDJjNS4yLDAsNS41LDMsNS41LDNzMi45 - LTAuMiwxLjEsNC43YzAuMS0wLjEsMC40LTAuMSwwLjUsMC4zICAgYzAuMSwwLjUtMC4xLDAuOS0wLjMs - MS40Yy0wLjMsMC41LDAuMSwxLjctMC45LDEuNnYwLjFjLTAuNSwyLjMtMiw0LjktNC43LDQuOXMtNC4x - LTIuNi00LjctNC45YzAtMC4xLDAtMC4yLDAtMC4yICAgYy0xLDAuMS0wLjctMS4xLTAuOS0xLjZTOS45 - LDEwLjQsMTAsOS45QzEwLjEsOS43LDEwLjQsOS42LDEwLjUsOS42eiBNMjAsMThsLTIuNCw3LjlMMTcs - MjJsMC42LTJoLTMuMmwwLjYsMmwtMC42LDMuOUwxMiwxOCAgIGMtMi4zLDMuNS04LDEtOCw4LjVWMzBo - MTBoMWgyaDFoMTB2LTMuNUMyOCwxOS4xLDIyLjMsMjEuNCwyMCwxOHoiIGlkPSJMZWFkIiBjbGFzcz0i - QmxhY2siIC8+DQogIDwvZz4NCjwvc3ZnPgs= - - AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z diff --git a/GUIs.ZooFlow/frmFlowForm.vb b/GUIs.ZooFlow/frmFlowForm.vb index 0b997c6b..bca1b96f 100644 --- a/GUIs.ZooFlow/frmFlowForm.vb +++ b/GUIs.ZooFlow/frmFlowForm.vb @@ -2,7 +2,7 @@ Public Class frmFlowForm Private Const OPACITY_HIDDEN = 0.2 - Private Const OPACITY_SHOWN = 1 + Private Const OPACITY_SHOWN = 0.7 Private ActiveModules As List(Of String) Private Logger As Logger @@ -19,7 +19,7 @@ Public Class frmFlowForm TopMost = True AllowDrop = True ShowInTaskbar = False - Opacity = OPACITY_SHOWN + Opacity = OPACITY_HIDDEN SetFormLocation() AddHandler KeyDown, AddressOf frmFlowForm_KeyDown @@ -36,11 +36,11 @@ Public Class frmFlowForm End Sub Private Sub frmFlowForm_MouseLeave(sender As Object, e As EventArgs) Handles Me.MouseLeave - 'Opacity = OPACITY_HIDDEN + Opacity = OPACITY_HIDDEN End Sub Private Sub frmFlowForm_MouseHover(sender As Object, e As EventArgs) Handles Me.MouseHover - ' Opacity = OPACITY_SHOWN + Opacity = OPACITY_SHOWN End Sub Private Sub frmFlowForm_MouseMove(ByVal sender As Object, ByVal e As MouseEventArgs) Handles Me.MouseMove