//------------------------------------------------------------------------------ // // 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 DTS.Viewer.TestModification.Resources { 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", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class StringResources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal StringResources() { } /// /// 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("DTS.Viewer.TestModification.Resources.StringResources", typeof(StringResources).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 Data Flag:. /// internal static string DataFlag { get { return ResourceManager.GetString("DataFlag", resourceCulture); } } /// /// Looks up a localized string similar to Description:. /// internal static string Description { get { return ResourceManager.GetString("Description", resourceCulture); } } /// /// Looks up a localized string similar to EU Multiplier:. /// internal static string EUMultiplier { get { return ResourceManager.GetString("EUMultiplier", resourceCulture); } } /// /// Looks up a localized string similar to EU Offset:. /// internal static string EUOffset { get { return ResourceManager.GetString("EUOffset", resourceCulture); } } /// /// Looks up a localized string similar to Filter:. /// internal static string Filter { get { return ResourceManager.GetString("Filter", resourceCulture); } } /// /// Looks up a localized string similar to Line Fit:. /// internal static string LineFit { get { return ResourceManager.GetString("LineFit", resourceCulture); } } /// /// Looks up a localized string similar to To enable, please lock a single channel. /// internal static string PleaseLockHeader { get { return ResourceManager.GetString("PleaseLockHeader", resourceCulture); } } /// /// Looks up a localized string similar to Preview. /// internal static string Preview { get { return ResourceManager.GetString("Preview", resourceCulture); } } /// /// Looks up a localized string similar to Sensitivity:. /// internal static string Sensitivity { get { return ResourceManager.GetString("Sensitivity", resourceCulture); } } /// /// Looks up a localized string similar to Shift T₀ (ms):. /// internal static string ShiftT0ms { get { return ResourceManager.GetString("ShiftT0ms", resourceCulture); } } /// /// Looks up a localized string similar to Modification can not be made, T0 must be in the dataset.. /// internal static string T0MustBeInDataset { get { return ResourceManager.GetString("T0MustBeInDataset", resourceCulture); } } /// /// Looks up a localized string similar to T₁ (ms):. /// internal static string T1ms { get { return ResourceManager.GetString("T1ms", resourceCulture); } } /// /// Looks up a localized string similar to T₂ (ms):. /// internal static string T2ms { get { return ResourceManager.GetString("T2ms", resourceCulture); } } /// /// Looks up a localized string similar to Cancel. /// internal static string Undo { get { return ResourceManager.GetString("Undo", resourceCulture); } } /// /// Looks up a localized string similar to Restore All. /// internal static string UndoAll { get { return ResourceManager.GetString("UndoAll", resourceCulture); } } /// /// Looks up a localized string similar to This will revert your saved test modifications to the backup on file. Continue?. /// internal static string UndoAllPrompt { get { return ResourceManager.GetString("UndoAllPrompt", resourceCulture); } } /// /// Looks up a localized string similar to This will undo any change(s) to this channel made before saving. Continue?. /// internal static string UndoPrompt { get { return ResourceManager.GetString("UndoPrompt", resourceCulture); } } /// /// Looks up a localized string similar to Write. /// internal static string WriteFiles { get { return ResourceManager.GetString("WriteFiles", resourceCulture); } } /// /// Looks up a localized string similar to Are you sure you want to write these changes to disk?. /// internal static string WriteFilesPrompt { get { return ResourceManager.GetString("WriteFilesPrompt", resourceCulture); } } } }