Implemented basic theme engine as well as a dark theme. For time being, dark theme is the default theme.
This commit is contained in:
Generated
+36
@@ -6825,6 +6825,42 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to 0,0,0.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property mgrThemeEngine_Color_Black() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("mgrThemeEngine_Color_Black", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to 0,131,255.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property mgrThemeEngine_Color_Blue() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("mgrThemeEngine_Color_Blue", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to 25,25,25.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property mgrThemeEngine_Color_Dark() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("mgrThemeEngine_Color_Dark", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to 255,255,255.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property mgrThemeEngine_Color_White() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("mgrThemeEngine_Color_White", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to An error occured exporting the XML data.[BR][BR][PARAM].
|
||||
'''</summary>
|
||||
|
||||
Reference in New Issue
Block a user