Add Text icon, fix EXPANDED setting, fix result count label visibility, add search time label
This commit is contained in:
@@ -39,6 +39,7 @@ Public Class GridLoader
|
||||
DateTime = 10
|
||||
Key = 11
|
||||
Money = 12
|
||||
Text = 13
|
||||
End Enum
|
||||
|
||||
Public Sub New(pLogConfig As LogConfig, pSvgImageCollection As SvgImageCollection)
|
||||
@@ -152,7 +153,8 @@ Public Class GridLoader
|
||||
New ImageComboBoxItem("User", "USER", NodeImage.User),
|
||||
New ImageComboBoxItem("DateTime", "DATETIME", NodeImage.DateTime),
|
||||
New ImageComboBoxItem("KeyValue", "KEYVALUE", NodeImage.Key),
|
||||
New ImageComboBoxItem("Money", "MONEY", NodeImage.Money)
|
||||
New ImageComboBoxItem("Money", "MONEY", NodeImage.Money),
|
||||
New ImageComboBoxItem("Text", "TEXT", NodeImage.Text)
|
||||
})
|
||||
Return oIconEdit
|
||||
End Function
|
||||
|
||||
Reference in New Issue
Block a user