diff options
| author | jtsshieh <[email protected]> | 2017-07-30 12:25:22 -0400 |
|---|---|---|
| committer | jtsshieh <[email protected]> | 2017-07-30 12:25:22 -0400 |
| commit | 677482ba0b26102b2a2802502a3f29701c319e9d (patch) | |
| tree | f19ff5290a2eabfb203249ec3a57260e3ff935f0 /TimeHACK.Main/Properties/Resources.Designer.cs | |
| parent | 547f5382301c4b0957e886739e45389702b5c678 (diff) | |
| download | histacom2-677482ba0b26102b2a2802502a3f29701c319e9d.tar.gz histacom2-677482ba0b26102b2a2802502a3f29701c319e9d.tar.bz2 histacom2-677482ba0b26102b2a2802502a3f29701c319e9d.zip | |
Made so changes to Minesweeper
-Created a function for generating levels
-Uploaded some pictures
-FIXED UP WHOEVER MIXED UP MINESWEEPER AND CALCULATOR ICONS!!
Diffstat (limited to 'TimeHACK.Main/Properties/Resources.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index 78ceb04..cd20295 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -366,36 +366,6 @@ namespace TimeHACK.Properties { } /// <summary> - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// </summary> - internal static System.Drawing.Bitmap minsweeper_flag { - get { - object obj = ResourceManager.GetObject("minsweeper_flag", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// <summary> - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// </summary> - internal static System.Drawing.Bitmap minsweeper_sad { - get { - object obj = ResourceManager.GetObject("minsweeper_sad", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// <summary> - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// </summary> - internal static System.Drawing.Bitmap minsweeper_smile { - get { - object obj = ResourceManager.GetObject("minsweeper_smile", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// <summary> /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. /// </summary> internal static System.IO.UnmanagedMemoryStream modem_dial { @@ -1244,6 +1214,36 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap WinClassicMinesweeperFlag { + get { + object obj = ResourceManager.GetObject("WinClassicMinesweeperFlag", 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); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap WinClassicMinesweeperSmile { + get { + object obj = ResourceManager.GetObject("WinClassicMinesweeperSmile", 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); |
