![]() |
Sylloge
A C# helper library
|
00001 //------------------------------------------------------------------------------ 00002 // <auto-generated> 00003 // This code was generated by a tool. 00004 // Runtime Version:4.0.30319.34209 00005 // 00006 // Changes to this file may cause incorrect behavior and will be lost if 00007 // the code is regenerated. 00008 // </auto-generated> 00009 //------------------------------------------------------------------------------ 00010 00011 namespace Sylloge.Properties { 00012 using System; 00013 00014 00018 // This class was auto-generated by the StronglyTypedResourceBuilder 00019 // class via a tool like ResGen or Visual Studio. 00020 // To add or remove a member, edit your .ResX file then rerun ResGen 00021 // with the /str option, or rebuild your VS project. 00022 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] 00023 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 00024 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 00025 internal class Resources { 00026 00027 private static global::System.Resources.ResourceManager resourceMan; 00028 00029 private static global::System.Globalization.CultureInfo resourceCulture; 00030 00031 [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 00032 internal Resources() { 00033 } 00034 00038 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 00039 internal static global::System.Resources.ResourceManager ResourceManager { 00040 get { 00041 if (object.ReferenceEquals(resourceMan, null)) { 00042 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Sylloge.Properties.Resources", typeof(Resources).Assembly); 00043 resourceMan = temp; 00044 } 00045 return resourceMan; 00046 } 00047 } 00048 00053 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 00054 internal static global::System.Globalization.CultureInfo Culture { 00055 get { 00056 return resourceCulture; 00057 } 00058 set { 00059 resourceCulture = value; 00060 } 00061 } 00062 00066 internal static System.Drawing.Bitmap ArrowsDown { 00067 get { 00068 object obj = ResourceManager.GetObject("ArrowsDown", resourceCulture); 00069 return ((System.Drawing.Bitmap)(obj)); 00070 } 00071 } 00072 00076 internal static System.Drawing.Bitmap ArrowsUp { 00077 get { 00078 object obj = ResourceManager.GetObject("ArrowsUp", resourceCulture); 00079 return ((System.Drawing.Bitmap)(obj)); 00080 } 00081 } 00082 00086 internal static System.Drawing.Bitmap CheckBoxCheck { 00087 get { 00088 object obj = ResourceManager.GetObject("CheckBoxCheck", resourceCulture); 00089 return ((System.Drawing.Bitmap)(obj)); 00090 } 00091 } 00092 00096 internal static System.Drawing.Bitmap CheckBoxMinus { 00097 get { 00098 object obj = ResourceManager.GetObject("CheckBoxMinus", resourceCulture); 00099 return ((System.Drawing.Bitmap)(obj)); 00100 } 00101 } 00102 00106 internal static System.Drawing.Bitmap ErrorIcon { 00107 get { 00108 object obj = ResourceManager.GetObject("ErrorIcon", resourceCulture); 00109 return ((System.Drawing.Bitmap)(obj)); 00110 } 00111 } 00112 } 00113 }
1.7.4