diff options
| author | lempamo <[email protected]> | 2017-07-04 09:55:19 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-04 09:55:19 -0400 |
| commit | d6ea0813da443a0e6a56b24ed2019fb9fc384735 (patch) | |
| tree | 92aa22c09204390dbf50b3e9494dacea28dcac48 /TimeHACK.Main/Properties/Resources.Designer.cs | |
| parent | 59c9e070258db893745f70862c4128b97a87c9fd (diff) | |
| download | histacom2-d6ea0813da443a0e6a56b24ed2019fb9fc384735.tar.gz histacom2-d6ea0813da443a0e6a56b24ed2019fb9fc384735.tar.bz2 histacom2-d6ea0813da443a0e6a56b24ed2019fb9fc384735.zip | |
Fixed TreeView in the not ALEXplorer
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); |
