ZooFlow: Improve Admin icons
This commit is contained in:
parent
97dca56181
commit
ad1b1fca2f
@ -750,6 +750,7 @@ Partial Class frmAdmin_Start
|
||||
Me.TypeImages.Add("editnames", "image://svgimages/dashboards/editnames.svg")
|
||||
Me.TypeImages.Add("bo_appearance", "image://svgimages/business objects/bo_appearance.svg")
|
||||
Me.TypeImages.Add("travel_hotel", "image://svgimages/icon builder/travel_hotel.svg")
|
||||
Me.TypeImages.Add("travel_map", "image://svgimages/icon builder/travel_map.svg")
|
||||
'
|
||||
'BarButtonItem11
|
||||
'
|
||||
|
||||
@ -195,13 +195,14 @@ Public Class frmAdmin_Start
|
||||
})
|
||||
Dim oActiveColumn = New Columns.TreeListColumn() With {
|
||||
.Name = "columnActive",
|
||||
.Caption = "Aktiv",
|
||||
.Caption = " ",
|
||||
.FieldName = "Active",
|
||||
.Visible = True,
|
||||
.VisibleIndex = 1,
|
||||
.ColumnEdit = oActiveEditor,
|
||||
.MaxWidth = 30,
|
||||
.MinWidth = 30
|
||||
.MinWidth = 30,
|
||||
.Image = ActiveImages.GetImage(0)
|
||||
}
|
||||
oActiveColumn.OptionsColumn.AllowEdit = False
|
||||
|
||||
@ -221,13 +222,14 @@ Public Class frmAdmin_Start
|
||||
})
|
||||
Dim oTypeColumn = New Columns.TreeListColumn() With {
|
||||
.Name = "columnType",
|
||||
.Caption = "Typ",
|
||||
.Caption = " ",
|
||||
.FieldName = "Scope",
|
||||
.Visible = True,
|
||||
.VisibleIndex = 2,
|
||||
.ColumnEdit = oTypeEditor,
|
||||
.MaxWidth = 30,
|
||||
.MinWidth = 30
|
||||
.MinWidth = 30,
|
||||
.Image = TypeImages.GetImage(6)
|
||||
}
|
||||
oTypeColumn.OptionsColumn.AllowEdit = False
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user