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/Resources.Designer.cs | |
| 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/Resources.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 10 |
1 files changed, 10 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); |
