//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace WebStarter.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", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Controllers_SwapMonitorController_en { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Controllers_SwapMonitorController_en() { } /// /// 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("WebStarter.Resources.Controllers.SwapMonitorController.en", typeof(Controllers_SwapMonitorController_en).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 Cloud Platform Vehicle Authentication. /// internal static string CloudPlatformAuth { get { return ResourceManager.GetString("CloudPlatformAuth", resourceCulture); } } /// /// Looks up a localized string similar to Idle. /// internal static string Idle { get { return ResourceManager.GetString("Idle", resourceCulture); } } /// /// Looks up a localized string similar to Installation Completed. /// internal static string InstallationCompleted { get { return ResourceManager.GetString("InstallationCompleted", resourceCulture); } } /// /// Looks up a localized string similar to New Battery Installed. /// internal static string NewBatteryInstalled { get { return ResourceManager.GetString("NewBatteryInstalled", resourceCulture); } } /// /// Looks up a localized string similar to New Battery Moved. /// internal static string NewBatteryMoved { get { return ResourceManager.GetString("NewBatteryMoved", resourceCulture); } } /// /// Looks up a localized string similar to Old Battery Removed. /// internal static string OldBatteryRemoved { get { return ResourceManager.GetString("OldBatteryRemoved", resourceCulture); } } /// /// Looks up a localized string similar to Old Battery Stored. /// internal static string OldBatteryStored { get { return ResourceManager.GetString("OldBatteryStored", resourceCulture); } } /// /// Looks up a localized string similar to RFID Scan Completed. /// internal static string RFIDScanCompleted { get { return ResourceManager.GetString("RFIDScanCompleted", resourceCulture); } } /// /// Looks up a localized string similar to Start Swapping. /// internal static string StartSwapping { get { return ResourceManager.GetString("StartSwapping", resourceCulture); } } /// /// Looks up a localized string similar to Swapping Completed (Vehicle Departed). /// internal static string SwappingCompleted { get { return ResourceManager.GetString("SwappingCompleted", resourceCulture); } } /// /// Looks up a localized string similar to Swapping Failed (Vehicle Departed). /// internal static string SwappingFailed { get { return ResourceManager.GetString("SwappingFailed", resourceCulture); } } /// /// Looks up a localized string similar to Vehicle Arrived (Entrance Radar Detected Vehicle Entering). /// internal static string VehicleArrived { get { return ResourceManager.GetString("VehicleArrived", resourceCulture); } } /// /// Looks up a localized string similar to Vehicle In Position. /// internal static string VehicleInPosition { get { return ResourceManager.GetString("VehicleInPosition", resourceCulture); } } /// /// Looks up a localized string similar to Vehicle Locked. /// internal static string VehicleLocked { get { return ResourceManager.GetString("VehicleLocked", resourceCulture); } } /// /// Looks up a localized string similar to Vehicle Unlocked. /// internal static string VehicleUnlocked { get { return ResourceManager.GetString("VehicleUnlocked", resourceCulture); } } } }