Improve Contrast in frmStart

This commit is contained in:
Jonathan Jenne 2022-04-04 10:25:30 +02:00
parent 076e01c678
commit 85a7064afc

View File

@ -71,7 +71,7 @@ Partial Class frmStart
Me.LabelControl1.Appearance.BackColor = System.Drawing.Color.Transparent
Me.LabelControl1.Appearance.BackColor2 = CType(resources.GetObject("LabelControl1.Appearance.BackColor2"), System.Drawing.Color)
Me.LabelControl1.Appearance.Font = CType(resources.GetObject("LabelControl1.Appearance.Font"), System.Drawing.Font)
Me.LabelControl1.Appearance.ForeColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.LabelControl1.Appearance.ForeColor = System.Drawing.Color.Black
Me.LabelControl1.Appearance.Options.UseBackColor = True
Me.LabelControl1.Appearance.Options.UseFont = True
Me.LabelControl1.Appearance.Options.UseForeColor = True