IO-227 Succesful export of PPG information.
This commit is contained in:
@@ -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")]
|
||||
18
BodyshopUploader/Properties/Resources.Designer.cs
generated
18
BodyshopUploader/Properties/Resources.Designer.cs
generated
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
2
BodyshopUploader/Properties/Settings.Designer.cs
generated
2
BodyshopUploader/Properties/Settings.Designer.cs
generated
@@ -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"]));
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user