// Copyright (C) Stichting Deltares 2021. All rights reserved. // // This file is part of Riskeer. // // Riskeer is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser 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 Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser 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 Core.Components.Chart.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("Core.Components.Chart.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 Onderbroken. /// internal static string ChartLineDashStyle_Dash_DisplayName { get { return ResourceManager.GetString("ChartLineDashStyle_Dash_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Streep-stip. /// internal static string ChartLineDashStyle_DashDot_DisplayName { get { return ResourceManager.GetString("ChartLineDashStyle_DashDot_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Streep-stip-stip. /// internal static string ChartLineDashStyle_DashDotDot_DisplayName { get { return ResourceManager.GetString("ChartLineDashStyle_DashDotDot_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Gestippeld. /// internal static string ChartLineDashStyle_Dot_DisplayName { get { return ResourceManager.GetString("ChartLineDashStyle_Dot_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Doorgetrokken. /// internal static string ChartLineDashStyle_Solid_DisplayName { get { return ResourceManager.GetString("ChartLineDashStyle_Solid_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Cirkel. /// internal static string Circle_DisplayName { get { return ResourceManager.GetString("Circle_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Kruis. /// internal static string Cross_DisplayName { get { return ResourceManager.GetString("Cross_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Ruit. /// internal static string Diamond_DisplayName { get { return ResourceManager.GetString("Diamond_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Plus. /// internal static string Plus_DisplayName { get { return ResourceManager.GetString("Plus_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to De waarde voor grootte moet in het bereik {0} liggen.. /// internal static string Size_Value_should_be_in_Range_0_ { get { return ResourceManager.GetString("Size_Value_should_be_in_Range_0_", resourceCulture); } } /// /// Looks up a localized string similar to Vierkant. /// internal static string Square_DisplayName { get { return ResourceManager.GetString("Square_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Ster. /// internal static string Star_DisplayName { get { return ResourceManager.GetString("Star_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to De waarde voor lijndikte moet in het bereik {0} liggen.. /// internal static string StrokeThickness_Value_should_be_in_Range_0_ { get { return ResourceManager.GetString("StrokeThickness_Value_should_be_in_Range_0_", resourceCulture); } } /// /// Looks up a localized string similar to Driehoek. /// internal static string Triangle_DisplayName { get { return ResourceManager.GetString("Triangle_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to De waarde voor lijndikte moet in het bereik {0} liggen.. /// internal static string Width_Value_should_be_in_Range_0_ { get { return ResourceManager.GetString("Width_Value_should_be_in_Range_0_", resourceCulture); } } } }