This commit is contained in:
2026-04-17 14:55:32 -04:00
commit bc3ac1d4c9
18017 changed files with 4371742 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 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("DBConfiguration")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("DBConfiguration")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("a5087f45-0949-4e27-b367-ccb6556fc68d")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// 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.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

View File

@@ -0,0 +1,63 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace DBConfiguration.Properties {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("DBConfiguration.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
}
}

View File

@@ -0,0 +1,117 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,468 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="DBConfiguration.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="RegistryDataPROExe" Type="System.String" Scope="Application">
<Value Profile="(Default)">DataPRO.exe</Value>
</Setting>
<Setting Name="ApplicationSettings" Type="System.String" Scope="Application">
<Value Profile="(Default)">applicationSettings</Value>
</Setting>
<Setting Name="DataPRO" Type="System.String" Scope="Application">
<Value Profile="(Default)">DataPRO</Value>
</Setting>
<Setting Name="LocalDbFolder" Type="System.String" Scope="Application">
<Value Profile="(Default)">db</Value>
</Setting>
<Setting Name="Mdf" Type="System.String" Scope="Application">
<Value Profile="(Default)">.mdf</Value>
</Setting>
<Setting Name="LogLdf" Type="System.String" Scope="Application">
<Value Profile="(Default)">_log.ldf</Value>
</Setting>
<Setting Name="SqlLocalDBExe" Type="System.String" Scope="Application">
<Value Profile="(Default)">SqlLocalDB.exe</Value>
</Setting>
<Setting Name="StopDataProInstance" Type="System.String" Scope="Application">
<Value Profile="(Default)">stop DataPROInstance</Value>
</Setting>
<Setting Name="DeleteDataProInstance" Type="System.String" Scope="Application">
<Value Profile="(Default)">delete DataPROInstance</Value>
</Setting>
<Setting Name="CreateAndStartDataProInstance" Type="System.String" Scope="Application">
<Value Profile="(Default)">create DataPROInstance -s</Value>
</Setting>
<Setting Name="RegistrySoftwareMicrosoftMicrosoftSQLServerLocalDBInstalledVersions" Type="System.String" Scope="Application">
<Value Profile="(Default)">SOFTWARE\\Microsoft\\Microsoft SQL Server Local DB\\Installed Versions</Value>
</Setting>
<Setting Name="InstanceAPIPath" Type="System.String" Scope="Application">
<Value Profile="(Default)">InstanceAPIPath</Value>
</Setting>
<Setting Name="SqlUserInstanceDll" Type="System.String" Scope="Application">
<Value Profile="(Default)">SqlUserInstance.dll</Value>
</Setting>
<Setting Name="LocalDB" Type="System.String" Scope="Application">
<Value Profile="(Default)">LocalDB</Value>
</Setting>
<Setting Name="Tools" Type="System.String" Scope="Application">
<Value Profile="(Default)">Tools</Value>
</Setting>
<Setting Name="ScriptsFolder" Type="System.String" Scope="Application">
<Value Profile="(Default)">SQL Server Scripts</Value>
</Setting>
<Setting Name="AttachDBsbat" Type="System.String" Scope="Application">
<Value Profile="(Default)">AttachDBs.bat</Value>
</Setting>
<Setting Name="InstallerDatabaseAttach_Status" Type="System.String" Scope="Application">
<Value Profile="(Default)">Database Attach Status</Value>
</Setting>
<Setting Name="InstallerDatabaseAttach_SqlServerLocalDbNotInstalled" Type="System.String" Scope="Application">
<Value Profile="(Default)">SQL Server LocalDb is not installed.</Value>
</Setting>
<Setting Name="InstallerDatabaseAttach_Success" Type="System.String" Scope="Application">
<Value Profile="(Default)">Databases were successfully attached to (localdb)\DataPROInstance.</Value>
</Setting>
<Setting Name="Versions" Type="System.String" Scope="Application">
<Value Profile="(Default)">versions</Value>
</Setting>
<Setting Name="ISO" Type="System.String" Scope="Application">
<Value Profile="(Default)">ISO</Value>
</Setting>
<Setting Name="CreateDataProInstance" Type="System.String" Scope="Application">
<Value Profile="(Default)">create DataPROInstance</Value>
</Setting>
<Setting Name="StartDataProInstance" Type="System.String" Scope="Application">
<Value Profile="(Default)">start DataPROInstance</Value>
</Setting>
<Setting Name="DataPROInstallationCompletedSuccessfully" Type="System.String" Scope="Application">
<Value Profile="(Default)">DataPRO installation completed successfully</Value>
</Setting>
<Setting Name="InstallationStatus" Type="System.String" Scope="Application">
<Value Profile="(Default)">DataPRO Installation status</Value>
</Setting>
<Setting Name="SqlServerLocalDbNotInstalled" Type="System.String" Scope="Application">
<Value Profile="(Default)">SQL Server LocalDb is not installed.</Value>
</Setting>
<Setting Name="InstallRedistributablesbat" Type="System.String" Scope="Application">
<Value Profile="(Default)">InstallRedistributables.bat</Value>
</Setting>
<Setting Name="ShareDataProInstance" Type="System.String" Scope="Application">
<Value Profile="(Default)">share DataPROInstance DataPROInstanceShared</Value>
</Setting>
<Setting Name="Db" Type="System.String" Scope="Application">
<Value Profile="(Default)">.db</Value>
</Setting>
<Setting Name="LocalDbDataPROInstance" Type="System.String" Scope="Application">
<Value Profile="(Default)">(localdb)\DataPROInstance</Value>
</Setting>
<Setting Name="DatabaseMigrationRequired" Type="System.String" Scope="Application">
<Value Profile="(Default)">Database migration is required. This may take awhile.{0}Click OK to export data from previous database, or Cancel to postpone the update (this will require using the previous version of DataPRO until the update is completed manually at a more convenient time).</Value>
</Setting>
<Setting Name="Warning" Type="System.String" Scope="Application">
<Value Profile="(Default)">Warning</Value>
</Setting>
<Setting Name="ActionRequired" Type="System.String" Scope="Application">
<Value Profile="(Default)">Action required</Value>
</Setting>
<Setting Name="AttachEmptyDbOnCentralServer" Type="System.String" Scope="Application">
<Value Profile="(Default)">An empty DataPROPre20 database must be attached on your central server.{0}Copy DataPROPre20.mdf and DataPROPre20_log.ldf from C:\DTS\DTS.Suite\&lt;version&gt;\DataPRO\db to your centralized server, and attach it.{0}Click OK when done or Cancel to continue using previous version of DataPRO.</Value>
</Setting>
<Setting Name="DatabaseImportCancelled" Type="System.String" Scope="Application">
<Value Profile="(Default)">Database import was cancelled.{0}Previous version of DataPRO must be used (or blank local database may be used).</Value>
</Setting>
<Setting Name="DatabaseMigrationCancelled" Type="System.String" Scope="Application">
<Value Profile="(Default)">Database migration was cancelled.{0}Previous version of DataPRO must be used (or blank local database may be used).</Value>
</Setting>
<Setting Name="DatabaseCopied" Type="System.String" Scope="Application">
<Value Profile="(Default)">Database was successfully copied.</Value>
</Setting>
<Setting Name="Success" Type="System.String" Scope="Application">
<Value Profile="(Default)">Success</Value>
</Setting>
<Setting Name="LocalDatabaseMigrationFailed" Type="System.String" Scope="Application">
<Value Profile="(Default)">Local database migration has failed.{0}{0}The previous version of DataPRO must be used or this version can be used with its blank database.{0}{0}Please contact DTS Support.{0}{0}{1}{2}</Value>
</Setting>
<Setting Name="ImportChoice" Type="System.String" Scope="Application">
<Value Profile="(Default)">The data from the previous version of DataPRO has been exported to {0}.{1}Importing this data into the new DataPRO database could take up to twice as long as the export just did.{1}Click OK to finish the migration, or Cancel to postpone the update (this will require using the previous version of DataPRO until the update is completed manually at a more convenient time).</Value>
</Setting>
<Setting Name="DatabaseVersionError" Type="System.String" Scope="Application">
<Value Profile="(Default)">An error occurred while attempting to determine the previous database version. Database was not copied.{0}Please contact DTS support.</Value>
</Setting>
<Setting Name="DatabaseNotCopied" Type="System.String" Scope="Application">
<Value Profile="(Default)">Database copy prior to migration has failed.{0}Previous version of DataPRO must be used. Please contact DTS Support.</Value>
</Setting>
<Setting Name="Pre20" Type="System.String" Scope="Application">
<Value Profile="(Default)">Pre20</Value>
</Setting>
<Setting Name="DatabaseSwitchInstructions" Type="System.String" Scope="Application">
<Value Profile="(Default)">The following steps are required and can be found in more detail in the DataPRO manual:{0}1) Backup the DataPRO database as DatePROPre20;{1}2) Detach the DataPRO database;{1}3) Restore the backup as DataPROPre20;{1}4) Copy DataPRO.mdf and DataPRO_log.ldf from C:\DTS\DTS.Suite\&lt;version&gt;\DataPRO\db to server;{1}5) Attach DataPRO database.{0}Click OK when all steps have been completed.</Value>
</Setting>
<Setting Name="DatabaseSwitchingRequired" Type="System.String" Scope="Application">
<Value Profile="(Default)">Database migration is required.{0}This requires the following steps which can be found in more detail in the DataPRO manual:{0}1) Backup the centralized DataPRO database,{1}2) Detach the centralized DataPRO database,{1}3) Restore from the backup as DataPROPre20,{1}4) Copy DataPRO.mdf and DataPRO_log.ldf from C:\DTS\DTS.Suite\&lt;version&gt;\DataPRO\db,{1} 5) Attach DataPRO database.{0}Click OK to migrate the previous database, or Cancel to postpone the update (this will require using the previous version of DataPRO until the update is completed manually at a more convenient time).</Value>
</Setting>
<Setting Name="DetachDBsbat" Type="System.String" Scope="Application">
<Value Profile="(Default)">DetachDBs.bat</Value>
</Setting>
<Setting Name="DataPROSQLFolder" Type="System.String" Scope="Application">
<Value Profile="(Default)">DataPRO_SQL</Value>
</Setting>
<Setting Name="AttachDataPROPre20Remotebat" Type="System.String" Scope="Application">
<Value Profile="(Default)">Attach_DataPROPre20_RemoteDB.bat</Value>
</Setting>
<Setting Name="SQLServerScriptsFolder" Type="System.String" Scope="Application">
<Value Profile="(Default)">SQL Server Scripts</Value>
</Setting>
<Setting Name="AttachDataPRORemotebat" Type="System.String" Scope="Application">
<Value Profile="(Default)">Attach_DataPRO_RemoteDB.bat</Value>
</Setting>
<Setting Name="AttachISORemotebat" Type="System.String" Scope="Application">
<Value Profile="(Default)">Attach_ISO_RemoteDB.bat</Value>
</Setting>
<Setting Name="DetachRemoteDBbat" Type="System.String" Scope="Application">
<Value Profile="(Default)">Detach_RemoteDB.bat</Value>
</Setting>
<Setting Name="BackupAlterDetachbat" Type="System.String" Scope="Application">
<Value Profile="(Default)">Backup_Alter_Detach_RemoteDBs.bat</Value>
</Setting>
<Setting Name="RestoreAsDataPROPre20bat" Type="System.String" Scope="Application">
<Value Profile="(Default)">Restore_As_DataPROPre20_RemoteDB.bat</Value>
</Setting>
<Setting Name="BackupBak" Type="System.String" Scope="Application">
<Value Profile="(Default)">Backup.bak</Value>
</Setting>
<Setting Name="CentralizedDatabaseMigrationFailed" Type="System.String" Scope="Application">
<Value Profile="(Default)">Database migration has failed.{0}{0}The previous version of DataPRO must be used with the previous database or this version can be used with a blank local database.{0}{0}Please contact DTS Support.{0}{0}{1}{2}</Value>
</Setting>
<Setting Name="Initial" Type="System.String" Scope="Application">
<Value Profile="(Default)">Initial</Value>
</Setting>
<Setting Name="Backupbat" Type="System.String" Scope="Application">
<Value Profile="(Default)">Backup_RemoteDB.bat</Value>
</Setting>
<Setting Name="NetworkError" Type="System.String" Scope="Application">
<Value Profile="(Default)">Network error! {0}; Click 'OK' to retry or 'Abort' to terminate database setup.</Value>
</Setting>
<Setting Name="AccessError" Type="System.String" Scope="Application">
<Value Profile="(Default)">Access error: {0}</Value>
</Setting>
<Setting Name="AccessRetry" Type="System.String" Scope="Application">
<Value Profile="(Default)">To retry database migration, give this user Administrator privileges on the server and click 'OK'.</Value>
</Setting>
<Setting Name="DataPROInstallationCancelled" Type="System.String" Scope="Application">
<Value Profile="(Default)">DataPRO installation was cancelled by user</Value>
</Setting>
<Setting Name="PreviousDatabaseNotCopied" Type="System.String" Scope="Application">
<Value Profile="(Default)">Source database was not copied: </Value>
</Setting>
<Setting Name="ConfirmAbort" Type="System.String" Scope="Application">
<Value Profile="(Default)">Are you sure you want to discontinue?</Value>
</Setting>
<Setting Name="DatabaseMigrationCompletedSuccessfully" Type="System.String" Scope="Application">
<Value Profile="(Default)">Database migration completed successfully</Value>
</Setting>
<Setting Name="DatabaseStandAloneMigrationCancelled" Type="System.String" Scope="Application">
<Value Profile="(Default)">Database migration was cancelled</Value>
</Setting>
<Setting Name="InstallerCustomActions" Type="System.String" Scope="Application">
<Value Profile="(Default)">InstallerCustomActions</Value>
</Setting>
<Setting Name="ISOMMEDbLocation" Type="System.String" Scope="Application">
<Value Profile="(Default)">ISO\mme_code.mdb</Value>
</Setting>
<Setting Name="SourceDbSameAsDestination" Type="System.String" Scope="Application">
<Value Profile="(Default)">Source database is same as destination</Value>
</Setting>
<Setting Name="BlankDestinationDb" Type="System.String" Scope="Application">
<Value Profile="(Default)">Destination database is blank and not allowed to be overwritten</Value>
</Setting>
<Setting Name="DataPROBlankMdf" Type="System.String" Scope="Application">
<Value Profile="(Default)">DataPROBlank.mdf</Value>
</Setting>
<Setting Name="InvalidSourceDb" Type="System.String" Scope="Application">
<Value Profile="(Default)">Invalid source database name</Value>
</Setting>
<Setting Name="LocalSourceDbToBeMigrated" Type="System.String" Scope="Application">
<Value Profile="(Default)">Local source database to be migrated</Value>
</Setting>
<Setting Name="LocalSourceDbToBeMigratedVersion" Type="System.String" Scope="Application">
<Value Profile="(Default)">Local source database to be migrated (Version {0})</Value>
</Setting>
<Setting Name="InvalidSourceDbVersion" Type="System.String" Scope="Application">
<Value Profile="(Default)">Invalid source database version</Value>
</Setting>
<Setting Name="DbVersionsAreTheSame" Type="System.String" Scope="Application">
<Value Profile="(Default)">Database versions are the same</Value>
</Setting>
<Setting Name="SourceDbVersionCannotBeGreaterThanDestination" Type="System.String" Scope="Application">
<Value Profile="(Default)">Source database version cannot be greater than destination</Value>
</Setting>
<Setting Name="NetworkPathNotFound" Type="System.String" Scope="Application">
<Value Profile="(Default)">The network path was not found</Value>
</Setting>
<Setting Name="ExceptionWhileUsingPrevDbStructure" Type="System.String" Scope="Application">
<Value Profile="(Default)">Exception while using previous database structure: {0}</Value>
</Setting>
<Setting Name="ResultOnCentralServer" Type="System.String" Scope="Application">
<Value Profile="(Default)">Result of querying tblDataPRODbVersion on central server is {0}</Value>
</Setting>
<Setting Name="ResultOnLocal" Type="System.String" Scope="Application">
<Value Profile="(Default)">Result of querying tblDataPRODbVersion locally is {0}</Value>
</Setting>
<Setting Name="MigratingTempCentralizedDb" Type="System.String" Scope="Application">
<Value Profile="(Default)">Migrating temporary centralized database from version {0} to {1}...</Value>
</Setting>
<Setting Name="DetachingTempLocalDb" Type="System.String" Scope="Application">
<Value Profile="(Default)">Detaching temporary local database...</Value>
</Setting>
<Setting Name="MigratingTempLocalDb" Type="System.String" Scope="Application">
<Value Profile="(Default)">Migrating temporary local database from version {0} to {1}...</Value>
</Setting>
<Setting Name="AttachingBlankDb" Type="System.String" Scope="Application">
<Value Profile="(Default)">Attaching blank current database for migration...</Value>
</Setting>
<Setting Name="CopyingDataPRODb" Type="System.String" Scope="Application">
<Value Profile="(Default)">Copying DataPRO database as {0}...</Value>
</Setting>
<Setting Name="WasCopied" Type="System.String" Scope="Application">
<Value Profile="(Default)">{0} was copied as {1}</Value>
</Setting>
<Setting Name="AttachingRemoteISODb" Type="System.String" Scope="Application">
<Value Profile="(Default)">Attaching remote ISO database...</Value>
</Setting>
<Setting Name="DeletingRemoteISOLog" Type="System.String" Scope="Application">
<Value Profile="(Default)">Deleting remote ISO_log.ldf...</Value>
</Setting>
<Setting Name="CopyingISOToRemote" Type="System.String" Scope="Application">
<Value Profile="(Default)">Copying newly-installed ISO.mdf to remote server...</Value>
</Setting>
<Setting Name="AttachingRemoteDb" Type="System.String" Scope="Application">
<Value Profile="(Default)">Attaching remote {0} database...</Value>
</Setting>
<Setting Name="DeletingRemoteLog" Type="System.String" Scope="Application">
<Value Profile="(Default)">Deleting remote {0}_Log.ldf..."</Value>
</Setting>
<Setting Name="CopyingNewDataPROMdfToRemote" Type="System.String" Scope="Application">
<Value Profile="(Default)">Copying newly-installed DataPRO.mdf to remote server...</Value>
</Setting>
<Setting Name="AttachingRemotePre20Db" Type="System.String" Scope="Application">
<Value Profile="(Default)">Attaching remote {0}Pre20 database...</Value>
</Setting>
<Setting Name="DeletingRemotePre20Log" Type="System.String" Scope="Application">
<Value Profile="(Default)">Deleting remote {0}Pre20_Log.ldf...</Value>
</Setting>
<Setting Name="CopyingNewDataPROPre20MdfToRemote" Type="System.String" Scope="Application">
<Value Profile="(Default)">Copying newly-installed DataPROPre20.mdf to remote server...</Value>
</Setting>
<Setting Name="MigratingPrevCentralizedDb" Type="System.String" Scope="Application">
<Value Profile="(Default)">Migrating previous centralized database from version {0} to {1}...</Value>
</Setting>
<Setting Name="BackingUpRemoteDb" Type="System.String" Scope="Application">
<Value Profile="(Default)">Backing up remote {0} database...</Value>
</Setting>
<Setting Name="DeletingRemoteDataPROBackupBak" Type="System.String" Scope="Application">
<Value Profile="(Default)">Deleting remote DataPROBackup.bak...</Value>
</Setting>
<Setting Name="DetachingRemoteTempPre20Db" Type="System.String" Scope="Application">
<Value Profile="(Default)">Detaching remote temporary {0}Pre20 database...</Value>
</Setting>
<Setting Name="MigratingPrevCentralizedDbToIntermediate" Type="System.String" Scope="Application">
<Value Profile="(Default)">Migrating previous centralized database from version {0} to intermediate version {1}...</Value>
</Setting>
<Setting Name="RestoringRemoteDataPROAsPre20" Type="System.String" Scope="Application">
<Value Profile="(Default)">Restoring remote DataPRO database as DataPROPre20...</Value>
</Setting>
<Setting Name="DeletingRemotePre20Mdf" Type="System.String" Scope="Application">
<Value Profile="(Default)">Deleting remote {0}Pre20.mdf...</Value>
</Setting>
<Setting Name="BackingUpAlteringDetachingRemoteDbAndISO" Type="System.String" Scope="Application">
<Value Profile="(Default)">Backing up, Altering, and Detaching remote {0} and ISO database...</Value>
</Setting>
<Setting Name="DeletingRemoteBackupBak" Type="System.String" Scope="Application">
<Value Profile="(Default)">Deleting remote {0}Backup.bak ...</Value>
</Setting>
<Setting Name="BackingUpAlteringDetachingRemoteDb" Type="System.String" Scope="Application">
<Value Profile="(Default)">Backing up, Altering, and Detaching remote {0} database...</Value>
</Setting>
<Setting Name="ImportingToNewCentralizedDb" Type="System.String" Scope="Application">
<Value Profile="(Default)">Importing to new centralized database from {0}...</Value>
</Setting>
<Setting Name="ExportingPrevDb" Type="System.String" Scope="Application">
<Value Profile="(Default)">Exporting previous database to {0}...</Value>
</Setting>
<Setting Name="MigratingPrevCentralizedDbFromVersion" Type="System.String" Scope="Application">
<Value Profile="(Default)">Migrating previous centralized database from version {0}</Value>
</Setting>
<Setting Name="QueryingCentralizedDbVersion" Type="System.String" Scope="Application">
<Value Profile="(Default)">Querying centralized database version...</Value>
</Setting>
<Setting Name="CopyingPrevLocalDbNoMigration" Type="System.String" Scope="Application">
<Value Profile="(Default)">Copying previous local database; no migration is required...</Value>
</Setting>
<Setting Name="DetachingLocalISODb" Type="System.String" Scope="Application">
<Value Profile="(Default)">Detaching local ISO database...</Value>
</Setting>
<Setting Name="MigratingPrevLocalDb" Type="System.String" Scope="Application">
<Value Profile="(Default)">Migrating previous local database from version {0} to {1}...</Value>
</Setting>
<Setting Name="AttachingPrevLocalDb" Type="System.String" Scope="Application">
<Value Profile="(Default)">Attaching copy of local source database...</Value>
</Setting>
<Setting Name="CopyingPrevLocalDb" Type="System.String" Scope="Application">
<Value Profile="(Default)">Copying local source database...</Value>
</Setting>
<Setting Name="TempAttachingCopyPrevLocalDb" Type="System.String" Scope="Application">
<Value Profile="(Default)">Temporarily attaching copy of local source database...</Value>
</Setting>
<Setting Name="ImportingToTempLocalDb" Type="System.String" Scope="Application">
<Value Profile="(Default)">Importing to temporary local database from {0}...</Value>
</Setting>
<Setting Name="AttachingBlankLocalTempDb" Type="System.String" Scope="Application">
<Value Profile="(Default)">Attaching new blank local temporary database for import from {0}...</Value>
</Setting>
<Setting Name="QueryingPrevLocalDbVersion" Type="System.String" Scope="Application">
<Value Profile="(Default)">Querying local source database version...</Value>
</Setting>
<Setting Name="DataPROBlankLogLdf" Type="System.String" Scope="Application">
<Value Profile="(Default)">DataPROBlank_log.ldf</Value>
</Setting>
<Setting Name="InvalidDestinationDb" Type="System.String" Scope="Application">
<Value Profile="(Default)">Invalid destination database path</Value>
</Setting>
<Setting Name="DestinationPathIsNotAllowed" Type="System.String" Scope="Application">
<Value Profile="(Default)">Destination database cannot be created in working directory</Value>
</Setting>
<Setting Name="Migrate" Type="System.String" Scope="Application">
<Value Profile="(Default)">Migrate</Value>
</Setting>
<Setting Name="LocalDestDbPath" Type="System.String" Scope="Application">
<Value Profile="(Default)">Local destination database path (Version will be {0})</Value>
</Setting>
<Setting Name="Quit" Type="System.String" Scope="Application">
<Value Profile="(Default)">Quit</Value>
</Setting>
<Setting Name="WarningAllowStreamingModesWasNotMigrated" Type="System.String" Scope="Application">
<Value Profile="(Default)">Warning: The AllowStreaming config setting was not migrated and has been set to False.{0}{0}An "Allow streaming modes" checkbox is now in the "Test setup settings" step of the "System Settings" tab.</Value>
</Setting>
<Setting Name="Initialize" Type="System.String" Scope="Application">
<Value Profile="(Default)">Initialize</Value>
</Setting>
<Setting Name="LocalSourceDbToBeInitialized" Type="System.String" Scope="Application">
<Value Profile="(Default)">Local source database to be initialized</Value>
</Setting>
<Setting Name="LocalDestDbToBeInitializedPath" Type="System.String" Scope="Application">
<Value Profile="(Default)">Local destination database path</Value>
</Setting>
<Setting Name="DatabaseInitializationCompletedSuccessfully" Type="System.String" Scope="Application">
<Value Profile="(Default)">Database initialization completed successfully</Value>
</Setting>
<Setting Name="DatabaseStandAloneInitializationCancelled" Type="System.String" Scope="Application">
<Value Profile="(Default)">Database initialization was cancelled</Value>
</Setting>
<Setting Name="DatabaseInitializationVersionError" Type="System.String" Scope="Application">
<Value Profile="(Default)">Invalid database version. Database initialization was not done.</Value>
</Setting>
<Setting Name="CreatingBackupDb" Type="System.String" Scope="Application">
<Value Profile="(Default)">Creating a backup database...</Value>
</Setting>
<Setting Name="DetachingLocalMigratedDb" Type="System.String" Scope="Application">
<Value Profile="(Default)">Detaching local {0} database...</Value>
</Setting>
<Setting Name="CentralizedDatabaseShouldBeBackedUp" Type="System.String" Scope="Application">
<Value Profile="(Default)">Before proceeding with database migration, ensure that all data has been backed up. {0}</Value>
</Setting>
<Setting Name="CentralizedDatabaseMigrationCancelled" Type="System.String" Scope="Application">
<Value Profile="(Default)">Database migration has been cancelled.</Value>
</Setting>
<Setting Name="DisplayDatabaseVersion" Type="System.String" Scope="Application">
<Value Profile="(Default)">Database is version {0}</Value>
</Setting>
<Setting Name="NoMigrationNeeded" Type="System.String" Scope="Application">
<Value Profile="(Default)">No migration was done.{0}Old db version: {1}; New db version: {2}</Value>
</Setting>
<Setting Name="InitializingDb" Type="System.String" Scope="Application">
<Value Profile="(Default)">Initializing local database to be {0}-centric{1}...</Value>
</Setting>
<Setting Name="Aero" Type="System.String" Scope="Application">
<Value Profile="(Default)">Aero</Value>
</Setting>
<Setting Name="Crash" Type="System.String" Scope="Application">
<Value Profile="(Default)">Crash</Value>
</Setting>
<Setting Name="TSRAIR" Type="System.String" Scope="Application">
<Value Profile="(Default)">TSR AIR</Value>
</Setting>
<Setting Name="ThirtySeconds" Type="System.String" Scope="Application">
<Value Profile="(Default)"> (this may take up to 30 seconds)</Value>
</Setting>
<Setting Name="DownloadFolder" Type="System.String" Scope="Application">
<Value Profile="(Default)">DownloadFolder</Value>
</Setting>
<Setting Name="DataUpOneLevel" Type="System.String" Scope="Application">
<Value Profile="(Default)">..\Data</Value>
</Setting>
<Setting Name="ConfigDidNotNeedToBeUpdated" Type="System.String" Scope="Application">
<Value Profile="(Default)">DataPRO.exe.config did not need to be updated.</Value>
</Setting>
<Setting Name="ConfigWasUpdated" Type="System.String" Scope="Application">
<Value Profile="(Default)">DataPRO.exe.config was updated from the {0} installation.</Value>
</Setting>
<Setting Name="UserSettings" Type="System.String" Scope="Application">
<Value Profile="(Default)">userSettings</Value>
</Setting>
<Setting Name="Setting" Type="System.String" Scope="Application">
<Value Profile="(Default)">DataPRO.exe</Value>
</Setting>
<Setting Name="NewSettingsCouldNotBeFound" Type="System.String" Scope="Application">
<Value Profile="(Default)">Warning: DataPRO.exe.config was not updated because config settings from new version of DataPRO could not be found: {0}; {1}</Value>
</Setting>
<Setting Name="NewSettingsCouldNotBeProcessed" Type="System.String" Scope="Application">
<Value Profile="(Default)">Warning: DataPRO.exe.config was not updated because config settings from new version of DataPRO could not be processed.</Value>
</Setting>
<Setting Name="ConfigMigrationStatus" Type="System.String" Scope="Application">
<Value Profile="(Default)">Config migration status</Value>
</Setting>
<Setting Name="TSRAIRGoInstallationCompletedSuccessfully" Type="System.String" Scope="Application">
<Value Profile="(Default)">TSR AIR Go installation completed successfully</Value>
</Setting>
</Settings>
</SettingsFile>