diff options
| author | lempamo <[email protected]> | 2017-08-14 13:57:26 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-14 13:57:26 -0400 |
| commit | 65d251d6a605ec2f9a45e819546421c6644ab245 (patch) | |
| tree | 11e4a47a22e0fa2b85145edaa931e9f6117db2c1 /TimeHACK.Main/Properties | |
| parent | 1f59dd91abdfc0a320e60cfcad2ef2917af7ddcf (diff) | |
| download | histacom2-65d251d6a605ec2f9a45e819546421c6644ab245.tar.gz histacom2-65d251d6a605ec2f9a45e819546421c6644ab245.tar.bz2 histacom2-65d251d6a605ec2f9a45e819546421c6644ab245.zip | |
added proper wordpad icon
Diffstat (limited to 'TimeHACK.Main/Properties')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 10 | ||||
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.resx | 3 |
2 files changed, 13 insertions, 0 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index 744f5b5..f4dc1f2 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -1095,6 +1095,16 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap Win95WordpadIcon2 { + get { + object obj = ResourceManager.GetObject("Win95WordpadIcon2", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap Win98Computer { get { object obj = ResourceManager.GetObject("Win98Computer", resourceCulture); diff --git a/TimeHACK.Main/Properties/Resources.resx b/TimeHACK.Main/Properties/Resources.resx index ba878c4..09c9224 100644 --- a/TimeHACK.Main/Properties/Resources.resx +++ b/TimeHACK.Main/Properties/Resources.resx @@ -762,6 +762,9 @@ <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> + <data name="Win95WordpadIcon2" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\WinClassic\Win95WordpadIcon2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> <data name="wordpad_bold" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\wordpad_bold.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> |
