/Kilimanjaro_November_CTP/ShoppingCart/ShoppingCartClient/CS/ShoppingCartClient/Properties/Resources.cs
C# | 68 lines | 36 code | 9 blank | 23 comment | 2 complexity | 46cadb03a95a0798fc2b7242161ffd76 MD5 | raw file
1//------------------------------------------------------------------------------ 2// <autogenerated> 3// This code was generated by a tool. 4// Runtime Version:2.0.40603.0 5// 6// Changes to this file may cause incorrect behavior and will be lost if 7// the code is regenerated. 8// </autogenerated> 9//------------------------------------------------------------------------------ 10 11namespace Properties { 12 using System; 13 using System.IO; 14 using System.Resources; 15 16 17 /// <summary> 18 /// A strongly-typed resource class, for looking up localized strings, etc. 19 /// </summary> 20 // This class was auto-generated by the Strongly Typed Resource Builder 21 // class via a tool like ResGen or Visual Studio.NET. 22 // To add or remove a member, edit your .ResX file then rerun ResGen 23 // with the /str option, or rebuild your VS project. 24 [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInternalClasses")] 25 class Resources { 26 27 private static System.Resources.ResourceManager _resMgr; 28 29 private static System.Globalization.CultureInfo _resCulture; 30 31 /*FamANDAssem*/ internal Resources() { 32 } 33 34 /// <summary> 35 /// Returns the cached ResourceManager instance used by this class. 36 /// </summary> 37 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] 38 public static System.Resources.ResourceManager ResourceManager { 39 get { 40 if ((_resMgr == null)) { 41 System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Properties.Resources", typeof(Resources).Assembly); 42 _resMgr = temp; 43 } 44 return _resMgr; 45 } 46 } 47 48 /// <summary> 49 /// Overrides the current thread's CurrentUICulture property for all 50 /// resource lookups using this strongly typed resource class. 51 /// </summary> 52 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] 53 public static System.Globalization.CultureInfo Culture { 54 get { 55 return _resCulture; 56 } 57 set { 58 _resCulture = value; 59 } 60 } 61 62 public static System.Drawing.Bitmap imgShoppingCart { 63 get { 64 return ((System.Drawing.Bitmap)(ResourceManager.GetObject("imgShoppingCart", _resCulture))); 65 } 66 } 67 } 68}