From 9a9ec274d32b78291c9ca489a0cc7ce45e85907e Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 4 Feb 2017 13:59:31 -0500 Subject: Sorta-working custom cursors. --- ShiftOS.WinForms/Properties/Resources.Designer.cs | 10 ++++++++++ ShiftOS.WinForms/Properties/Resources.resx | 3 +++ 2 files changed, 13 insertions(+) (limited to 'ShiftOS.WinForms/Properties') diff --git a/ShiftOS.WinForms/Properties/Resources.Designer.cs b/ShiftOS.WinForms/Properties/Resources.Designer.cs index 1d949f8..7fc4cd7 100644 --- a/ShiftOS.WinForms/Properties/Resources.Designer.cs +++ b/ShiftOS.WinForms/Properties/Resources.Designer.cs @@ -250,6 +250,16 @@ namespace ShiftOS.WinForms.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap DefaultMouse { + get { + object obj = ResourceManager.GetObject("DefaultMouse", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// diff --git a/ShiftOS.WinForms/Properties/Resources.resx b/ShiftOS.WinForms/Properties/Resources.resx index 72532bb..8efe1d1 100644 --- a/ShiftOS.WinForms/Properties/Resources.resx +++ b/ShiftOS.WinForms/Properties/Resources.resx @@ -265,4 +265,7 @@ ..\Resources\ShiftOS.rtf;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ..\Resources\DefaultMouse.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file -- cgit v1.2.3