ProManager initial setup.
This commit is contained in:
@@ -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("Rome Online Partner")]
|
||||
[assembly: AssemblyTitle("ProManager Partner")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Rome Technologies")]
|
||||
[assembly: AssemblyProduct("Rome Online Partner")]
|
||||
[assembly: AssemblyCompany("Web-Est")]
|
||||
[assembly: AssemblyProduct("ProManager Partner")]
|
||||
[assembly: AssemblyCopyright("Copyright © ImEX Systems Inc.")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
12
BodyshopUploader/Properties/Resources.Designer.cs
generated
12
BodyshopUploader/Properties/Resources.Designer.cs
generated
@@ -8,7 +8,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace RomeOnlinePartner.Properties {
|
||||
namespace ProManagerPartner.Properties {
|
||||
using System;
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ namespace RomeOnlinePartner.Properties {
|
||||
public static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("RomeOnlinePartner.Properties.Resources", typeof(Resources).Assembly);
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ProManagerPartner.Properties.Resources", typeof(Resources).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
@@ -466,7 +466,7 @@ namespace RomeOnlinePartner.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Please do not close Rome Online or Rome Partner during the connection process..
|
||||
/// Looks up a localized string similar to Please do not close ProManager or ProManager Partner during the connection process..
|
||||
/// </summary>
|
||||
public static string Msg_QbConnection_Msg {
|
||||
get {
|
||||
@@ -511,7 +511,7 @@ namespace RomeOnlinePartner.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Login - Rome Online Partner.
|
||||
/// Looks up a localized string similar to Login - ProManager Partner.
|
||||
/// </summary>
|
||||
public static string Title_Login {
|
||||
get {
|
||||
@@ -520,7 +520,7 @@ namespace RomeOnlinePartner.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Rome Online Partner.
|
||||
/// Looks up a localized string similar to ProManager Partner.
|
||||
/// </summary>
|
||||
public static string Title_Login_Header {
|
||||
get {
|
||||
@@ -529,7 +529,7 @@ namespace RomeOnlinePartner.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Rome Online Partner | Rome Technologies.
|
||||
/// Looks up a localized string similar to ProManager Partner | Web-Est.
|
||||
/// </summary>
|
||||
public static string Title_Main {
|
||||
get {
|
||||
|
||||
@@ -253,7 +253,7 @@
|
||||
<value>QuickBooks Connection</value>
|
||||
</data>
|
||||
<data name="Msg_QbConnection_Msg" xml:space="preserve">
|
||||
<value>Please do not close Rome Online or Rome Partner during the connection process.</value>
|
||||
<value>Please do not close ProManager or ProManager Partner during the connection process.</value>
|
||||
</data>
|
||||
<data name="Msg_QbConnection_Title" xml:space="preserve">
|
||||
<value>QuickBooks Connection Request</value>
|
||||
@@ -268,13 +268,13 @@
|
||||
<value>Password</value>
|
||||
</data>
|
||||
<data name="Title_Login" xml:space="preserve">
|
||||
<value>Login - Rome Online Partner</value>
|
||||
<value>Login - ProManager Partner</value>
|
||||
</data>
|
||||
<data name="Title_Login_Header" xml:space="preserve">
|
||||
<value>Rome Online Partner</value>
|
||||
<value>ProManager Partner</value>
|
||||
</data>
|
||||
<data name="Title_Main" xml:space="preserve">
|
||||
<value>Rome Online Partner | Rome Technologies</value>
|
||||
<value>ProManager Partner | Web-Est</value>
|
||||
</data>
|
||||
<data name="Username" xml:space="preserve">
|
||||
<value>Username</value>
|
||||
|
||||
2
BodyshopUploader/Properties/Settings.Designer.cs
generated
2
BodyshopUploader/Properties/Settings.Designer.cs
generated
@@ -8,7 +8,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace RomeOnlinePartner.Properties {
|
||||
namespace ProManagerPartner.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="RomeOnlinePartner.Properties" GeneratedClassName="Settings">
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="ProManagerPartner.Properties" GeneratedClassName="Settings">
|
||||
<Profiles />
|
||||
<Settings>
|
||||
<Setting Name="Username" Type="System.String" Scope="User">
|
||||
|
||||
Reference in New Issue
Block a user