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; } }