Devexpress skin auf Win 2019

This commit is contained in:
Developer01
2025-06-16 09:04:31 +02:00
parent e2f8607592
commit 83e028ea06
4 changed files with 36 additions and 86 deletions

View File

@@ -104,7 +104,7 @@ Partial Class frmIndex
'pnlIndex
'
resources.ApplyResources(Me.pnlIndex, "pnlIndex")
Me.pnlIndex.BackColor = System.Drawing.SystemColors.ControlLight
Me.pnlIndex.BackColor = System.Drawing.SystemColors.Control
Me.pnlIndex.Name = "pnlIndex"
'
'Panel2
@@ -238,7 +238,7 @@ Partial Class frmIndex
resources.ApplyResources(Me.btnOK, "btnOK")
Me.btnOK.Appearance.Font = CType(resources.GetObject("btnOK.Appearance.Font"), System.Drawing.Font)
Me.btnOK.Appearance.Options.UseFont = True
Me.btnOK.ImageOptions.Image = CType(resources.GetObject("btnOK.ImageOptions.Image"), System.Drawing.Image)
Me.btnOK.ImageOptions.SvgImage = CType(resources.GetObject("btnOK.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.btnOK.Name = "btnOK"
'
'ComboboxDoctype