--- trunk/RomCheater/Properties/Resources.Designer.cs 2012/05/09 14:18:27 51 +++ trunk/RomCheater/Properties/Resources.Designer.cs 2012/06/02 18:31:40 229 @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. -// Runtime Version:4.0.30319.225 +// Runtime Version:4.0.30319.269 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -59,5 +59,19 @@ namespace RomCheater.Properties { resourceCulture = value; } } + + internal static System.Drawing.Bitmap freeze { + get { + object obj = ResourceManager.GetObject("freeze", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + internal static System.Drawing.Bitmap notfreeze { + get { + object obj = ResourceManager.GetObject("notfreeze", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } } } |