//------------------------------------------------------------------------------ // // 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 Revit.SDK.Samples.GridCreation.CS.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("Revit.SDK.Samples.GridCreation.CS.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 Please adjust the values and try again!. /// internal static string AjustValues { get { return ResourceManager.GetString("AjustValues", resourceCulture); } } /// /// Looks up a localized string similar to Coordinate can not be null!. /// internal static string CoordinateCannotBeNull { get { return ResourceManager.GetString("CoordinateCannotBeNull", resourceCulture); } } /// /// Looks up a localized string similar to Coordinate is not in a correct format!. /// internal static string CoordinateFormatWrong { get { return ResourceManager.GetString("CoordinateFormatWrong", resourceCulture); } } /// /// Looks up a localized string similar to Degree can not be negative!. /// internal static string DegreeCannotBeNegative { get { return ResourceManager.GetString("DegreeCannotBeNegative", resourceCulture); } } /// /// Looks up a localized string similar to Degree can not be null!. /// internal static string DegreeCannotBeNull { get { return ResourceManager.GetString("DegreeCannotBeNull", resourceCulture); } } /// /// Looks up a localized string similar to Degree is not in a correct format!. /// internal static string DegreeFormatWrong { get { return ResourceManager.GetString("DegreeFormatWrong", resourceCulture); } } /// /// Looks up a localized string similar to Start degree and end degree can not be so close!. /// internal static string DegreesAreTooClose { get { return ResourceManager.GetString("DegreesAreTooClose", resourceCulture); } } /// /// Looks up a localized string similar to Degree should be within the range of 0 - 360!. /// internal static string DegreeWithin0To360 { get { return ResourceManager.GetString("DegreeWithin0To360", resourceCulture); } } /// /// Looks up a localized string similar to Distance can not be negative!. /// internal static string DistanceCannotBeNegative { get { return ResourceManager.GetString("DistanceCannotBeNegative", resourceCulture); } } /// /// Looks up a localized string similar to Distance can not be null!. /// internal static string DistanceCannotBeNull { get { return ResourceManager.GetString("DistanceCannotBeNull", resourceCulture); } } /// /// Looks up a localized string similar to Distance is not in a correct format!. /// internal static string DistanceFormatWrong { get { return ResourceManager.GetString("DistanceFormatWrong", resourceCulture); } } /// /// Looks up a localized string similar to cm. /// internal static string DUT_CENTIMETERS { get { return ResourceManager.GetString("DUT_CENTIMETERS", resourceCulture); } } /// /// Looks up a localized string similar to '. /// internal static string DUT_DECIMAL_FEET { get { return ResourceManager.GetString("DUT_DECIMAL_FEET", resourceCulture); } } /// /// Looks up a localized string similar to ". /// internal static string DUT_DECIMAL_INCHES { get { return ResourceManager.GetString("DUT_DECIMAL_INCHES", resourceCulture); } } /// /// Looks up a localized string similar to '. /// internal static string DUT_FEET_FRACTIONAL_INCHES { get { return ResourceManager.GetString("DUT_FEET_FRACTIONAL_INCHES", resourceCulture); } } /// /// Looks up a localized string similar to ". /// internal static string DUT_FRACTIONAL_INCHES { get { return ResourceManager.GetString("DUT_FRACTIONAL_INCHES", resourceCulture); } } /// /// Looks up a localized string similar to m. /// internal static string DUT_METERS { get { return ResourceManager.GetString("DUT_METERS", resourceCulture); } } /// /// Looks up a localized string similar to m. /// internal static string DUT_METERS_CENTIMETERS { get { return ResourceManager.GetString("DUT_METERS_CENTIMETERS", resourceCulture); } } /// /// Looks up a localized string similar to mm. /// internal static string DUT_MILLIMETERS { get { return ResourceManager.GetString("DUT_MILLIMETERS", resourceCulture); } } /// /// Looks up a localized string similar to - Start point and end point of arc grids are too close. /// internal static string EndPointsTooClose { get { return ResourceManager.GetString("EndPointsTooClose", resourceCulture); } } /// /// Looks up a localized string similar to Failed to create one or more arc grids.. /// internal static string FailedToCreateArcGrids { get { return ResourceManager.GetString("FailedToCreateArcGrids", resourceCulture); } } /// /// Looks up a localized string similar to Failed to create one or more grids. . /// internal static string FailedToCreateGrids { get { return ResourceManager.GetString("FailedToCreateGrids", resourceCulture); } } /// /// Looks up a localized string similar to Failed to create one or more radial grids. . /// internal static string FailedToCreateRadialGrids { get { return ResourceManager.GetString("FailedToCreateRadialGrids", resourceCulture); } } /// /// Looks up a localized string similar to Failed to delete some of the selected lines or arcs!. /// internal static string FailedToDeletedLinesOrArcs { get { return ResourceManager.GetString("FailedToDeletedLinesOrArcs", resourceCulture); } } /// /// Looks up a localized string similar to Failed to set label of grid to : . /// internal static string FailedToSetLabel { get { return ResourceManager.GetString("FailedToSetLabel", resourceCulture); } } /// /// Looks up a localized string similar to Failed to Create Grids. /// internal static string FailureCaptionCreateGrids { get { return ResourceManager.GetString("FailureCaptionCreateGrids", resourceCulture); } } /// /// Looks up a localized string similar to Failed to Delete Lines/Arcs. /// internal static string FailureCaptionDeletedLinesOrArcs { get { return ResourceManager.GetString("FailureCaptionDeletedLinesOrArcs", resourceCulture); } } /// /// Looks up a localized string similar to Invalid Value. /// internal static string FailureCaptionInvalidValue { get { return ResourceManager.GetString("FailureCaptionInvalidValue", resourceCulture); } } /// /// Looks up a localized string similar to Failed to Set Label. /// internal static string FailureCaptionSetLabel { get { return ResourceManager.GetString("FailureCaptionSetLabel", resourceCulture); } } /// /// Looks up a localized string similar to Label can not be null!. /// internal static string LabelCannotBeNull { get { return ResourceManager.GetString("LabelCannotBeNull", resourceCulture); } } /// /// Looks up a localized string similar to A same label has already existed!. /// internal static string LabelExisted { get { return ResourceManager.GetString("LabelExisted", resourceCulture); } } /// /// Looks up a localized string similar to The two labels can't be same!. /// internal static string LabelsCannotBeSame { get { return ResourceManager.GetString("LabelsCannotBeSame", resourceCulture); } } /// /// Looks up a localized string similar to Number should be an integer between 0 and 200!. /// internal static string NumberBetween0And200 { get { return ResourceManager.GetString("NumberBetween0And200", resourceCulture); } } /// /// Looks up a localized string similar to Number can not be null!. /// internal static string NumberCannotBeNull { get { return ResourceManager.GetString("NumberCannotBeNull", resourceCulture); } } /// /// Looks up a localized string similar to Number is not in a correct format!. /// internal static string NumberFormatWrong { get { return ResourceManager.GetString("NumberFormatWrong", resourceCulture); } } /// /// Looks up a localized string similar to The two numbers can not be both zero!. /// internal static string NumbersCannotBeBothZero { get { return ResourceManager.GetString("NumbersCannotBeBothZero", resourceCulture); } } /// /// Looks up a localized string similar to Radius can not be negative or zero!. /// internal static string RadiusCannotBeNegativeOrZero { get { return ResourceManager.GetString("RadiusCannotBeNegativeOrZero", resourceCulture); } } /// /// Looks up a localized string similar to Radius can not be null!. /// internal static string RadiusCannotBeNull { get { return ResourceManager.GetString("RadiusCannotBeNull", resourceCulture); } } /// /// Looks up a localized string similar to Radius is not in a correct format!. /// internal static string RadiusFormatWrong { get { return ResourceManager.GetString("RadiusFormatWrong", resourceCulture); } } /// /// Looks up a localized string similar to That may be caused by one or more of following reasons:. /// internal static string Reasons { get { return ResourceManager.GetString("Reasons", resourceCulture); } } /// /// Looks up a localized string similar to Spacing can not be negative or zero!. /// internal static string SpacingCannotBeNegativeOrZero { get { return ResourceManager.GetString("SpacingCannotBeNegativeOrZero", resourceCulture); } } /// /// Looks up a localized string similar to Spacing can not be null!. /// internal static string SpacingCannotBeNull { get { return ResourceManager.GetString("SpacingCannotBeNull", resourceCulture); } } /// /// Looks up a localized string similar to Spacing is not in a correct format!. /// internal static string SpacingFormatWrong { get { return ResourceManager.GetString("SpacingFormatWrong", resourceCulture); } } /// /// Looks up a localized string similar to - Spacings between grids are too small. /// internal static string SpacingsTooSmall { get { return ResourceManager.GetString("SpacingsTooSmall", resourceCulture); } } /// /// Looks up a localized string similar to Start degree should be less than end degree!. /// internal static string StartDegreeShouldBeLessThanEndDegree { get { return ResourceManager.GetString("StartDegreeShouldBeLessThanEndDegree", resourceCulture); } } } }