diff options
| author | TheEdgeNK <trey6979@gmail.com> | 2018-08-26 16:38:45 -0400 |
|---|---|---|
| committer | TheEdgeNK <trey6979@gmail.com> | 2018-08-26 16:38:45 -0400 |
| commit | 80a32df7645674007ee1626a0342cbe202c83f54 (patch) | |
| tree | e708619f9ca635fbdc8b794fd3eebb022855ceb9 /Project Ports/MainMenu.Designer.cs | |
| parent | 532e83236ce7dbb13e972f7e1c929fc1776a809a (diff) | |
| download | Project-Silicon-80a32df7645674007ee1626a0342cbe202c83f54.tar.gz Project-Silicon-80a32df7645674007ee1626a0342cbe202c83f54.tar.bz2 Project-Silicon-80a32df7645674007ee1626a0342cbe202c83f54.zip | |
oh yeah, lets commit this :O
Diffstat (limited to 'Project Ports/MainMenu.Designer.cs')
| -rw-r--r-- | Project Ports/MainMenu.Designer.cs | 77 |
1 files changed, 28 insertions, 49 deletions
diff --git a/Project Ports/MainMenu.Designer.cs b/Project Ports/MainMenu.Designer.cs index 8e260c7..edffe02 100644 --- a/Project Ports/MainMenu.Designer.cs +++ b/Project Ports/MainMenu.Designer.cs @@ -29,13 +29,13 @@ private void InitializeComponent() { this.btnPlay = new System.Windows.Forms.Button(); - this.label1 = new System.Windows.Forms.Label(); 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.panel1 = new System.Windows.Forms.Panel(); + this.panel1.SuspendLayout(); this.SuspendLayout(); // // btnPlay @@ -45,33 +45,21 @@ 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(32, 481); + this.btnPlay.Location = new System.Drawing.Point(600, 4); this.btnPlay.Name = "btnPlay"; - this.btnPlay.Size = new System.Drawing.Size(193, 44); + this.btnPlay.Size = new System.Drawing.Size(238, 75); this.btnPlay.TabIndex = 0; this.btnPlay.Text = "Campaign"; this.btnPlay.UseVisualStyleBackColor = true; this.btnPlay.Click += new System.EventHandler(this.btnPlay_Click); // - // label1 - // - this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); - 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(20, 13); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(210, 32); - this.label1.TabIndex = 1; - this.label1.Text = "Project Ports"; - // // 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(552, 13); + this.label2.Location = new System.Drawing.Point(13, 11); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(270, 38); this.label2.TabIndex = 3; @@ -84,9 +72,9 @@ 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(430, 481); + this.btnAbout.Location = new System.Drawing.Point(401, 3); this.btnAbout.Name = "btnAbout"; - this.btnAbout.Size = new System.Drawing.Size(193, 44); + this.btnAbout.Size = new System.Drawing.Size(193, 37); this.btnAbout.TabIndex = 4; this.btnAbout.Text = "About"; this.btnAbout.UseVisualStyleBackColor = true; @@ -97,11 +85,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(26, 65); + this.wbPortsNews.Location = new System.Drawing.Point(-1, -1); this.wbPortsNews.MinimumSize = new System.Drawing.Size(20, 20); this.wbPortsNews.Name = "wbPortsNews"; this.wbPortsNews.ScrollBarsEnabled = false; - this.wbPortsNews.Size = new System.Drawing.Size(797, 398); + this.wbPortsNews.Size = new System.Drawing.Size(852, 450); this.wbPortsNews.TabIndex = 5; this.wbPortsNews.Url = new System.Uri("https://portsupdate.tumblr.com/", System.UriKind.Absolute); // @@ -111,40 +99,37 @@ 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(351, 28); + this.label3.Location = new System.Drawing.Point(13, 66); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(79, 13); this.label3.TabIndex = 6; this.label3.Text = "Alpha 0.2"; // - // btnDebugMode - // - this.btnDebugMode.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.btnDebugMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - 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(231, 481); - this.btnDebugMode.Name = "btnDebugMode"; - this.btnDebugMode.Size = new System.Drawing.Size(193, 44); - this.btnDebugMode.TabIndex = 7; - this.btnDebugMode.Text = "Sandbox"; - 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.Location = new System.Drawing.Point(401, 47); this.btnExit.Name = "btnExit"; - this.btnExit.Size = new System.Drawing.Size(193, 44); + this.btnExit.Size = new System.Drawing.Size(193, 32); this.btnExit.TabIndex = 8; this.btnExit.Text = "Exit"; this.btnExit.UseVisualStyleBackColor = true; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // + // panel1 + // + this.panel1.Controls.Add(this.btnPlay); + this.panel1.Controls.Add(this.btnExit); + this.panel1.Controls.Add(this.label2); + this.panel1.Controls.Add(this.label3); + this.panel1.Controls.Add(this.btnAbout); + this.panel1.Location = new System.Drawing.Point(-1, 451); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(852, 90); + this.panel1.TabIndex = 9; + // // MainMenu // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -152,33 +137,27 @@ this.BackColor = System.Drawing.Color.Black; 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.panel1); this.Controls.Add(this.wbPortsNews); - this.Controls.Add(this.btnAbout); - this.Controls.Add(this.label2); - this.Controls.Add(this.label1); - this.Controls.Add(this.btnPlay); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "MainMenu"; this.Text = "Project: Ports Launcher"; this.Load += new System.EventHandler(this.MainMenu_Load); + this.panel1.ResumeLayout(false); + this.panel1.PerformLayout(); this.ResumeLayout(false); - this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnPlay; - private System.Windows.Forms.Label label1; 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; + private System.Windows.Forms.Panel panel1; } } |
