From 944d0efd0c7c50771398169862fc5dcbe4dc0086 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sun, 13 May 2018 12:35:21 -0400 Subject: Added debug mode --- Project Ports/MainMenu.Designer.cs | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'Project Ports/MainMenu.Designer.cs') diff --git a/Project Ports/MainMenu.Designer.cs b/Project Ports/MainMenu.Designer.cs index cfe4607..0c3bc93 100644 --- a/Project Ports/MainMenu.Designer.cs +++ b/Project Ports/MainMenu.Designer.cs @@ -35,6 +35,7 @@ this.btnAbout = new System.Windows.Forms.Button(); this.webBrowser1 = new System.Windows.Forms.WebBrowser(); this.label3 = new System.Windows.Forms.Label(); + this.btnDebugMode = new System.Windows.Forms.Button(); this.SuspendLayout(); // // btnPlay @@ -55,7 +56,7 @@ this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Consolas", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.Color.White; - this.label1.Location = new System.Drawing.Point(47, 49); + this.label1.Location = new System.Drawing.Point(47, 41); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(210, 32); this.label1.TabIndex = 1; @@ -66,7 +67,7 @@ this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnExit.Font = new System.Drawing.Font("Lucida Console", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnExit.ForeColor = System.Drawing.Color.White; - this.btnExit.Location = new System.Drawing.Point(53, 223); + this.btnExit.Location = new System.Drawing.Point(53, 253); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(193, 44); this.btnExit.TabIndex = 2; @@ -91,7 +92,7 @@ this.btnAbout.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnAbout.Font = new System.Drawing.Font("Lucida Console", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAbout.ForeColor = System.Drawing.Color.White; - this.btnAbout.Location = new System.Drawing.Point(53, 162); + this.btnAbout.Location = new System.Drawing.Point(53, 203); this.btnAbout.Name = "btnAbout"; this.btnAbout.Size = new System.Drawing.Size(193, 44); this.btnAbout.TabIndex = 4; @@ -123,12 +124,26 @@ this.label3.TabIndex = 6; this.label3.Text = "Alpha 0.1"; // + // btnDebugMode + // + this.btnDebugMode.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnDebugMode.Font = new System.Drawing.Font("Lucida Console", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.btnDebugMode.ForeColor = System.Drawing.Color.White; + this.btnDebugMode.Location = new System.Drawing.Point(53, 153); + this.btnDebugMode.Name = "btnDebugMode"; + this.btnDebugMode.Size = new System.Drawing.Size(193, 44); + this.btnDebugMode.TabIndex = 7; + this.btnDebugMode.Text = "Debug Mode"; + this.btnDebugMode.UseVisualStyleBackColor = true; + this.btnDebugMode.Click += new System.EventHandler(this.btnDebugMode_Click); + // // MainMenu // 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(1235, 704); + this.Controls.Add(this.btnDebugMode); this.Controls.Add(this.label3); this.Controls.Add(this.webBrowser1); this.Controls.Add(this.btnAbout); @@ -155,6 +170,7 @@ private System.Windows.Forms.Button btnAbout; private System.Windows.Forms.WebBrowser webBrowser1; private System.Windows.Forms.Label label3; + private System.Windows.Forms.Button btnDebugMode; } } -- cgit v1.2.3