//------------------------------------------------------------------------------ // // 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 ChatController { 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", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class Resource { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resource() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ChatController.Resource", typeof(Resource).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)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to OwnChat. /// public static string ApplicationFolderName { get { return ResourceManager.GetString("ApplicationFolderName", resourceCulture); } } /// /// Looks up a localized string similar to beyondSoft. /// public static string CompanyName { get { return ResourceManager.GetString("CompanyName", resourceCulture); } } /// /// Looks up a localized string similar to ownChat.txt. /// public static string ConfigFileName { get { return ResourceManager.GetString("ConfigFileName", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// public static System.Drawing.Icon oC_favico_NewMessage { get { object obj = ResourceManager.GetObject("oC_favico_NewMessage", resourceCulture); return ((System.Drawing.Icon)(obj)); } } /// /// Looks up a localized string similar to Office Dokumente |*.doc;*.xls;*.ppt;*.txt;*.pdf|Bilder |*.jpg;*.png;*.jpeg;*.jpe;*.gif;*.bmp. /// public static string OpenFileDialogFilter_DocumentsAndImages { get { return ResourceManager.GetString("OpenFileDialogFilter_DocumentsAndImages", resourceCulture); } } /// /// Looks up a localized string similar to Office Dokumente und Bilder |*.doc;*.docx;*.xls;*.xlsx;*.ppt;*.pptx;*.txt;*.pdf;*.jpg;*.png;*.jpeg;*.jpe;*.gif;*.bmp. /// public static string OpenFileDialogFilter_Test { get { return ResourceManager.GetString("OpenFileDialogFilter_Test", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// public static System.Drawing.Icon ownchat_favicon { get { object obj = ResourceManager.GetObject("ownchat_favicon", resourceCulture); return ((System.Drawing.Icon)(obj)); } } /// /// Looks up a localized string similar to Audio Datei|*.wav;*.mp3;*.wma;*.aac;*.ogg;. /// public static string SaveFileDialogFilter_Audio { get { return ResourceManager.GetString("SaveFileDialogFilter_Audio", resourceCulture); } } /// /// Looks up a localized string similar to Office Dokumente |*.doc;*.xls;*.ppt;*.txt. /// public static string SaveFileDialogFilter_Documents { get { return ResourceManager.GetString("SaveFileDialogFilter_Documents", resourceCulture); } } /// /// Looks up a localized string similar to Bilder |*.jpg;*.png;*.jpeg;*.jpe;*.gif;*.bmp. /// public static string SaveFileDialogFilter_Images { get { return ResourceManager.GetString("SaveFileDialogFilter_Images", resourceCulture); } } /// /// Looks up a localized string similar to Audio speichern. /// public static string SaveFIleDialogTitle_Audio { get { return ResourceManager.GetString("SaveFIleDialogTitle_Audio", resourceCulture); } } /// /// Looks up a localized string similar to Dokument speichern. /// public static string SaveFIleDialogTitle_Documents { get { return ResourceManager.GetString("SaveFIleDialogTitle_Documents", resourceCulture); } } /// /// Looks up a localized string similar to Bild speichern. /// public static string SaveFIleDialogTitle_Images { get { return ResourceManager.GetString("SaveFIleDialogTitle_Images", resourceCulture); } } /// /// Looks up a localized string similar to ownChatNewMessageSync.txt. /// public static string SyncFile2Name { get { return ResourceManager.GetString("SyncFile2Name", resourceCulture); } } /// /// Looks up a localized string similar to ownChatMessageSync.txt. /// public static string SyncFileName { get { return ResourceManager.GetString("SyncFileName", resourceCulture); } } } }