417 lines
15 KiB
C#
417 lines
15 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 Sensus.MiniPrf.Ui.Properties {
|
|
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 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() {
|
|
}
|
|
|
|
/// <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("Sensus.MiniPrf.Ui.Properties.Resources", typeof(Resources).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 resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
internal static System.Drawing.Bitmap FM2014_58x172 {
|
|
get {
|
|
object obj = ResourceManager.GetObject("FM2014 58x172", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
internal static System.Drawing.Bitmap Sensus_A {
|
|
get {
|
|
object obj = ResourceManager.GetObject("Sensus_A", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Connect.
|
|
/// </summary>
|
|
internal static string StrBtnConnect {
|
|
get {
|
|
return ResourceManager.GetString("StrBtnConnect", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Store in FM2014.
|
|
/// </summary>
|
|
internal static string StrBtnSaveRegulationSetup {
|
|
get {
|
|
return ResourceManager.GetString("StrBtnSaveRegulationSetup", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Start Calibration.
|
|
/// </summary>
|
|
internal static string StrBtnStartCalibration {
|
|
get {
|
|
return ResourceManager.GetString("StrBtnStartCalibration", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Start Regulation.
|
|
/// </summary>
|
|
internal static string StrBtnStartRegulation {
|
|
get {
|
|
return ResourceManager.GetString("StrBtnStartRegulation", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Stop Calibration.
|
|
/// </summary>
|
|
internal static string StrBtnStopCalibration {
|
|
get {
|
|
return ResourceManager.GetString("StrBtnStopCalibration", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Stop Regulation.
|
|
/// </summary>
|
|
internal static string StrBtnStopRegulation {
|
|
get {
|
|
return ResourceManager.GetString("StrBtnStopRegulation", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Damped Tolerance On.
|
|
/// </summary>
|
|
internal static string StrChkUseDampedTolerance {
|
|
get {
|
|
return ResourceManager.GetString("StrChkUseDampedTolerance", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ERROR.
|
|
/// </summary>
|
|
internal static string StrError {
|
|
get {
|
|
return ResourceManager.GetString("StrError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SERIAL COM PORT CANNOT BE ASSIGNED!.
|
|
/// </summary>
|
|
internal static string StrErrorMsgComPortNotAssigned {
|
|
get {
|
|
return ResourceManager.GetString("StrErrorMsgComPortNotAssigned", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ERROR: Missing feedback from FM2014! Connection error!.
|
|
/// </summary>
|
|
internal static string StrErrorMsgFM2014AccessDenied {
|
|
get {
|
|
return ResourceManager.GetString("StrErrorMsgFM2014AccessDenied", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ERROR: FM2014 Address is invalid!.
|
|
/// </summary>
|
|
internal static string StrErrorMsgFM2014AddressInvalid {
|
|
get {
|
|
return ResourceManager.GetString("StrErrorMsgFM2014AddressInvalid", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ERROR: FM2014 Tolerance is invalid!.
|
|
/// </summary>
|
|
internal static string StrErrorMsgFM2014ToleranceInvalid {
|
|
get {
|
|
return ResourceManager.GetString("StrErrorMsgFM2014ToleranceInvalid", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to DUT to REF Regulation.
|
|
/// </summary>
|
|
internal static string StrGbxDutToRefRegulation {
|
|
get {
|
|
return ResourceManager.GetString("StrGbxDutToRefRegulation", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Manual Calibration REF to Volume.
|
|
/// </summary>
|
|
internal static string StrGbxManualRefCalibration {
|
|
get {
|
|
return ResourceManager.GetString("StrGbxManualRefCalibration", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Regulation Setup.
|
|
/// </summary>
|
|
internal static string StrGbxRegulationSetup {
|
|
get {
|
|
return ResourceManager.GetString("StrGbxRegulationSetup", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Flow Rate [m³/h]:.
|
|
/// </summary>
|
|
internal static string StrLblActualMeasuredFlowRate {
|
|
get {
|
|
return ResourceManager.GetString("StrLblActualMeasuredFlowRate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Actual Tolerance [%]:.
|
|
/// </summary>
|
|
internal static string StrLblActualMeasuredToleranceDutToRef {
|
|
get {
|
|
return ResourceManager.GetString("StrLblActualMeasuredToleranceDutToRef", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Analog Display Attenuation []:.
|
|
/// </summary>
|
|
internal static string StrLblAttenuation {
|
|
get {
|
|
return ResourceManager.GetString("StrLblAttenuation", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to DUT Pulseratio [pulses/m³]:.
|
|
/// </summary>
|
|
internal static string StrLblDutPulsesPerCm {
|
|
get {
|
|
return ResourceManager.GetString("StrLblDutPulsesPerCm", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Address:.
|
|
/// </summary>
|
|
internal static string StrLblFM2014Address {
|
|
get {
|
|
return ResourceManager.GetString("StrLblFM2014Address", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Connected:.
|
|
/// </summary>
|
|
internal static string StrLblFM2014Connected {
|
|
get {
|
|
return ResourceManager.GetString("StrLblFM2014Connected", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to NOT CONNECTED.
|
|
/// </summary>
|
|
internal static string StrLblFM2014NotConnected {
|
|
get {
|
|
return ResourceManager.GetString("StrLblFM2014NotConnected", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Serial Number:.
|
|
/// </summary>
|
|
internal static string StrLblFM2014SerialNumber {
|
|
get {
|
|
return ResourceManager.GetString("StrLblFM2014SerialNumber", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Serial Port:.
|
|
/// </summary>
|
|
internal static string StrLblFM2014SerialPort {
|
|
get {
|
|
return ResourceManager.GetString("StrLblFM2014SerialPort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tolerance Display [%]:.
|
|
/// </summary>
|
|
internal static string StrLblFM2014Tolerance {
|
|
get {
|
|
return ResourceManager.GetString("StrLblFM2014Tolerance", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to DUT Pulses (measured):.
|
|
/// </summary>
|
|
internal static string StrLblMeasuredDutPulses {
|
|
get {
|
|
return ResourceManager.GetString("StrLblMeasuredDutPulses", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to REF Pulses (measured):.
|
|
/// </summary>
|
|
internal static string StrLblMeasuredRefPulses {
|
|
get {
|
|
return ResourceManager.GetString("StrLblMeasuredRefPulses", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Volume [liters]:.
|
|
/// </summary>
|
|
internal static string StrLblMeasuredWeightScaleVolume {
|
|
get {
|
|
return ResourceManager.GetString("StrLblMeasuredWeightScaleVolume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Process status.
|
|
/// </summary>
|
|
internal static string StrLblProcessStatus {
|
|
get {
|
|
return ResourceManager.GetString("StrLblProcessStatus", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to REF Frequency [Hz].
|
|
/// </summary>
|
|
internal static string StrLblRefFrequencyHz {
|
|
get {
|
|
return ResourceManager.GetString("StrLblRefFrequencyHz", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to REF Pulseratio [pulses/m³]:.
|
|
/// </summary>
|
|
internal static string StrLblRefPulsesPerCm {
|
|
get {
|
|
return ResourceManager.GetString("StrLblRefPulsesPerCm", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Scale REF/DUT [norm]:.
|
|
/// </summary>
|
|
internal static string StrLblScaleRefToDut {
|
|
get {
|
|
return ResourceManager.GetString("StrLblScaleRefToDut", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Time [min:s]:.
|
|
/// </summary>
|
|
internal static string StrLblTime {
|
|
get {
|
|
return ResourceManager.GetString("StrLblTime", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to WAITING FOR FM2014 RESPONSE.
|
|
/// </summary>
|
|
internal static string StrLblWaitingForMeterResponse {
|
|
get {
|
|
return ResourceManager.GetString("StrLblWaitingForMeterResponse", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to &Help.
|
|
/// </summary>
|
|
internal static string StrMenuHelp {
|
|
get {
|
|
return ResourceManager.GetString("StrMenuHelp", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Connecting to FM2014.
|
|
/// </summary>
|
|
internal static string StrMsgConnecting {
|
|
get {
|
|
return ResourceManager.GetString("StrMsgConnecting", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to PC Date and Time [min:s]:.
|
|
/// </summary>
|
|
internal static string StrMsgPcDateTime {
|
|
get {
|
|
return ResourceManager.GetString("StrMsgPcDateTime", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|