Compare commits

...

2 Commits

Author SHA1 Message Date
4fa3a666ef Version 1.6.7.0 2023-10-13 10:56:54 +02:00
eb375f5183 Schrift im Baum immer Schwarz 2023-10-13 10:56:03 +02:00
2 changed files with 4 additions and 4 deletions

View File

@ -1096,7 +1096,7 @@ Public Class frmMonitor
oColor = Color.LightSkyBlue
End Select
e.Appearance.ForeColor = GraphicsEx.GetContrastedColor(oColor)
e.Appearance.ForeColor = Color.Black 'TODO - funktioniert nicht immer GraphicsEx.GetContrastedColor(oColor)
e.Appearance.BackColor = oColor
e.Appearance.Options.UseBackColor = True
e.Handled = False

View File

@ -11,7 +11,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyCompany("Digital Data")>
<Assembly: AssemblyProduct("Monitor")>
<Assembly: AssemblyCopyright("Copyright © 2023")>
<Assembly: AssemblyTrademark("1.6.6.0")>
<Assembly: AssemblyTrademark("1.6.7.0")>
<Assembly: AssemblyCulture("")>
' Setting ComVisible to false makes the types in this assembly not visible
@ -32,5 +32,5 @@ Imports System.Runtime.InteropServices
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:
' [assembly: AssemblyVersion("1.0.*")]
<Assembly: AssemblyVersion("1.6.6.0")>
<Assembly: AssemblyFileVersion("1.6.6.0")>
<Assembly: AssemblyVersion("1.6.7.0")>
<Assembly: AssemblyFileVersion("1.6.7.0")>