jj 07.03.2016 add default entity icon
This commit is contained in:
@@ -161,7 +161,7 @@ Public Class frmMain
|
||||
Dim image As Bitmap = Nothing
|
||||
|
||||
If IsDBNull(row.Item("MENU_IMG")) Then
|
||||
image = LoadNoImage()
|
||||
image = My.Resources.ResourceManager.GetObject("changechartlegendalignment_32x32")
|
||||
Else
|
||||
Dim bimg() As Byte = row.Item("MENU_IMG")
|
||||
Dim bitmap As Bitmap = ByteArrayToBitmap(bimg)
|
||||
@@ -187,6 +187,7 @@ Public Class frmMain
|
||||
item.Caption = title
|
||||
item.Tag = tag
|
||||
item.Glyph = image
|
||||
item.LargeGlyph = image
|
||||
|
||||
AddHandler item.ItemClick, AddressOf ToolbarButtonItemClick
|
||||
groupQuickAccessForm2.ItemLinks.Add(item)
|
||||
|
||||
Reference in New Issue
Block a user