aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/WinformsDesktop.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.WinForms/WinformsDesktop.Designer.cs')
-rw-r--r--ShiftOS.WinForms/WinformsDesktop.Designer.cs138
1 files changed, 138 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/WinformsDesktop.Designer.cs b/ShiftOS.WinForms/WinformsDesktop.Designer.cs
new file mode 100644
index 0000000..50a4d7f
--- /dev/null
+++ b/ShiftOS.WinForms/WinformsDesktop.Designer.cs
@@ -0,0 +1,138 @@
+namespace ShiftOS.WinForms
+{
+ partial class WinformsDesktop
+ {
+ /// <summary>
+ /// Required designer variable.
+ /// </summary>
+ private System.ComponentModel.IContainer components = null;
+
+ /// <summary>
+ /// Clean up any resources being used.
+ /// </summary>
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ /// <summary>
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ /// </summary>
+ private void InitializeComponent()
+ {
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WinformsDesktop));
+ this.desktoppanel = new System.Windows.Forms.Panel();
+ 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.lbtime = new System.Windows.Forms.Label();
+ this.desktoppanel.SuspendLayout();
+ this.sysmenuholder.SuspendLayout();
+ this.menuStrip1.SuspendLayout();
+ this.SuspendLayout();
+ //
+ // desktoppanel
+ //
+ this.desktoppanel.BackColor = System.Drawing.Color.Green;
+ this.desktoppanel.Controls.Add(this.lbtime);
+ this.desktoppanel.Controls.Add(this.panelbuttonholder);
+ this.desktoppanel.Controls.Add(this.sysmenuholder);
+ this.desktoppanel.Dock = System.Windows.Forms.DockStyle.Top;
+ this.desktoppanel.Location = new System.Drawing.Point(0, 0);
+ this.desktoppanel.Name = "desktoppanel";
+ this.desktoppanel.Size = new System.Drawing.Size(1296, 24);
+ this.desktoppanel.TabIndex = 0;
+ //
+ // panelbuttonholder
+ //
+ this.panelbuttonholder.AutoSize = true;
+ this.panelbuttonholder.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
+ this.panelbuttonholder.Location = new System.Drawing.Point(107, -77);
+ this.panelbuttonholder.Name = "panelbuttonholder";
+ this.panelbuttonholder.Size = new System.Drawing.Size(0, 0);
+ this.panelbuttonholder.TabIndex = 2;
+ //
+ // sysmenuholder
+ //
+ this.sysmenuholder.Controls.Add(this.menuStrip1);
+ this.sysmenuholder.Location = new System.Drawing.Point(12, 5);
+ this.sysmenuholder.Name = "sysmenuholder";
+ this.sysmenuholder.Size = new System.Drawing.Size(68, 24);
+ this.sysmenuholder.TabIndex = 1;
+ //
+ // menuStrip1
+ //
+ this.menuStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.apps});
+ this.menuStrip1.Location = new System.Drawing.Point(0, 0);
+ this.menuStrip1.Name = "menuStrip1";
+ this.menuStrip1.Padding = new System.Windows.Forms.Padding(0);
+ this.menuStrip1.Size = new System.Drawing.Size(68, 24);
+ this.menuStrip1.TabIndex = 0;
+ this.menuStrip1.Text = "menuStrip1";
+ //
+ // apps
+ //
+ this.apps.AutoSize = false;
+ this.apps.Name = "apps";
+ this.apps.Padding = new System.Windows.Forms.Padding(0);
+ this.apps.Size = new System.Drawing.Size(58, 20);
+ this.apps.Text = "ShiftOS";
+ //
+ // 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.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;
+ //
+ // Desktop
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
+ 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.desktoppanel);
+ this.Font = new System.Drawing.Font("Consolas", 9F);
+ this.ForeColor = System.Drawing.Color.LightGreen;
+ this.MainMenuStrip = this.menuStrip1;
+ this.Name = "Desktop";
+ this.Text = "Desktop";
+ this.Load += new System.EventHandler(this.Desktop_Load);
+ this.desktoppanel.ResumeLayout(false);
+ this.desktoppanel.PerformLayout();
+ this.sysmenuholder.ResumeLayout(false);
+ this.sysmenuholder.PerformLayout();
+ this.menuStrip1.ResumeLayout(false);
+ this.menuStrip1.PerformLayout();
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.Panel desktoppanel;
+ private System.Windows.Forms.Label lbtime;
+ private System.Windows.Forms.Panel sysmenuholder;
+ private System.Windows.Forms.MenuStrip menuStrip1;
+ private System.Windows.Forms.ToolStripMenuItem apps;
+ private System.Windows.Forms.FlowLayoutPanel panelbuttonholder;
+ }
+
+}
+