diff options
| author | lempamo <[email protected]> | 2017-10-25 00:18:50 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-25 00:18:50 -0400 |
| commit | 609deb1c4e9bdae400e92a008b99f9cc62b4f9c8 (patch) | |
| tree | 6dc886623371efb1c8700d637eb2afdf3e331e99 /Histacom2.Engine/Properties/Resources.Designer.cs | |
| parent | 6418fad8eb0bc159ab5010fed5590e32f45ec9e0 (diff) | |
| download | histacom2-609deb1c4e9bdae400e92a008b99f9cc62b4f9c8.tar.gz histacom2-609deb1c4e9bdae400e92a008b99f9cc62b4f9c8.tar.bz2 histacom2-609deb1c4e9bdae400e92a008b99f9cc62b4f9c8.zip | |
close buttons glow when moused over in xp
Diffstat (limited to 'Histacom2.Engine/Properties/Resources.Designer.cs')
| -rw-r--r-- | Histacom2.Engine/Properties/Resources.Designer.cs | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Histacom2.Engine/Properties/Resources.Designer.cs b/Histacom2.Engine/Properties/Resources.Designer.cs index 4fd3960..2702b7c 100644 --- a/Histacom2.Engine/Properties/Resources.Designer.cs +++ b/Histacom2.Engine/Properties/Resources.Designer.cs @@ -1163,6 +1163,26 @@ namespace Histacom2.Engine.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + public static System.Drawing.Bitmap WinXP_CloseHover { + get { + object obj = ResourceManager.GetObject("WinXP_CloseHover", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + public static System.Drawing.Bitmap WinXP_ClosePress { + get { + object obj = ResourceManager.GetObject("WinXP_ClosePress", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> public static System.Drawing.Bitmap WinXP_LeftSide { get { object obj = ResourceManager.GetObject("WinXP_LeftSide", resourceCulture); |
