diff options
| author | lempamo <[email protected]> | 2017-08-07 20:46:26 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-07 20:46:26 -0400 |
| commit | ffebe68546826958b2920c99540cb72067f42cad (patch) | |
| tree | ea0d8f003db32773664a68fa6d4aebd1319401e3 /TimeHACK.Main/Properties | |
| parent | 1a7baf7a0ed6a9eaa4549cc2ec313dcef0311c0b (diff) | |
| download | histacom2-ffebe68546826958b2920c99540cb72067f42cad.tar.gz histacom2-ffebe68546826958b2920c99540cb72067f42cad.tar.bz2 histacom2-ffebe68546826958b2920c99540cb72067f42cad.zip | |
minesweeper complete :smile:
Diffstat (limited to 'TimeHACK.Main/Properties')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 60 | ||||
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.resx | 18 |
2 files changed, 78 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); diff --git a/TimeHACK.Main/Properties/Resources.resx b/TimeHACK.Main/Properties/Resources.resx index 0ece129..81dc690 100644 --- a/TimeHACK.Main/Properties/Resources.resx +++ b/TimeHACK.Main/Properties/Resources.resx @@ -741,13 +741,31 @@ <data name="minesweepSquare5" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\minesweepSquare5.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> + <data name="minesweepSquare6" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\minesweepSquare6.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="minesweepSquare7" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\minesweepSquare7.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="minesweepSquare8" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\minesweepSquare8.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> <data name="minesweepSquareExploded" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\minesweepSquareExploded.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> <data name="minesweepSquareMine" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\minesweepSquareMine.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> + <data name="minesweepSquareQuestion" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\minesweepSquareQuestion.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> <data name="minesweepSquareWrong" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\minesweepSquareWrong.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> + <data name="WinClassicMinesweeperGasp" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\minsweeper gasp.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="WinClassicMinesweeperWin" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\minsweeper win.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> </root>
\ No newline at end of file |
