diff options
| author | AShifter <[email protected]> | 2018-02-25 14:50:08 -0700 |
|---|---|---|
| committer | AShifter <[email protected]> | 2018-02-25 14:50:08 -0700 |
| commit | 1f2973db8ec75ce7e1b752b79842f7fbebcbb0b1 (patch) | |
| tree | 0eb92df6e90a851712532b250f7e83df5b0fa35d /ShiftOS.Main/Properties/Resources.Designer.cs | |
| parent | 24eea3c6900a718ffca598c0b751e16a097bf57d (diff) | |
| download | shiftos-rewind-1f2973db8ec75ce7e1b752b79842f7fbebcbb0b1.tar.gz shiftos-rewind-1f2973db8ec75ce7e1b752b79842f7fbebcbb0b1.tar.bz2 shiftos-rewind-1f2973db8ec75ce7e1b752b79842f7fbebcbb0b1.zip | |
Add some resources back
Diffstat (limited to 'ShiftOS.Main/Properties/Resources.Designer.cs')
| -rw-r--r-- | ShiftOS.Main/Properties/Resources.Designer.cs | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/ShiftOS.Main/Properties/Resources.Designer.cs b/ShiftOS.Main/Properties/Resources.Designer.cs index 15e288b..c7d0f79 100644 --- a/ShiftOS.Main/Properties/Resources.Designer.cs +++ b/ShiftOS.Main/Properties/Resources.Designer.cs @@ -59,5 +59,114 @@ namespace ShiftOS.Main.Properties { resourceCulture = value; } } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap ArtPadsave { + get { + object obj = ResourceManager.GetObject("ArtPadsave", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap iconColourPicker_fw { + get { + object obj = ResourceManager.GetObject("iconColourPicker_fw", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap iconFileOpener_fw { + get { + object obj = ResourceManager.GetObject("iconFileOpener_fw", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap iconFileSkimmer { + get { + object obj = ResourceManager.GetObject("iconFileSkimmer", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap iconInfoBox_fw { + get { + object obj = ResourceManager.GetObject("iconInfoBox_fw", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap iconShifter { + get { + object obj = ResourceManager.GetObject("iconShifter", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap iconTerminal { + get { + object obj = ResourceManager.GetObject("iconTerminal", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap iconTextPad { + get { + object obj = ResourceManager.GetObject("iconTextPad", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. + /// </summary> + internal static System.IO.UnmanagedMemoryStream infobox { + get { + return ResourceManager.GetStream("infobox", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap Symbolinfo { + get { + object obj = ResourceManager.GetObject("Symbolinfo", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Byte[]. + /// </summary> + internal static byte[] UbuntuMono_R { + get { + object obj = ResourceManager.GetObject("UbuntuMono_R", resourceCulture); + return ((byte[])(obj)); + } + } } } |
