Rome Online White Labelling.

This commit is contained in:
Patrick Fic
2023-02-24 15:51:37 -08:00
parent 90202e2d3c
commit 86fc13ce7f
66 changed files with 173 additions and 229 deletions

View File

@@ -7,11 +7,11 @@ using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("ImEX Online Partner")]
[assembly: AssemblyTitle("Rome Online Partner")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("ImEX Systems Inc.")]
[assembly: AssemblyProduct("ImEX Online Partner")]
[assembly: AssemblyCompany("Rome Technologies")]
[assembly: AssemblyProduct("Rome Online Partner")]
[assembly: AssemblyCopyright("Copyright © ImEX Systems Inc.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

View File

@@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace BodyshopPartner.Properties {
namespace RomeOnlinePartner.Properties {
using System;
@@ -39,7 +39,7 @@ namespace BodyshopPartner.Properties {
public static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("BodyshopPartner.Properties.Resources", typeof(Resources).Assembly);
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("RomeOnlinePartner.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
@@ -196,7 +196,7 @@ namespace BodyshopPartner.Properties {
}
/// <summary>
/// Looks up a localized string similar to Browse Paint Scale -&gt; IO Path.
/// Looks up a localized string similar to Browse Paint Scale -&gt; RO Path.
/// </summary>
public static string Label_BrowsePaintScaleImportPath {
get {
@@ -205,7 +205,7 @@ namespace BodyshopPartner.Properties {
}
/// <summary>
/// Looks up a localized string similar to Browse IO-&gt; Paint Scale Path.
/// Looks up a localized string similar to Browse RO-&gt; Paint Scale Path.
/// </summary>
public static string Label_BrowsePaintScalePath {
get {
@@ -268,7 +268,7 @@ namespace BodyshopPartner.Properties {
}
/// <summary>
/// Looks up a localized string similar to Paint Scale -&gt; IO Path.
/// Looks up a localized string similar to Paint Scale -&gt; RO Path.
/// </summary>
public static string Label_PaintScaleImportPath {
get {
@@ -286,7 +286,7 @@ namespace BodyshopPartner.Properties {
}
/// <summary>
/// Looks up a localized string similar to IO -&gt;Paint Scale Path.
/// Looks up a localized string similar to RO -&gt;Paint Scale Path.
/// </summary>
public static string Label_PaintScalePath {
get {
@@ -448,7 +448,7 @@ namespace BodyshopPartner.Properties {
}
/// <summary>
/// Looks up a localized string similar to Please do not close ImEX Online or ImEX Partner during the connection process..
/// Looks up a localized string similar to Please do not close Rome Online or Rome Partner during the connection process..
/// </summary>
public static string Msg_QbConnection_Msg {
get {
@@ -493,7 +493,7 @@ namespace BodyshopPartner.Properties {
}
/// <summary>
/// Looks up a localized string similar to Login -ImEX Online Partner.
/// Looks up a localized string similar to Login - Rome Online Partner.
/// </summary>
public static string Title_Login {
get {
@@ -502,7 +502,7 @@ namespace BodyshopPartner.Properties {
}
/// <summary>
/// Looks up a localized string similar to ImEX Online Partner.
/// Looks up a localized string similar to Rome Online Partner.
/// </summary>
public static string Title_Login_Header {
get {
@@ -511,7 +511,7 @@ namespace BodyshopPartner.Properties {
}
/// <summary>
/// Looks up a localized string similar to ImEX Online Partner | ImEX Systems Inc..
/// Looks up a localized string similar to Rome Online Partner | Rome Technologies.
/// </summary>
public static string Title_Main {
get {

View File

@@ -163,10 +163,10 @@
<value>Browse for QuickBooks File</value>
</data>
<data name="Label_BrowsePaintScaleImportPath" xml:space="preserve">
<value>Browse Paint Scale -&gt; IO Path</value>
<value>Browse Paint Scale -&gt; RO Path</value>
</data>
<data name="Label_BrowsePaintScalePath" xml:space="preserve">
<value>Browse IO-&gt; Paint Scale Path</value>
<value>Browse RO-&gt; Paint Scale Path</value>
</data>
<data name="Label_ConfigureArmsExport" xml:space="preserve">
<value>(Re)configure ARMS Export</value>
@@ -187,13 +187,13 @@
<value>Monitor Status</value>
</data>
<data name="Label_PaintScaleImportPath" xml:space="preserve">
<value>Paint Scale -&gt; IO Path</value>
<value>Paint Scale -&gt; RO Path</value>
</data>
<data name="Label_PaintScaleImportTimer" xml:space="preserve">
<value>Paint Scare Import Timer (mins)</value>
</data>
<data name="Label_PaintScalePath" xml:space="preserve">
<value>IO -&gt;Paint Scale Path</value>
<value>RO -&gt;Paint Scale Path</value>
</data>
<data name="Label_QbFilePath" xml:space="preserve">
<value>QuickBooks File Path</value>
@@ -247,7 +247,7 @@
<value>QuickBooks Connection</value>
</data>
<data name="Msg_QbConnection_Msg" xml:space="preserve">
<value>Please do not close ImEX Online or ImEX Partner during the connection process.</value>
<value>Please do not close Rome Online or Rome Partner during the connection process.</value>
</data>
<data name="Msg_QbConnection_Title" xml:space="preserve">
<value>QuickBooks Connection Request</value>
@@ -262,13 +262,13 @@
<value>Password</value>
</data>
<data name="Title_Login" xml:space="preserve">
<value>Login -ImEX Online Partner</value>
<value>Login - Rome Online Partner</value>
</data>
<data name="Title_Login_Header" xml:space="preserve">
<value>ImEX Online Partner</value>
<value>Rome Online Partner</value>
</data>
<data name="Title_Main" xml:space="preserve">
<value>ImEX Online Partner | ImEX Systems Inc.</value>
<value>Rome Online Partner | Rome Technologies</value>
</data>
<data name="Username" xml:space="preserve">
<value>Username</value>

View File

@@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace BodyshopPartner.Properties {
namespace RomeOnlinePartner.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]

View File

@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="BodyshopPartner.Properties" GeneratedClassName="Settings">
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="RomeOnlinePartner.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="Username" Type="System.String" Scope="User">