2019-05-14 13:49:29 +02:00
//------------------------------------------------------------------------------
// <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 ChatController {
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", "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 ( ) {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[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 ;
}
}
/// <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)]
public static global :: System . Globalization . CultureInfo Culture {
get {
return resourceCulture ;
}
set {
resourceCulture = value ;
}
}
/// <summary>
/// Looks up a localized string similar to OwnChat.
/// </summary>
public static string ApplicationFolderName {
get {
return ResourceManager . GetString ( "ApplicationFolderName" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to beyondSoft.
/// </summary>
public static string CompanyName {
get {
return ResourceManager . GetString ( "CompanyName" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to ownChat.txt.
/// </summary>
public static string ConfigFileName {
get {
return ResourceManager . GetString ( "ConfigFileName" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
public static System . Drawing . Icon oC_favico_NewMessage {
get {
object obj = ResourceManager . GetObject ( "oC_favico_NewMessage" , resourceCulture ) ;
return ( ( System . Drawing . Icon ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Office Dokumente |*.doc;*.xls;*.ppt;*.txt;*.pdf|Bilder |*.jpg;*.png;*.jpeg;*.jpe;*.gif;*.bmp.
/// </summary>
public static string OpenFileDialogFilter_DocumentsAndImages {
get {
return ResourceManager . GetString ( "OpenFileDialogFilter_DocumentsAndImages" , resourceCulture ) ;
2020-06-17 19:36:52 +02:00
}
}
/// <summary>
2020-12-14 19:17:50 +01:00
/// 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.
2020-06-17 19:36:52 +02:00
/// </summary>
public static string OpenFileDialogFilter_Test {
get {
return ResourceManager . GetString ( "OpenFileDialogFilter_Test" , resourceCulture ) ;
2019-05-14 13:49:29 +02:00
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
public static System . Drawing . Icon ownchat_favicon {
get {
object obj = ResourceManager . GetObject ( "ownchat_favicon" , resourceCulture ) ;
return ( ( System . Drawing . Icon ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Audio Datei|*.wav;*.mp3;*.wma;*.aac;*.ogg;.
/// </summary>
public static string SaveFileDialogFilter_Audio {
get {
return ResourceManager . GetString ( "SaveFileDialogFilter_Audio" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Office Dokumente |*.doc;*.xls;*.ppt;*.txt.
/// </summary>
public static string SaveFileDialogFilter_Documents {
get {
return ResourceManager . GetString ( "SaveFileDialogFilter_Documents" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Bilder |*.jpg;*.png;*.jpeg;*.jpe;*.gif;*.bmp.
/// </summary>
public static string SaveFileDialogFilter_Images {
get {
return ResourceManager . GetString ( "SaveFileDialogFilter_Images" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Audio speichern.
/// </summary>
public static string SaveFIleDialogTitle_Audio {
get {
return ResourceManager . GetString ( "SaveFIleDialogTitle_Audio" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Dokument speichern.
/// </summary>
public static string SaveFIleDialogTitle_Documents {
get {
return ResourceManager . GetString ( "SaveFIleDialogTitle_Documents" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Bild speichern.
/// </summary>
public static string SaveFIleDialogTitle_Images {
get {
return ResourceManager . GetString ( "SaveFIleDialogTitle_Images" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to ownChatNewMessageSync.txt.
/// </summary>
public static string SyncFile2Name {
get {
return ResourceManager . GetString ( "SyncFile2Name" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to ownChatMessageSync.txt.
/// </summary>
public static string SyncFileName {
get {
return ResourceManager . GetString ( "SyncFileName" , resourceCulture ) ;
}
}
}
}