aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Apps
diff options
context:
space:
mode:
authorMichaelTheShifter <[email protected]>2016-07-20 13:52:12 -0400
committerMichaelTheShifter <[email protected]>2016-07-20 13:52:12 -0400
commitb52090021ff0ae61db652e8a486cbff6732f5ec5 (patch)
treed6b3fa622525e293f715c963e46cb91465b4a064 /source/WindowsFormsApplication1/Apps
parent64aae03a9b08a10ace6366008093e95ab5e99945 (diff)
downloadshiftos-c--b52090021ff0ae61db652e8a486cbff6732f5ec5.tar.gz
shiftos-c--b52090021ff0ae61db652e8a486cbff6732f5ec5.tar.bz2
shiftos-c--b52090021ff0ae61db652e8a486cbff6732f5ec5.zip
Move ShiftUI designer to ShiftOS and add
prober for ShiftOS to allow ShiftUI designer to design ShiftOS forms.
Diffstat (limited to 'source/WindowsFormsApplication1/Apps')
-rw-r--r--source/WindowsFormsApplication1/Apps/BitnoteWallet.cs15
-rw-r--r--source/WindowsFormsApplication1/Apps/Shifter.Designer.cs9
2 files changed, 12 insertions, 12 deletions
diff --git a/source/WindowsFormsApplication1/Apps/BitnoteWallet.cs b/source/WindowsFormsApplication1/Apps/BitnoteWallet.cs
index 7b19c70..3a7164e 100644
--- a/source/WindowsFormsApplication1/Apps/BitnoteWallet.cs
+++ b/source/WindowsFormsApplication1/Apps/BitnoteWallet.cs
@@ -22,14 +22,17 @@ namespace ShiftOS
public BitnoteWallet()
{
InitializeComponent();
- Clients = new List<BitnoteClient>();
- foreach(var c in Package_Grabber.clients)
+ if (API.ShouldLoadEngine)
{
- if(c.Value.IsConnected)
+ Clients = new List<BitnoteClient>();
+ foreach (var c in Package_Grabber.clients)
{
- var client = new BitnoteClient(c.Key);
- client.GetBank();
- Clients.Add(client);
+ if (c.Value.IsConnected)
+ {
+ var client = new BitnoteClient(c.Key);
+ client.GetBank();
+ Clients.Add(client);
+ }
}
}
}
diff --git a/source/WindowsFormsApplication1/Apps/Shifter.Designer.cs b/source/WindowsFormsApplication1/Apps/Shifter.Designer.cs
index 04a61d3..568822e 100644
--- a/source/WindowsFormsApplication1/Apps/Shifter.Designer.cs
+++ b/source/WindowsFormsApplication1/Apps/Shifter.Designer.cs
@@ -443,7 +443,6 @@ namespace ShiftOS
this.pnlshifterintro.SuspendLayout();
this.pnldesktopoptions.SuspendLayout();
this.pnldesktoppaneloptions.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtdesktoppanelheight)).BeginInit();
this.pnlapplauncheroptions.SuspendLayout();
this.pnldesktopintro.SuspendLayout();
this.pnlpanelbuttonsoptions.SuspendLayout();
@@ -453,7 +452,6 @@ namespace ShiftOS
this.predesktoppanel.SuspendLayout();
this.prepnlpanelbuttonholder.SuspendLayout();
this.prepnlpanelbutton.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pretbicon)).BeginInit();
this.pretimepanel.SuspendLayout();
this.preapplaunchermenuholder.SuspendLayout();
this.predesktopappmenu.SuspendLayout();
@@ -472,7 +470,6 @@ namespace ShiftOS
this.prepgleft.SuspendLayout();
this.prepgright.SuspendLayout();
this.pretitlebar.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.prepnlicon)).BeginInit();
this.pnlreset.SuspendLayout();
this.pgcontents.SuspendLayout();
this.pnldesktopcomposition.SuspendLayout();
@@ -5123,7 +5120,7 @@ namespace ShiftOS
this.pnldesktopoptions.ResumeLayout(false);
this.pnldesktoppaneloptions.ResumeLayout(false);
this.pnldesktoppaneloptions.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtdesktoppanelheight)).EndInit();
+ //((System.ComponentModel.ISupportInitialize)(this.txtdesktoppanelheight)).EndInit();
this.pnlapplauncheroptions.ResumeLayout(false);
this.pnlapplauncheroptions.PerformLayout();
this.pnldesktopintro.ResumeLayout(false);
@@ -5139,7 +5136,7 @@ namespace ShiftOS
this.prepnlpanelbuttonholder.ResumeLayout(false);
this.prepnlpanelbutton.ResumeLayout(false);
this.prepnlpanelbutton.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pretbicon)).EndInit();
+ //((System.ComponentModel.ISupportInitialize)(this.pretbicon)).EndInit();
this.pretimepanel.ResumeLayout(false);
this.pretimepanel.PerformLayout();
this.preapplaunchermenuholder.ResumeLayout(false);
@@ -5169,7 +5166,7 @@ namespace ShiftOS
this.prepgright.ResumeLayout(false);
this.pretitlebar.ResumeLayout(false);
this.pretitlebar.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.prepnlicon)).EndInit();
+ //((System.ComponentModel.ISupportInitialize)(this.prepnlicon)).EndInit();
this.pnlreset.ResumeLayout(false);
this.pgcontents.ResumeLayout(false);
this.pgcontents.PerformLayout();