//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:2.0.50727.5456
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace AnywhereTS {
using System;
///
/// A strongly-typed resource class, for looking up localized strings, etc.
///
// 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", "2.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class SQLServerResources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal SQLServerResources() {
}
///
/// Returns the cached ResourceManager instance used by this class.
///
[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("AnywhereTS.SQLServerResources", typeof(SQLServerResources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
///
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
///
/// Looks up a localized string similar to -- This is the Anywhere TS main database creation script
///--[Datadir] will be replaced runtime with the actual database directory, as chosen on the ATS config form.
///USE [master]
///GO
///--CREATE DATABASE [AnywhereTS] ON PRIMARY
///--( NAME = N'ats', FILENAME = N'[DataDir]\ats.mdf' , SIZE = 1536KB , MAXSIZE = UNLIMITED, FILEGROWTH = 1024KB )
///-- LOG ON
///--( NAME = N'ats_log', FILENAME = N'[DataDir]\ats_log.ldf' , SIZE = 768KB , MAXSIZE = UNLIMITED, FILEGROWTH = 10%)
///CREATE DATABASE [AnywhereTS] ON PRIMARY
/// [rest of string was truncated]";.
///
internal static string CreateDatabase {
get {
return ResourceManager.GetString("CreateDatabase", resourceCulture).Replace("AnywhereTS",ATSGlobals.strDatabaseName);
}
}
///
/// Looks up a localized string similar to USE [master]
///GO
///--EXEC dbo.sp_dbcmptlevel @dbname=N'AnywhereTS', @new_cmptlevel=90
///--GO
///IF (1 = FULLTEXTSERVICEPROPERTY('IsFullTextInstalled'))
///begin
///EXEC [AnywhereTS].[dbo].[sp_fulltext_database] @action = 'enable'
///end
///GO
///ALTER DATABASE [AnywhereTS] SET ANSI_NULL_DEFAULT OFF
///GO
///ALTER DATABASE [AnywhereTS] SET ANSI_NULLS OFF
///GO
///ALTER DATABASE [AnywhereTS] SET AUTO_CLOSE ON
///GO
///ALTER DATABASE [AnywhereTS] SET MULTI_USER
///GO
///USE [AnywhereTS]
///GO
///SET ANSI_NULLS ON
///GO
///SET QUOTED_IDENTIFIE [rest of string was truncated]";.
///
internal static string CreateTables {
get {
return ResourceManager.GetString("CreateTables", resourceCulture).Replace("AnywhereTS", ATSGlobals.strDatabaseName);
}
}
///
/// Looks up a localized string similar to -- This is the Anywhere TS main database update script from version 1.0.0.0 to 1.0.0.1
///USE [AnywhereTS]
///GO
///-- The AnywhereTS clients. Used by AnywhereTS and Control panel
///ALTER TABLE [dbo].[Client] ADD
/// [DailyReboot] [bit] NULL,
/// [KeyboardMap] [nvarchar](12) NULL,
/// [TimeZone] [nvarchar](60) NULL,
/// [RedirectCom1] [bit] NULL,
/// [RedirectCom2] [bit] NULL,
/// [UsbDrive] [int] NULL,
/// [UsbDriveName] [nvarchar](20) NULL
///GO
///UPDATE [dbo].[Client] set [DailyReboot]=1
///UPDATE [dbo].[Client] set [KeyboardMap [rest of string was truncated]";.
///
internal static string UpdateDatabase1 {
get {
return ResourceManager.GetString("UpdateDatabase1", resourceCulture).Replace("AnywhereTS", ATSGlobals.strDatabaseName);
}
}
///
/// Looks up a localized string similar to -- This is the Anywhere TS main database update script from version 1.0.0.1 to 1.0.0.2 (ATS 3.0)
///USE [AnywhereTS]
///GO
///-- The AnywhereTS clients. Used by AnywhereTS and Control panel
///ALTER TABLE [dbo].[Client] ADD
/// [ServerPort] [int] NULL,
/// [NumLock] [bit] NULL,
/// [Created] [datetime] NULL CONSTRAINT [DF_Client_Created] DEFAULT (getdate()),
/// [Modified] [datetime] NULL CONSTRAINT [DF_Client_Modified] DEFAULT (getdate()),
/// [IcaApplicationSet] [nvarchar](200) NULL,
/// [IcaServer] [nvarchar](200) NULL,
/// [rest of string was truncated]";.
///
internal static string UpdateDatabase2 {
get {
return ResourceManager.GetString("UpdateDatabase2", resourceCulture).Replace("AnywhereTS", ATSGlobals.strDatabaseName);
}
}
///
/// Looks up a localized string similar to -- This is the Anywhere TS main database update script from version 1.0.0.2 to 1.0.0.3 (ATS 3.2)
///USE [AnywhereTS]
///GO
///-- The AnywhereTS client images.
///ALTER TABLE [dbo].[Image] ADD
/// [Debug] [int] NULL,
/// [BootPackage] [int] NULL,
/// [BootPictureWidth] [int] NULL,
/// [BootPictureHeight] [int] NULL,
/// [BootPictureProgressBar] [int] NULL,
/// [BootPicturePng] [image] NULL
///GO
///UPDATE [dbo].[Image] set [Debug] = 0
///UPDATE [dbo].[Image] set [BootPackage] = 1
///UPDATE [dbo].[Image] set [BootPictureWidth] = 1024
/// [rest of string was truncated]";.
///
internal static string UpdateDatabase3 {
get {
return ResourceManager.GetString("UpdateDatabase3", resourceCulture).Replace("AnywhereTS", ATSGlobals.strDatabaseName);
}
}
///
/// Looks up a localized string similar to -- This is the Anywhere TS main database update script from version 1.0.0.3 to 1.0.0.4 (ATS 3.3)
///USE [AnywhereTS]
///GO
///-- The AnywhereTS client images.
///ALTER TABLE [dbo].[Image] ADD
/// [BootMedia] [int] NULL,
///GO
///UPDATE [dbo].[Image] set [BootMedia] = 0
///GO
///UPDATE [dbo].[AppInfo] set Value='1.0.0.4' where
///Property='Version'
///GO
///.
///
internal static string UpdateDatabase4 {
get {
return ResourceManager.GetString("UpdateDatabase4", resourceCulture).Replace("AnywhereTS", ATSGlobals.strDatabaseName);
}
}
}
}