// Copyright (C) Stichting Deltares 2025. All rights reserved. // // This file is part of the Dam Engine. // // The Dam Engine is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . // // All names, logos, and references to "Deltares" are registered trademarks of // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. //------------------------------------------------------------------------------ // // 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 Deltares.DamEngine.Interface.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", "16.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("Deltares.DamEngine.Interface.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 Soil '{0}' is encountered more than once in the aquifer list. Aquifer is set as value.. /// internal static string DoubleAquiferSoil { get { return ResourceManager.GetString("DoubleAquiferSoil", resourceCulture); } } /// /// Looks up a localized string similar to End calculation. /// internal static string EndCalculation { get { return ResourceManager.GetString("EndCalculation", resourceCulture); } } /// /// Looks up a localized string similar to End validation. /// internal static string EndValidation { get { return ResourceManager.GetString("EndValidation", resourceCulture); } } /// /// Looks up a localized string similar to Error: empty input string. /// internal static string Error_EmptyInputString { get { return ResourceManager.GetString("Error_EmptyInputString", resourceCulture); } } /// /// Looks up a localized string similar to Location. /// internal static string Location { get { return ResourceManager.GetString("Location", resourceCulture); } } /// /// Looks up a localized string similar to Model accepted. /// internal static string ModelAccepted { get { return ResourceManager.GetString("ModelAccepted", resourceCulture); } } /// /// Looks up a localized string similar to Surfaceline '{0}' has no characteristic points. /// internal static string NoCharacteristicPointsInSurfaceLineProject { get { return ResourceManager.GetString("NoCharacteristicPointsInSurfaceLineProject", resourceCulture); } } /// /// Looks up a localized string similar to No design scenarios defined in location. /// internal static string NoDesignScenariosInLocation { get { return ResourceManager.GetString("NoDesignScenariosInLocation", resourceCulture); } } /// /// Looks up a localized string similar to No design scenarios defined in location of this project. /// internal static string NoDesignScenariosInLocationProject { get { return ResourceManager.GetString("NoDesignScenariosInLocationProject", resourceCulture); } } /// /// Looks up a localized string similar to No dike defined in this project. /// internal static string NoDikeInProject { get { return ResourceManager.GetString("NoDikeInProject", resourceCulture); } } /// /// Looks up a localized string similar to No input defined. /// internal static string NoInputDefined { get { return ResourceManager.GetString("NoInputDefined", resourceCulture); } } /// /// Looks up a localized string similar to No locations defined in the input. /// internal static string NoLocationsDefined { get { return ResourceManager.GetString("NoLocationsDefined", resourceCulture); } } /// /// Looks up a localized string similar to No locations defined in this project. /// internal static string NoLocationsInProject { get { return ResourceManager.GetString("NoLocationsInProject", resourceCulture); } } /// /// Looks up a localized string similar to Surfaceline '{0}' has no points. /// internal static string NoPointsInSurfaceLine { get { return ResourceManager.GetString("NoPointsInSurfaceLine", resourceCulture); } } /// /// Looks up a localized string similar to Surfaceline '{0}' has no points. /// internal static string NoPointsInSurfaceLineProject { get { return ResourceManager.GetString("NoPointsInSurfaceLineProject", resourceCulture); } } /// /// Looks up a localized string similar to No segments defined in the input. /// internal static string NoSegmentsDefined { get { return ResourceManager.GetString("NoSegmentsDefined", resourceCulture); } } /// /// Looks up a localized string similar to No 1D soilprofiles defined in this project. /// internal static string NoSoilProfiles1DInProject { get { return ResourceManager.GetString("NoSoilProfiles1DInProject", resourceCulture); } } /// /// Looks up a localized string similar to No soils defined in the input. /// internal static string NoSoilsDefined { get { return ResourceManager.GetString("NoSoilsDefined", resourceCulture); } } /// /// Looks up a localized string similar to No soils defined in this project. /// internal static string NoSoilsInProject { get { return ResourceManager.GetString("NoSoilsInProject", resourceCulture); } } /// /// Looks up a localized string similar to No surfacelines defined in the input. /// internal static string NoSurfaceLinesDefined { get { return ResourceManager.GetString("NoSurfaceLinesDefined", resourceCulture); } } /// /// Looks up a localized string similar to No surfacelines defined in this project. /// internal static string NoSurfaceLinesInProject { get { return ResourceManager.GetString("NoSurfaceLinesInProject", resourceCulture); } } /// /// Looks up a localized string similar to {0} has an invalid name {1}. /// internal static string NoValidId { get { return ResourceManager.GetString("NoValidId", resourceCulture); } } /// /// Looks up a localized string similar to Segment. /// internal static string Segment { get { return ResourceManager.GetString("Segment", resourceCulture); } } /// /// Looks up a localized string similar to Materiaal. /// internal static string Soil { get { return ResourceManager.GetString("Soil", resourceCulture); } } /// /// Looks up a localized string similar to Soilporfile 1D. /// internal static string SoilProfile1D { get { return ResourceManager.GetString("SoilProfile1D", resourceCulture); } } /// /// Looks up a localized string similar to Soilprofile 2D. /// internal static string SoilProfile2D { get { return ResourceManager.GetString("SoilProfile2D", resourceCulture); } } /// /// Looks up a localized string similar to Start calculation. /// internal static string StartCalculation { get { return ResourceManager.GetString("StartCalculation", resourceCulture); } } /// /// Looks up a localized string similar to Start validation. /// internal static string StartValidation { get { return ResourceManager.GetString("StartValidation", resourceCulture); } } /// /// Looks up a localized string similar to Surfaceline. /// internal static string SurfaceLine { get { return ResourceManager.GetString("SurfaceLine", resourceCulture); } } } }