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 11 namespace LzmaAlone.Properties 12 { 13 using System; 14 using System.IO; 15 using System.Resources; 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 class Resources 25 { 26 27 private static System.Resources.ResourceManager _resMgr; 28 29 private static System.Globalization.CultureInfo _resCulture; 30 31 /*FamANDAssem*/ Resources()32 internal Resources() 33 { 34 } 35 36 /// <summary> 37 /// Returns the cached ResourceManager instance used by this class. 38 /// </summary> 39 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] 40 public static System.Resources.ResourceManager ResourceManager 41 { 42 get 43 { 44 if ((_resMgr == null)) 45 { 46 System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Resources", typeof(Resources).Assembly); 47 _resMgr = temp; 48 } 49 return _resMgr; 50 } 51 } 52 53 /// <summary> 54 /// Overrides the current thread's CurrentUICulture property for all 55 /// resource lookups using this strongly typed resource class. 56 /// </summary> 57 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] 58 public static System.Globalization.CultureInfo Culture 59 { 60 get 61 { 62 return _resCulture; 63 } 64 set 65 { 66 _resCulture = value; 67 } 68 } 69 } 70 } 71