aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/MainMenu.Designer.cs
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2018-08-26 16:27:00 -0400
committerAlee14 <Alee14498@gmail.com>2018-08-26 16:27:00 -0400
commitbcd3886d85038de6a4b4a45f546af932d626edb4 (patch)
treeab6f1b1b1d2a3ca783ff2ae0e2cce63303201dcc /Project Ports/MainMenu.Designer.cs
parent47e2ae6d0ff6a776947014cab62434f7e6f9d4e2 (diff)
downloadProject-Silicon-bcd3886d85038de6a4b4a45f546af932d626edb4.tar.gz
Project-Silicon-bcd3886d85038de6a4b4a45f546af932d626edb4.tar.bz2
Project-Silicon-bcd3886d85038de6a4b4a45f546af932d626edb4.zip
Redesign the menu
Diffstat (limited to 'Project Ports/MainMenu.Designer.cs')
-rw-r--r--Project Ports/MainMenu.Designer.cs58
1 files changed, 28 insertions, 30 deletions
diff --git a/Project Ports/MainMenu.Designer.cs b/Project Ports/MainMenu.Designer.cs
index f68ab6d..8e260c7 100644
--- a/Project Ports/MainMenu.Designer.cs
+++ b/Project Ports/MainMenu.Designer.cs
@@ -30,12 +30,12 @@
{
this.btnPlay = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
- this.btnExit = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.btnAbout = new System.Windows.Forms.Button();
this.wbPortsNews = new System.Windows.Forms.WebBrowser();
this.label3 = new System.Windows.Forms.Label();
this.btnDebugMode = new System.Windows.Forms.Button();
+ this.btnExit = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btnPlay
@@ -45,7 +45,7 @@
this.btnPlay.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnPlay.Font = new System.Drawing.Font("Lucida Console", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnPlay.ForeColor = System.Drawing.Color.White;
- this.btnPlay.Location = new System.Drawing.Point(530, 109);
+ this.btnPlay.Location = new System.Drawing.Point(32, 481);
this.btnPlay.Name = "btnPlay";
this.btnPlay.Size = new System.Drawing.Size(193, 44);
this.btnPlay.TabIndex = 0;
@@ -59,34 +59,19 @@
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(524, 45);
+ this.label1.Location = new System.Drawing.Point(20, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(210, 32);
this.label1.TabIndex = 1;
this.label1.Text = "Project Ports";
//
- // btnExit
- //
- this.btnExit.Anchor = System.Windows.Forms.AnchorStyles.Top;
- this.btnExit.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- 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(530, 259);
- this.btnExit.Name = "btnExit";
- this.btnExit.Size = new System.Drawing.Size(193, 44);
- this.btnExit.TabIndex = 2;
- this.btnExit.Text = "Exit";
- this.btnExit.UseVisualStyleBackColor = true;
- this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
- //
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | 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(903, 55);
+ this.label2.Location = new System.Drawing.Point(552, 13);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(270, 38);
this.label2.TabIndex = 3;
@@ -99,7 +84,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(530, 209);
+ this.btnAbout.Location = new System.Drawing.Point(430, 481);
this.btnAbout.Name = "btnAbout";
this.btnAbout.Size = new System.Drawing.Size(193, 44);
this.btnAbout.TabIndex = 4;
@@ -112,11 +97,11 @@
this.wbPortsNews.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.wbPortsNews.Location = new System.Drawing.Point(315, 309);
+ this.wbPortsNews.Location = new System.Drawing.Point(26, 65);
this.wbPortsNews.MinimumSize = new System.Drawing.Size(20, 20);
this.wbPortsNews.Name = "wbPortsNews";
this.wbPortsNews.ScrollBarsEnabled = false;
- this.wbPortsNews.Size = new System.Drawing.Size(625, 393);
+ this.wbPortsNews.Size = new System.Drawing.Size(797, 398);
this.wbPortsNews.TabIndex = 5;
this.wbPortsNews.Url = new System.Uri("https://portsupdate.tumblr.com/", System.UriKind.Absolute);
//
@@ -126,7 +111,7 @@
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(1113, 80);
+ this.label3.Location = new System.Drawing.Point(351, 28);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(79, 13);
this.label3.TabIndex = 6;
@@ -139,7 +124,7 @@
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(530, 159);
+ this.btnDebugMode.Location = new System.Drawing.Point(231, 481);
this.btnDebugMode.Name = "btnDebugMode";
this.btnDebugMode.Size = new System.Drawing.Size(193, 44);
this.btnDebugMode.TabIndex = 7;
@@ -147,24 +132,37 @@
this.btnDebugMode.UseVisualStyleBackColor = true;
this.btnDebugMode.Click += new System.EventHandler(this.btnDebugMode_Click);
//
+ // btnExit
+ //
+ 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(629, 481);
+ this.btnExit.Name = "btnExit";
+ this.btnExit.Size = new System.Drawing.Size(193, 44);
+ this.btnExit.TabIndex = 8;
+ this.btnExit.Text = "Exit";
+ this.btnExit.UseVisualStyleBackColor = true;
+ this.btnExit.Click += new System.EventHandler(this.btnExit_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.ClientSize = new System.Drawing.Size(849, 537);
+ this.ControlBox = false;
+ this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnDebugMode);
this.Controls.Add(this.label3);
this.Controls.Add(this.wbPortsNews);
this.Controls.Add(this.btnAbout);
this.Controls.Add(this.label2);
- this.Controls.Add(this.btnExit);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnPlay);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "MainMenu";
- this.Text = "MainMenu";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
+ this.Text = "Project: Ports Launcher";
this.Load += new System.EventHandler(this.MainMenu_Load);
this.ResumeLayout(false);
this.PerformLayout();
@@ -175,12 +173,12 @@
private System.Windows.Forms.Button btnPlay;
private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnAbout;
private System.Windows.Forms.WebBrowser wbPortsNews;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btnDebugMode;
+ private System.Windows.Forms.Button btnExit;
}
}