WIP PPG Data Pump
This commit is contained in:
@@ -168,6 +168,15 @@ namespace BodyshopPartner.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Browse Paint Scale Path.
|
||||
/// </summary>
|
||||
public static string Label_BrowsePaintScalePath {
|
||||
get {
|
||||
return ResourceManager.GetString("Label_BrowsePaintScalePath", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to File Path.
|
||||
/// </summary>
|
||||
|
||||
@@ -153,6 +153,9 @@
|
||||
<data name="Label_BrowseForQb" xml:space="preserve">
|
||||
<value>Browse for QuickBooks File</value>
|
||||
</data>
|
||||
<data name="Label_BrowsePaintScalePath" xml:space="preserve">
|
||||
<value>Browse Paint Scale Path</value>
|
||||
</data>
|
||||
<data name="Label_FilePath" xml:space="preserve">
|
||||
<value>File Path</value>
|
||||
</data>
|
||||
|
||||
14
BodyshopUploader/Properties/Settings.Designer.cs
generated
14
BodyshopUploader/Properties/Settings.Designer.cs
generated
@@ -12,7 +12,7 @@ namespace BodyshopPartner.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||
|
||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||
@@ -140,5 +140,17 @@ namespace BodyshopPartner.Properties {
|
||||
this["StartWithWindows"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string PaintScalePath {
|
||||
get {
|
||||
return ((string)(this["PaintScalePath"]));
|
||||
}
|
||||
set {
|
||||
this["PaintScalePath"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,5 +32,8 @@
|
||||
<Setting Name="StartWithWindows" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
<Setting Name="PaintScalePath" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user