diff options
| author | lempamo <[email protected]> | 2017-02-26 11:52:38 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-02-26 11:52:38 -0500 |
| commit | 281382f120dcaba79b082d010771e193d7a6e9cc (patch) | |
| tree | eec54149907a2baf73ac4430a1526cf3b3ed213e /ShiftOS.WinForms/Properties/Resources.Designer.cs | |
| parent | e816cabaf72e3e827f00694e5ef21e30a67293c2 (diff) | |
| download | shiftos_thereturn-281382f120dcaba79b082d010771e193d7a6e9cc.tar.gz shiftos_thereturn-281382f120dcaba79b082d010771e193d7a6e9cc.tar.bz2 shiftos_thereturn-281382f120dcaba79b082d010771e193d7a6e9cc.zip | |
ShiftSweeper basics
Diffstat (limited to 'ShiftOS.WinForms/Properties/Resources.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Properties/Resources.Designer.cs | 84 |
1 files changed, 72 insertions, 12 deletions
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 @@ -722,6 +722,16 @@ namespace ShiftOS.WinForms.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap iconShiftLetters { + get { + object obj = ResourceManager.GetObject("iconShiftLetters", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap iconShiftnet { get { object obj = ResourceManager.GetObject("iconShiftnet", resourceCulture); @@ -742,6 +752,16 @@ namespace ShiftOS.WinForms.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap iconShiftSweeper { + get { + object obj = ResourceManager.GetObject("iconShiftSweeper", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap iconshutdown { get { object obj = ResourceManager.GetObject("iconshutdown", resourceCulture); @@ -752,9 +772,9 @@ namespace ShiftOS.WinForms.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> - 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 { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> - 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 { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> - 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 { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> - 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 { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> - 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 { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> - 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)); } } @@ -977,6 +997,46 @@ namespace ShiftOS.WinForms.Properties { } /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap SweeperClickFace { + get { + object obj = ResourceManager.GetObject("SweeperClickFace", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap SweeperLoseFace { + get { + object obj = ResourceManager.GetObject("SweeperLoseFace", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap SweeperNormalFace { + get { + object obj = ResourceManager.GetObject("SweeperNormalFace", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap SweeperWinFace { + get { + object obj = ResourceManager.GetObject("SweeperWinFace", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> /// Looks up a localized string similar to { /// Character: "sys", /// Lines:[ |
