From 946f2cdf7a5947dd3a39c58962a5f34cac8e2e8d Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sat, 12 May 2018 20:57:57 -0400 Subject: Added the desktop --- Project Ports/Desktop.Designer.cs | 77 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 Project Ports/Desktop.Designer.cs (limited to 'Project Ports/Desktop.Designer.cs') diff --git a/Project Ports/Desktop.Designer.cs b/Project Ports/Desktop.Designer.cs new file mode 100644 index 0000000..9c64f92 --- /dev/null +++ b/Project Ports/Desktop.Designer.cs @@ -0,0 +1,77 @@ +namespace Project_Ports +{ + partial class Desktop + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.appMenu = new System.Windows.Forms.MenuStrip(); + this.menuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.appMenu.SuspendLayout(); + this.SuspendLayout(); + // + // appMenu + // + this.appMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.menuToolStripMenuItem}); + this.appMenu.Location = new System.Drawing.Point(0, 0); + this.appMenu.Name = "appMenu"; + this.appMenu.Size = new System.Drawing.Size(800, 24); + this.appMenu.TabIndex = 0; + this.appMenu.Text = "menuStrip1"; + // + // menuToolStripMenuItem + // + this.menuToolStripMenuItem.Name = "menuToolStripMenuItem"; + this.menuToolStripMenuItem.Size = new System.Drawing.Size(50, 20); + this.menuToolStripMenuItem.Text = "Menu"; + // + // Desktop + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.BackColor = System.Drawing.Color.Black; + this.ClientSize = new System.Drawing.Size(800, 450); + this.Controls.Add(this.appMenu); + this.ForeColor = System.Drawing.Color.White; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; + this.MainMenuStrip = this.appMenu; + this.Name = "Desktop"; + this.Text = "Desktop"; + this.WindowState = System.Windows.Forms.FormWindowState.Maximized; + this.appMenu.ResumeLayout(false); + this.appMenu.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.MenuStrip appMenu; + private System.Windows.Forms.ToolStripMenuItem menuToolStripMenuItem; + } +} \ No newline at end of file -- cgit v1.2.3