diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-01 22:17:57 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-01 22:17:57 +0100 |
| commit | da6e7a7e8b3d8944d9139d4e2bb3ecfa2122840b (patch) | |
| tree | c980ac4786a2528a9d98290f099c8a388dbfad9a /TimeHACK.Main/Properties | |
| parent | 971683c5f7116d754d209a9debac8e0a214889dc (diff) | |
| download | histacom2-da6e7a7e8b3d8944d9139d4e2bb3ecfa2122840b.tar.gz histacom2-da6e7a7e8b3d8944d9139d4e2bb3ecfa2122840b.tar.bz2 histacom2-da6e7a7e8b3d8944d9139d4e2bb3ecfa2122840b.zip | |
Moar stuff
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 f05a298..6168c3d 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -486,6 +486,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 e2ac293..1ba4778 100644 --- a/TimeHACK.Main/Properties/Resources.resx +++ b/TimeHACK.Main/Properties/Resources.resx @@ -501,4 +501,7 @@ } }</value> </data> + <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 |
