PageRenderTime 39ms CodeModel.GetById 10ms RepoModel.GetById 1ms app.codeStats 0ms

/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. namespace Properties {
  11. using System;
  12. using System.IO;
  13. using System.Resources;
  14. /// <summary>
  15. /// A strongly-typed resource class, for looking up localized strings, etc.
  16. /// </summary>
  17. // This class was auto-generated by the Strongly Typed Resource Builder
  18. // class via a tool like ResGen or Visual Studio.NET.
  19. // To add or remove a member, edit your .ResX file then rerun ResGen
  20. // with the /str option, or rebuild your VS project.
  21. [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInternalClasses")]
  22. class Resources {
  23. private static System.Resources.ResourceManager _resMgr;
  24. private static System.Globalization.CultureInfo _resCulture;
  25. /*FamANDAssem*/ internal Resources() {
  26. }
  27. /// <summary>
  28. /// Returns the cached ResourceManager instance used by this class.
  29. /// </summary>
  30. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  31. public static System.Resources.ResourceManager ResourceManager {
  32. get {
  33. if ((_resMgr == null)) {
  34. System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Properties.Resources", typeof(Resources).Assembly);
  35. _resMgr = temp;
  36. }
  37. return _resMgr;
  38. }
  39. }
  40. /// <summary>
  41. /// Overrides the current thread's CurrentUICulture property for all
  42. /// resource lookups using this strongly typed resource class.
  43. /// </summary>
  44. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  45. public static System.Globalization.CultureInfo Culture {
  46. get {
  47. return _resCulture;
  48. }
  49. set {
  50. _resCulture = value;
  51. }
  52. }
  53. public static System.Drawing.Bitmap imgShoppingCart {
  54. get {
  55. return ((System.Drawing.Bitmap)(ResourceManager.GetObject("imgShoppingCart", _resCulture)));
  56. }
  57. }
  58. }
  59. }