diff options
| author | lempamo <[email protected]> | 2017-07-21 23:27:37 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-21 23:27:37 -0400 |
| commit | 845d40b0b9cd3ed2d14016a7d3cb5ce5a521a369 (patch) | |
| tree | 8d40f8bd46807e3b533fcf0c8f6c1bc0a4a30470 /TimeHACK.Main/Properties/Resources.Designer.cs | |
| parent | 7c55b52ced5d2a571a07165ef628281b14bbf1e3 (diff) | |
| download | histacom2-845d40b0b9cd3ed2d14016a7d3cb5ce5a521a369.tar.gz histacom2-845d40b0b9cd3ed2d14016a7d3cb5ce5a521a369.tar.bz2 histacom2-845d40b0b9cd3ed2d14016a7d3cb5ce5a521a369.zip | |
upcoming achievements :smiley:
Diffstat (limited to 'TimeHACK.Main/Properties/Resources.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index ee5c4c5..7334f29 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -1024,6 +1024,26 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap WinClassicEndings { + get { + object obj = ResourceManager.GetObject("WinClassicEndings", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap WinClassicEndingsLocked { + get { + object obj = ResourceManager.GetObject("WinClassicEndingsLocked", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap WinClassicFileExplorer { get { object obj = ResourceManager.GetObject("WinClassicFileExplorer", resourceCulture); |
