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.btnExit = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.btnAbout = new System.Windows.Forms.Button(); this.webBrowser1 = new System.Windows.Forms.WebBrowser(); this.label3 = new System.Windows.Forms.Label(); this.btnDebugMode = new System.Windows.Forms.Button(); this.SuspendLayout(); // // btnPlay // 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 // 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(47, 41); 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.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, 253); 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.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(563, 621); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(252, 38); this.label2.TabIndex = 3; this.label2.Text = "Copyright (C) 2018 AleeCorp\r\nLicensed with: GPL 3.0"; // // btnAbout // 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, 203); 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 // this.webBrowser1.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.webBrowser1.Location = new System.Drawing.Point(300, 32); this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20); this.webBrowser1.Name = "webBrowser1"; this.webBrowser1.Size = new System.Drawing.Size(876, 508); this.webBrowser1.TabIndex = 5; this.webBrowser1.Url = new System.Uri("https://aleecorp.github.io/project-ports", System.UriKind.Absolute); // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 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(50, 646); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(79, 13); this.label3.TabIndex = 6; this.label3.Text = "Alpha 0.1"; // // btnDebugMode // 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(53, 153); this.btnDebugMode.Name = "btnDebugMode"; this.btnDebugMode.Size = new System.Drawing.Size(193, 44); this.btnDebugMode.TabIndex = 7; this.btnDebugMode.Text = "Debug Mode"; this.btnDebugMode.UseVisualStyleBackColor = true; this.btnDebugMode.Click += new System.EventHandler(this.btnDebugMode_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.Controls.Add(this.btnDebugMode); this.Controls.Add(this.label3); this.Controls.Add(this.webBrowser1); 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.Name = "MainMenu"; this.Text = "MainMenu"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; 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.Button btnExit; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btnAbout; private System.Windows.Forms.WebBrowser webBrowser1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button btnDebugMode; } }