diff options
| author | Carver Harrison <[email protected]> | 2016-07-24 16:43:03 -0700 |
|---|---|---|
| committer | Carver Harrison <[email protected]> | 2016-07-24 16:43:03 -0700 |
| commit | 9fe3a47a712f99ebdbd5f4bf720d49de1db7bbc2 (patch) | |
| tree | 143cec3e1315ad11dfb58057ef393f59dccea39f /source | |
| parent | 321ddfc66a0a366efa64506c0c33316ca57f251d (diff) | |
| download | shiftos-c--9fe3a47a712f99ebdbd5f4bf720d49de1db7bbc2.tar.gz shiftos-c--9fe3a47a712f99ebdbd5f4bf720d49de1db7bbc2.tar.bz2 shiftos-c--9fe3a47a712f99ebdbd5f4bf720d49de1db7bbc2.zip | |
Fixed 300 Errors
Diffstat (limited to 'source')
20 files changed, 347 insertions, 343 deletions
diff --git a/source/.vs/ShiftOS/v14/.suo b/source/.vs/ShiftOS/v14/.suo Binary files differindex 423a975..05fab19 100644 --- a/source/.vs/ShiftOS/v14/.suo +++ b/source/.vs/ShiftOS/v14/.suo diff --git a/source/ShiftOS.userprefs b/source/ShiftOS.userprefs index 72f8572..e53d0bc 100644 --- a/source/ShiftOS.userprefs +++ b/source/ShiftOS.userprefs @@ -1,12 +1,22 @@ <Properties StartupItem="WindowsFormsApplication1\ShiftOS.csproj"> <MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" /> - <MonoDevelop.Ide.Workbench ActiveDocument="WindowsFormsApplication1\Apps\Appscape.cs"> - <Files> - <File FileName="WindowsFormsApplication1\Apps\Appscape.cs" Line="516" Column="58" /> - </Files> - </MonoDevelop.Ide.Workbench> + <MonoDevelop.Ide.ItemProperties.ShiftOS PreferredExecutionTarget="MonoDevelop.Default" /> + <MonoDevelop.Ide.DebuggingService.PinnedWatches /> <MonoDevelop.Ide.DebuggingService.Breakpoints> <BreakpointStore /> </MonoDevelop.Ide.DebuggingService.Breakpoints> - <MonoDevelop.Ide.DebuggingService.PinnedWatches /> + <MonoDevelop.Ide.Workbench ActiveDocument="WindowsFormsApplication1\Engine\SaveSystem.cs"> + <Files> + <File FileName="WindowsFormsApplication1\Apps\Appscape.cs" Line="1" Column="1" /> + <File FileName="WindowsFormsApplication1\Properties\Resources.resx" Line="135" Column="10" /> + <File FileName="WindowsFormsApplication1\Engine\SaveSystem.cs" Line="6" Column="14" /> + <File FileName="WindowsFormsApplication1\Properties\Settings.Designer.cs" Line="16" Column="35" /> + <File FileName="WindowsFormsApplication1\Properties\Settings.settings" Line="1" Column="1" /> + <File FileName="WindowsFormsApplication1\App.config" Line="1" Column="1" /> + <File FileName="WindowsFormsApplication1\packages.config" Line="1" Column="1" /> + <File FileName="WindowsFormsApplication1\GameSettings.cs" Line="1" Column="1" /> + <File FileName="WindowsFormsApplication1\Program.cs" Line="1" Column="1" /> + <File FileName="WindowsFormsApplication1\Properties\AssemblyInfo.cs" Line="1" Column="1" /> + </Files> + </MonoDevelop.Ide.Workbench> </Properties>
\ No newline at end of file diff --git a/source/ShiftUI/bin/Debug/ShiftUI.dll b/source/ShiftUI/bin/Debug/ShiftUI.dll Binary files differindex f9903be..b6e169f 100644 --- a/source/ShiftUI/bin/Debug/ShiftUI.dll +++ b/source/ShiftUI/bin/Debug/ShiftUI.dll diff --git a/source/ShiftUI/bin/Debug/ShiftUI.pdb b/source/ShiftUI/bin/Debug/ShiftUI.pdb Binary files differindex d2e2a39..eb4a624 100644 --- a/source/ShiftUI/bin/Debug/ShiftUI.pdb +++ b/source/ShiftUI/bin/Debug/ShiftUI.pdb diff --git a/source/ShiftUI/obj/Debug/ShiftUI.dll b/source/ShiftUI/obj/Debug/ShiftUI.dll Binary files differindex f9903be..b6e169f 100644 --- a/source/ShiftUI/obj/Debug/ShiftUI.dll +++ b/source/ShiftUI/obj/Debug/ShiftUI.dll diff --git a/source/ShiftUI/obj/Debug/ShiftUI.pdb b/source/ShiftUI/obj/Debug/ShiftUI.pdb Binary files differindex d2e2a39..eb4a624 100644 --- a/source/ShiftUI/obj/Debug/ShiftUI.pdb +++ b/source/ShiftUI/obj/Debug/ShiftUI.pdb diff --git a/source/WindowsFormsApplication1/API.cs b/source/WindowsFormsApplication1/API.cs index 77211ef..dfd7eb5 100644 --- a/source/WindowsFormsApplication1/API.cs +++ b/source/WindowsFormsApplication1/API.cs @@ -715,7 +715,7 @@ namespace ShiftOS public static void CreateFileSkimmerSession(string Filters, File_Skimmer.FileSkimmerMode mode) { FileSkimmerSession = new File_Skimmer(mode, Filters); - CreateForm(FileSkimmerSession, "File Skimmer", Properties.Resources.iconFileSkimmer); + CreateForm(FileSkimmerSession, "File Skimmer", ShiftOS.Properties.Resources.iconFileSkimmer); } /// <summary> diff --git a/source/WindowsFormsApplication1/Engine/SaveSystem.cs b/source/WindowsFormsApplication1/Engine/SaveSystem.cs index 8d1352f..5bc2360 100644 --- a/source/WindowsFormsApplication1/Engine/SaveSystem.cs +++ b/source/WindowsFormsApplication1/Engine/SaveSystem.cs @@ -658,8 +658,8 @@ namespace Shiftorium public string id = "sampleupgrade"; public string Name = "Sample Upgrade"; public int Cost = 0; - public Image Preview = ShiftOS.Properties.Resources.upgradegray; + public Image Preview = ShiftOS.Properties.Resources.upgradegray; public string Description = "Sample Shiftorium Upgrade."; - public string Category = "fundamental"; + public string Category = "fundamental"; } } diff --git a/source/WindowsFormsApplication1/Properties/Resources.Designer.cs b/source/WindowsFormsApplication1/Properties/Resources.Designer.cs index 2153be5..ae839f0 100644 --- a/source/WindowsFormsApplication1/Properties/Resources.Designer.cs +++ b/source/WindowsFormsApplication1/Properties/Resources.Designer.cs @@ -10,7 +10,6 @@ namespace ShiftOS.Properties {
using System;
- using System.Reflection;
/// <summary>
@@ -23,7 +22,7 @@ namespace ShiftOS.Properties { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources {
+ public class Resources {
private static global::System.Resources.ResourceManager resourceMan;
@@ -37,7 +36,7 @@ namespace ShiftOS.Properties { /// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager {
+ public static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ShiftOS.Properties.Resources", typeof(Resources).Assembly);
@@ -52,7 +51,7 @@ namespace ShiftOS.Properties { /// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture {
+ public static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
@@ -64,7 +63,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
/// </summary>
- internal static System.IO.UnmanagedMemoryStream _3beepvirus {
+ public static System.IO.UnmanagedMemoryStream _3beepvirus {
get {
return ResourceManager.GetStream("_3beepvirus", resourceCulture);
}
@@ -73,7 +72,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap anycolourshade {
+ public static System.Drawing.Bitmap anycolourshade {
get {
object obj = ResourceManager.GetObject("anycolourshade", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -83,7 +82,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap anycolourshade2 {
+ public static System.Drawing.Bitmap anycolourshade2 {
get {
object obj = ResourceManager.GetObject("anycolourshade2", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -93,7 +92,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap anycolourshade3 {
+ public static System.Drawing.Bitmap anycolourshade3 {
get {
object obj = ResourceManager.GetObject("anycolourshade3", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -103,7 +102,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap anycolourshade4 {
+ public static System.Drawing.Bitmap anycolourshade4 {
get {
object obj = ResourceManager.GetObject("anycolourshade4", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -113,7 +112,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap ArtPadcirclerubber {
+ public static System.Drawing.Bitmap ArtPadcirclerubber {
get {
object obj = ResourceManager.GetObject("ArtPadcirclerubber", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -123,7 +122,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap ArtPadcirclerubberselected {
+ public static System.Drawing.Bitmap ArtPadcirclerubberselected {
get {
object obj = ResourceManager.GetObject("ArtPadcirclerubberselected", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -133,7 +132,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap ArtPaderacer {
+ public static System.Drawing.Bitmap ArtPaderacer {
get {
object obj = ResourceManager.GetObject("ArtPaderacer", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -143,7 +142,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap ArtPadfloodfill {
+ public static System.Drawing.Bitmap ArtPadfloodfill {
get {
object obj = ResourceManager.GetObject("ArtPadfloodfill", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -153,7 +152,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap ArtPadlinetool {
+ public static System.Drawing.Bitmap ArtPadlinetool {
get {
object obj = ResourceManager.GetObject("ArtPadlinetool", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -163,7 +162,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap ArtPadmagnify {
+ public static System.Drawing.Bitmap ArtPadmagnify {
get {
object obj = ResourceManager.GetObject("ArtPadmagnify", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -173,7 +172,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap ArtPadnew {
+ public static System.Drawing.Bitmap ArtPadnew {
get {
object obj = ResourceManager.GetObject("ArtPadnew", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -183,7 +182,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap ArtPadopen {
+ public static System.Drawing.Bitmap ArtPadopen {
get {
object obj = ResourceManager.GetObject("ArtPadopen", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -193,7 +192,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap ArtPadOval {
+ public static System.Drawing.Bitmap ArtPadOval {
get {
object obj = ResourceManager.GetObject("ArtPadOval", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -203,7 +202,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap ArtPadpaintbrush {
+ public static System.Drawing.Bitmap ArtPadpaintbrush {
get {
object obj = ResourceManager.GetObject("ArtPadpaintbrush", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -213,7 +212,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap ArtPadpencil {
+ public static System.Drawing.Bitmap ArtPadpencil {
get {
object obj = ResourceManager.GetObject("ArtPadpencil", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -223,7 +222,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap ArtPadpixelplacer {
+ public static System.Drawing.Bitmap ArtPadpixelplacer {
get {
object obj = ResourceManager.GetObject("ArtPadpixelplacer", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -233,7 +232,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap ArtPadRectangle {
+ public static System.Drawing.Bitmap ArtPadRectangle {
get {
object obj = ResourceManager.GetObject("ArtPadRectangle", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -243,7 +242,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap ArtPadredo {
+ public static System.Drawing.Bitmap ArtPadredo {
get {
object obj = ResourceManager.GetObject("ArtPadredo", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -253,7 +252,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap ArtPadsave {
+ public static System.Drawing.Bitmap ArtPadsave {
get {
object obj = ResourceManager.GetObject("ArtPadsave", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -263,7 +262,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap ArtPadsquarerubber {
+ public static System.Drawing.Bitmap ArtPadsquarerubber {
get {
object obj = ResourceManager.GetObject("ArtPadsquarerubber", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -273,7 +272,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap ArtPadsquarerubberselected {
+ public static System.Drawing.Bitmap ArtPadsquarerubberselected {
get {
object obj = ResourceManager.GetObject("ArtPadsquarerubberselected", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -283,7 +282,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap ArtPadtexttool {
+ public static System.Drawing.Bitmap ArtPadtexttool {
get {
object obj = ResourceManager.GetObject("ArtPadtexttool", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -293,7 +292,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap ArtPadundo {
+ public static System.Drawing.Bitmap ArtPadundo {
get {
object obj = ResourceManager.GetObject("ArtPadundo", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -308,7 +307,7 @@ namespace ShiftOS.Properties { ///"I've patched your Network Browser to allow you to fight in Tier 3 battles.":"Richard Ladouceur",
///"Just be careful - if I'm able to see all of this news, there's no doubt DevX has his eyes on it.":"Richard Ladouce [rest of string was truncated]";.
/// </summary>
- internal static string AustinWalkerCompletionStory {
+ public static string AustinWalkerCompletionStory {
get {
return ResourceManager.GetString("AustinWalkerCompletionStory", resourceCulture);
}
@@ -317,7 +316,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap BeginButton_Image {
+ public static System.Drawing.Bitmap BeginButton_Image {
get {
object obj = ResourceManager.GetObject("BeginButton_Image", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -327,7 +326,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap BeginButton1 {
+ public static System.Drawing.Bitmap BeginButton1 {
get {
object obj = ResourceManager.GetObject("BeginButton1", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -337,7 +336,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap centrebutton {
+ public static System.Drawing.Bitmap centrebutton {
get {
object obj = ResourceManager.GetObject("centrebutton", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -347,7 +346,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap centrebuttonpressed {
+ public static System.Drawing.Bitmap centrebuttonpressed {
get {
object obj = ResourceManager.GetObject("centrebuttonpressed", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -364,7 +363,7 @@ namespace ShiftOS.Properties { /// "I'll contact you when you're done.":"DevX"
///}.
/// </summary>
- internal static string Choice1 {
+ public static string Choice1 {
get {
return ResourceManager.GetString("Choice1", resourceCulture);
}
@@ -377,9 +376,10 @@ namespace ShiftOS.Properties { /// "You may realize that ShiftOS is quite locked down. This is to prevent anything bad from happening.":"???",
/// "However, in your Terminal, you should be able to run 'quests' to view all the tasks we need to accomplish.":"???",
/// "You'll also see a window near the App Launcher, I will use it to talk to you as we do things.":"???",
- /// "Well. Let's get started.":"???"
/// [rest of string was truncated]";.
+ /// "Well. Let's get started.":"???"
+ /// [rest of string was truncated]";.
/// </summary>
- internal static string Choice2 {
+ public static string Choice2 {
get {
return ResourceManager.GetString("Choice2", resourceCulture);
}
@@ -397,7 +397,7 @@ namespace ShiftOS.Properties { /// "Well I've got good news and bad news for you, user.":"Hacker101",
/// "Good news is, [rest of string was truncated]";.
/// </summary>
- internal static string Choice3 {
+ public static string Choice3 {
get {
return ResourceManager.GetString("Choice3", resourceCulture);
}
@@ -406,7 +406,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap christmas_skin {
+ public static System.Drawing.Bitmap christmas_skin {
get {
object obj = ResourceManager.GetObject("christmas_skin", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -416,7 +416,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap christmaseasteregg {
+ public static System.Drawing.Bitmap christmaseasteregg {
get {
object obj = ResourceManager.GetObject("christmaseasteregg", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -426,7 +426,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap crash {
+ public static System.Drawing.Bitmap crash {
get {
object obj = ResourceManager.GetObject("crash", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -436,7 +436,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap crash_cheat {
+ public static System.Drawing.Bitmap crash_cheat {
get {
object obj = ResourceManager.GetObject("crash_cheat", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -446,7 +446,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap crash_force {
+ public static System.Drawing.Bitmap crash_force {
get {
object obj = ResourceManager.GetObject("crash_force", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -456,7 +456,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap crash_ofm {
+ public static System.Drawing.Bitmap crash_ofm {
get {
object obj = ResourceManager.GetObject("crash_ofm", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -503,7 +503,7 @@ namespace ShiftOS.Properties { ///
///All music in ShiftOS is provided by Free Songs to Use, whose YouTube channel ca [rest of string was truncated]";.
/// </summary>
- internal static string Credits {
+ public static string Credits {
get {
return ResourceManager.GetString("Credits", resourceCulture);
}
@@ -522,7 +522,7 @@ namespace ShiftOS.Properties { /// txtterm.Text = txtterm.Text + "IP 199.108.232.1 Connecting..." + Environment.NewLine + "User@" + SaveSystem.Utilities.LoadedSave.osname + " $> ";
/// [rest of string was truncated]";.
/// </summary>
- internal static string DecompiledCode {
+ public static string DecompiledCode {
get {
return ResourceManager.GetString("DecompiledCode", resourceCulture);
}
@@ -531,7 +531,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap deletefile {
+ public static System.Drawing.Bitmap deletefile {
get {
object obj = ResourceManager.GetObject("deletefile", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -541,7 +541,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap deletefolder {
+ public static System.Drawing.Bitmap deletefolder {
get {
object obj = ResourceManager.GetObject("deletefolder", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -551,7 +551,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized string similar to {"Name":"DevX Firewall","FriendDesc":"DevX's firewall.","Description":"DevX's firewall.","FriendSpeed":0,"FriendSkill":0,"Difficulty":"unknown","Network":[{"Hostname":"devx_firewall","ModuleType":0,"Type":0,"HP":0,"Grade":1,"X":0,"Y":0},{"Hostname":"trt_alpha","ModuleType":0,"Type":3,"HP":0,"Grade":1,"X":529,"Y":214},{"Hostname":"trt_beta","ModuleType":0,"Type":3,"HP":0,"Grade":1,"X":670,"Y":211},{"Hostname":"trt_charlie","ModuleType":0,"Type":3,"HP":0,"Grade":2,"X":604,"Y":279},{"Hostname":"trt_delta","Mod [rest of string was truncated]";.
/// </summary>
- internal static string DevX_Firewall {
+ public static string DevX_Firewall {
get {
return ResourceManager.GetString("DevX_Firewall", resourceCulture);
}
@@ -560,7 +560,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized string similar to {"Name":"DevX Primary","FriendDesc":"DevX's primary network","Description":"DevX's primary network","FriendSpeed":0,"FriendSkill":0,"Difficulty":"unknown","Network":[{"Hostname":"devx_primary","ModuleType":0,"Type":0,"HP":0,"Grade":1,"X":0,"Y":0},{"Hostname":"protector1","ModuleType":0,"Type":5,"HP":0,"Grade":2,"X":534,"Y":231},{"Hostname":"worm_unit1","ModuleType":0,"Type":6,"HP":0,"Grade":1,"X":660,"Y":205},{"Hostname":"main_turret","ModuleType":0,"Type":3,"HP":0,"Grade":4,"X":530,"Y":186},{"Hostname":"an [rest of string was truncated]";.
/// </summary>
- internal static string DevX_PrimaryNet {
+ public static string DevX_PrimaryNet {
get {
return ResourceManager.GetString("DevX_PrimaryNet", resourceCulture);
}
@@ -570,7 +570,7 @@ namespace ShiftOS.Properties { /// Looks up a localized string similar to
///{"Name":"DevX Secondary","FriendDesc":"I will DESTROY you.","Description":"I will DESTROY you.","FriendSpeed":0,"FriendSkill":0,"Difficulty":"unknown","Network":[{"Hostname":"devx_secondary","ModuleType":0,"Type":0,"HP":0,"Grade":1,"X":0,"Y":0},{"Hostname":"trt_alpha","ModuleType":0,"Type":3,"HP":0,"Grade":4,"X":535,"Y":221},{"Hostname":"trt_beta","ModuleType":0,"Type":3,"HP":0,"Grade":4,"X":534,"Y":268},{"Hostname":"trt_charlie","ModuleType":0,"Type":3,"HP":0,"Grade":4,"X":532,"Y":174},{"Hostname":"trt_d [rest of string was truncated]";.
/// </summary>
- internal static string DevX_Secondary {
+ public static string DevX_Secondary {
get {
return ResourceManager.GetString("DevX_Secondary", resourceCulture);
}
@@ -579,7 +579,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
/// </summary>
- internal static System.IO.UnmanagedMemoryStream dial_up_modem_02 {
+ public static System.IO.UnmanagedMemoryStream dial_up_modem_02 {
get {
return ResourceManager.GetStream("dial_up_modem_02", resourceCulture);
}
@@ -588,7 +588,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap dodge {
+ public static System.Drawing.Bitmap dodge {
get {
object obj = ResourceManager.GetObject("dodge", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -598,7 +598,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap downarrow {
+ public static System.Drawing.Bitmap downarrow {
get {
object obj = ResourceManager.GetObject("downarrow", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -608,7 +608,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap downloadmanagericon {
+ public static System.Drawing.Bitmap downloadmanagericon {
get {
object obj = ResourceManager.GetObject("downloadmanagericon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -618,7 +618,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap fileicondirectory {
+ public static System.Drawing.Bitmap fileicondirectory {
get {
object obj = ResourceManager.GetObject("fileicondirectory", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -628,7 +628,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap fileicondoc {
+ public static System.Drawing.Bitmap fileicondoc {
get {
object obj = ResourceManager.GetObject("fileicondoc", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -638,7 +638,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap fileiconnone {
+ public static System.Drawing.Bitmap fileiconnone {
get {
object obj = ResourceManager.GetObject("fileiconnone", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -648,7 +648,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap fileiconnone2 {
+ public static System.Drawing.Bitmap fileiconnone2 {
get {
object obj = ResourceManager.GetObject("fileiconnone2", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -658,7 +658,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap fileiconsaa {
+ public static System.Drawing.Bitmap fileiconsaa {
get {
object obj = ResourceManager.GetObject("fileiconsaa", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -668,7 +668,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap fileiconsetup {
+ public static System.Drawing.Bitmap fileiconsetup {
get {
object obj = ResourceManager.GetObject("fileiconsetup", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -678,7 +678,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap fileskimmericon_fw {
+ public static System.Drawing.Bitmap fileskimmericon_fw {
get {
object obj = ResourceManager.GetObject("fileskimmericon_fw", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -688,7 +688,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap floodgateicn {
+ public static System.Drawing.Bitmap floodgateicn {
get {
object obj = ResourceManager.GetObject("floodgateicn", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -698,7 +698,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap Gray_Shades {
+ public static System.Drawing.Bitmap Gray_Shades {
get {
object obj = ResourceManager.GetObject("Gray_Shades", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -708,7 +708,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized string similar to {"IsLeader":true,"Name":"Austin Walker","FriendDesc":"Austin Walker is a retired programmer who worked at Orange Inc. In an attempt to gain even more money, he has trained himself with hacker battles.","Description":"Austin Walker is a retired programmer who worked at Orange Inc. In an attempt to gain even more money, he has trained himself with hacker battles.","FriendSpeed":45,"FriendSkill":150,"Difficulty":"medium","Network":[{"Hostname":"austin_walker","ModuleType":0,"Type":0,"HP":100,"Grade":1,"X":0,"Y [rest of string was truncated]";.
/// </summary>
- internal static string Hacker_AustinWalker {
+ public static string Hacker_AustinWalker {
get {
return ResourceManager.GetString("Hacker_AustinWalker", resourceCulture);
}
@@ -717,7 +717,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized string similar to {"Name":"Dana Ross","FriendDesc":"Dana Ross is a new, yet experienced ShiftOS user. She is also experienced in hacking, and is a worthy adversary for any Tier 1 network who dares try her.","Description":"Dana Ross is a new, yet experienced ShiftOS user. She is also experienced in hacking, and is a worthy adversary for any Tier 1 network who dares try her.","FriendSpeed":100,"FriendSkill":100,"Difficulty":"easy","Network":[{"Hostname":"dana_ross","ModuleType":0,"Type":0,"HP":0,"Grade":1,"X":0,"Y":0},{"Hostna [rest of string was truncated]";.
/// </summary>
- internal static string Hacker_DanaRoss {
+ public static string Hacker_DanaRoss {
get {
return ResourceManager.GetString("Hacker_DanaRoss", resourceCulture);
}
@@ -726,7 +726,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized string similar to {"IsLeader":false,"Name":"Jonathan Rivard","FriendDesc":"Jonathan is a 13 year old from the city of New York, who was also hijacked by DevX and told to try ShiftOS out. He was a member of the Hacker Alliance, but decided to leave to accomplish his goal of becoming a hacker battle giant. Just goes to show that kids can also be extremely competent hackers.","Description":"Jonathan is a 13 year old from the city of New York, who was also hijacked by DevX and told to try ShiftOS out. He was a member of the Hack [rest of string was truncated]";.
/// </summary>
- internal static string Hacker_JonathanRivard {
+ public static string Hacker_JonathanRivard {
get {
return ResourceManager.GetString("Hacker_JonathanRivard", resourceCulture);
}
@@ -735,7 +735,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconAppscape {
+ public static System.Drawing.Bitmap iconAppscape {
get {
object obj = ResourceManager.GetObject("iconAppscape", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -745,7 +745,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconArtpad {
+ public static System.Drawing.Bitmap iconArtpad {
get {
object obj = ResourceManager.GetObject("iconArtpad", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -755,7 +755,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconAudioPlayer {
+ public static System.Drawing.Bitmap iconAudioPlayer {
get {
object obj = ResourceManager.GetObject("iconAudioPlayer", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -765,7 +765,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconBitnoteDigger {
+ public static System.Drawing.Bitmap iconBitnoteDigger {
get {
object obj = ResourceManager.GetObject("iconBitnoteDigger", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -775,7 +775,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconBitnoteWallet {
+ public static System.Drawing.Bitmap iconBitnoteWallet {
get {
object obj = ResourceManager.GetObject("iconBitnoteWallet", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -785,7 +785,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconCalculator {
+ public static System.Drawing.Bitmap iconCalculator {
get {
object obj = ResourceManager.GetObject("iconCalculator", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -795,7 +795,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconClock {
+ public static System.Drawing.Bitmap iconClock {
get {
object obj = ResourceManager.GetObject("iconClock", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -805,7 +805,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconColourPicker_fw {
+ public static System.Drawing.Bitmap iconColourPicker_fw {
get {
object obj = ResourceManager.GetObject("iconColourPicker_fw", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -815,7 +815,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconDodge {
+ public static System.Drawing.Bitmap iconDodge {
get {
object obj = ResourceManager.GetObject("iconDodge", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -825,7 +825,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconDownloader {
+ public static System.Drawing.Bitmap iconDownloader {
get {
object obj = ResourceManager.GetObject("iconDownloader", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -835,7 +835,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconFileOpener_fw {
+ public static System.Drawing.Bitmap iconFileOpener_fw {
get {
object obj = ResourceManager.GetObject("iconFileOpener_fw", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -845,7 +845,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconFileSaver_fw {
+ public static System.Drawing.Bitmap iconFileSaver_fw {
get {
object obj = ResourceManager.GetObject("iconFileSaver_fw", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -855,7 +855,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconFileSkimmer {
+ public static System.Drawing.Bitmap iconFileSkimmer {
get {
object obj = ResourceManager.GetObject("iconFileSkimmer", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -865,7 +865,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconfloodgate {
+ public static System.Drawing.Bitmap iconfloodgate {
get {
object obj = ResourceManager.GetObject("iconfloodgate", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -875,7 +875,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap icongraphicpicker {
+ public static System.Drawing.Bitmap icongraphicpicker {
get {
object obj = ResourceManager.GetObject("icongraphicpicker", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -885,7 +885,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconIconManager {
+ public static System.Drawing.Bitmap iconIconManager {
get {
object obj = ResourceManager.GetObject("iconIconManager", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -895,7 +895,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconInfoBox_fw {
+ public static System.Drawing.Bitmap iconInfoBox_fw {
get {
object obj = ResourceManager.GetObject("iconInfoBox_fw", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -905,7 +905,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconKnowledgeInput {
+ public static System.Drawing.Bitmap iconKnowledgeInput {
get {
object obj = ResourceManager.GetObject("iconKnowledgeInput", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -915,7 +915,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconmaze {
+ public static System.Drawing.Bitmap iconmaze {
get {
object obj = ResourceManager.GetObject("iconmaze", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -925,7 +925,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconNameChanger {
+ public static System.Drawing.Bitmap iconNameChanger {
get {
object obj = ResourceManager.GetObject("iconNameChanger", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -935,7 +935,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconorcwrite {
+ public static System.Drawing.Bitmap iconorcwrite {
get {
object obj = ResourceManager.GetObject("iconorcwrite", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -945,7 +945,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconPong {
+ public static System.Drawing.Bitmap iconPong {
get {
object obj = ResourceManager.GetObject("iconPong", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -955,7 +955,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconShifter {
+ public static System.Drawing.Bitmap iconShifter {
get {
object obj = ResourceManager.GetObject("iconShifter", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -965,7 +965,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconShiftnet {
+ public static System.Drawing.Bitmap iconShiftnet {
get {
object obj = ResourceManager.GetObject("iconShiftnet", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -975,7 +975,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconShiftorium {
+ public static System.Drawing.Bitmap iconShiftorium {
get {
object obj = ResourceManager.GetObject("iconShiftorium", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -985,7 +985,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconshutdown {
+ public static System.Drawing.Bitmap iconshutdown {
get {
object obj = ResourceManager.GetObject("iconshutdown", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -995,7 +995,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconSkinLoader {
+ public static System.Drawing.Bitmap iconSkinLoader {
get {
object obj = ResourceManager.GetObject("iconSkinLoader", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1005,7 +1005,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconSkinShifter {
+ public static System.Drawing.Bitmap iconSkinShifter {
get {
object obj = ResourceManager.GetObject("iconSkinShifter", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1015,7 +1015,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconSnakey {
+ public static System.Drawing.Bitmap iconSnakey {
get {
object obj = ResourceManager.GetObject("iconSnakey", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1025,7 +1025,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconSysinfo {
+ public static System.Drawing.Bitmap iconSysinfo {
get {
object obj = ResourceManager.GetObject("iconSysinfo", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1035,7 +1035,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconTerminal {
+ public static System.Drawing.Bitmap iconTerminal {
get {
object obj = ResourceManager.GetObject("iconTerminal", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1045,7 +1045,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconTextPad {
+ public static System.Drawing.Bitmap iconTextPad {
get {
object obj = ResourceManager.GetObject("iconTextPad", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1055,7 +1055,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconunitytoggle {
+ public static System.Drawing.Bitmap iconunitytoggle {
get {
object obj = ResourceManager.GetObject("iconunitytoggle", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1065,7 +1065,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconVideoPlayer {
+ public static System.Drawing.Bitmap iconVideoPlayer {
get {
object obj = ResourceManager.GetObject("iconVideoPlayer", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1075,7 +1075,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconvirusscanner {
+ public static System.Drawing.Bitmap iconvirusscanner {
get {
object obj = ResourceManager.GetObject("iconvirusscanner", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1085,7 +1085,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap iconWebBrowser {
+ public static System.Drawing.Bitmap iconWebBrowser {
get {
object obj = ResourceManager.GetObject("iconWebBrowser", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1095,7 +1095,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
/// </summary>
- internal static System.IO.UnmanagedMemoryStream infobox {
+ public static System.IO.UnmanagedMemoryStream infobox {
get {
return ResourceManager.GetStream("infobox", resourceCulture);
}
@@ -1104,7 +1104,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap installericon {
+ public static System.Drawing.Bitmap installericon {
get {
object obj = ResourceManager.GetObject("installericon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1114,7 +1114,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap jumperplayer {
+ public static System.Drawing.Bitmap jumperplayer {
get {
object obj = ResourceManager.GetObject("jumperplayer", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1124,7 +1124,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap loadbutton {
+ public static System.Drawing.Bitmap loadbutton {
get {
object obj = ResourceManager.GetObject("loadbutton", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1142,7 +1142,7 @@ namespace ShiftOS.Properties { /// "Me and Richard have plans - and we need your help.":"Hacker101",
/// "We're plannin [rest of string was truncated]";.
/// </summary>
- internal static string MidGame_Holochat {
+ public static string MidGame_Holochat {
get {
return ResourceManager.GetString("MidGame_Holochat", resourceCulture);
}
@@ -1157,7 +1157,7 @@ namespace ShiftOS.Properties { /// {"R":false, "G":true, "B":false, "type":"BuildUp", "startTime":30, "endTime":60},
/// {"R": [rest of string was truncated]";.
/// </summary>
- internal static string MusicData {
+ public static string MusicData {
get {
return ResourceManager.GetString("MusicData", resourceCulture);
}
@@ -1167,7 +1167,7 @@ namespace ShiftOS.Properties { /// Looks up a localized string similar to {
///"BufferOverflow":{"IsLeader":false,"Name":"BufferOverflow","FriendDesc":"BufferOverflow is a question-and-answer site with millions of Shifters willing to share their knowledge.","Description":"BufferOverflow is a question-and-answer site with millions of Shifters willing to share their knowledge.","FriendSpeed":65,"FriendSkill":50,"Difficulty":"easy","Network":[{"Hostname":"bufferoverflow","ModuleType":0,"Type":0,"HP":100,"Grade":1,"X":0,"Y":0},{"Hostname":"main_av","ModuleType":0,"Type":1,"HP":0,"Grade [rest of string was truncated]";.
/// </summary>
- internal static string NetBrowser_Enemies {
+ public static string NetBrowser_Enemies {
get {
return ResourceManager.GetString("NetBrowser_Enemies", resourceCulture);
}
@@ -1176,7 +1176,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap newfolder {
+ public static System.Drawing.Bitmap newfolder {
get {
object obj = ResourceManager.GetObject("newfolder", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1186,7 +1186,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap newicon {
+ public static System.Drawing.Bitmap newicon {
get {
object obj = ResourceManager.GetObject("newicon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1196,7 +1196,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap nextbutton {
+ public static System.Drawing.Bitmap nextbutton {
get {
object obj = ResourceManager.GetObject("nextbutton", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1206,7 +1206,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap NoIconFound {
+ public static System.Drawing.Bitmap NoIconFound {
get {
object obj = ResourceManager.GetObject("NoIconFound", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1216,7 +1216,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap notify_generic {
+ public static System.Drawing.Bitmap notify_generic {
get {
object obj = ResourceManager.GetObject("notify_generic", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1226,7 +1226,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap object_large_Image {
+ public static System.Drawing.Bitmap object_large_Image {
get {
object obj = ResourceManager.GetObject("object_large_Image", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1236,7 +1236,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap object_mid_Image {
+ public static System.Drawing.Bitmap object_mid_Image {
get {
object obj = ResourceManager.GetObject("object_mid_Image", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1246,7 +1246,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap object_mid2_Image {
+ public static System.Drawing.Bitmap object_mid2_Image {
get {
object obj = ResourceManager.GetObject("object_mid2_Image", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1256,7 +1256,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap object_small_Image {
+ public static System.Drawing.Bitmap object_small_Image {
get {
object obj = ResourceManager.GetObject("object_small_Image", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1266,7 +1266,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap object_small2_Image {
+ public static System.Drawing.Bitmap object_small2_Image {
get {
object obj = ResourceManager.GetObject("object_small2_Image", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1276,7 +1276,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap openicon {
+ public static System.Drawing.Bitmap openicon {
get {
object obj = ResourceManager.GetObject("openicon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1286,7 +1286,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap pausebutton {
+ public static System.Drawing.Bitmap pausebutton {
get {
object obj = ResourceManager.GetObject("pausebutton", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1296,7 +1296,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap PicBonus_Image {
+ public static System.Drawing.Bitmap PicBonus_Image {
get {
object obj = ResourceManager.GetObject("PicBonus_Image", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1306,7 +1306,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap pixelsetter {
+ public static System.Drawing.Bitmap pixelsetter {
get {
object obj = ResourceManager.GetObject("pixelsetter", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1316,7 +1316,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap playbutton {
+ public static System.Drawing.Bitmap playbutton {
get {
object obj = ResourceManager.GetObject("playbutton", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1326,7 +1326,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap player_Image {
+ public static System.Drawing.Bitmap player_Image {
get {
object obj = ResourceManager.GetObject("player_Image", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1336,7 +1336,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap previousbutton {
+ public static System.Drawing.Bitmap previousbutton {
get {
object obj = ResourceManager.GetObject("previousbutton", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1346,7 +1346,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap QuitButton_Image {
+ public static System.Drawing.Bitmap QuitButton_Image {
get {
object obj = ResourceManager.GetObject("QuitButton_Image", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1356,7 +1356,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap Receive {
+ public static System.Drawing.Bitmap Receive {
get {
object obj = ResourceManager.GetObject("Receive", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1366,7 +1366,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap ReceiveClicked {
+ public static System.Drawing.Bitmap ReceiveClicked {
get {
object obj = ResourceManager.GetObject("ReceiveClicked", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1376,7 +1376,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
/// </summary>
- internal static System.IO.UnmanagedMemoryStream rolldown {
+ public static System.IO.UnmanagedMemoryStream rolldown {
get {
return ResourceManager.GetStream("rolldown", resourceCulture);
}
@@ -1385,7 +1385,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
/// </summary>
- internal static System.IO.UnmanagedMemoryStream rollup {
+ public static System.IO.UnmanagedMemoryStream rollup {
get {
return ResourceManager.GetStream("rollup", resourceCulture);
}
@@ -1394,7 +1394,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap saveicon {
+ public static System.Drawing.Bitmap saveicon {
get {
object obj = ResourceManager.GetObject("saveicon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1404,7 +1404,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap Send {
+ public static System.Drawing.Bitmap Send {
get {
object obj = ResourceManager.GetObject("Send", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1414,7 +1414,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap SendClicked {
+ public static System.Drawing.Bitmap SendClicked {
get {
object obj = ResourceManager.GetObject("SendClicked", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1424,7 +1424,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap shiftomizericonpreview {
+ public static System.Drawing.Bitmap shiftomizericonpreview {
get {
object obj = ResourceManager.GetObject("shiftomizericonpreview", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1434,7 +1434,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap shiftomizerindustrialskinpreview {
+ public static System.Drawing.Bitmap shiftomizerindustrialskinpreview {
get {
object obj = ResourceManager.GetObject("shiftomizerindustrialskinpreview", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1444,7 +1444,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap shiftomizerlinuxmintskinpreview {
+ public static System.Drawing.Bitmap shiftomizerlinuxmintskinpreview {
get {
object obj = ResourceManager.GetObject("shiftomizerlinuxmintskinpreview", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1454,7 +1454,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap shiftomizernamechangerpreview {
+ public static System.Drawing.Bitmap shiftomizernamechangerpreview {
get {
object obj = ResourceManager.GetObject("shiftomizernamechangerpreview", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1464,7 +1464,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap shiftomizerskinshifterscreenshot {
+ public static System.Drawing.Bitmap shiftomizerskinshifterscreenshot {
get {
object obj = ResourceManager.GetObject("shiftomizerskinshifterscreenshot", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1474,7 +1474,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap shiftomizersliderleftarrow {
+ public static System.Drawing.Bitmap shiftomizersliderleftarrow {
get {
object obj = ResourceManager.GetObject("shiftomizersliderleftarrow", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1484,7 +1484,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap shiftomizersliderrightarrow {
+ public static System.Drawing.Bitmap shiftomizersliderrightarrow {
get {
object obj = ResourceManager.GetObject("shiftomizersliderrightarrow", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1494,7 +1494,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap skindownarrow {
+ public static System.Drawing.Bitmap skindownarrow {
get {
object obj = ResourceManager.GetObject("skindownarrow", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1504,7 +1504,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap skinfile {
+ public static System.Drawing.Bitmap skinfile {
get {
object obj = ResourceManager.GetObject("skinfile", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1514,7 +1514,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap skinuparrow {
+ public static System.Drawing.Bitmap skinuparrow {
get {
object obj = ResourceManager.GetObject("skinuparrow", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1524,7 +1524,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap snakeyback {
+ public static System.Drawing.Bitmap snakeyback {
get {
object obj = ResourceManager.GetObject("snakeyback", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1534,7 +1534,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap stopbutton {
+ public static System.Drawing.Bitmap stopbutton {
get {
object obj = ResourceManager.GetObject("stopbutton", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1544,7 +1544,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap stretchbutton {
+ public static System.Drawing.Bitmap stretchbutton {
get {
object obj = ResourceManager.GetObject("stretchbutton", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1554,7 +1554,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap stretchbuttonpressed {
+ public static System.Drawing.Bitmap stretchbuttonpressed {
get {
object obj = ResourceManager.GetObject("stretchbuttonpressed", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1564,7 +1564,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap Symbolinfo {
+ public static System.Drawing.Bitmap Symbolinfo {
get {
object obj = ResourceManager.GetObject("Symbolinfo", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1574,7 +1574,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap Symbolinfo1 {
+ public static System.Drawing.Bitmap Symbolinfo1 {
get {
object obj = ResourceManager.GetObject("Symbolinfo1", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1584,7 +1584,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap test {
+ public static System.Drawing.Bitmap test {
get {
object obj = ResourceManager.GetObject("test", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1594,7 +1594,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap textpad_fw {
+ public static System.Drawing.Bitmap textpad_fw {
get {
object obj = ResourceManager.GetObject("textpad_fw", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1604,7 +1604,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap tilebutton {
+ public static System.Drawing.Bitmap tilebutton {
get {
object obj = ResourceManager.GetObject("tilebutton", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1614,7 +1614,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap tilebuttonpressed {
+ public static System.Drawing.Bitmap tilebuttonpressed {
get {
object obj = ResourceManager.GetObject("tilebuttonpressed", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1624,7 +1624,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap TotalBalanceClicked {
+ public static System.Drawing.Bitmap TotalBalanceClicked {
get {
object obj = ResourceManager.GetObject("TotalBalanceClicked", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1634,7 +1634,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap TotalBalanceUnclicked {
+ public static System.Drawing.Bitmap TotalBalanceUnclicked {
get {
object obj = ResourceManager.GetObject("TotalBalanceUnclicked", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1644,7 +1644,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap transactionsClicked {
+ public static System.Drawing.Bitmap transactionsClicked {
get {
object obj = ResourceManager.GetObject("transactionsClicked", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1654,7 +1654,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap transactionsUnclicked {
+ public static System.Drawing.Bitmap transactionsUnclicked {
get {
object obj = ResourceManager.GetObject("transactionsUnclicked", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1664,7 +1664,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
/// </summary>
- internal static System.IO.UnmanagedMemoryStream typesound {
+ public static System.IO.UnmanagedMemoryStream typesound {
get {
return ResourceManager.GetStream("typesound", resourceCulture);
}
@@ -1673,7 +1673,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap uparrow {
+ public static System.Drawing.Bitmap uparrow {
get {
object obj = ResourceManager.GetObject("uparrow", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1683,7 +1683,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap updatecustomcolourpallets {
+ public static System.Drawing.Bitmap updatecustomcolourpallets {
get {
object obj = ResourceManager.GetObject("updatecustomcolourpallets", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1693,7 +1693,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeadvancedshifter {
+ public static System.Drawing.Bitmap upgradeadvancedshifter {
get {
object obj = ResourceManager.GetObject("upgradeadvancedshifter", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1703,7 +1703,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradealartpad {
+ public static System.Drawing.Bitmap upgradealartpad {
get {
object obj = ResourceManager.GetObject("upgradealartpad", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1713,7 +1713,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradealclock {
+ public static System.Drawing.Bitmap upgradealclock {
get {
object obj = ResourceManager.GetObject("upgradealclock", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1723,7 +1723,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradealfileskimmer {
+ public static System.Drawing.Bitmap upgradealfileskimmer {
get {
object obj = ResourceManager.GetObject("upgradealfileskimmer", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1733,7 +1733,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradealpong {
+ public static System.Drawing.Bitmap upgradealpong {
get {
object obj = ResourceManager.GetObject("upgradealpong", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1743,7 +1743,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradealshifter {
+ public static System.Drawing.Bitmap upgradealshifter {
get {
object obj = ResourceManager.GetObject("upgradealshifter", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1753,7 +1753,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradealshiftorium {
+ public static System.Drawing.Bitmap upgradealshiftorium {
get {
object obj = ResourceManager.GetObject("upgradealshiftorium", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1763,7 +1763,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradealtextpad {
+ public static System.Drawing.Bitmap upgradealtextpad {
get {
object obj = ResourceManager.GetObject("upgradealtextpad", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1773,7 +1773,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradealunitymode {
+ public static System.Drawing.Bitmap upgradealunitymode {
get {
object obj = ResourceManager.GetObject("upgradealunitymode", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1783,7 +1783,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeamandpm {
+ public static System.Drawing.Bitmap upgradeamandpm {
get {
object obj = ResourceManager.GetObject("upgradeamandpm", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1793,7 +1793,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeapplaunchermenu {
+ public static System.Drawing.Bitmap upgradeapplaunchermenu {
get {
object obj = ResourceManager.GetObject("upgradeapplaunchermenu", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1803,7 +1803,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeapplaunchershutdown {
+ public static System.Drawing.Bitmap upgradeapplaunchershutdown {
get {
object obj = ResourceManager.GetObject("upgradeapplaunchershutdown", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1813,7 +1813,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpad {
+ public static System.Drawing.Bitmap upgradeartpad {
get {
object obj = ResourceManager.GetObject("upgradeartpad", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1823,7 +1823,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpad128colorpallets {
+ public static System.Drawing.Bitmap upgradeartpad128colorpallets {
get {
object obj = ResourceManager.GetObject("upgradeartpad128colorpallets", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1833,7 +1833,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpad16colorpallets {
+ public static System.Drawing.Bitmap upgradeartpad16colorpallets {
get {
object obj = ResourceManager.GetObject("upgradeartpad16colorpallets", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1843,7 +1843,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpad32colorpallets {
+ public static System.Drawing.Bitmap upgradeartpad32colorpallets {
get {
object obj = ResourceManager.GetObject("upgradeartpad32colorpallets", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1853,7 +1853,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpad4colorpallets {
+ public static System.Drawing.Bitmap upgradeartpad4colorpallets {
get {
object obj = ResourceManager.GetObject("upgradeartpad4colorpallets", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1863,7 +1863,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpad64colorpallets {
+ public static System.Drawing.Bitmap upgradeartpad64colorpallets {
get {
object obj = ResourceManager.GetObject("upgradeartpad64colorpallets", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1873,7 +1873,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpad8colorpallets {
+ public static System.Drawing.Bitmap upgradeartpad8colorpallets {
get {
object obj = ResourceManager.GetObject("upgradeartpad8colorpallets", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1883,7 +1883,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpaderaser {
+ public static System.Drawing.Bitmap upgradeartpaderaser {
get {
object obj = ResourceManager.GetObject("upgradeartpaderaser", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1893,7 +1893,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpadfilltool {
+ public static System.Drawing.Bitmap upgradeartpadfilltool {
get {
object obj = ResourceManager.GetObject("upgradeartpadfilltool", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1903,7 +1903,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpadicon {
+ public static System.Drawing.Bitmap upgradeartpadicon {
get {
object obj = ResourceManager.GetObject("upgradeartpadicon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1913,7 +1913,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpadlimitlesspixels {
+ public static System.Drawing.Bitmap upgradeartpadlimitlesspixels {
get {
object obj = ResourceManager.GetObject("upgradeartpadlimitlesspixels", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1923,7 +1923,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpadlinetool {
+ public static System.Drawing.Bitmap upgradeartpadlinetool {
get {
object obj = ResourceManager.GetObject("upgradeartpadlinetool", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1933,7 +1933,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpadload {
+ public static System.Drawing.Bitmap upgradeartpadload {
get {
object obj = ResourceManager.GetObject("upgradeartpadload", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1943,7 +1943,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpadnew {
+ public static System.Drawing.Bitmap upgradeartpadnew {
get {
object obj = ResourceManager.GetObject("upgradeartpadnew", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1953,7 +1953,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpadovaltool {
+ public static System.Drawing.Bitmap upgradeartpadovaltool {
get {
object obj = ResourceManager.GetObject("upgradeartpadovaltool", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1963,7 +1963,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpadpaintbrushtool {
+ public static System.Drawing.Bitmap upgradeartpadpaintbrushtool {
get {
object obj = ResourceManager.GetObject("upgradeartpadpaintbrushtool", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1973,7 +1973,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpadpenciltool {
+ public static System.Drawing.Bitmap upgradeartpadpenciltool {
get {
object obj = ResourceManager.GetObject("upgradeartpadpenciltool", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1983,7 +1983,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpadpixellimit1024 {
+ public static System.Drawing.Bitmap upgradeartpadpixellimit1024 {
get {
object obj = ResourceManager.GetObject("upgradeartpadpixellimit1024", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -1993,7 +1993,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpadpixellimit16 {
+ public static System.Drawing.Bitmap upgradeartpadpixellimit16 {
get {
object obj = ResourceManager.GetObject("upgradeartpadpixellimit16", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2003,7 +2003,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpadpixellimit16384 {
+ public static System.Drawing.Bitmap upgradeartpadpixellimit16384 {
get {
object obj = ResourceManager.GetObject("upgradeartpadpixellimit16384", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2013,7 +2013,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpadpixellimit256 {
+ public static System.Drawing.Bitmap upgradeartpadpixellimit256 {
get {
object obj = ResourceManager.GetObject("upgradeartpadpixellimit256", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2023,7 +2023,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpadpixellimit4 {
+ public static System.Drawing.Bitmap upgradeartpadpixellimit4 {
get {
object obj = ResourceManager.GetObject("upgradeartpadpixellimit4", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2033,7 +2033,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpadpixellimit4096 {
+ public static System.Drawing.Bitmap upgradeartpadpixellimit4096 {
get {
object obj = ResourceManager.GetObject("upgradeartpadpixellimit4096", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2043,7 +2043,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpadpixellimit64 {
+ public static System.Drawing.Bitmap upgradeartpadpixellimit64 {
get {
object obj = ResourceManager.GetObject("upgradeartpadpixellimit64", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2053,7 +2053,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpadpixellimit65536 {
+ public static System.Drawing.Bitmap upgradeartpadpixellimit65536 {
get {
object obj = ResourceManager.GetObject("upgradeartpadpixellimit65536", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2063,7 +2063,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpadpixellimit8 {
+ public static System.Drawing.Bitmap upgradeartpadpixellimit8 {
get {
object obj = ResourceManager.GetObject("upgradeartpadpixellimit8", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2073,7 +2073,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpadpixelplacer {
+ public static System.Drawing.Bitmap upgradeartpadpixelplacer {
get {
object obj = ResourceManager.GetObject("upgradeartpadpixelplacer", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2083,7 +2083,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpadpixelplacermovementmode {
+ public static System.Drawing.Bitmap upgradeartpadpixelplacermovementmode {
get {
object obj = ResourceManager.GetObject("upgradeartpadpixelplacermovementmode", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2093,7 +2093,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpadrectangletool {
+ public static System.Drawing.Bitmap upgradeartpadrectangletool {
get {
object obj = ResourceManager.GetObject("upgradeartpadrectangletool", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2103,7 +2103,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpadredo {
+ public static System.Drawing.Bitmap upgradeartpadredo {
get {
object obj = ResourceManager.GetObject("upgradeartpadredo", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2113,7 +2113,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpadsave {
+ public static System.Drawing.Bitmap upgradeartpadsave {
get {
object obj = ResourceManager.GetObject("upgradeartpadsave", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2123,7 +2123,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpadtexttool {
+ public static System.Drawing.Bitmap upgradeartpadtexttool {
get {
object obj = ResourceManager.GetObject("upgradeartpadtexttool", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2133,7 +2133,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeartpadundo {
+ public static System.Drawing.Bitmap upgradeartpadundo {
get {
object obj = ResourceManager.GetObject("upgradeartpadundo", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2143,7 +2143,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeautoscrollterminal {
+ public static System.Drawing.Bitmap upgradeautoscrollterminal {
get {
object obj = ResourceManager.GetObject("upgradeautoscrollterminal", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2153,7 +2153,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeblue {
+ public static System.Drawing.Bitmap upgradeblue {
get {
object obj = ResourceManager.GetObject("upgradeblue", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2163,7 +2163,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradebluecustom {
+ public static System.Drawing.Bitmap upgradebluecustom {
get {
object obj = ResourceManager.GetObject("upgradebluecustom", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2173,7 +2173,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeblueshades {
+ public static System.Drawing.Bitmap upgradeblueshades {
get {
object obj = ResourceManager.GetObject("upgradeblueshades", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2183,7 +2183,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeblueshadeset {
+ public static System.Drawing.Bitmap upgradeblueshadeset {
get {
object obj = ResourceManager.GetObject("upgradeblueshadeset", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2193,7 +2193,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradebrown {
+ public static System.Drawing.Bitmap upgradebrown {
get {
object obj = ResourceManager.GetObject("upgradebrown", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2203,7 +2203,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradebrowncustom {
+ public static System.Drawing.Bitmap upgradebrowncustom {
get {
object obj = ResourceManager.GetObject("upgradebrowncustom", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2213,7 +2213,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradebrownshades {
+ public static System.Drawing.Bitmap upgradebrownshades {
get {
object obj = ResourceManager.GetObject("upgradebrownshades", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2223,7 +2223,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradebrownshadeset {
+ public static System.Drawing.Bitmap upgradebrownshadeset {
get {
object obj = ResourceManager.GetObject("upgradebrownshadeset", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2233,7 +2233,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeclock {
+ public static System.Drawing.Bitmap upgradeclock {
get {
object obj = ResourceManager.GetObject("upgradeclock", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2243,7 +2243,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeclockicon {
+ public static System.Drawing.Bitmap upgradeclockicon {
get {
object obj = ResourceManager.GetObject("upgradeclockicon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2253,7 +2253,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeclosebutton {
+ public static System.Drawing.Bitmap upgradeclosebutton {
get {
object obj = ResourceManager.GetObject("upgradeclosebutton", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2263,7 +2263,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradecolourpickericon {
+ public static System.Drawing.Bitmap upgradecolourpickericon {
get {
object obj = ResourceManager.GetObject("upgradecolourpickericon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2273,7 +2273,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradecustomusername {
+ public static System.Drawing.Bitmap upgradecustomusername {
get {
object obj = ResourceManager.GetObject("upgradecustomusername", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2283,7 +2283,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradedesktoppanel {
+ public static System.Drawing.Bitmap upgradedesktoppanel {
get {
object obj = ResourceManager.GetObject("upgradedesktoppanel", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2293,7 +2293,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradedesktoppanelclock {
+ public static System.Drawing.Bitmap upgradedesktoppanelclock {
get {
object obj = ResourceManager.GetObject("upgradedesktoppanelclock", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2303,7 +2303,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradedraggablewindows {
+ public static System.Drawing.Bitmap upgradedraggablewindows {
get {
object obj = ResourceManager.GetObject("upgradedraggablewindows", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2313,7 +2313,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradefileskimmer {
+ public static System.Drawing.Bitmap upgradefileskimmer {
get {
object obj = ResourceManager.GetObject("upgradefileskimmer", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2323,7 +2323,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradefileskimmerdelete {
+ public static System.Drawing.Bitmap upgradefileskimmerdelete {
get {
object obj = ResourceManager.GetObject("upgradefileskimmerdelete", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2333,7 +2333,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradefileskimmericon {
+ public static System.Drawing.Bitmap upgradefileskimmericon {
get {
object obj = ResourceManager.GetObject("upgradefileskimmericon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2343,7 +2343,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradefileskimmernew {
+ public static System.Drawing.Bitmap upgradefileskimmernew {
get {
object obj = ResourceManager.GetObject("upgradefileskimmernew", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2353,7 +2353,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradegray {
+ public static System.Drawing.Bitmap upgradegray {
get {
object obj = ResourceManager.GetObject("upgradegray", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2363,7 +2363,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradegraycustom {
+ public static System.Drawing.Bitmap upgradegraycustom {
get {
object obj = ResourceManager.GetObject("upgradegraycustom", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2373,7 +2373,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradegrayshades {
+ public static System.Drawing.Bitmap upgradegrayshades {
get {
object obj = ResourceManager.GetObject("upgradegrayshades", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2383,7 +2383,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradegrayshadeset {
+ public static System.Drawing.Bitmap upgradegrayshadeset {
get {
object obj = ResourceManager.GetObject("upgradegrayshadeset", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2393,7 +2393,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradegreen {
+ public static System.Drawing.Bitmap upgradegreen {
get {
object obj = ResourceManager.GetObject("upgradegreen", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2403,7 +2403,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradegreencustom {
+ public static System.Drawing.Bitmap upgradegreencustom {
get {
object obj = ResourceManager.GetObject("upgradegreencustom", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2413,7 +2413,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradegreenshades {
+ public static System.Drawing.Bitmap upgradegreenshades {
get {
object obj = ResourceManager.GetObject("upgradegreenshades", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2423,7 +2423,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradegreenshadeset {
+ public static System.Drawing.Bitmap upgradegreenshadeset {
get {
object obj = ResourceManager.GetObject("upgradegreenshadeset", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2433,7 +2433,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradehoursssincemidnight {
+ public static System.Drawing.Bitmap upgradehoursssincemidnight {
get {
object obj = ResourceManager.GetObject("upgradehoursssincemidnight", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2443,7 +2443,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeiconunitymode {
+ public static System.Drawing.Bitmap upgradeiconunitymode {
get {
object obj = ResourceManager.GetObject("upgradeiconunitymode", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2453,7 +2453,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeinfoboxicon {
+ public static System.Drawing.Bitmap upgradeinfoboxicon {
get {
object obj = ResourceManager.GetObject("upgradeinfoboxicon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2463,7 +2463,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradekiaddons {
+ public static System.Drawing.Bitmap upgradekiaddons {
get {
object obj = ResourceManager.GetObject("upgradekiaddons", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2473,7 +2473,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradekielements {
+ public static System.Drawing.Bitmap upgradekielements {
get {
object obj = ResourceManager.GetObject("upgradekielements", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2483,7 +2483,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeknowledgeinput {
+ public static System.Drawing.Bitmap upgradeknowledgeinput {
get {
object obj = ResourceManager.GetObject("upgradeknowledgeinput", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2493,7 +2493,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeknowledgeinputicon {
+ public static System.Drawing.Bitmap upgradeknowledgeinputicon {
get {
object obj = ResourceManager.GetObject("upgradeknowledgeinputicon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2503,7 +2503,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgrademinimizebutton {
+ public static System.Drawing.Bitmap upgrademinimizebutton {
get {
object obj = ResourceManager.GetObject("upgrademinimizebutton", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2513,7 +2513,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgrademinimizecommand {
+ public static System.Drawing.Bitmap upgrademinimizecommand {
get {
object obj = ResourceManager.GetObject("upgrademinimizecommand", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2523,7 +2523,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgrademinuteaccuracytime {
+ public static System.Drawing.Bitmap upgrademinuteaccuracytime {
get {
object obj = ResourceManager.GetObject("upgrademinuteaccuracytime", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2533,7 +2533,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgrademinutesssincemidnight {
+ public static System.Drawing.Bitmap upgrademinutesssincemidnight {
get {
object obj = ResourceManager.GetObject("upgrademinutesssincemidnight", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2543,7 +2543,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgrademoveablewindows {
+ public static System.Drawing.Bitmap upgrademoveablewindows {
get {
object obj = ResourceManager.GetObject("upgrademoveablewindows", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2553,7 +2553,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgrademultitasking {
+ public static System.Drawing.Bitmap upgrademultitasking {
get {
object obj = ResourceManager.GetObject("upgrademultitasking", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2563,7 +2563,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeorange {
+ public static System.Drawing.Bitmap upgradeorange {
get {
object obj = ResourceManager.GetObject("upgradeorange", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2573,7 +2573,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeorangecustom {
+ public static System.Drawing.Bitmap upgradeorangecustom {
get {
object obj = ResourceManager.GetObject("upgradeorangecustom", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2583,7 +2583,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeorangeshades {
+ public static System.Drawing.Bitmap upgradeorangeshades {
get {
object obj = ResourceManager.GetObject("upgradeorangeshades", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2593,7 +2593,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeorangeshadeset {
+ public static System.Drawing.Bitmap upgradeorangeshadeset {
get {
object obj = ResourceManager.GetObject("upgradeorangeshadeset", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2603,7 +2603,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeosname {
+ public static System.Drawing.Bitmap upgradeosname {
get {
object obj = ResourceManager.GetObject("upgradeosname", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2613,7 +2613,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradepanelbuttons {
+ public static System.Drawing.Bitmap upgradepanelbuttons {
get {
object obj = ResourceManager.GetObject("upgradepanelbuttons", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2623,7 +2623,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradepink {
+ public static System.Drawing.Bitmap upgradepink {
get {
object obj = ResourceManager.GetObject("upgradepink", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2633,7 +2633,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradepinkcustom {
+ public static System.Drawing.Bitmap upgradepinkcustom {
get {
object obj = ResourceManager.GetObject("upgradepinkcustom", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2643,7 +2643,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradepinkshades {
+ public static System.Drawing.Bitmap upgradepinkshades {
get {
object obj = ResourceManager.GetObject("upgradepinkshades", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2653,7 +2653,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradepinkshadeset {
+ public static System.Drawing.Bitmap upgradepinkshadeset {
get {
object obj = ResourceManager.GetObject("upgradepinkshadeset", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2663,7 +2663,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradepong {
+ public static System.Drawing.Bitmap upgradepong {
get {
object obj = ResourceManager.GetObject("upgradepong", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2673,7 +2673,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradepongicon {
+ public static System.Drawing.Bitmap upgradepongicon {
get {
object obj = ResourceManager.GetObject("upgradepongicon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2683,7 +2683,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradepurple {
+ public static System.Drawing.Bitmap upgradepurple {
get {
object obj = ResourceManager.GetObject("upgradepurple", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2693,7 +2693,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradepurplecustom {
+ public static System.Drawing.Bitmap upgradepurplecustom {
get {
object obj = ResourceManager.GetObject("upgradepurplecustom", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2703,7 +2703,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradepurpleshades {
+ public static System.Drawing.Bitmap upgradepurpleshades {
get {
object obj = ResourceManager.GetObject("upgradepurpleshades", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2713,7 +2713,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradepurpleshadeset {
+ public static System.Drawing.Bitmap upgradepurpleshadeset {
get {
object obj = ResourceManager.GetObject("upgradepurpleshadeset", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2723,7 +2723,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradered {
+ public static System.Drawing.Bitmap upgradered {
get {
object obj = ResourceManager.GetObject("upgradered", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2733,7 +2733,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgraderedcustom {
+ public static System.Drawing.Bitmap upgraderedcustom {
get {
object obj = ResourceManager.GetObject("upgraderedcustom", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2743,7 +2743,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgraderedshades {
+ public static System.Drawing.Bitmap upgraderedshades {
get {
object obj = ResourceManager.GetObject("upgraderedshades", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2753,7 +2753,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgraderedshadeset {
+ public static System.Drawing.Bitmap upgraderedshadeset {
get {
object obj = ResourceManager.GetObject("upgraderedshadeset", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2763,7 +2763,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgraderemoveth1 {
+ public static System.Drawing.Bitmap upgraderemoveth1 {
get {
object obj = ResourceManager.GetObject("upgraderemoveth1", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2773,7 +2773,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgraderemoveth2 {
+ public static System.Drawing.Bitmap upgraderemoveth2 {
get {
object obj = ResourceManager.GetObject("upgraderemoveth2", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2783,7 +2783,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgraderemoveth3 {
+ public static System.Drawing.Bitmap upgraderemoveth3 {
get {
object obj = ResourceManager.GetObject("upgraderemoveth3", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2793,7 +2793,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgraderemoveth4 {
+ public static System.Drawing.Bitmap upgraderemoveth4 {
get {
object obj = ResourceManager.GetObject("upgraderemoveth4", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2803,7 +2803,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgraderesize {
+ public static System.Drawing.Bitmap upgraderesize {
get {
object obj = ResourceManager.GetObject("upgraderesize", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2813,7 +2813,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgraderollupbutton {
+ public static System.Drawing.Bitmap upgraderollupbutton {
get {
object obj = ResourceManager.GetObject("upgraderollupbutton", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2823,7 +2823,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgraderollupcommand {
+ public static System.Drawing.Bitmap upgraderollupcommand {
get {
object obj = ResourceManager.GetObject("upgraderollupcommand", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2833,7 +2833,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradesecondssincemidnight {
+ public static System.Drawing.Bitmap upgradesecondssincemidnight {
get {
object obj = ResourceManager.GetObject("upgradesecondssincemidnight", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2843,7 +2843,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradesgameconsoles {
+ public static System.Drawing.Bitmap upgradesgameconsoles {
get {
object obj = ResourceManager.GetObject("upgradesgameconsoles", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2853,7 +2853,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeshiftapplauncher {
+ public static System.Drawing.Bitmap upgradeshiftapplauncher {
get {
object obj = ResourceManager.GetObject("upgradeshiftapplauncher", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2863,7 +2863,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeshiftborders {
+ public static System.Drawing.Bitmap upgradeshiftborders {
get {
object obj = ResourceManager.GetObject("upgradeshiftborders", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2873,7 +2873,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeshiftbuttons {
+ public static System.Drawing.Bitmap upgradeshiftbuttons {
get {
object obj = ResourceManager.GetObject("upgradeshiftbuttons", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2883,7 +2883,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeshiftdesktop {
+ public static System.Drawing.Bitmap upgradeshiftdesktop {
get {
object obj = ResourceManager.GetObject("upgradeshiftdesktop", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2893,7 +2893,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeshiftdesktoppanel {
+ public static System.Drawing.Bitmap upgradeshiftdesktoppanel {
get {
object obj = ResourceManager.GetObject("upgradeshiftdesktoppanel", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2903,7 +2903,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeshifter {
+ public static System.Drawing.Bitmap upgradeshifter {
get {
object obj = ResourceManager.GetObject("upgradeshifter", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2913,7 +2913,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeshiftericon {
+ public static System.Drawing.Bitmap upgradeshiftericon {
get {
object obj = ResourceManager.GetObject("upgradeshiftericon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2923,7 +2923,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeshiftitems {
+ public static System.Drawing.Bitmap upgradeshiftitems {
get {
object obj = ResourceManager.GetObject("upgradeshiftitems", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2933,7 +2933,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeshiftoriumicon {
+ public static System.Drawing.Bitmap upgradeshiftoriumicon {
get {
object obj = ResourceManager.GetObject("upgradeshiftoriumicon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2943,7 +2943,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeshiftpanelbuttons {
+ public static System.Drawing.Bitmap upgradeshiftpanelbuttons {
get {
object obj = ResourceManager.GetObject("upgradeshiftpanelbuttons", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2953,7 +2953,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeshiftpanelclock {
+ public static System.Drawing.Bitmap upgradeshiftpanelclock {
get {
object obj = ResourceManager.GetObject("upgradeshiftpanelclock", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2963,7 +2963,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeshifttitlebar {
+ public static System.Drawing.Bitmap upgradeshifttitlebar {
get {
object obj = ResourceManager.GetObject("upgradeshifttitlebar", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2973,7 +2973,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeshifttitletext {
+ public static System.Drawing.Bitmap upgradeshifttitletext {
get {
object obj = ResourceManager.GetObject("upgradeshifttitletext", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2983,7 +2983,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeshutdownicon {
+ public static System.Drawing.Bitmap upgradeshutdownicon {
get {
object obj = ResourceManager.GetObject("upgradeshutdownicon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -2993,7 +2993,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeskicarbrands {
+ public static System.Drawing.Bitmap upgradeskicarbrands {
get {
object obj = ResourceManager.GetObject("upgradeskicarbrands", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3003,7 +3003,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeskinning {
+ public static System.Drawing.Bitmap upgradeskinning {
get {
object obj = ResourceManager.GetObject("upgradeskinning", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3013,7 +3013,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradesplitsecondaccuracy {
+ public static System.Drawing.Bitmap upgradesplitsecondaccuracy {
get {
object obj = ResourceManager.GetObject("upgradesplitsecondaccuracy", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3023,7 +3023,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradesysinfo {
+ public static System.Drawing.Bitmap upgradesysinfo {
get {
object obj = ResourceManager.GetObject("upgradesysinfo", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3033,7 +3033,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeterminalicon {
+ public static System.Drawing.Bitmap upgradeterminalicon {
get {
object obj = ResourceManager.GetObject("upgradeterminalicon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3043,7 +3043,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeterminalscrollbar {
+ public static System.Drawing.Bitmap upgradeterminalscrollbar {
get {
object obj = ResourceManager.GetObject("upgradeterminalscrollbar", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3053,7 +3053,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradetextpad {
+ public static System.Drawing.Bitmap upgradetextpad {
get {
object obj = ResourceManager.GetObject("upgradetextpad", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3063,7 +3063,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradetextpadicon {
+ public static System.Drawing.Bitmap upgradetextpadicon {
get {
object obj = ResourceManager.GetObject("upgradetextpadicon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3073,7 +3073,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradetextpadnew {
+ public static System.Drawing.Bitmap upgradetextpadnew {
get {
object obj = ResourceManager.GetObject("upgradetextpadnew", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3083,7 +3083,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradetextpadopen {
+ public static System.Drawing.Bitmap upgradetextpadopen {
get {
object obj = ResourceManager.GetObject("upgradetextpadopen", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3093,7 +3093,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradetextpadsave {
+ public static System.Drawing.Bitmap upgradetextpadsave {
get {
object obj = ResourceManager.GetObject("upgradetextpadsave", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3103,7 +3103,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradetitlebar {
+ public static System.Drawing.Bitmap upgradetitlebar {
get {
object obj = ResourceManager.GetObject("upgradetitlebar", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3113,7 +3113,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradetitletext {
+ public static System.Drawing.Bitmap upgradetitletext {
get {
object obj = ResourceManager.GetObject("upgradetitletext", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3123,7 +3123,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradetrm {
+ public static System.Drawing.Bitmap upgradetrm {
get {
object obj = ResourceManager.GetObject("upgradetrm", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3133,7 +3133,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeunitymode {
+ public static System.Drawing.Bitmap upgradeunitymode {
get {
object obj = ResourceManager.GetObject("upgradeunitymode", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3143,7 +3143,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeusefulpanelbuttons {
+ public static System.Drawing.Bitmap upgradeusefulpanelbuttons {
get {
object obj = ResourceManager.GetObject("upgradeusefulpanelbuttons", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3153,7 +3153,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradevirusscanner {
+ public static System.Drawing.Bitmap upgradevirusscanner {
get {
object obj = ResourceManager.GetObject("upgradevirusscanner", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3163,7 +3163,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradewindowborders {
+ public static System.Drawing.Bitmap upgradewindowborders {
get {
object obj = ResourceManager.GetObject("upgradewindowborders", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3173,7 +3173,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradewindowedterminal {
+ public static System.Drawing.Bitmap upgradewindowedterminal {
get {
object obj = ResourceManager.GetObject("upgradewindowedterminal", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3183,7 +3183,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradewindowsanywhere {
+ public static System.Drawing.Bitmap upgradewindowsanywhere {
get {
object obj = ResourceManager.GetObject("upgradewindowsanywhere", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3193,7 +3193,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeyellow {
+ public static System.Drawing.Bitmap upgradeyellow {
get {
object obj = ResourceManager.GetObject("upgradeyellow", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3203,7 +3203,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeyellowcustom {
+ public static System.Drawing.Bitmap upgradeyellowcustom {
get {
object obj = ResourceManager.GetObject("upgradeyellowcustom", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3213,7 +3213,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeyellowshades {
+ public static System.Drawing.Bitmap upgradeyellowshades {
get {
object obj = ResourceManager.GetObject("upgradeyellowshades", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3223,7 +3223,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap upgradeyellowshadeset {
+ public static System.Drawing.Bitmap upgradeyellowshadeset {
get {
object obj = ResourceManager.GetObject("upgradeyellowshadeset", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3233,7 +3233,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap webback {
+ public static System.Drawing.Bitmap webback {
get {
object obj = ResourceManager.GetObject("webback", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3243,7 +3243,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap webforward {
+ public static System.Drawing.Bitmap webforward {
get {
object obj = ResourceManager.GetObject("webforward", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3253,7 +3253,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap webhome {
+ public static System.Drawing.Bitmap webhome {
get {
object obj = ResourceManager.GetObject("webhome", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3263,7 +3263,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
/// </summary>
- internal static System.IO.UnmanagedMemoryStream writesound {
+ public static System.IO.UnmanagedMemoryStream writesound {
get {
return ResourceManager.GetStream("writesound", resourceCulture);
}
@@ -3281,7 +3281,7 @@ namespace ShiftOS.Properties { ///
///You were the first to make it to the end, so it's time I tell you the truth [rest of string was truncated]";.
/// </summary>
- internal static string You_Passed {
+ public static string You_Passed {
get {
return ResourceManager.GetString("You_Passed", resourceCulture);
}
@@ -3290,7 +3290,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap zoombutton {
+ public static System.Drawing.Bitmap zoombutton {
get {
object obj = ResourceManager.GetObject("zoombutton", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -3300,7 +3300,7 @@ namespace ShiftOS.Properties { /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap zoombuttonpressed {
+ public static System.Drawing.Bitmap zoombuttonpressed {
get {
object obj = ResourceManager.GetObject("zoombuttonpressed", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
diff --git a/source/WindowsFormsApplication1/ShiftOS.csproj b/source/WindowsFormsApplication1/ShiftOS.csproj index 40af533..f9d4198 100644 --- a/source/WindowsFormsApplication1/ShiftOS.csproj +++ b/source/WindowsFormsApplication1/ShiftOS.csproj @@ -506,11 +506,6 @@ <EmbeddedResource Include="Controls\ProgressBarEX.resx"> <DependentUpon>ProgressBarEX.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="Properties\Resources.resx"> - <Generator>ResXFileCodeGenerator</Generator> - <SubType>Designer</SubType> - <LastGenOutput>Resources.Designer.cs</LastGenOutput> - </EmbeddedResource> <EmbeddedResource Include="Apps\Shifter.resx"> <DependentUpon>Shifter.cs</DependentUpon> </EmbeddedResource> @@ -826,6 +821,11 @@ <None Include="Resources\upgrades\upgradeyellowcustom.png" /> <None Include="Resources\upgrades\upgradeyellowshades.png" /> <None Include="Resources\upgrades\upgradeyellowshadeset.png" /> + <EmbeddedResource Include="Properties\Resources.resx"> + <Generator>PublicResXFileCodeGenerator</Generator> + <SubType>Designer</SubType> + <LastGenOutput>Resources.Designer.cs</LastGenOutput> + </EmbeddedResource> </ItemGroup> <ItemGroup> <None Include="App.config" /> @@ -998,13 +998,7 @@ <Name>ShiftUI</Name> </ProjectReference> </ItemGroup> - <ItemGroup> - <Folder Include="Resources\appscape\" /> - <Folder Include="Resources\artpad\" /> - <Folder Include="Resources\bitnote\" /> - <Folder Include="Resources\appicons\" /> - <Folder Include="Resources\upgrades\" /> - </ItemGroup> + <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="..\packages\Baseclass.Contrib.Nuget.Output.2.0.0\build\net40\Baseclass.Contrib.Nuget.Output.targets" Condition="Exists('..\packages\Baseclass.Contrib.Nuget.Output.2.0.0\build\net40\Baseclass.Contrib.Nuget.Output.targets')" /> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> diff --git a/source/WindowsFormsApplication1/bin/Debug/ShiftOS.exe b/source/WindowsFormsApplication1/bin/Debug/ShiftOS.exe Binary files differindex 6f5f923..eeffed6 100644 --- a/source/WindowsFormsApplication1/bin/Debug/ShiftOS.exe +++ b/source/WindowsFormsApplication1/bin/Debug/ShiftOS.exe diff --git a/source/WindowsFormsApplication1/bin/Debug/ShiftOS.pdb b/source/WindowsFormsApplication1/bin/Debug/ShiftOS.pdb Binary files differindex ef2e6e3..94b73a5 100644 --- a/source/WindowsFormsApplication1/bin/Debug/ShiftOS.pdb +++ b/source/WindowsFormsApplication1/bin/Debug/ShiftOS.pdb diff --git a/source/WindowsFormsApplication1/bin/Debug/ShiftUI.dll b/source/WindowsFormsApplication1/bin/Debug/ShiftUI.dll Binary files differindex f9903be..b6e169f 100644 --- a/source/WindowsFormsApplication1/bin/Debug/ShiftUI.dll +++ b/source/WindowsFormsApplication1/bin/Debug/ShiftUI.dll diff --git a/source/WindowsFormsApplication1/bin/Debug/ShiftUI.pdb b/source/WindowsFormsApplication1/bin/Debug/ShiftUI.pdb Binary files differindex d2e2a39..eb4a624 100644 --- a/source/WindowsFormsApplication1/bin/Debug/ShiftUI.pdb +++ b/source/WindowsFormsApplication1/bin/Debug/ShiftUI.pdb diff --git a/source/WindowsFormsApplication1/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/source/WindowsFormsApplication1/obj/Debug/DesignTimeResolveAssemblyReferences.cache Binary files differnew file mode 100644 index 0000000..75401b5 --- /dev/null +++ b/source/WindowsFormsApplication1/obj/Debug/DesignTimeResolveAssemblyReferences.cache diff --git a/source/WindowsFormsApplication1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/source/WindowsFormsApplication1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache Binary files differindex 8edac86..53975d9 100644 --- a/source/WindowsFormsApplication1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache +++ b/source/WindowsFormsApplication1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache diff --git a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csproj.GenerateResource.Cache b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csproj.GenerateResource.Cache Binary files differindex 7de821a..c659cc2 100644 --- a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csproj.GenerateResource.Cache +++ b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csproj.GenerateResource.Cache diff --git a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csprojResolveAssemblyReference.cache b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csprojResolveAssemblyReference.cache Binary files differindex 7436234..ca9c80c 100644 --- a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csprojResolveAssemblyReference.cache +++ b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csprojResolveAssemblyReference.cache diff --git a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.exe b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.exe Binary files differindex 6f5f923..eeffed6 100644 --- a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.exe +++ b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.exe diff --git a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.pdb b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.pdb Binary files differindex ef2e6e3..94b73a5 100644 --- a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.pdb +++ b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.pdb |
