diff options
| author | JayXKanz666 <[email protected]> | 2017-07-04 17:28:16 +0200 |
|---|---|---|
| committer | JayXKanz666 <[email protected]> | 2017-07-04 17:28:16 +0200 |
| commit | 5cb4c1858de419a72b94368d5d86f2108d097ef0 (patch) | |
| tree | e098f905452ce34c3dd5fe245f216726dbd07f11 /TimeHACK.Main/Properties/Resources.Designer.cs | |
| parent | 59c9e070258db893745f70862c4128b97a87c9fd (diff) | |
| parent | e78e3c864d9e61b460a5c42d92651d78ed22a78e (diff) | |
| download | histacom2-5cb4c1858de419a72b94368d5d86f2108d097ef0.tar.gz histacom2-5cb4c1858de419a72b94368d5d86f2108d097ef0.tar.bz2 histacom2-5cb4c1858de419a72b94368d5d86f2108d097ef0.zip | |
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
Diffstat (limited to 'TimeHACK.Main/Properties/Resources.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index 934b958..a4836d8 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -437,6 +437,26 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap Win95ComputerIcon { + get { + object obj = ResourceManager.GetObject("Win95ComputerIcon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap Win95ControlPanelIcon { + get { + object obj = ResourceManager.GetObject("Win95ControlPanelIcon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap Win95DesktopIcon { get { object obj = ResourceManager.GetObject("Win95DesktopIcon", resourceCulture); @@ -517,6 +537,36 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap Win95NetworkIcon { + get { + object obj = ResourceManager.GetObject("Win95NetworkIcon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap Win95PrintersFolder { + get { + object obj = ResourceManager.GetObject("Win95PrintersFolder", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap Win95RecycleIcon { + get { + object obj = ResourceManager.GetObject("Win95RecycleIcon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap Win95SideBar { get { object obj = ResourceManager.GetObject("Win95SideBar", resourceCulture); @@ -796,6 +846,16 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap WinClassicOpenFolderSmall { + get { + object obj = ResourceManager.GetObject("WinClassicOpenFolderSmall", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap WinClassicOutlook { get { object obj = ResourceManager.GetObject("WinClassicOutlook", resourceCulture); |
