IO-233 2 Way Paint Scale.

This commit is contained in:
Patrick Fic
2022-04-28 09:46:47 -07:00
parent 1a1cc67402
commit 6eff2dbb31
15 changed files with 277 additions and 23 deletions

View File

@@ -196,7 +196,16 @@ namespace BodyshopPartner.Properties {
}
/// <summary>
/// Looks up a localized string similar to Browse Paint Scale Path.
/// Looks up a localized string similar to Browse Paint Scale -&gt; IO Path.
/// </summary>
public static string Label_BrowsePaintScaleImportPath {
get {
return ResourceManager.GetString("Label_BrowsePaintScaleImportPath", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Browse IO-&gt; Paint Scale Path.
/// </summary>
public static string Label_BrowsePaintScalePath {
get {
@@ -259,7 +268,25 @@ namespace BodyshopPartner.Properties {
}
/// <summary>
/// Looks up a localized string similar to Paint Scale Path.
/// Looks up a localized string similar to Paint Scale -&gt; IO Path.
/// </summary>
public static string Label_PaintScaleImportPath {
get {
return ResourceManager.GetString("Label_PaintScaleImportPath", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Paint Scare Import Timer (mins).
/// </summary>
public static string Label_PaintScaleImportTimer {
get {
return ResourceManager.GetString("Label_PaintScaleImportTimer", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to IO -&gt;Paint Scale Path.
/// </summary>
public static string Label_PaintScalePath {
get {