namespace Project_Ports
{
partial class MainMenu
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
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.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(32, 481);
this.btnPlay.Name = "btnPlay";
this.btnPlay.Size = new System.Drawing.Size(193, 44);
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.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(430, 481);
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);
//
// 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(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(797, 398);
this.wbPortsNews.TabIndex = 5;
this.wbPortsNews.Url = new System.Uri("https://portsupdate.tumblr.com/", System.UriKind.Absolute);
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
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.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.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(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.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.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;
}
}