//------------------------------------------------------------------------------ // // 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 ProcessWatchdog { 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("ProcessWatchdog.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 ProcessWatchdog. /// internal static string ApplicationName { get { return ResourceManager.GetString("ApplicationName", resourceCulture); } } /// /// Looks up a localized string similar to {0} version {1}. /// internal static string Banner { get { return ResourceManager.GetString("Banner", resourceCulture); } } /// /// Looks up a localized string similar to Could not take screenshot for process {0}, because this process does not have a UI.. /// internal static string ErrorCannotTakeScreenshotNoConsoleSession { get { return ResourceManager.GetString("ErrorCannotTakeScreenshotNoConsoleSession", resourceCulture); } } /// /// Looks up a localized string similar to Could not take screenshot for process {0}.. /// internal static string ErrorCannotTakeScreenshotUnexpectedError { get { return ResourceManager.GetString("ErrorCannotTakeScreenshotUnexpectedError", resourceCulture); } } /// /// Looks up a localized string similar to Error {0}: {1}. /// internal static string ErrorFormat { get { return ResourceManager.GetString("ErrorFormat", resourceCulture); } } /// /// Looks up a localized string similar to The value {0} is not a valid polling interval. Please specify the polling interval as a positive number of milliseconds.. /// internal static string ErrorInvalidPollingInterval { get { return ResourceManager.GetString("ErrorInvalidPollingInterval", resourceCulture); } } /// /// Looks up a localized string similar to The value {0} is not a valid time limit. Please specify the time limit as a positive number of seconds.. /// internal static string ErrorInvalidTimeLimit { get { return ResourceManager.GetString("ErrorInvalidTimeLimit", resourceCulture); } } /// /// Looks up a localized string similar to The procdump executable {0} was not found.. /// internal static string ErrorProcDumpNotFound { get { return ResourceManager.GetString("ErrorProcDumpNotFound", resourceCulture); } } /// /// Looks up a localized string similar to The process {0} ({1}) or one of its descendants exceeded the time limit of {2} seconds. This process and all its descendants will be terminated.. /// internal static string ErrorProcessTimedOut { get { return ResourceManager.GetString("ErrorProcessTimedOut", resourceCulture); } } /// /// Looks up a localized string similar to Created output folder {0}.. /// internal static string InfoCreatedOutputFolder { get { return ResourceManager.GetString("InfoCreatedOutputFolder", resourceCulture); } } /// /// Looks up a localized string similar to Saving screenshot to file {0}.... /// internal static string InfoSavedScreenshot { get { return ResourceManager.GetString("InfoSavedScreenshot", resourceCulture); } } /// /// Looks up a localized string similar to Terminating process {0} and saving crash dump to file {1}.... /// internal static string InfoTerminatingProcess { get { return ResourceManager.GetString("InfoTerminatingProcess", resourceCulture); } } /// /// Looks up a localized string similar to The process {0} exited successfully after {1}.. /// internal static string ProcessExited { get { return ResourceManager.GetString("ProcessExited", resourceCulture); } } } }