diff options
| author | lempamo <[email protected]> | 2017-07-04 18:24:33 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-04 18:24:33 -0400 |
| commit | 6a300263c27d7cc0f7661f373a7f7a9d5203c3ff (patch) | |
| tree | 6217624d9af87a0cfffb8936b765b4198a2a9dee /TimeHACK.Main/Properties | |
| parent | ac75c9cfdb27723b99a3d408fd54518d84cd2853 (diff) | |
| download | histacom2-6a300263c27d7cc0f7661f373a7f7a9d5203c3ff.tar.gz histacom2-6a300263c27d7cc0f7661f373a7f7a9d5203c3ff.tar.bz2 histacom2-6a300263c27d7cc0f7661f373a7f7a9d5203c3ff.zip | |
A few theming things
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 a1e0907..df21304 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -734,6 +734,16 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap WinClassicDisplayExample { + get { + object obj = ResourceManager.GetObject("WinClassicDisplayExample", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap WinClassicDocuments { get { object obj = ResourceManager.GetObject("WinClassicDocuments", resourceCulture); diff --git a/TimeHACK.Main/Properties/Resources.resx b/TimeHACK.Main/Properties/Resources.resx index 3147bc8..b7b5d64 100644 --- a/TimeHACK.Main/Properties/Resources.resx +++ b/TimeHACK.Main/Properties/Resources.resx @@ -567,4 +567,7 @@ <data name="Win98Stop" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\WinClassic\Win98Stop.WAV;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </data> + <data name="WinClassicDisplayExample" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\WinClassic\WinClassicDisplayExample.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> </root>
\ No newline at end of file |
