IO-227 Succesful export of PPG information.

This commit is contained in:
Patrick Fic
2022-01-18 15:00:27 -08:00
parent d7cde2be37
commit 926f20ba0a
17 changed files with 214 additions and 38 deletions

View File

@@ -51,7 +51,7 @@ using System.Windows;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.25.0")]
[assembly: AssemblyVersion("1.0.26.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
//Setting Squirrel Aware Version.
[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")]

View File

@@ -186,6 +186,15 @@ namespace BodyshopPartner.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to (Re)Configure Paint Scale Task.
/// </summary>
public static string Label_ConfigurePaintScale {
get {
return ResourceManager.GetString("Label_ConfigurePaintScale", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to EMS Export Path.
/// </summary>
@@ -222,6 +231,15 @@ namespace BodyshopPartner.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Paint Scale Path.
/// </summary>
public static string Label_PaintScalePath {
get {
return ResourceManager.GetString("Label_PaintScalePath", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to QuickBooks File Path.
/// </summary>

View File

@@ -159,6 +159,9 @@
<data name="Label_BrowsePaintScalePath" xml:space="preserve">
<value>Browse Paint Scale Path</value>
</data>
<data name="Label_ConfigurePaintScale" xml:space="preserve">
<value>(Re)Configure Paint Scale Task</value>
</data>
<data name="Label_EmsExport" xml:space="preserve">
<value>EMS Export Path</value>
</data>
@@ -171,6 +174,9 @@
<data name="Label_MonitorStatus" xml:space="preserve">
<value>Monitor Status</value>
</data>
<data name="Label_PaintScalePath" xml:space="preserve">
<value>Paint Scale Path</value>
</data>
<data name="Label_QbFilePath" xml:space="preserve">
<value>QuickBooks File Path</value>
</data>

View File

@@ -143,7 +143,7 @@ namespace BodyshopPartner.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
[global::System.Configuration.DefaultSettingValueAttribute("C:\\Color\\PPGExport")]
public string PaintScalePath {
get {
return ((string)(this["PaintScalePath"]));

View File

@@ -33,7 +33,7 @@
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="PaintScalePath" Type="System.String" Scope="User">
<Value Profile="(Default)" />
<Value Profile="(Default)">C:\Color\PPGExport</Value>
</Setting>
<Setting Name="EmsExportPath" Type="System.String" Scope="User">
<Value Profile="(Default)">C:\CIECA\MITCHELL\EXPORT</Value>