aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2018-05-12 21:41:21 -0400
committerAlee14 <Alee14498@gmail.com>2018-05-12 21:41:21 -0400
commita727dd31d8441c67d7758c54bdbccbdc9a5af694 (patch)
treecabe5e99ba04d964017f89a9754d35c01756ec3f
parentc0026fc7567d07ec000f3ad7a7e4ee344f2d21a7 (diff)
downloadProject-Silicon-a727dd31d8441c67d7758c54bdbccbdc9a5af694.tar.gz
Project-Silicon-a727dd31d8441c67d7758c54bdbccbdc9a5af694.tar.bz2
Project-Silicon-a727dd31d8441c67d7758c54bdbccbdc9a5af694.zip
Font changes
-rw-r--r--Project Ports/MainMenu.Designer.cs84
-rw-r--r--Project Ports/MainMenu.cs6
2 files changed, 45 insertions, 45 deletions
diff --git a/Project Ports/MainMenu.Designer.cs b/Project Ports/MainMenu.Designer.cs
index c7b5d46..765f981 100644
--- a/Project Ports/MainMenu.Designer.cs
+++ b/Project Ports/MainMenu.Designer.cs
@@ -28,27 +28,27 @@
/// </summary>
private void InitializeComponent()
{
- this.button1 = new System.Windows.Forms.Button();
+ this.btnPlay = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
- this.button2 = new System.Windows.Forms.Button();
+ this.btnExit = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
- this.button3 = new System.Windows.Forms.Button();
+ this.btnAbout = new System.Windows.Forms.Button();
this.webBrowser1 = new System.Windows.Forms.WebBrowser();
this.label3 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
- // button1
+ // btnPlay
//
- 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);
+ 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(53, 103);
+ this.btnPlay.Name = "btnPlay";
+ this.btnPlay.Size = new System.Drawing.Size(193, 44);
+ this.btnPlay.TabIndex = 0;
+ this.btnPlay.Text = "Play";
+ this.btnPlay.UseVisualStyleBackColor = true;
+ this.btnPlay.Click += new System.EventHandler(this.btnPlay_Click);
//
// label1
//
@@ -61,18 +61,18 @@
this.label1.TabIndex = 1;
this.label1.Text = "Project Ports";
//
- // button2
+ // btnExit
//
- 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);
+ 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.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
//
@@ -86,18 +86,18 @@
this.label2.TabIndex = 3;
this.label2.Text = "Copyright (C) 2018 AleeCorp\r\nLicensed with: GPL 3.0";
//
- // button3
+ // btnAbout
//
- 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);
+ 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.Name = "btnAbout";
+ this.btnAbout.Size = new System.Drawing.Size(193, 44);
+ this.btnAbout.TabIndex = 4;
+ this.btnAbout.Text = "About";
+ this.btnAbout.UseVisualStyleBackColor = true;
+ this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click);
//
// webBrowser1
//
@@ -131,11 +131,11 @@
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.btnAbout);
this.Controls.Add(this.label2);
- this.Controls.Add(this.button2);
+ this.Controls.Add(this.btnExit);
this.Controls.Add(this.label1);
- this.Controls.Add(this.button1);
+ this.Controls.Add(this.btnPlay);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "MainMenu";
this.Text = "Form1";
@@ -148,11 +148,11 @@
#endregion
- private System.Windows.Forms.Button button1;
+ private System.Windows.Forms.Button btnPlay;
private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button button2;
+ private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button button3;
+ private System.Windows.Forms.Button btnAbout;
private System.Windows.Forms.WebBrowser webBrowser1;
private System.Windows.Forms.Label label3;
}
diff --git a/Project Ports/MainMenu.cs b/Project Ports/MainMenu.cs
index 20063f1..8a6da25 100644
--- a/Project Ports/MainMenu.cs
+++ b/Project Ports/MainMenu.cs
@@ -36,18 +36,18 @@ namespace Project_Ports
InitializeComponent();
}
- private void button1_Click(object sender, EventArgs e)
+ private void btnPlay_Click(object sender, EventArgs e)
{
Desktop desktop = new Desktop();
desktop.Show();
}
- private void button2_Click(object sender, EventArgs e)
+ private void btnExit_Click(object sender, EventArgs e)
{
this.Close();
}
- private void button3_Click(object sender, EventArgs e)
+ private void btnAbout_Click(object sender, EventArgs e)
{
About aboutForm = new About();
aboutForm.Show();