// 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.Data.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.Data.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 The file name is not valid. Maybe due to a null or empty string and or invalid characters. Please use a valid file name.
///
internal static string FileNameNotValid {
get {
return ResourceManager.GetString("FileNameNotValid", resourceCulture);
}
}
///
/// Looks up a localized string similar to GetCotangentOfInnerSlope requires either of characteristic points ShoulderBaseInside or DikeToeAtPolder to be defined..
///
internal static string GetCotangentOfInnerSlopeDikeToeAtPolderRequired {
get {
return ResourceManager.GetString("GetCotangentOfInnerSlopeDikeToeAtPolderRequired", resourceCulture);
}
}
///
/// Looks up a localized string similar to GetCotangentOfInnerSlope requires characteristic point DikeTopAtPolder to be defined..
///
internal static string GetCotangentOfInnerSlopeDikeTopAtPolderRequired {
get {
return ResourceManager.GetString("GetCotangentOfInnerSlopeDikeTopAtPolderRequired", resourceCulture);
}
}
///
/// Looks up a localized string similar to GetPointSegmentIncluding(): End value is smaller than the start value.
///
internal static string GetPointSegmentIncludingEndValueSmallerThanStartValue {
get {
return ResourceManager.GetString("GetPointSegmentIncludingEndValueSmallerThanStartValue", resourceCulture);
}
}
///
/// Looks up a localized string similar to In combining the aquifer layer for 1D profile {0}, different water pressure interpolation models are used in the layers concerned which is not allowed..
///
internal static string SoilProfile1DAquiferLayerCombiner_CombineLayers_InconsistentWaterpressureInterpolationModel {
get {
return ResourceManager.GetString("SoilProfile1DAquiferLayerCombiner_CombineLayers_InconsistentWaterpressureInterpol" +
"ationModel", resourceCulture);
}
}
///
/// Looks up a localized string similar to Location {0} has no segment defined.
///
internal static string LocationHasNoSegmentDefined {
get {
return ResourceManager.GetString("LocationHasNoSegmentDefined", resourceCulture);
}
}
///
/// Looks up a localized string similar to Location {0} has no soil profiles defined.
///
internal static string LocationHasNoSoilProfilesDefined {
get {
return ResourceManager.GetString("LocationHasNoSoilProfilesDefined", resourceCulture);
}
}
///
/// Looks up a localized string similar to A piping calculation with a 2D soil profile is not supported.
///
internal static string PipingWith2DGeometryIsNotSupported {
get {
return ResourceManager.GetString("PipingWith2DGeometryIsNotSupported", resourceCulture);
}
}
}
}