fix profile management icon, add sub tab icons

This commit is contained in:
Jonathan Jenne 2020-06-05 13:46:17 +02:00
parent c5d118151c
commit 43c94a84cb
2 changed files with 728 additions and 396 deletions

View File

@ -1287,6 +1287,8 @@ Partial Class frmAdministration
resources.ApplyResources(Me.XtraTabPageManualIndex, "XtraTabPageManualIndex")
Me.XtraTabPageManualIndex.Controls.Add(Me.Panel1)
Me.XtraTabPageManualIndex.Controls.Add(Me.ListBoxControl3)
Me.XtraTabPageManualIndex.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageManualIndex.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.XtraTabPageManualIndex.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.XtraTabPageManualIndex.Name = "XtraTabPageManualIndex"
'
'Panel1
@ -1557,6 +1559,8 @@ Partial Class frmAdministration
Me.XtraTabPageManualIndexFunctions.Controls.Add(IDXMAN_IDLabel)
Me.XtraTabPageManualIndexFunctions.Controls.Add(GUIDLabel5)
Me.XtraTabPageManualIndexFunctions.Controls.Add(Me.GUIDTextBox4)
Me.XtraTabPageManualIndexFunctions.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageManualIndexFunctions.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.XtraTabPageManualIndexFunctions.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.XtraTabPageManualIndexFunctions.Name = "XtraTabPageManualIndexFunctions"
'
'ListBox1
@ -1786,6 +1790,8 @@ Partial Class frmAdministration
Me.XtraTabPageAutoIndex.Controls.Add(CHANGED_WHENLabel3)
Me.XtraTabPageAutoIndex.Controls.Add(Me.CHANGED_WHENTextBox3)
Me.XtraTabPageAutoIndex.Controls.Add(Me.INDEXNAME_AutoIndexTXT)
Me.XtraTabPageAutoIndex.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageAutoIndex.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.XtraTabPageAutoIndex.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.XtraTabPageAutoIndex.Name = "XtraTabPageAutoIndex"
'
'Label6
@ -1950,6 +1956,8 @@ Partial Class frmAdministration
'XtraTabPageFolderPath
'
Me.XtraTabPageFolderPath.Controls.Add(Me.GroupBox4)
Me.XtraTabPageFolderPath.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageFolderPath.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.XtraTabPageFolderPath.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.XtraTabPageFolderPath.Name = "XtraTabPageFolderPath"
resources.ApplyResources(Me.XtraTabPageFolderPath, "XtraTabPageFolderPath")
'
@ -2063,6 +2071,8 @@ Partial Class frmAdministration
Me.XtraTabPageProfileRegex.Controls.Add(Label33)
Me.XtraTabPageProfileRegex.Controls.Add(Label34)
Me.XtraTabPageProfileRegex.Controls.Add(Me.TextBox7)
Me.XtraTabPageProfileRegex.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageProfileRegex.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.XtraTabPageProfileRegex.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.XtraTabPageProfileRegex.Name = "XtraTabPageProfileRegex"
resources.ApplyResources(Me.XtraTabPageProfileRegex, "XtraTabPageProfileRegex")
'

File diff suppressed because it is too large Load Diff