/Application/Properties/Resources.Designer.cs
C# | 266 lines | 206 code | 37 blank | 23 comment | 1 complexity | dad093eb5cf0c4e399a4c837718e76a0 MD5 | raw file
1//------------------------------------------------------------------------------ 2// <auto-generated> 3// This code was generated by a tool. 4// Runtime Version:4.0.30319.239 5// 6// Changes to this file may cause incorrect behavior and will be lost if 7// the code is regenerated. 8// </auto-generated> 9//------------------------------------------------------------------------------ 10 11namespace Stoffi.Properties { 12 using System; 13 14 15 /// <summary> 16 /// A strongly-typed resource class, for looking up localized strings, etc. 17 /// </summary> 18 // This class was auto-generated by the StronglyTypedResourceBuilder 19 // class via a tool like ResGen or Visual Studio. 20 // To add or remove a member, edit your .ResX file then rerun ResGen 21 // with the /str option, or rebuild your VS project. 22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] 23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 internal class Resources { 26 27 private static global::System.Resources.ResourceManager resourceMan; 28 29 private static global::System.Globalization.CultureInfo resourceCulture; 30 31 [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 32 internal Resources() { 33 } 34 35 /// <summary> 36 /// Returns the cached ResourceManager instance used by this class. 37 /// </summary> 38 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 39 internal static global::System.Resources.ResourceManager ResourceManager { 40 get { 41 if (object.ReferenceEquals(resourceMan, null)) { 42 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Stoffi.Properties.Resources", typeof(Resources).Assembly); 43 resourceMan = temp; 44 } 45 return resourceMan; 46 } 47 } 48 49 /// <summary> 50 /// Overrides the current thread's CurrentUICulture property for all 51 /// resource lookups using this strongly typed resource class. 52 /// </summary> 53 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 54 internal static global::System.Globalization.CultureInfo Culture { 55 get { 56 return resourceCulture; 57 } 58 set { 59 resourceCulture = value; 60 } 61 } 62 63 internal static System.Drawing.Icon AudioPlayer { 64 get { 65 object obj = ResourceManager.GetObject("AudioPlayer", resourceCulture); 66 return ((System.Drawing.Icon)(obj)); 67 } 68 } 69 70 internal static System.Drawing.Icon Clock { 71 get { 72 object obj = ResourceManager.GetObject("Clock", resourceCulture); 73 return ((System.Drawing.Icon)(obj)); 74 } 75 } 76 77 internal static System.Drawing.Icon Close { 78 get { 79 object obj = ResourceManager.GetObject("Close", resourceCulture); 80 return ((System.Drawing.Icon)(obj)); 81 } 82 } 83 84 internal static System.Drawing.Icon Disc { 85 get { 86 object obj = ResourceManager.GetObject("Disc", resourceCulture); 87 return ((System.Drawing.Icon)(obj)); 88 } 89 } 90 91 internal static System.Drawing.Icon DiscAudio { 92 get { 93 object obj = ResourceManager.GetObject("DiscAudio", resourceCulture); 94 return ((System.Drawing.Icon)(obj)); 95 } 96 } 97 98 internal static System.Drawing.Icon DiscAudioPlus { 99 get { 100 object obj = ResourceManager.GetObject("DiscAudioPlus", resourceCulture); 101 return ((System.Drawing.Icon)(obj)); 102 } 103 } 104 105 internal static System.Drawing.Icon Drive { 106 get { 107 object obj = ResourceManager.GetObject("Drive", resourceCulture); 108 return ((System.Drawing.Icon)(obj)); 109 } 110 } 111 112 internal static System.Drawing.Icon Error { 113 get { 114 object obj = ResourceManager.GetObject("Error", resourceCulture); 115 return ((System.Drawing.Icon)(obj)); 116 } 117 } 118 119 internal static System.Drawing.Icon FileAudio { 120 get { 121 object obj = ResourceManager.GetObject("FileAudio", resourceCulture); 122 return ((System.Drawing.Icon)(obj)); 123 } 124 } 125 126 internal static System.Drawing.Icon FolderAudio { 127 get { 128 object obj = ResourceManager.GetObject("FolderAudio", resourceCulture); 129 return ((System.Drawing.Icon)(obj)); 130 } 131 } 132 133 internal static System.Drawing.Icon FolderPlus { 134 get { 135 object obj = ResourceManager.GetObject("FolderPlus", resourceCulture); 136 return ((System.Drawing.Icon)(obj)); 137 } 138 } 139 140 internal static System.Drawing.Icon Help { 141 get { 142 object obj = ResourceManager.GetObject("Help", resourceCulture); 143 return ((System.Drawing.Icon)(obj)); 144 } 145 } 146 147 internal static System.Drawing.Icon Info { 148 get { 149 object obj = ResourceManager.GetObject("Info", resourceCulture); 150 return ((System.Drawing.Icon)(obj)); 151 } 152 } 153 154 internal static System.Drawing.Icon Library { 155 get { 156 object obj = ResourceManager.GetObject("Library", resourceCulture); 157 return ((System.Drawing.Icon)(obj)); 158 } 159 } 160 161 internal static System.Drawing.Icon Minus { 162 get { 163 object obj = ResourceManager.GetObject("Minus", resourceCulture); 164 return ((System.Drawing.Icon)(obj)); 165 } 166 } 167 168 internal static System.Drawing.Icon Next { 169 get { 170 object obj = ResourceManager.GetObject("Next", resourceCulture); 171 return ((System.Drawing.Icon)(obj)); 172 } 173 } 174 175 internal static System.Drawing.Icon NoteDouble { 176 get { 177 object obj = ResourceManager.GetObject("NoteDouble", resourceCulture); 178 return ((System.Drawing.Icon)(obj)); 179 } 180 } 181 182 internal static System.Drawing.Icon NoteSingle { 183 get { 184 object obj = ResourceManager.GetObject("NoteSingle", resourceCulture); 185 return ((System.Drawing.Icon)(obj)); 186 } 187 } 188 189 internal static System.Drawing.Icon Pause { 190 get { 191 object obj = ResourceManager.GetObject("Pause", resourceCulture); 192 return ((System.Drawing.Icon)(obj)); 193 } 194 } 195 196 internal static System.Drawing.Icon Play { 197 get { 198 object obj = ResourceManager.GetObject("Play", resourceCulture); 199 return ((System.Drawing.Icon)(obj)); 200 } 201 } 202 203 internal static System.Drawing.Icon Plus { 204 get { 205 object obj = ResourceManager.GetObject("Plus", resourceCulture); 206 return ((System.Drawing.Icon)(obj)); 207 } 208 } 209 210 internal static System.Drawing.Icon Previous { 211 get { 212 object obj = ResourceManager.GetObject("Previous", resourceCulture); 213 return ((System.Drawing.Icon)(obj)); 214 } 215 } 216 217 internal static System.Drawing.Icon Queue { 218 get { 219 object obj = ResourceManager.GetObject("Queue", resourceCulture); 220 return ((System.Drawing.Icon)(obj)); 221 } 222 } 223 224 internal static System.Drawing.Icon Settings { 225 get { 226 object obj = ResourceManager.GetObject("Settings", resourceCulture); 227 return ((System.Drawing.Icon)(obj)); 228 } 229 } 230 231 internal static System.Drawing.Icon Stoffi { 232 get { 233 object obj = ResourceManager.GetObject("Stoffi", resourceCulture); 234 return ((System.Drawing.Icon)(obj)); 235 } 236 } 237 238 internal static System.Drawing.Icon Tray { 239 get { 240 object obj = ResourceManager.GetObject("Tray", resourceCulture); 241 return ((System.Drawing.Icon)(obj)); 242 } 243 } 244 245 internal static System.Drawing.Icon Upgrade { 246 get { 247 object obj = ResourceManager.GetObject("Upgrade", resourceCulture); 248 return ((System.Drawing.Icon)(obj)); 249 } 250 } 251 252 internal static System.Drawing.Icon Warning { 253 get { 254 object obj = ResourceManager.GetObject("Warning", resourceCulture); 255 return ((System.Drawing.Icon)(obj)); 256 } 257 } 258 259 internal static System.Drawing.Icon YouTube { 260 get { 261 object obj = ResourceManager.GetObject("YouTube", resourceCulture); 262 return ((System.Drawing.Icon)(obj)); 263 } 264 } 265 } 266}