complete UI rewrite
This commit is contained in:
parent
45c6dbce70
commit
cdcfccd87c
15 changed files with 1207 additions and 439 deletions
99
EnvyUpdate/Properties/Resources.Designer.cs
generated
99
EnvyUpdate/Properties/Resources.Designer.cs
generated
|
@ -114,6 +114,15 @@ namespace EnvyUpdate.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to No.
|
||||
/// </summary>
|
||||
public static string no {
|
||||
get {
|
||||
return ResourceManager.GetString("no", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to No NVIDIA GPU found. Application will exit..
|
||||
/// </summary>
|
||||
|
@ -141,6 +150,24 @@ namespace EnvyUpdate.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Enable logging to file.
|
||||
/// </summary>
|
||||
public static string ui_enable_logging {
|
||||
get {
|
||||
return ResourceManager.GetString("ui_enable_logging", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Home.
|
||||
/// </summary>
|
||||
public static string ui_home {
|
||||
get {
|
||||
return ResourceManager.GetString("ui_home", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to DCH driver.
|
||||
/// </summary>
|
||||
|
@ -159,6 +186,24 @@ namespace EnvyUpdate.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Update available..
|
||||
/// </summary>
|
||||
public static string ui_info_outdated {
|
||||
get {
|
||||
return ResourceManager.GetString("ui_info_outdated", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Up to date..
|
||||
/// </summary>
|
||||
public static string ui_info_uptodate {
|
||||
get {
|
||||
return ResourceManager.GetString("ui_info_uptodate", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to EnvyUpdate website.
|
||||
/// </summary>
|
||||
|
@ -177,6 +222,15 @@ namespace EnvyUpdate.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Licenses.
|
||||
/// </summary>
|
||||
public static string ui_licenses {
|
||||
get {
|
||||
return ResourceManager.GetString("ui_licenses", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Local driver version:.
|
||||
/// </summary>
|
||||
|
@ -195,6 +249,24 @@ namespace EnvyUpdate.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to All good..
|
||||
/// </summary>
|
||||
public static string ui_message_good {
|
||||
get {
|
||||
return ResourceManager.GetString("ui_message_good", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to New driver found..
|
||||
/// </summary>
|
||||
public static string ui_message_update {
|
||||
get {
|
||||
return ResourceManager.GetString("ui_message_update", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Online driver version:.
|
||||
/// </summary>
|
||||
|
@ -204,6 +276,24 @@ namespace EnvyUpdate.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Open website.
|
||||
/// </summary>
|
||||
public static string ui_openwebsite {
|
||||
get {
|
||||
return ResourceManager.GetString("ui_openwebsite", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Settings.
|
||||
/// </summary>
|
||||
public static string ui_settings {
|
||||
get {
|
||||
return ResourceManager.GetString("ui_settings", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Version skipped.
|
||||
/// </summary>
|
||||
|
@ -266,5 +356,14 @@ namespace EnvyUpdate.Properties {
|
|||
return ResourceManager.GetString("update_popup_message", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Yes.
|
||||
/// </summary>
|
||||
public static string yes {
|
||||
get {
|
||||
return ResourceManager.GetString("yes", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue