//------------------------------------------------------------------------------ // // 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.DamMacroStability.Calculator.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("Deltares.DamMacroStability.Calculator.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 Could not find stability executable at location '{0}'. /// internal static string DGeoStabilityExeRunner_RunDGeoStabilityProject_ExecutableNotFound { get { return ResourceManager.GetString("DGeoStabilityExeRunner_RunDGeoStabilityProject_ExecutableNotFound", resourceCulture); } } /// /// Looks up a localized string similar to Project name '{0}' is not valid. /// internal static string DGeoStabilityExeRunner_RunDGeoStabilityProject_ProjectNameNullOrEmpty { get { return ResourceManager.GetString("DGeoStabilityExeRunner_RunDGeoStabilityProject_ProjectNameNullOrEmpty", resourceCulture); } } /// /// Looks up a localized string similar to Project '{0}' not found. /// internal static string DGeoStabilityExeRunner_RunDGeoStabilityProject_ProjectNotExist { get { return ResourceManager.GetString("DGeoStabilityExeRunner_RunDGeoStabilityProject_ProjectNotExist", resourceCulture); } } /// /// Looks up a localized string similar to Could not extract safety factor. /// internal static string DGeoStabilityResultReader_ExtractStabilityResults_CouldNotExtractSafetyFactor { get { return ResourceManager.GetString("DGeoStabilityResultReader_ExtractStabilityResults_CouldNotExtractSafetyFactor", resourceCulture); } } /// /// Looks up a localized string similar to Project filename '{0}' is not valid. /// internal static string DGeoStabilityResultReader_ExtractStabilityResults_ProjectFileNameNullOrEmpty { get { return ResourceManager.GetString("DGeoStabilityResultReader_ExtractStabilityResults_ProjectFileNameNullOrEmpty", resourceCulture); } } /// /// Looks up a localized string similar to Project file '{0}' not found. /// internal static string DGeoStabilityResultReader_ExtractStabilityResults_ProjectFileNotExist { get { return ResourceManager.GetString("DGeoStabilityResultReader_ExtractStabilityResults_ProjectFileNotExist", resourceCulture); } } /// /// Looks up a localized string similar to Output file '{0}' has no content. /// internal static string DGeoStabilityResultReader_GetDGeoStabilityResults_OutputFileHasNoContent { get { return ResourceManager.GetString("DGeoStabilityResultReader_GetDGeoStabilityResults_OutputFileHasNoContent", resourceCulture); } } /// /// Looks up a localized string similar to Stability zone 1a or 1b should exist. /// internal static string DGeoStabilityResultReader_GetDGeoStabilityResults_StabilityZone1aOr1bShouldExist { get { return ResourceManager.GetString("DGeoStabilityResultReader_GetDGeoStabilityResults_StabilityZone1aOr1bShouldExist", resourceCulture); } } /// /// Looks up a localized string similar to Output file '{0}' does not exist. /// internal static string DGeoStabilityResultReader_GetFileContents_OutputFileDoesNotExist { get { return ResourceManager.GetString("DGeoStabilityResultReader_GetFileContents_OutputFileDoesNotExist", resourceCulture); } } /// /// Looks up a localized string similar to Output file '{0}' is not valid. /// internal static string DGeoStabilityResultReader_GetFileContents_OutputFileIsNotValid { get { return ResourceManager.GetString("DGeoStabilityResultReader_GetFileContents_OutputFileIsNotValid", resourceCulture); } } /// /// Looks up a localized string similar to No valid calculation performed. /// internal static string DGeoStabilityResultReader_ParseResultsFromOutputFile_No_valid_calculation_performed { get { return ResourceManager.GetString("DGeoStabilityResultReader_ParseResultsFromOutputFile_No_valid_calculation_perform" + "ed", resourceCulture); } } /// /// Looks up a localized string similar to Could not parse zone results: . /// internal static string DGeoStabilityResultReader_ParseZoneResults_CouldNotParseStabilityZone { get { return ResourceManager.GetString("DGeoStabilityResultReader_ParseZoneResults_CouldNotParseStabilityZone", resourceCulture); } } /// /// Looks up a localized string similar to Could not read Column Indication. /// internal static string DGeoStabilityResultReader_ParseZoneResults_CouldNotReadColumnIndication { get { return ResourceManager.GetString("DGeoStabilityResultReader_ParseZoneResults_CouldNotReadColumnIndication", resourceCulture); } } /// /// Looks up a localized string similar to Zone number or stability factor not found. /// internal static string DGeoStabilityResultReader_ParseZoneResults_StabilityZoneOrStabilityFactorIndexNotFound { get { return ResourceManager.GetString("DGeoStabilityResultReader_ParseZoneResults_StabilityZoneOrStabilityFactorIndexNot" + "Found", resourceCulture); } } /// /// Looks up a localized string similar to Stabiliteitsbestand bevat geen identificator . /// internal static string DGeoStabilityResultReader_ReadContentAfterIdentifier_StabilityFileDoesNotContainIdentifier { get { return ResourceManager.GetString("DGeoStabilityResultReader_ReadContentAfterIdentifier_StabilityFileDoesNotContainI" + "dentifier", resourceCulture); } } } }