//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.18034
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace PleaseIgnore.IntelMap.Properties {
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("PleaseIgnore.IntelMap.Properties.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 The directory {0} does not exist..
///
internal static string ArgumentException_DirNotExist {
get {
return ResourceManager.GetString("ArgumentException_DirNotExist", resourceCulture);
}
}
///
/// Looks up a localized string similar to IAsyncResult object did not come from the corresponding async method on this type..
///
internal static string ArgumentException_WrongObject {
get {
return ResourceManager.GetString("ArgumentException_WrongObject", resourceCulture);
}
}
///
/// Looks up a localized string similar to (No Name).
///
internal static string IntelChannel_NoName {
get {
return ResourceManager.GetString("IntelChannel_NoName", resourceCulture);
}
}
///
/// Looks up a localized string similar to {0}: Name={1}, Status={2}.
///
internal static string IntelChannel_ToString {
get {
return ResourceManager.GetString("IntelChannel_ToString", resourceCulture);
}
}
///
/// Looks up a localized string similar to IntelChannelCollection is automatically populated and cannot be directly modified..
///
internal static string IntelChannelCollection_ReadOnly {
get {
return ResourceManager.GetString("IntelChannelCollection_ReadOnly", resourceCulture);
}
}
///
/// Looks up a localized string similar to The Test Alliance Intel Map server responded in an expected manner..
///
internal static string IntelException {
get {
return ResourceManager.GetString("IntelException", resourceCulture);
}
}
///
/// Looks up a localized string similar to {0}: Connected ({1} Users; {2} Reports Sent).
///
internal static string IntelSession_Connected {
get {
return ResourceManager.GetString("IntelSession_Connected", resourceCulture);
}
}
///
/// Looks up a localized string similar to {0}: Disposed ({2} Reports Sent).
///
internal static string IntelSession_Disposed {
get {
return ResourceManager.GetString("IntelSession_Disposed", resourceCulture);
}
}
///
/// Looks up a localized string similar to Attempt to begin initiation after component has been started..
///
internal static string InvalidOperation_InitRunning {
get {
return ResourceManager.GetString("InvalidOperation_InitRunning", resourceCulture);
}
}
///
/// Looks up a localized string similar to {0} can only be called once for each asynchronous operation..
///
internal static string InvalidOperation_MultipleCalls {
get {
return ResourceManager.GetString("InvalidOperation_MultipleCalls", resourceCulture);
}
}
}
}