//------------------------------------------------------------------------------ // // 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. // //------------------------------------------------------------------------------ namespace Application.Ringtoets.Storage.Properties { 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", "4.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() { } /// /// 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("Application.Ringtoets.Storage.Properties.Resources", typeof(Resources).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 -- ///-- File generated with SQLiteStudio v3.0.7 on Fri Jan 29 11:47:02 2016 ///-- ///-- Text encoding used: windows-1252 ///-- ///PRAGMA foreign_keys = off; ///BEGIN TRANSACTION; /// ///-- Table: Version ///DROP TABLE IF EXISTS Version; /// ///CREATE TABLE Version ( /// VersionId INTEGER PRIMARY KEY AUTOINCREMENT /// NOT NULL, /// FromVersion VARCHAR (16), /// ToVersion VARCHAR (16), /// Timestamp NUMERIC ///); /// /// ///-- Table: ProjectEntity ///DROP TABLE IF EXISTS ProjectEntity; /// ///CREATE TAB [rest of string was truncated]";. /// internal static string DatabaseStructure { get { return ResourceManager.GetString("DatabaseStructure", resourceCulture); } } /// /// Looks up a localized string similar to Er is een fout opgetreden in de verbinding met het Ringtoets bestand.. /// internal static string Error_During_Connection { get { return ResourceManager.GetString("Error_During_Connection", resourceCulture); } } /// /// Looks up a localized string similar to Het object '{0}' met id '{1}' is niet gevonden.. /// internal static string Error_Entity_Not_Found_0_1 { get { return ResourceManager.GetString("Error_Entity_Not_Found_0_1", resourceCulture); } } /// /// Looks up a localized string similar to Een fout is opgetreden met het updaten van het Ringtoets bestand.. /// internal static string Error_Update_Database { get { return ResourceManager.GetString("Error_Update_Database", resourceCulture); } } /// /// Looks up a localized string similar to Het bestand '{0}' is geen geldig Ringtoets bestand.. /// internal static string Error_Validating_Database_0 { get { return ResourceManager.GetString("Error_Validating_Database_0", resourceCulture); } } /// /// Looks up a localized string similar to Een fout is opgetreden met schrijven naar het nieuwe Ringtoets bestand.. /// internal static string Error_Write_Structure_to_Database { get { return ResourceManager.GetString("Error_Write_Structure_to_Database", resourceCulture); } } } }