IO-233 2 Way Paint Scale.
This commit is contained in:
24
BodyshopUploader/Properties/Settings.Designer.cs
generated
24
BodyshopUploader/Properties/Settings.Designer.cs
generated
@@ -176,5 +176,29 @@ namespace BodyshopPartner.Properties {
|
||||
this["ArmsExportPath"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("C:\\Color\\PPGImport")]
|
||||
public string PaintScaleImportPath {
|
||||
get {
|
||||
return ((string)(this["PaintScaleImportPath"]));
|
||||
}
|
||||
set {
|
||||
this["PaintScaleImportPath"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
||||
public string PaintScaleImportTimer {
|
||||
get {
|
||||
return ((string)(this["PaintScaleImportTimer"]));
|
||||
}
|
||||
set {
|
||||
this["PaintScaleImportTimer"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user