aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/MainMenu.Designer.cs
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2018-05-12 20:24:09 -0400
committerAlee14 <Alee14498@gmail.com>2018-05-12 20:24:09 -0400
commitcebc36ad82b35856c78ea7de4b0b412b48cc526e (patch)
tree77c85771efd36a94d18d4c27bbb7ce6f7ac1ef9b /Project Ports/MainMenu.Designer.cs
parent64dadbe032bd0ba1fd09d082ba556ad3c34f158a (diff)
downloadProject-Silicon-cebc36ad82b35856c78ea7de4b0b412b48cc526e.tar.gz
Project-Silicon-cebc36ad82b35856c78ea7de4b0b412b48cc526e.tar.bz2
Project-Silicon-cebc36ad82b35856c78ea7de4b0b412b48cc526e.zip
Main menu changes and added about
Diffstat (limited to 'Project Ports/MainMenu.Designer.cs')
-rw-r--r--Project Ports/MainMenu.Designer.cs159
1 files changed, 159 insertions, 0 deletions
diff --git a/Project Ports/MainMenu.Designer.cs b/Project Ports/MainMenu.Designer.cs
new file mode 100644
index 0000000..3c00002
--- /dev/null
+++ b/Project Ports/MainMenu.Designer.cs
@@ -0,0 +1,159 @@
+namespace Project_Ports
+{
+ partial class MainMenu
+ {
+ /// <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.button1 = new System.Windows.Forms.Button();
+ this.label1 = new System.Windows.Forms.Label();
+ this.button2 = new System.Windows.Forms.Button();
+ this.label2 = new System.Windows.Forms.Label();
+ this.button3 = new System.Windows.Forms.Button();
+ this.webBrowser1 = new System.Windows.Forms.WebBrowser();
+ this.label3 = new System.Windows.Forms.Label();
+ this.SuspendLayout();
+ //
+ // button1
+ //
+ this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.button1.Font = new System.Drawing.Font("Lucida Console", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.button1.ForeColor = System.Drawing.Color.White;
+ this.button1.Location = new System.Drawing.Point(53, 103);
+ this.button1.Name = "button1";
+ this.button1.Size = new System.Drawing.Size(193, 44);
+ this.button1.TabIndex = 0;
+ this.button1.Text = "Play";
+ this.button1.UseVisualStyleBackColor = true;
+ this.button1.Click += new System.EventHandler(this.button1_Click);
+ //
+ // label1
+ //
+ 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.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(210, 32);
+ this.label1.TabIndex = 1;
+ this.label1.Text = "Project Ports";
+ //
+ // button2
+ //
+ this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.button2.Font = new System.Drawing.Font("Lucida Console", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.button2.ForeColor = System.Drawing.Color.White;
+ this.button2.Location = new System.Drawing.Point(53, 223);
+ this.button2.Name = "button2";
+ this.button2.Size = new System.Drawing.Size(193, 44);
+ this.button2.TabIndex = 2;
+ this.button2.Text = "Exit";
+ this.button2.UseVisualStyleBackColor = true;
+ this.button2.Click += new System.EventHandler(this.button2_Click);
+ //
+ // label2
+ //
+ this.label2.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
+ this.label2.AutoSize = true;
+ this.label2.Font = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label2.ForeColor = System.Drawing.Color.White;
+ this.label2.Location = new System.Drawing.Point(542, 646);
+ this.label2.Name = "label2";
+ this.label2.Size = new System.Drawing.Size(252, 38);
+ this.label2.TabIndex = 3;
+ this.label2.Text = "Copyright (C) 2018 AleeCorp\r\nLicensed with: GPL 3.0";
+ //
+ // button3
+ //
+ this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.button3.Font = new System.Drawing.Font("Lucida Console", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.button3.ForeColor = System.Drawing.Color.White;
+ this.button3.Location = new System.Drawing.Point(53, 162);
+ this.button3.Name = "button3";
+ this.button3.Size = new System.Drawing.Size(193, 44);
+ this.button3.TabIndex = 4;
+ this.button3.Text = "About";
+ this.button3.UseVisualStyleBackColor = true;
+ this.button3.Click += new System.EventHandler(this.button3_Click);
+ //
+ // webBrowser1
+ //
+ this.webBrowser1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Left)
+ | System.Windows.Forms.AnchorStyles.Right)));
+ this.webBrowser1.Location = new System.Drawing.Point(298, 29);
+ this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
+ this.webBrowser1.Name = "webBrowser1";
+ this.webBrowser1.Size = new System.Drawing.Size(891, 591);
+ this.webBrowser1.TabIndex = 5;
+ this.webBrowser1.Url = new System.Uri("https://aleecorp.github.io/project-ports", System.UriKind.Absolute);
+ //
+ // label3
+ //
+ this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
+ this.label3.AutoSize = true;
+ this.label3.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label3.ForeColor = System.Drawing.Color.White;
+ this.label3.Location = new System.Drawing.Point(50, 646);
+ this.label3.Name = "label3";
+ this.label3.Size = new System.Drawing.Size(79, 13);
+ this.label3.TabIndex = 6;
+ this.label3.Text = "Alpha 0.1";
+ //
+ // Form1
+ //
+ 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.label3);
+ this.Controls.Add(this.webBrowser1);
+ this.Controls.Add(this.button3);
+ this.Controls.Add(this.label2);
+ this.Controls.Add(this.button2);
+ this.Controls.Add(this.label1);
+ this.Controls.Add(this.button1);
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
+ this.Name = "Form1";
+ this.Text = "Form1";
+ this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.Button button1;
+ private System.Windows.Forms.Label label1;
+ private System.Windows.Forms.Button button2;
+ private System.Windows.Forms.Label label2;
+ private System.Windows.Forms.Button button3;
+ private System.Windows.Forms.WebBrowser webBrowser1;
+ private System.Windows.Forms.Label label3;
+ }
+}
+