Added AutoHideLog and ThemeSelection to SQL settings database and wired to settings UI
This commit is contained in:
Generated
+19
-1
@@ -22,7 +22,7 @@ Namespace My.Resources
|
||||
'''<summary>
|
||||
''' A strongly-typed resource class, for looking up localized strings, etc.
|
||||
'''</summary>
|
||||
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0"), _
|
||||
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0"), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
|
||||
@@ -4677,6 +4677,24 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Dark.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmSettings_cboThemeSelection_Dark() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmSettings_cboThemeSelection_Dark", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Light.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmSettings_cboThemeSelection_Light() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmSettings_cboThemeSelection_Light", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Automatically mark new backups as restored when appropriate.
|
||||
'''</summary>
|
||||
|
||||
Reference in New Issue
Block a user