diff options
Diffstat (limited to 'TimeHACK.Main/Properties/Resources.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index e4ca9c9..89bb62e 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -488,6 +488,36 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap minesweepSquare6 { + get { + object obj = ResourceManager.GetObject("minesweepSquare6", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap minesweepSquare7 { + get { + object obj = ResourceManager.GetObject("minesweepSquare7", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap minesweepSquare8 { + get { + object obj = ResourceManager.GetObject("minesweepSquare8", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap minesweepSquareExploded { get { object obj = ResourceManager.GetObject("minesweepSquareExploded", resourceCulture); @@ -508,6 +538,16 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap minesweepSquareQuestion { + get { + object obj = ResourceManager.GetObject("minesweepSquareQuestion", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap minesweepSquareWrong { get { object obj = ResourceManager.GetObject("minesweepSquareWrong", resourceCulture); @@ -1384,6 +1424,16 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap WinClassicMinesweeperGasp { + get { + object obj = ResourceManager.GetObject("WinClassicMinesweeperGasp", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap WinClassicMinesweeperSad { get { object obj = ResourceManager.GetObject("WinClassicMinesweeperSad", resourceCulture); @@ -1404,6 +1454,16 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap WinClassicMinesweeperWin { + get { + object obj = ResourceManager.GetObject("WinClassicMinesweeperWin", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap WinClassicMSN { get { object obj = ResourceManager.GetObject("WinClassicMSN", resourceCulture); |
