UI improvements

This commit is contained in:
Niels Laute
2020-11-08 20:09:07 +01:00
parent 14f905dbfd
commit aafab46456
12 changed files with 78 additions and 6 deletions

View File

@@ -276,6 +276,15 @@ namespace ImageResizer.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Height.
/// </summary>
public static string Height {
get {
return ResourceManager.GetString("Height", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Image Resizer.
/// </summary>
@@ -555,6 +564,15 @@ namespace ImageResizer.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Resize type.
/// </summary>
public static string Resize_Type {
get {
return ResourceManager.GetString("Resize_Type", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Fill.
/// </summary>
@@ -735,6 +753,15 @@ namespace ImageResizer.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Unit.
/// </summary>
public static string Unit {
get {
return ResourceManager.GetString("Unit", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Value must be between &apos;{0}&apos; and &apos;{1}&apos;..
/// </summary>
@@ -752,5 +779,14 @@ namespace ImageResizer.Properties {
return ResourceManager.GetString("Version", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Width.
/// </summary>
public static string Width {
get {
return ResourceManager.GetString("Width", resourceCulture);
}
}
}
}