Project-Silicon/Project Ports/MainMenu.Designer.cs

163 lines
8 KiB
C#

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.btnPlay = 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.portsVersion = new System.Windows.Forms.Label();
this.btnExit = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// btnPlay
//
this.btnPlay.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnPlay.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
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(600, 4);
this.btnPlay.Name = "btnPlay";
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);
//
// 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(13, 11);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(270, 38);
this.label2.TabIndex = 3;
this.label2.Text = "Copyright (C) 2018 UniverseDG\r\nLicensed with: GPL 3.0";
//
// btnAbout
//
this.btnAbout.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnAbout.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
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(401, 3);
this.btnAbout.Name = "btnAbout";
this.btnAbout.Size = new System.Drawing.Size(193, 37);
this.btnAbout.TabIndex = 4;
this.btnAbout.Text = "About";
this.btnAbout.UseVisualStyleBackColor = true;
this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click);
//
// wbPortsNews
//
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(-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(852, 450);
this.wbPortsNews.TabIndex = 5;
this.wbPortsNews.Url = new System.Uri("https://portsupdate.tumblr.com/", System.UriKind.Absolute);
//
// portsVersion
//
this.portsVersion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
this.portsVersion.AutoSize = true;
this.portsVersion.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.portsVersion.ForeColor = System.Drawing.Color.White;
this.portsVersion.Location = new System.Drawing.Point(13, 66);
this.portsVersion.Name = "portsVersion";
this.portsVersion.Size = new System.Drawing.Size(103, 13);
this.portsVersion.TabIndex = 6;
this.portsVersion.Text = "portsVersion";
//
// 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(401, 42);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(193, 37);
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.portsVersion);
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);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Black;
this.ClientSize = new System.Drawing.Size(849, 537);
this.ControlBox = false;
this.Controls.Add(this.panel1);
this.Controls.Add(this.wbPortsNews);
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);
}
#endregion
private System.Windows.Forms.Button btnPlay;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnAbout;
private System.Windows.Forms.WebBrowser wbPortsNews;
private System.Windows.Forms.Label portsVersion;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Panel panel1;
}
}