// Copyright (C) Stichting Deltares 2019. 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.Plugins.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()]
public 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)]
public static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Core.Plugins.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)]
public static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap AreaIcon {
get {
object obj = ResourceManager.GetObject("AreaIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Looks up a localized string similar to Algemeen.
///
public static string Categories_General {
get {
return ResourceManager.GetString("Categories_General", resourceCulture);
}
}
///
/// Looks up a localized string similar to Stijl.
///
public static string Categories_Styling {
get {
return ResourceManager.GetString("Categories_Styling", resourceCulture);
}
}
///
/// Looks up a localized string similar to De kleur van de vlakken waarmee deze gegevensreeks wordt weergegeven..
///
public static string ChartAreaData_FillColor_Description {
get {
return ResourceManager.GetString("ChartAreaData_FillColor_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to De kleur van de lijn van de vlakken waarmee deze gegevensreeks wordt weergegeven..
///
public static string ChartAreaData_StrokeColor_Description {
get {
return ResourceManager.GetString("ChartAreaData_StrokeColor_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to De dikte van de lijn van de vlakken waarmee deze gegevensreeks wordt weergegeven..
///
public static string ChartAreaData_StrokeThickness_Description {
get {
return ResourceManager.GetString("ChartAreaData_StrokeThickness_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Kleur.
///
public static string ChartData_Color_DisplayName {
get {
return ResourceManager.GetString("ChartData_Color_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Lijnkleur.
///
public static string ChartData_StrokeColor_DisplayName {
get {
return ResourceManager.GetString("ChartData_StrokeColor_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Lijndikte.
///
public static string ChartData_StrokeThickness_DisplayName {
get {
return ResourceManager.GetString("ChartData_StrokeThickness_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Geeft aan of de gegevensreeks wordt weergegeven..
///
public static string ChartDataProperties_IsVisible_Description {
get {
return ResourceManager.GetString("ChartDataProperties_IsVisible_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Weergeven.
///
public static string ChartDataProperties_IsVisible_DisplayName {
get {
return ResourceManager.GetString("ChartDataProperties_IsVisible_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to De naam van deze gegevensreeks..
///
public static string ChartDataProperties_Name_Description {
get {
return ResourceManager.GetString("ChartDataProperties_Name_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Naam.
///
public static string ChartDataProperties_Name_DisplayName {
get {
return ResourceManager.GetString("ChartDataProperties_Name_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Vlakken.
///
public static string ChartDataProperties_Type_Areas {
get {
return ResourceManager.GetString("ChartDataProperties_Type_Areas", resourceCulture);
}
}
///
/// Looks up a localized string similar to Het type van de data die wordt weergegeven in de gegevensreeks..
///
public static string ChartDataProperties_Type_Description {
get {
return ResourceManager.GetString("ChartDataProperties_Type_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Type.
///
public static string ChartDataProperties_Type_DisplayName {
get {
return ResourceManager.GetString("ChartDataProperties_Type_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Lijnen.
///
public static string ChartDataProperties_Type_Lines {
get {
return ResourceManager.GetString("ChartDataProperties_Type_Lines", resourceCulture);
}
}
///
/// Looks up a localized string similar to Punten.
///
public static string ChartDataProperties_Type_Points {
get {
return ResourceManager.GetString("ChartDataProperties_Type_Points", resourceCulture);
}
}
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap ChartIcon {
get {
object obj = ResourceManager.GetObject("ChartIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Looks up a localized string similar to Om het zoomniveau aan te passen moet minstens één van de zichtbare gegevensreeksen in deze map met gegevensreeksen elementen bevatten..
///
public static string ChartLegendView_CreateZoomToExtentsItem_ChartDataCollection_NoData_ZoomToAllDisabled_Tooltip {
get {
return ResourceManager.GetString("ChartLegendView_CreateZoomToExtentsItem_ChartDataCollection_NoData_ZoomToAllDisab" +
"led_Tooltip", resourceCulture);
}
}
///
/// Looks up a localized string similar to Zet het zoomniveau van de grafiek dusdanig dat alle zichtbare gegevensreeksen in deze map met gegevensreeksen precies in het beeld passen..
///
public static string ChartLegendView_CreateZoomToExtentsItem_ChartDataCollection_ZoomToAll_Tooltip {
get {
return ResourceManager.GetString("ChartLegendView_CreateZoomToExtentsItem_ChartDataCollection_ZoomToAll_Tooltip", resourceCulture);
}
}
///
/// Looks up a localized string similar to Om het zoomniveau aan te passen moet er minstens één gegevensreeks in deze map met gegevensreeksen zichtbaar zijn..
///
public static string ChartLegendView_CreateZoomToExtentsItem_ChartDataCollection_ZoomToAllDisabled_Tooltip {
get {
return ResourceManager.GetString("ChartLegendView_CreateZoomToExtentsItem_ChartDataCollection_ZoomToAllDisabled_Too" +
"ltip", resourceCulture);
}
}
///
/// Looks up a localized string similar to Om het zoomniveau aan te passen moet de gegevensreeks elementen bevatten..
///
public static string ChartLegendView_CreateZoomToExtentsItem_NoData_ZoomToAllDisabled_Tooltip {
get {
return ResourceManager.GetString("ChartLegendView_CreateZoomToExtentsItem_NoData_ZoomToAllDisabled_Tooltip", resourceCulture);
}
}
///
/// Looks up a localized string similar to Zet het zoomniveau van de grafiek dusdanig dat deze gegevensreeks precies in het beeld past..
///
public static string ChartLegendView_CreateZoomToExtentsItem_ZoomToAll_Tooltip {
get {
return ResourceManager.GetString("ChartLegendView_CreateZoomToExtentsItem_ZoomToAll_Tooltip", resourceCulture);
}
}
///
/// Looks up a localized string similar to Om het zoomniveau aan te passen moet de gegevensreeks zichtbaar zijn..
///
public static string ChartLegendView_CreateZoomToExtentsItem_ZoomToAllDisabled_Tooltip {
get {
return ResourceManager.GetString("ChartLegendView_CreateZoomToExtentsItem_ZoomToAllDisabled_Tooltip", resourceCulture);
}
}
///
/// Looks up a localized string similar to De kleur van de lijnen waarmee deze gegevensreeks wordt weergegeven..
///
public static string ChartLineData_Color_Description {
get {
return ResourceManager.GetString("ChartLineData_Color_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to De stijl van de lijnen waarmee deze gegevensreeks wordt weergegeven..
///
public static string ChartLineData_DashStyle_Description {
get {
return ResourceManager.GetString("ChartLineData_DashStyle_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Lijnstijl.
///
public static string ChartLineData_DashStyle_DisplayName {
get {
return ResourceManager.GetString("ChartLineData_DashStyle_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to De dikte van de lijnen waarmee deze gegevensreeks wordt weergegeven..
///
public static string ChartLineData_Width_Description {
get {
return ResourceManager.GetString("ChartLineData_Width_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to De kleur van de symbolen waarmee deze gegevensreeks wordt weergegeven..
///
public static string ChartPointData_Color_Description {
get {
return ResourceManager.GetString("ChartPointData_Color_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to De grootte van de symbolen waarmee deze gegevensreeks wordt weergegeven..
///
public static string ChartPointData_Size_Description {
get {
return ResourceManager.GetString("ChartPointData_Size_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Grootte.
///
public static string ChartPointData_Size_DisplayName {
get {
return ResourceManager.GetString("ChartPointData_Size_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to De kleur van de lijn van de symbolen waarmee deze gegevensreeks wordt weergegeven..
///
public static string ChartPointData_StrokeColor_Description {
get {
return ResourceManager.GetString("ChartPointData_StrokeColor_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to De dikte van de lijn van de symbolen waarmee deze gegevensreeks wordt weergegeven..
///
public static string ChartPointData_StrokeThickness_Description {
get {
return ResourceManager.GetString("ChartPointData_StrokeThickness_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Het symbool waarmee deze gegevensreeks wordt weergegeven..
///
public static string ChartPointData_Symbol_Description {
get {
return ResourceManager.GetString("ChartPointData_Symbol_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Symbool.
///
public static string ChartPointData_Symbol_DisplayName {
get {
return ResourceManager.GetString("ChartPointData_Symbol_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Grafiek.
///
public static string General_Chart {
get {
return ResourceManager.GetString("General_Chart", resourceCulture);
}
}
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap LineIcon {
get {
object obj = ResourceManager.GetObject("LineIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Looks up a localized string similar to Diagram.
///
public static string OxyPlotPlugin_GetViewInfos_Diagram {
get {
return ResourceManager.GetString("OxyPlotPlugin_GetViewInfos_Diagram", resourceCulture);
}
}
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap PanIcon {
get {
object obj = ResourceManager.GetObject("PanIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap PointsIcon {
get {
object obj = ResourceManager.GetObject("PointsIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap RectangleZoomIcon {
get {
object obj = ResourceManager.GetObject("RectangleZoomIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Looks up a localized string similar to Grafieken.
///
public static string Ribbon_ContextualGroup_Charting {
get {
return ResourceManager.GetString("Ribbon_ContextualGroup_Charting", resourceCulture);
}
}
///
/// Looks up a localized string similar to Navigatie.
///
public static string Ribbon_GroupBox_Navigation {
get {
return ResourceManager.GetString("Ribbon_GroupBox_Navigation", resourceCulture);
}
}
///
/// Looks up a localized string similar to Grafiek.
///
public static string Ribbon_Toggle_Legend {
get {
return ResourceManager.GetString("Ribbon_Toggle_Legend", resourceCulture);
}
}
///
/// Looks up a localized string similar to Open het grafiekenpaneel..
///
public static string Ribbon_Toggle_Legend_ToolTip {
get {
return ResourceManager.GetString("Ribbon_Toggle_Legend_ToolTip", resourceCulture);
}
}
///
/// Looks up a localized string similar to Verschuiven.
///
public static string Ribbon_Toggle_Panning {
get {
return ResourceManager.GetString("Ribbon_Toggle_Panning", resourceCulture);
}
}
///
/// Looks up a localized string similar to Om te verschuiven, houdt u de linker muisknop ingedrukt op de grafiek terwijl u de muis beweegt..
///
public static string Ribbon_Toggle_Panning_ToolTip {
get {
return ResourceManager.GetString("Ribbon_Toggle_Panning_ToolTip", resourceCulture);
}
}
///
/// Looks up a localized string similar to Zoom door rechthoek.
///
public static string Ribbon_Toggle_RectangleZooming {
get {
return ResourceManager.GetString("Ribbon_Toggle_RectangleZooming", resourceCulture);
}
}
///
/// Looks up a localized string similar to Om in te zoomen met behulp van een rechthoek, houdt u de linker muisknop ingedrukt op de grafiek terwijl u de muis beweegt..
///
public static string Ribbon_Toggle_RectangleZooming_ToolTip {
get {
return ResourceManager.GetString("Ribbon_Toggle_RectangleZooming_ToolTip", resourceCulture);
}
}
///
/// Looks up a localized string similar to Zoom naar alles.
///
public static string Ribbon_ZoomToAll {
get {
return ResourceManager.GetString("Ribbon_ZoomToAll", resourceCulture);
}
}
///
/// Looks up a localized string similar to Zet het zoomniveau van de grafiek dusdanig dat alle zichtbare elementen precies in het beeld passen..
///
public static string Ribbon_ZoomToAll_ToolTip {
get {
return ResourceManager.GetString("Ribbon_ZoomToAll_ToolTip", resourceCulture);
}
}
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap ZoomToAllIcon {
get {
object obj = ResourceManager.GetObject("ZoomToAllIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
}
}