aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/WinformsDesktop.Designer.cs
diff options
context:
space:
mode:
authorwilliam341 <[email protected]>2017-05-28 12:37:00 -0700
committerGitHub <[email protected]>2017-05-28 12:37:00 -0700
commit771c20cfb3a703e0f1550fdcf9eb07b78298c944 (patch)
tree59cb532e15ebff313fdba2be264d78ec0033f407 /ShiftOS.WinForms/WinformsDesktop.Designer.cs
parent496b0cbf8659c99203f48210fd39c572400ae623 (diff)
parentc7ba7d733c756d196f98dd4533289a1ef4db715f (diff)
downloadshiftos_thereturn-771c20cfb3a703e0f1550fdcf9eb07b78298c944.tar.gz
shiftos_thereturn-771c20cfb3a703e0f1550fdcf9eb07b78298c944.tar.bz2
shiftos_thereturn-771c20cfb3a703e0f1550fdcf9eb07b78298c944.zip
Merge pull request #1 from shiftos-game/master
welp, no longer a dev.
Diffstat (limited to 'ShiftOS.WinForms/WinformsDesktop.Designer.cs')
-rw-r--r--ShiftOS.WinForms/WinformsDesktop.Designer.cs246
1 files changed, 226 insertions, 20 deletions
diff --git a/ShiftOS.WinForms/WinformsDesktop.Designer.cs b/ShiftOS.WinForms/WinformsDesktop.Designer.cs
index aef7296..968a31c 100644
--- a/ShiftOS.WinForms/WinformsDesktop.Designer.cs
+++ b/ShiftOS.WinForms/WinformsDesktop.Designer.cs
@@ -53,22 +53,44 @@ namespace ShiftOS.WinForms
private void InitializeComponent()
{
this.desktoppanel = new System.Windows.Forms.Panel();
- this.btnnotifications = new System.Windows.Forms.Button();
+ this.pnlnotifications = new System.Windows.Forms.Panel();
+ this.flnotifications = new System.Windows.Forms.FlowLayoutPanel();
this.lbtime = new System.Windows.Forms.Label();
this.panelbuttonholder = new System.Windows.Forms.FlowLayoutPanel();
this.sysmenuholder = new System.Windows.Forms.Panel();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.apps = new System.Windows.Forms.ToolStripMenuItem();
+ this.pnlscreensaver = new System.Windows.Forms.Panel();
+ this.pnlssicon = new System.Windows.Forms.Panel();
+ this.pnlwidgetlayer = new System.Windows.Forms.Panel();
+ this.ntconnectionstatus = new System.Windows.Forms.PictureBox();
+ this.pnlnotificationbox = new System.Windows.Forms.Panel();
+ this.lbnotemsg = new System.Windows.Forms.Label();
+ this.lbnotetitle = new System.Windows.Forms.Label();
+ this.pnladvancedal = new System.Windows.Forms.Panel();
+ this.flapps = new System.Windows.Forms.FlowLayoutPanel();
+ this.flcategories = new System.Windows.Forms.FlowLayoutPanel();
+ this.pnlalsystemactions = new System.Windows.Forms.Panel();
+ this.btnshutdown = new System.Windows.Forms.Button();
+ this.pnlstatus = new System.Windows.Forms.Panel();
+ this.lbalstatus = new System.Windows.Forms.Label();
this.desktoppanel.SuspendLayout();
+ this.pnlnotifications.SuspendLayout();
+ this.flnotifications.SuspendLayout();
this.sysmenuholder.SuspendLayout();
this.menuStrip1.SuspendLayout();
+ this.pnlscreensaver.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.ntconnectionstatus)).BeginInit();
+ this.pnlnotificationbox.SuspendLayout();
+ this.pnladvancedal.SuspendLayout();
+ this.pnlalsystemactions.SuspendLayout();
+ this.pnlstatus.SuspendLayout();
this.SuspendLayout();
//
// desktoppanel
//
this.desktoppanel.BackColor = System.Drawing.Color.Green;
- this.desktoppanel.Controls.Add(this.btnnotifications);
- this.desktoppanel.Controls.Add(this.lbtime);
+ this.desktoppanel.Controls.Add(this.pnlnotifications);
this.desktoppanel.Controls.Add(this.panelbuttonholder);
this.desktoppanel.Controls.Add(this.sysmenuholder);
this.desktoppanel.Dock = System.Windows.Forms.DockStyle.Top;
@@ -78,33 +100,40 @@ namespace ShiftOS.WinForms
this.desktoppanel.TabIndex = 0;
this.desktoppanel.Paint += new System.Windows.Forms.PaintEventHandler(this.desktoppanel_Paint);
//
- // btnnotifications
- //
- this.btnnotifications.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnnotifications.AutoSize = true;
- this.btnnotifications.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.btnnotifications.BackColor = System.Drawing.Color.Transparent;
- this.btnnotifications.FlatAppearance.BorderSize = 0;
- this.btnnotifications.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnnotifications.Location = new System.Drawing.Point(1066, -2);
- this.btnnotifications.Name = "btnnotifications";
- this.btnnotifications.Size = new System.Drawing.Size(136, 24);
- this.btnnotifications.TabIndex = 3;
- this.btnnotifications.Text = "Notifications (0)";
- this.btnnotifications.UseVisualStyleBackColor = false;
- this.btnnotifications.Click += new System.EventHandler(this.btnnotifications_Click);
+ // pnlnotifications
+ //
+ this.pnlnotifications.Controls.Add(this.flnotifications);
+ this.pnlnotifications.Controls.Add(this.lbtime);
+ this.pnlnotifications.Cursor = System.Windows.Forms.Cursors.Default;
+ this.pnlnotifications.Dock = System.Windows.Forms.DockStyle.Right;
+ this.pnlnotifications.Location = new System.Drawing.Point(1096, 0);
+ this.pnlnotifications.Name = "pnlnotifications";
+ this.pnlnotifications.Size = new System.Drawing.Size(200, 24);
+ this.pnlnotifications.TabIndex = 3;
+ //
+ // flnotifications
+ //
+ this.flnotifications.AutoSize = true;
+ this.flnotifications.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
+ this.flnotifications.Controls.Add(this.ntconnectionstatus);
+ this.flnotifications.Dock = System.Windows.Forms.DockStyle.Left;
+ this.flnotifications.Location = new System.Drawing.Point(0, 0);
+ this.flnotifications.Name = "flnotifications";
+ this.flnotifications.Size = new System.Drawing.Size(22, 24);
+ this.flnotifications.TabIndex = 1;
//
// lbtime
//
this.lbtime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.lbtime.AutoSize = true;
- this.lbtime.Location = new System.Drawing.Point(3, 0);
+ this.lbtime.Location = new System.Drawing.Point(139, 7);
this.lbtime.Name = "lbtime";
this.lbtime.Size = new System.Drawing.Size(49, 14);
this.lbtime.TabIndex = 0;
this.lbtime.Text = "label1";
this.lbtime.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
+ this.lbtime.Click += new System.EventHandler(this.lbtime_Click);
//
// panelbuttonholder
//
@@ -143,6 +172,151 @@ namespace ShiftOS.WinForms
this.apps.Size = new System.Drawing.Size(58, 20);
this.apps.Tag = "applauncherbutton";
this.apps.Text = "ShiftOS";
+ this.apps.Click += new System.EventHandler(this.apps_Click);
+ //
+ // pnlscreensaver
+ //
+ this.pnlscreensaver.Controls.Add(this.pnlssicon);
+ this.pnlscreensaver.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.pnlscreensaver.Location = new System.Drawing.Point(0, 24);
+ this.pnlscreensaver.Name = "pnlscreensaver";
+ this.pnlscreensaver.Size = new System.Drawing.Size(1296, 714);
+ this.pnlscreensaver.TabIndex = 1;
+ this.pnlscreensaver.Visible = false;
+ //
+ // pnlssicon
+ //
+ this.pnlssicon.Location = new System.Drawing.Point(303, 495);
+ this.pnlssicon.Name = "pnlssicon";
+ this.pnlssicon.Size = new System.Drawing.Size(200, 100);
+ this.pnlssicon.TabIndex = 0;
+ //
+ // pnlwidgetlayer
+ //
+ this.pnlwidgetlayer.BackColor = System.Drawing.Color.Transparent;
+ this.pnlwidgetlayer.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.pnlwidgetlayer.Location = new System.Drawing.Point(0, 24);
+ this.pnlwidgetlayer.Name = "pnlwidgetlayer";
+ this.pnlwidgetlayer.Size = new System.Drawing.Size(1296, 714);
+ this.pnlwidgetlayer.TabIndex = 1;
+ //
+ // ntconnectionstatus
+ //
+ this.ntconnectionstatus.Image = global::ShiftOS.WinForms.Properties.Resources.notestate_connection_full;
+ this.ntconnectionstatus.Location = new System.Drawing.Point(3, 3);
+ this.ntconnectionstatus.Name = "ntconnectionstatus";
+ this.ntconnectionstatus.Size = new System.Drawing.Size(16, 16);
+ this.ntconnectionstatus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
+ this.ntconnectionstatus.TabIndex = 0;
+ this.ntconnectionstatus.TabStop = false;
+ this.ntconnectionstatus.Tag = "digitalsociety";
+ //
+ // pnlnotificationbox
+ //
+ this.pnlnotificationbox.AutoSize = true;
+ this.pnlnotificationbox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
+ this.pnlnotificationbox.Controls.Add(this.lbnotemsg);
+ this.pnlnotificationbox.Controls.Add(this.lbnotetitle);
+ this.pnlnotificationbox.Location = new System.Drawing.Point(654, 111);
+ this.pnlnotificationbox.Name = "pnlnotificationbox";
+ this.pnlnotificationbox.Size = new System.Drawing.Size(69, 68);
+ this.pnlnotificationbox.TabIndex = 0;
+ this.pnlnotificationbox.Visible = false;
+ //
+ // lbnotemsg
+ //
+ this.lbnotemsg.AutoSize = true;
+ this.lbnotemsg.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.lbnotemsg.Location = new System.Drawing.Point(0, 34);
+ this.lbnotemsg.MaximumSize = new System.Drawing.Size(350, 0);
+ this.lbnotemsg.Name = "lbnotemsg";
+ this.lbnotemsg.Padding = new System.Windows.Forms.Padding(10);
+ this.lbnotemsg.Size = new System.Drawing.Size(69, 34);
+ this.lbnotemsg.TabIndex = 1;
+ this.lbnotemsg.Text = "label1";
+ //
+ // lbnotetitle
+ //
+ this.lbnotetitle.AutoSize = true;
+ this.lbnotetitle.Dock = System.Windows.Forms.DockStyle.Top;
+ this.lbnotetitle.Location = new System.Drawing.Point(0, 0);
+ this.lbnotetitle.Margin = new System.Windows.Forms.Padding(10);
+ this.lbnotetitle.Name = "lbnotetitle";
+ this.lbnotetitle.Padding = new System.Windows.Forms.Padding(10);
+ this.lbnotetitle.Size = new System.Drawing.Size(69, 34);
+ this.lbnotetitle.TabIndex = 0;
+ this.lbnotetitle.Tag = "header2";
+ this.lbnotetitle.Text = "label1";
+ //
+ // pnladvancedal
+ //
+ this.pnladvancedal.Controls.Add(this.flapps);
+ this.pnladvancedal.Controls.Add(this.flcategories);
+ this.pnladvancedal.Controls.Add(this.pnlalsystemactions);
+ this.pnladvancedal.Controls.Add(this.pnlstatus);
+ this.pnladvancedal.Location = new System.Drawing.Point(0, 24);
+ this.pnladvancedal.Name = "pnladvancedal";
+ this.pnladvancedal.Size = new System.Drawing.Size(433, 417);
+ this.pnladvancedal.TabIndex = 1;
+ this.pnladvancedal.Visible = false;
+ //
+ // flapps
+ //
+ this.flapps.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.flapps.Location = new System.Drawing.Point(221, 58);
+ this.flapps.Name = "flapps";
+ this.flapps.Size = new System.Drawing.Size(212, 328);
+ this.flapps.TabIndex = 3;
+ //
+ // flcategories
+ //
+ this.flcategories.Dock = System.Windows.Forms.DockStyle.Left;
+ this.flcategories.Location = new System.Drawing.Point(0, 58);
+ this.flcategories.Name = "flcategories";
+ this.flcategories.Size = new System.Drawing.Size(221, 328);
+ this.flcategories.TabIndex = 2;
+ //
+ // pnlalsystemactions
+ //
+ this.pnlalsystemactions.Controls.Add(this.btnshutdown);
+ this.pnlalsystemactions.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.pnlalsystemactions.Location = new System.Drawing.Point(0, 386);
+ this.pnlalsystemactions.Name = "pnlalsystemactions";
+ this.pnlalsystemactions.Size = new System.Drawing.Size(433, 31);
+ this.pnlalsystemactions.TabIndex = 1;
+ //
+ // btnshutdown
+ //
+ this.btnshutdown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+ this.btnshutdown.AutoSize = true;
+ this.btnshutdown.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
+ this.btnshutdown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnshutdown.Location = new System.Drawing.Point(355, 3);
+ this.btnshutdown.Name = "btnshutdown";
+ this.btnshutdown.Size = new System.Drawing.Size(75, 26);
+ this.btnshutdown.TabIndex = 0;
+ this.btnshutdown.Text = "Shutdown";
+ this.btnshutdown.UseVisualStyleBackColor = true;
+ this.btnshutdown.Click += new System.EventHandler(this.btnshutdown_Click);
+ //
+ // pnlstatus
+ //
+ this.pnlstatus.Controls.Add(this.lbalstatus);
+ this.pnlstatus.Dock = System.Windows.Forms.DockStyle.Top;
+ this.pnlstatus.Location = new System.Drawing.Point(0, 0);
+ this.pnlstatus.Name = "pnlstatus";
+ this.pnlstatus.Size = new System.Drawing.Size(433, 58);
+ this.pnlstatus.TabIndex = 0;
+ //
+ // lbalstatus
+ //
+ this.lbalstatus.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.lbalstatus.Location = new System.Drawing.Point(0, 0);
+ this.lbalstatus.Name = "lbalstatus";
+ this.lbalstatus.Size = new System.Drawing.Size(433, 58);
+ this.lbalstatus.TabIndex = 0;
+ this.lbalstatus.Text = "michael@system\r\n0 Codepoints\r\n0 installed, 0 available";
+ this.lbalstatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// WinformsDesktop
//
@@ -150,6 +324,10 @@ namespace ShiftOS.WinForms
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Black;
this.ClientSize = new System.Drawing.Size(1296, 738);
+ this.Controls.Add(this.pnlnotificationbox);
+ this.Controls.Add(this.pnlwidgetlayer);
+ this.Controls.Add(this.pnladvancedal);
+ this.Controls.Add(this.pnlscreensaver);
this.Controls.Add(this.desktoppanel);
this.Font = new System.Drawing.Font("Consolas", 9F);
this.ForeColor = System.Drawing.Color.LightGreen;
@@ -159,11 +337,24 @@ namespace ShiftOS.WinForms
this.Load += new System.EventHandler(this.Desktop_Load);
this.desktoppanel.ResumeLayout(false);
this.desktoppanel.PerformLayout();
+ this.pnlnotifications.ResumeLayout(false);
+ this.pnlnotifications.PerformLayout();
+ this.flnotifications.ResumeLayout(false);
+ this.flnotifications.PerformLayout();
this.sysmenuholder.ResumeLayout(false);
this.sysmenuholder.PerformLayout();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
+ this.pnlscreensaver.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.ntconnectionstatus)).EndInit();
+ this.pnlnotificationbox.ResumeLayout(false);
+ this.pnlnotificationbox.PerformLayout();
+ this.pnladvancedal.ResumeLayout(false);
+ this.pnlalsystemactions.ResumeLayout(false);
+ this.pnlalsystemactions.PerformLayout();
+ this.pnlstatus.ResumeLayout(false);
this.ResumeLayout(false);
+ this.PerformLayout();
}
@@ -175,7 +366,22 @@ namespace ShiftOS.WinForms
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem apps;
private System.Windows.Forms.FlowLayoutPanel panelbuttonholder;
- private System.Windows.Forms.Button btnnotifications;
+ private System.Windows.Forms.Panel pnlscreensaver;
+ private System.Windows.Forms.Panel pnlssicon;
+ private System.Windows.Forms.Panel pnladvancedal;
+ private System.Windows.Forms.Panel pnlalsystemactions;
+ private System.Windows.Forms.Button btnshutdown;
+ private System.Windows.Forms.Panel pnlstatus;
+ private System.Windows.Forms.Label lbalstatus;
+ private System.Windows.Forms.FlowLayoutPanel flapps;
+ private System.Windows.Forms.FlowLayoutPanel flcategories;
+ private System.Windows.Forms.Panel pnlwidgetlayer;
+ private System.Windows.Forms.Panel pnlnotifications;
+ private System.Windows.Forms.FlowLayoutPanel flnotifications;
+ private System.Windows.Forms.Panel pnlnotificationbox;
+ private System.Windows.Forms.Label lbnotemsg;
+ private System.Windows.Forms.Label lbnotetitle;
+ private System.Windows.Forms.PictureBox ntconnectionstatus;
}
}