namespace Microbit
{
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.lbTitle = new System.Windows.Forms.Label();
this.btnStart = new System.Windows.Forms.Button();
this.wbLauncher = new System.Windows.Forms.WebBrowser();
this.btnReset = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.btnDebug = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lbTitle
//
this.lbTitle.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.lbTitle.AutoSize = true;
this.lbTitle.Font = new System.Drawing.Font("Consolas", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbTitle.ForeColor = System.Drawing.Color.White;
this.lbTitle.Location = new System.Drawing.Point(39, 32);
this.lbTitle.Name = "lbTitle";
this.lbTitle.Size = new System.Drawing.Size(270, 32);
this.lbTitle.TabIndex = 0;
this.lbTitle.Text = "Microbit Launcher";
//
// btnStart
//
this.btnStart.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnStart.Font = new System.Drawing.Font("Consolas", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnStart.ForeColor = System.Drawing.Color.White;
this.btnStart.Location = new System.Drawing.Point(339, 15);
this.btnStart.Name = "btnStart";
this.btnStart.Size = new System.Drawing.Size(296, 70);
this.btnStart.TabIndex = 1;
this.btnStart.Text = "Start Operating System";
this.btnStart.UseVisualStyleBackColor = true;
this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
//
// wbLauncher
//
this.wbLauncher.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.wbLauncher.Location = new System.Drawing.Point(31, 101);
this.wbLauncher.MinimumSize = new System.Drawing.Size(20, 20);
this.wbLauncher.Name = "wbLauncher";
this.wbLauncher.Size = new System.Drawing.Size(728, 318);
this.wbLauncher.TabIndex = 2;
this.wbLauncher.Url = new System.Uri(" http://alee14.ml/Microbit-News/", System.UriKind.Absolute);
//
// btnReset
//
this.btnReset.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnReset.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnReset.ForeColor = System.Drawing.Color.White;
this.btnReset.Location = new System.Drawing.Point(641, 15);
this.btnReset.Name = "btnReset";
this.btnReset.Size = new System.Drawing.Size(118, 32);
this.btnReset.TabIndex = 3;
this.btnReset.Text = "Reset";
this.btnReset.UseVisualStyleBackColor = true;
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
//
// btnExit
//
this.btnExit.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnExit.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnExit.ForeColor = System.Drawing.Color.White;
this.btnExit.Location = new System.Drawing.Point(641, 53);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(118, 32);
this.btnExit.TabIndex = 4;
this.btnExit.Text = "Exit";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnDebug
//
this.btnDebug.Enabled = false;
this.btnDebug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnDebug.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnDebug.ForeColor = System.Drawing.Color.White;
this.btnDebug.Location = new System.Drawing.Point(117, 63);
this.btnDebug.Name = "btnDebug";
this.btnDebug.Size = new System.Drawing.Size(90, 32);
this.btnDebug.TabIndex = 5;
this.btnDebug.Text = "{{DEBUG}}";
this.btnDebug.UseVisualStyleBackColor = true;
this.btnDebug.Visible = false;
this.btnDebug.Click += new System.EventHandler(this.btnDebug_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(800, 450);
this.ControlBox = false;
this.Controls.Add(this.btnDebug);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnReset);
this.Controls.Add(this.wbLauncher);
this.Controls.Add(this.btnStart);
this.Controls.Add(this.lbTitle);
this.Name = "MainMenu";
this.Text = "Microbit Launcher";
this.Load += new System.EventHandler(this.MainMenu_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lbTitle;
private System.Windows.Forms.Button btnStart;
private System.Windows.Forms.WebBrowser wbLauncher;
private System.Windows.Forms.Button btnReset;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnDebug;
}
}