fix language loading

This commit is contained in:
Jonathan Jenne
2022-11-07 16:42:14 +01:00
parent 8169bb5a7a
commit 360572dd29
10 changed files with 111 additions and 20 deletions

View File

@@ -82,6 +82,7 @@ Partial Class frmMain
Me.lblUser.Id = 1
Me.lblUser.ImageOptions.SvgImage = CType(resources.GetObject("lblUser.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.lblUser.Name = "lblUser"
Me.lblUser.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph
'
'lblVersion
'