388 lines
14 KiB
C#
388 lines
14 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 DTS.Viewer.AddCalculatedChannel.Resources {
|
|
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", "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() {
|
|
}
|
|
|
|
/// <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("DTS.Viewer.AddCalculatedChannel.Resources.StringResources", typeof(StringResources).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 Add Calculated Channel.
|
|
/// </summary>
|
|
internal static string AddCalculatedChannel {
|
|
get {
|
|
return ResourceManager.GetString("AddCalculatedChannel", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Average.
|
|
/// </summary>
|
|
internal static string CalculatedChannel_Average {
|
|
get {
|
|
return ResourceManager.GetString("CalculatedChannel_Average", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to 3D IR-TRACC (upper thorax).
|
|
/// </summary>
|
|
internal static string CalculatedChannel_IRTRACC3D {
|
|
get {
|
|
return ResourceManager.GetString("CalculatedChannel_IRTRACC3D", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to 3D IR-TRACC (abdomen).
|
|
/// </summary>
|
|
internal static string CalculatedChannel_IRTRACC3D_Abdomen {
|
|
get {
|
|
return ResourceManager.GetString("CalculatedChannel_IRTRACC3D_Abdomen", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to 3D IR-TRACC (lower thorax).
|
|
/// </summary>
|
|
internal static string CalculatedChannel_IRTRACC3D_LowerThorax {
|
|
get {
|
|
return ResourceManager.GetString("CalculatedChannel_IRTRACC3D_LowerThorax", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to 3D IR-TRACC (thorax).
|
|
/// </summary>
|
|
internal static string CalculatedChannel_IRTRACC3D_Thorax {
|
|
get {
|
|
return ResourceManager.GetString("CalculatedChannel_IRTRACC3D_Thorax", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to 3D IR-TRACC (abdomen).
|
|
/// </summary>
|
|
internal static string CalculatedChannel_IRTRACC3DAbdomen {
|
|
get {
|
|
return ResourceManager.GetString("CalculatedChannel_IRTRACC3DAbdomen", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to 3D IR-TRACC (lower thorax).
|
|
/// </summary>
|
|
internal static string CalculatedChannel_IRTRACC3DLowerThorax {
|
|
get {
|
|
return ResourceManager.GetString("CalculatedChannel_IRTRACC3DLowerThorax", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sum.
|
|
/// </summary>
|
|
internal static string CalculatedChannel_Sum {
|
|
get {
|
|
return ResourceManager.GetString("CalculatedChannel_Sum", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Calculation.
|
|
/// </summary>
|
|
internal static string Calculation {
|
|
get {
|
|
return ResourceManager.GetString("Calculation", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cosine.
|
|
/// </summary>
|
|
internal static string CALCULATION_Cos {
|
|
get {
|
|
return ResourceManager.GetString("CALCULATION_Cos", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Derivative.
|
|
/// </summary>
|
|
internal static string CALCULATION_Derivative {
|
|
get {
|
|
return ResourceManager.GetString("CALCULATION_Derivative", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Double integral.
|
|
/// </summary>
|
|
internal static string CALCULATION_DoubleIntegral {
|
|
get {
|
|
return ResourceManager.GetString("CALCULATION_DoubleIntegral", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Integral.
|
|
/// </summary>
|
|
internal static string CALCULATION_Integral {
|
|
get {
|
|
return ResourceManager.GetString("CALCULATION_Integral", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sine.
|
|
/// </summary>
|
|
internal static string CALCULATION_Sin {
|
|
get {
|
|
return ResourceManager.GetString("CALCULATION_Sin", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to 3D IR-TRACC (upper thorax).
|
|
/// </summary>
|
|
internal static string CALCULATION_ThreeDIRTracc {
|
|
get {
|
|
return ResourceManager.GetString("CALCULATION_ThreeDIRTracc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to 3D IR-TRACC (abdomen).
|
|
/// </summary>
|
|
internal static string CALCULATION_ThreeDIRTraccAbdomen {
|
|
get {
|
|
return ResourceManager.GetString("CALCULATION_ThreeDIRTraccAbdomen", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to 3D IR-TRACC (lower thorax).
|
|
/// </summary>
|
|
internal static string CALCULATION_ThreeDIRTraccLowerThorax {
|
|
get {
|
|
return ResourceManager.GetString("CALCULATION_ThreeDIRTraccLowerThorax", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Calculation Input Channel.
|
|
/// </summary>
|
|
internal static string CalculationInputChannel {
|
|
get {
|
|
return ResourceManager.GetString("CalculationInputChannel", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Channel.
|
|
/// </summary>
|
|
internal static string Channel {
|
|
get {
|
|
return ResourceManager.GetString("Channel", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Channel Name.
|
|
/// </summary>
|
|
internal static string ChannelName {
|
|
get {
|
|
return ResourceManager.GetString("ChannelName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Clip length (ms).
|
|
/// </summary>
|
|
internal static string ClipLengthMS {
|
|
get {
|
|
return ResourceManager.GetString("ClipLengthMS", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Description.
|
|
/// </summary>
|
|
internal static string Description {
|
|
get {
|
|
return ResourceManager.GetString("Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Acceleration X.
|
|
/// </summary>
|
|
internal static string HICAccelerationX {
|
|
get {
|
|
return ResourceManager.GetString("HICAccelerationX", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Acceleration Y.
|
|
/// </summary>
|
|
internal static string HICAccelerationY {
|
|
get {
|
|
return ResourceManager.GetString("HICAccelerationY", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to AccelerationZ.
|
|
/// </summary>
|
|
internal static string HICAccelerationZ {
|
|
get {
|
|
return ResourceManager.GetString("HICAccelerationZ", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error: Head injury criterion requires 3 channels.
|
|
/// </summary>
|
|
internal static string HICRequires3Channels {
|
|
get {
|
|
return ResourceManager.GetString("HICRequires3Channels", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Input channels.
|
|
/// </summary>
|
|
internal static string InputChannels {
|
|
get {
|
|
return ResourceManager.GetString("InputChannels", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ISO Code.
|
|
/// </summary>
|
|
internal static string ISOCode {
|
|
get {
|
|
return ResourceManager.GetString("ISOCode", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error: No channels included.
|
|
/// </summary>
|
|
internal static string NoChannelsIncluded {
|
|
get {
|
|
return ResourceManager.GetString("NoChannelsIncluded", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error: Units don't match for all input channels.
|
|
/// </summary>
|
|
internal static string ResultantUnitsDontMatch {
|
|
get {
|
|
return ResourceManager.GetString("ResultantUnitsDontMatch", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error: Sample rates don't match for all input channels.
|
|
/// </summary>
|
|
internal static string SampleRatesDontMatch {
|
|
get {
|
|
return ResourceManager.GetString("SampleRatesDontMatch", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Calculation contains multiple sample rates. Input will be resampled to the highest sample rate using linear interpolation..
|
|
/// </summary>
|
|
internal static string SuperSamplingWarning {
|
|
get {
|
|
return ResourceManager.GetString("SuperSamplingWarning", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to IR-TRACC.
|
|
/// </summary>
|
|
internal static string ThreeD_IRTracc {
|
|
get {
|
|
return ResourceManager.GetString("ThreeD_IRTracc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to R. Pot Y.
|
|
/// </summary>
|
|
internal static string ThreeD_RotPot1 {
|
|
get {
|
|
return ResourceManager.GetString("ThreeD_RotPot1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to R. Pot Z.
|
|
/// </summary>
|
|
internal static string ThreeD_RotPot2 {
|
|
get {
|
|
return ResourceManager.GetString("ThreeD_RotPot2", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|