diff options
| author | lempamo <[email protected]> | 2017-04-09 14:35:36 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-09 14:35:36 -0400 |
| commit | dd17c932df21f5344cf3683b0bab8e943e5975cc (patch) | |
| tree | 45c1bf482e45ddd7a2f7a2b61476e7a3c7da782c /TimeHACK.Main/Properties | |
| parent | f8f9eaefb1dcfbc28e052637a535c6f124af3e95 (diff) | |
| parent | fbdca852b1fc901db6a09fc22fd523160489f7ed (diff) | |
| download | histacom2-dd17c932df21f5344cf3683b0bab8e943e5975cc.tar.gz histacom2-dd17c932df21f5344cf3683b0bab8e943e5975cc.tar.bz2 histacom2-dd17c932df21f5344cf3683b0bab8e943e5975cc.zip | |
Merge pull request #37 from lempamo/master
Master
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 2cf39d9..6626ab9 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -296,6 +296,16 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap Win95IconNotepad { + get { + object obj = ResourceManager.GetObject("Win95IconNotepad", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap Win95Info { get { object obj = ResourceManager.GetObject("Win95Info", resourceCulture); diff --git a/TimeHACK.Main/Properties/Resources.resx b/TimeHACK.Main/Properties/Resources.resx index 4bbc60b..1263b61 100644 --- a/TimeHACK.Main/Properties/Resources.resx +++ b/TimeHACK.Main/Properties/Resources.resx @@ -282,4 +282,7 @@ bDRWA4jVDKJHXUALF5CD4QZAAUyAVDzggIEBAAd55hAtsdnFAAAAAElFTkSuQmCC </value> </data> + <data name="Win95IconNotepad" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\WinClassic\Win95IconNotepad.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> </root>
\ No newline at end of file |
