From 281382f120dcaba79b082d010771e193d7a6e9cc Mon Sep 17 00:00:00 2001 From: lempamo Date: Sun, 26 Feb 2017 11:52:38 -0500 Subject: ShiftSweeper basics --- ShiftOS.WinForms/Properties/Resources.Designer.cs | 84 +++++++++++++++++++---- 1 file changed, 72 insertions(+), 12 deletions(-) (limited to 'ShiftOS.WinForms/Properties/Resources.Designer.cs') diff --git a/ShiftOS.WinForms/Properties/Resources.Designer.cs b/ShiftOS.WinForms/Properties/Resources.Designer.cs index 767d75d..05c6c07 100644 --- a/ShiftOS.WinForms/Properties/Resources.Designer.cs +++ b/ShiftOS.WinForms/Properties/Resources.Designer.cs @@ -719,6 +719,16 @@ namespace ShiftOS.WinForms.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap iconShiftLetters { + get { + object obj = ResourceManager.GetObject("iconShiftLetters", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -739,6 +749,16 @@ namespace ShiftOS.WinForms.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap iconShiftSweeper { + get { + object obj = ResourceManager.GetObject("iconShiftSweeper", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -752,9 +772,9 @@ namespace ShiftOS.WinForms.Properties { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap iconSkinLoader { + internal static System.Drawing.Bitmap iconshutdown1 { get { - object obj = ResourceManager.GetObject("iconSkinLoader", resourceCulture); + object obj = ResourceManager.GetObject("iconshutdown1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } @@ -762,9 +782,9 @@ namespace ShiftOS.WinForms.Properties { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap iconSkinShifter { + internal static System.Drawing.Bitmap iconSkinLoader { get { - object obj = ResourceManager.GetObject("iconSkinShifter", resourceCulture); + object obj = ResourceManager.GetObject("iconSkinLoader", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } @@ -772,9 +792,9 @@ namespace ShiftOS.WinForms.Properties { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap iconSnakey { + internal static System.Drawing.Bitmap iconSkinShifter { get { - object obj = ResourceManager.GetObject("iconSnakey", resourceCulture); + object obj = ResourceManager.GetObject("iconSkinShifter", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } @@ -782,9 +802,9 @@ namespace ShiftOS.WinForms.Properties { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap iconSysinfo { + internal static System.Drawing.Bitmap iconSnakey { get { - object obj = ResourceManager.GetObject("iconSysinfo", resourceCulture); + object obj = ResourceManager.GetObject("iconSnakey", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } @@ -792,9 +812,9 @@ namespace ShiftOS.WinForms.Properties { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap IconTerminal { + internal static System.Drawing.Bitmap iconSysinfo { get { - object obj = ResourceManager.GetObject("IconTerminal", resourceCulture); + object obj = ResourceManager.GetObject("iconSysinfo", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } @@ -802,9 +822,9 @@ namespace ShiftOS.WinForms.Properties { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap iconTerminal1 { + internal static System.Drawing.Bitmap iconTerminal { get { - object obj = ResourceManager.GetObject("iconTerminal1", resourceCulture); + object obj = ResourceManager.GetObject("iconTerminal", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } @@ -976,6 +996,46 @@ namespace ShiftOS.WinForms.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap SweeperClickFace { + get { + object obj = ResourceManager.GetObject("SweeperClickFace", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap SweeperLoseFace { + get { + object obj = ResourceManager.GetObject("SweeperLoseFace", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap SweeperNormalFace { + get { + object obj = ResourceManager.GetObject("SweeperNormalFace", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap SweeperWinFace { + get { + object obj = ResourceManager.GetObject("SweeperWinFace", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized string similar to { /// Character: "sys", -- cgit v1.2.3