aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/Desktop.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Project Ports/Desktop.Designer.cs')
-rw-r--r--Project Ports/Desktop.Designer.cs77
1 files changed, 77 insertions, 0 deletions
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
+ {
+ /// <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()
+ {
+ 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