diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-02 16:31:46 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-07-02 16:31:46 +0100 |
| commit | 3de51a2e1b9224e8a8355e3945e458e1651821a9 (patch) | |
| tree | ec0016f90351794301e8eda68e77fb9766f5f9fb /TimeHACK.Main/Properties | |
| parent | 69ae842e6e3193a27b0294f92784ef97eb69fb37 (diff) | |
| parent | 99938de884fcf0dd572a330145dd91686268a45f (diff) | |
| download | histacom2-3de51a2e1b9224e8a8355e3945e458e1651821a9.tar.gz histacom2-3de51a2e1b9224e8a8355e3945e458e1651821a9.tar.bz2 histacom2-3de51a2e1b9224e8a8355e3945e458e1651821a9.zip | |
Merge pull request #108 from Alex-TIMEHACK/master
Made the Windows folder have SOMETHING in it
Diffstat (limited to 'TimeHACK.Main/Properties')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 10 | ||||
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.resx | 7 |
2 files changed, 12 insertions, 5 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index 9646755..bb06f60 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -506,6 +506,16 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap WinClassicCalc { + get { + object obj = ResourceManager.GetObject("WinClassicCalc", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap WinClassicClock { get { object obj = ResourceManager.GetObject("WinClassicClock", resourceCulture); diff --git a/TimeHACK.Main/Properties/Resources.resx b/TimeHACK.Main/Properties/Resources.resx index f865599..1ba4778 100644 --- a/TimeHACK.Main/Properties/Resources.resx +++ b/TimeHACK.Main/Properties/Resources.resx @@ -501,10 +501,7 @@ } }</value> </data> - <data name="Win98SideBar" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\WinClassic\Win98SideBar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="LauncherSideBar" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\WinClassic\LauncherSideBar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + <data name="WinClassicCalc" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\WinClassic\WinClassicCalc.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> </root>
\ No newline at end of file |
