415 lines
17 KiB
C#
415 lines
17 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 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.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Microsoft.Research.DynamicDataDisplay.Strings {
|
|
using System;
|
|
|
|
|
|
/// <summary>
|
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
|
/// </summary>
|
|
// 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 Exceptions {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal Exceptions() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[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("Microsoft.Research.DynamicDataDisplay.Strings.Exceptions", typeof(Exceptions).Assembly);
|
|
resourceMan = temp;
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Overrides the current thread's CurrentUICulture property for all
|
|
/// resource lookups using this strongly typed resource class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Array height should be positive..
|
|
/// </summary>
|
|
internal static string ArrayHeightShouldBePositive {
|
|
get {
|
|
return ResourceManager.GetString("ArrayHeightShouldBePositive", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Array width should be positive..
|
|
/// </summary>
|
|
internal static string ArrayWidthShouldBePositive {
|
|
get {
|
|
return ResourceManager.GetString("ArrayWidthShouldBePositive", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Assertion failed..
|
|
/// </summary>
|
|
internal static string AssertionFailed {
|
|
get {
|
|
return ResourceManager.GetString("AssertionFailed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Assertion failed - search for reasons in code, that is calling method, where this assertion is performed.
|
|
/// </summary>
|
|
internal static string AssertionFailedSearch {
|
|
get {
|
|
return ResourceManager.GetString("AssertionFailedSearch", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cannot determine desired type of output image by given file extension..
|
|
/// </summary>
|
|
internal static string CannotDetermineImageTypeByExtension {
|
|
get {
|
|
return ResourceManager.GetString("CannotDetermineImageTypeByExtension", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cannot get last element of empty list..
|
|
/// </summary>
|
|
internal static string CannotGetLastElement {
|
|
get {
|
|
return ResourceManager.GetString("CannotGetLastElement", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cannot modify empty DataRect..
|
|
/// </summary>
|
|
internal static string CannotModifyEmptyDataRect {
|
|
get {
|
|
return ResourceManager.GetString("CannotModifyEmptyDataRect", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Custom base cannot be Double.NaN..
|
|
/// </summary>
|
|
internal static string CustomBaseTicksProviderBaseIsNaN {
|
|
get {
|
|
return ResourceManager.GetString("CustomBaseTicksProviderBaseIsNaN", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Custom base should be greater that 1.0..
|
|
/// </summary>
|
|
internal static string CustomBaseTicksProviderBaseIsTooSmall {
|
|
get {
|
|
return ResourceManager.GetString("CustomBaseTicksProviderBaseIsTooSmall", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to DataRect's size cannot be negative..
|
|
/// </summary>
|
|
internal static string DataRectSizeCannotBeNegative {
|
|
get {
|
|
return ResourceManager.GetString("DataRectSizeCannotBeNegative", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Each transform in transforms should not be null..
|
|
/// </summary>
|
|
internal static string EachTransformShouldNotBeNull {
|
|
get {
|
|
return ResourceManager.GetString("EachTransformShouldNotBeNull", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Extension cannot be null or empty..
|
|
/// </summary>
|
|
internal static string ExtensionCannotBeNullOrEmpty {
|
|
get {
|
|
return ResourceManager.GetString("ExtensionCannotBeNullOrEmpty", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Filepath cannot be null or empty..
|
|
/// </summary>
|
|
internal static string FilePathCannotbeNullOrEmpty {
|
|
get {
|
|
return ResourceManager.GetString("FilePathCannotbeNullOrEmpty", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to GenericLocationalProvider doesn't have all necessary properties set..
|
|
/// </summary>
|
|
internal static string GenericLocationalProviderInvalidState {
|
|
get {
|
|
return ResourceManager.GetString("GenericLocationalProviderInvalidState", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Horizontal axis can be placed only from bottom or top..
|
|
/// </summary>
|
|
internal static string HorizontalAxisCannotBeVertical {
|
|
get {
|
|
return ResourceManager.GetString("HorizontalAxisCannotBeVertical", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Axis placement is incorrect..
|
|
/// </summary>
|
|
internal static string InvalidAxisPlacement {
|
|
get {
|
|
return ResourceManager.GetString("InvalidAxisPlacement", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} can hold axis only of {1} type..
|
|
/// </summary>
|
|
internal static string InvalidGenericAxis {
|
|
get {
|
|
return ResourceManager.GetString("InvalidGenericAxis", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Horizontal type of GenericPlotter is invalid..
|
|
/// </summary>
|
|
internal static string InvalidGenericPlotterHorizontalType {
|
|
get {
|
|
return ResourceManager.GetString("InvalidGenericPlotterHorizontalType", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Vertical type of GenericPlotter is invalid..
|
|
/// </summary>
|
|
internal static string InvalidGenericPlotterVerticalType {
|
|
get {
|
|
return ResourceManager.GetString("InvalidGenericPlotterVerticalType", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Invalid value of child's parent plotter - it should be equal to plotter that child is added to..
|
|
/// </summary>
|
|
internal static string InvalidParentPlotterValue {
|
|
get {
|
|
return ResourceManager.GetString("InvalidParentPlotterValue", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Invalid value of child's parent plotter - it should be equal to plotter that child is being removed from..
|
|
/// </summary>
|
|
internal static string InvalidParentPlotterValueRemoving {
|
|
get {
|
|
return ResourceManager.GetString("InvalidParentPlotterValueRemoving", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Input data must be more detailized to build isolines..
|
|
/// </summary>
|
|
internal static string IsolinesDataIsUndetailized {
|
|
get {
|
|
return ResourceManager.GetString("IsolinesDataIsUndetailized", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Data source should be set before building isolines..
|
|
/// </summary>
|
|
internal static string IsolinesDataSourceShouldBeSet {
|
|
get {
|
|
return ResourceManager.GetString("IsolinesDataSourceShouldBeSet", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Possible mistake: unsupported case in isoline building..
|
|
/// </summary>
|
|
internal static string IsolinesUnsupportedCase {
|
|
get {
|
|
return ResourceManager.GetString("IsolinesUnsupportedCase", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Value is not between values in corners..
|
|
/// </summary>
|
|
internal static string IsolinesValueIsOutOfCell {
|
|
get {
|
|
return ResourceManager.GetString("IsolinesValueIsOutOfCell", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Logarithm base should be positive..
|
|
/// </summary>
|
|
internal static string LogarithmBaseShouldBePositive {
|
|
get {
|
|
return ResourceManager.GetString("LogarithmBaseShouldBePositive", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Length of colors should be greater or equal to 2..
|
|
/// </summary>
|
|
internal static string PaletteTooFewColors {
|
|
get {
|
|
return ResourceManager.GetString("PaletteTooFewColors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Parameter should be positive..
|
|
/// </summary>
|
|
internal static string ParameterShouldBePositive {
|
|
get {
|
|
return ResourceManager.GetString("ParameterShouldBePositive", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Child's parent plotter should be equal to null after it was removed from plotter..
|
|
/// </summary>
|
|
internal static string ParentPlotterNotNull {
|
|
get {
|
|
return ResourceManager.GetString("ParentPlotterNotNull", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cannot add item to Plotter - first it should be removed from another Plotter..
|
|
/// </summary>
|
|
internal static string PlotterElementAddedToAnotherPlotter {
|
|
get {
|
|
return ResourceManager.GetString("PlotterElementAddedToAnotherPlotter", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to IPlotterElement {0} did not removed all its contents from plotter's visual tree. Change this wrong behaviour in OnPlotterDetaching method of this IPlotterElement..
|
|
/// </summary>
|
|
internal static string PlotterElementDidnotCleanedAfterItself {
|
|
get {
|
|
return ResourceManager.GetString("PlotterElementDidnotCleanedAfterItself", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Plotter's MainHorizontalAxis should not be null..
|
|
/// </summary>
|
|
internal static string PlotterMainHorizontalAxisShouldNotBeNull {
|
|
get {
|
|
return ResourceManager.GetString("PlotterMainHorizontalAxisShouldNotBeNull", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Plotter's MainVerticalAxis should not be null..
|
|
/// </summary>
|
|
internal static string PlotterMainVerticalAxisShouldNotBeNull {
|
|
get {
|
|
return ResourceManager.GetString("PlotterMainVerticalAxisShouldNotBeNull", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Template should not be null to generate a marker..
|
|
/// </summary>
|
|
internal static string TemplateShouldNotBeNull {
|
|
get {
|
|
return ResourceManager.GetString("TemplateShouldNotBeNull", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Text of tick returned by GetStringCore should not be null..
|
|
/// </summary>
|
|
internal static string TextOfTickShouldNotBeNull {
|
|
get {
|
|
return ResourceManager.GetString("TextOfTickShouldNotBeNull", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ticks cannot be generated for this range..
|
|
/// </summary>
|
|
internal static string UnsupportedRangeInAxis {
|
|
get {
|
|
return ResourceManager.GetString("UnsupportedRangeInAxis", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Vertical axis can be placed only from left or right..
|
|
/// </summary>
|
|
internal static string VerticalAxisCannotBeHorizontal {
|
|
get {
|
|
return ResourceManager.GetString("VerticalAxisCannotBeHorizontal", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Wrong state of VisualBindings..
|
|
/// </summary>
|
|
internal static string VisualBindingsWrongState {
|
|
get {
|
|
return ResourceManager.GetString("VisualBindingsWrongState", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Width and height cannot be negative..
|
|
/// </summary>
|
|
internal static string WidthAndHeightCannotBeNegative {
|
|
get {
|
|
return ResourceManager.GetString("WidthAndHeightCannotBeNegative", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|