diff options
Diffstat (limited to 'Histacom2.Engine/Properties')
| -rw-r--r-- | Histacom2.Engine/Properties/Resources.Designer.cs | 20 | ||||
| -rw-r--r-- | Histacom2.Engine/Properties/Resources.resx | 6 |
2 files changed, 26 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); diff --git a/Histacom2.Engine/Properties/Resources.resx b/Histacom2.Engine/Properties/Resources.resx index bcc179d..e41840c 100644 --- a/Histacom2.Engine/Properties/Resources.resx +++ b/Histacom2.Engine/Properties/Resources.resx @@ -499,4 +499,10 @@ <data name="Win95PlusTravelWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\resources\win95plustravelwallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> + <data name="WinXP_CloseHover" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\WinXP\Window\WinXP_CloseHover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="WinXP_ClosePress" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\WinXP\Window\WinXP_ClosePress.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> </root>
\ No newline at end of file |
