MS DocumentViewer Icons

This commit is contained in:
2021-01-07 09:44:52 +01:00
parent 125d7813e5
commit 0c0c38c969
2 changed files with 74 additions and 100 deletions

View File

@@ -179,7 +179,6 @@ Partial Class DocumentViewer
'
Me.buttonPrint.Caption = "Drucken"
Me.buttonPrint.Id = 0
Me.buttonPrint.ImageOptions.Image = CType(resources.GetObject("buttonPrint.ImageOptions.Image"), System.Drawing.Image)
Me.buttonPrint.ImageOptions.SvgImage = CType(resources.GetObject("buttonPrint.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.buttonPrint.ImageOptions.SvgImageSize = New System.Drawing.Size(25, 25)
Me.buttonPrint.Name = "buttonPrint"