Resources.cs 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. //------------------------------------------------------------------------------
  2. // <autogenerated>
  3. // This code was generated by a tool.
  4. // Runtime Version:2.0.40607.42
  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 LzmaAlone.Properties
  11. {
  12. using System;
  13. using System.IO;
  14. using System.Resources;
  15. /// <summary>
  16. /// A strongly-typed resource class, for looking up localized strings, etc.
  17. /// </summary>
  18. // This class was auto-generated by the Strongly Typed Resource Builder
  19. // class via a tool like ResGen or Visual Studio.NET.
  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. class Resources
  23. {
  24. private static System.Resources.ResourceManager _resMgr;
  25. private static System.Globalization.CultureInfo _resCulture;
  26. /*FamANDAssem*/
  27. internal Resources()
  28. {
  29. }
  30. /// <summary>
  31. /// Returns the cached ResourceManager instance used by this class.
  32. /// </summary>
  33. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  34. public static System.Resources.ResourceManager ResourceManager
  35. {
  36. get
  37. {
  38. if ((_resMgr == null))
  39. {
  40. System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Resources", typeof(Resources).Assembly);
  41. _resMgr = temp;
  42. }
  43. return _resMgr;
  44. }
  45. }
  46. /// <summary>
  47. /// Overrides the current thread's CurrentUICulture property for all
  48. /// resource lookups using this strongly typed resource class.
  49. /// </summary>
  50. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  51. public static System.Globalization.CultureInfo Culture
  52. {
  53. get
  54. {
  55. return _resCulture;
  56. }
  57. set
  58. {
  59. _resCulture = value;
  60. }
  61. }
  62. }
  63. }