442 lines
		
	
	
		
			16 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			442 lines
		
	
	
		
			16 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| //------------------------------------------------------------------------------
 | |
| // <auto-generated>
 | |
| //     This code was generated by a tool.
 | |
| //     Runtime Version:4.0.30319.1
 | |
| //
 | |
| //     Changes to this file may cause incorrect behavior and will be lost if
 | |
| //     the code is regenerated.
 | |
| // </auto-generated>
 | |
| //------------------------------------------------------------------------------
 | |
| 
 | |
| namespace YARTE.Properties {
 | |
|     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", "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() {
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///   Returns the cached ResourceManager instance used by this class.
 | |
|         /// </summary>
 | |
|         [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("YARTE.Properties.Resources", typeof(Resources).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)]
 | |
|         internal static global::System.Globalization.CultureInfo Culture {
 | |
|             get {
 | |
|                 return resourceCulture;
 | |
|             }
 | |
|             set {
 | |
|                 resourceCulture = value;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap bold {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("bold", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap bulletedlist {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("bulletedlist", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap copy {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("copy", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap createlink {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("createlink", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap cut {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("cut", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap delete {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("delete", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap deletetablecolumn {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("deletetablecolumn", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap deletetablerow {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("deletetablerow", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap editstyle {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("editstyle", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap edittable {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("edittable", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap fontbackcolorpicker {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("fontbackcolorpicker", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap fontforecolorpicker {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("fontforecolorpicker", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap iespellcheck {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("iespellcheck", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap indent {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("indent", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap insertbutton {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("insertbutton", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap insertcheckbox {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("insertcheckbox", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap insertdate {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("insertdate", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap insertdiv {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("insertdiv", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap insertdropdownlist {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("insertdropdownlist", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap insertform {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("insertform", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap insertimage {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("insertimage", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap insertimagefromgallery {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("insertimagefromgallery", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap insertradiobutton {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("insertradiobutton", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap insertrule {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("insertrule", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap inserttable {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("inserttable", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap inserttablecolumnafter {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("inserttablecolumnafter", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap inserttablecolumnbefore {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("inserttablecolumnbefore", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap inserttablerowafter {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("inserttablerowafter", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap inserttablerowbefore {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("inserttablerowbefore", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap inserttextarea {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("inserttextarea", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap inserttextbox {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("inserttextbox", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap inserttime {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("inserttime", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap italic {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("italic", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap justifycenter {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("justifycenter", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap justifyfull {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("justifyfull", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap justifyleft {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("justifyleft", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap justifyright {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("justifyright", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap netspell {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("netspell", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap numberedlist {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("numberedlist", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap outdent {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("outdent", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap paste {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("paste", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap preview {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("preview", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap print {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("print", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap redo {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("redo", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap removeformat {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("removeformat", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap save {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("save", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap selectall {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("selectall", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap strikethrough {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("strikethrough", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap subscript {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("subscript", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap superscript {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("superscript", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap underline {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("underline", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap undo {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("undo", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap unlink {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("unlink", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         internal static System.Drawing.Bitmap wordclean {
 | |
|             get {
 | |
|                 object obj = ResourceManager.GetObject("wordclean", resourceCulture);
 | |
|                 return ((System.Drawing.Bitmap)(obj));
 | |
|             }
 | |
|         }
 | |
|     }
 | |
| }
 | 
