MS Button und IDB Logik

This commit is contained in:
2019-11-20 16:19:22 +01:00
parent 8b9b409769
commit 3508aa486c
15 changed files with 706 additions and 649 deletions

View File

@@ -288,6 +288,7 @@ Public Class ClassControlCreator
oControl.Text = row.Item("CTRL_TEXT")
oControl.Height = row.Item("HEIGHT")
oControl.Width = row.Item("WIDTH")
If Not IsNothing(ctrl_image) And Not IsNothing(oBitmap) Then
oControl.Image = oBitmap
oControl.ImageAlign = ContentAlignment.MiddleLeft