p-GeoGame / CSharp_GeographyGame / worldmapForm.Designer.cs
worldmapForm.Designer.cs
Raw
namespace CSharp_GeographyGame
{
    partial class worldmapForm
    {
        /// <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.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(worldmapForm));
            this.pbWorldmap = new System.Windows.Forms.PictureBox();
            this.tbNA = new System.Windows.Forms.TextBox();
            this.tbSA = new System.Windows.Forms.TextBox();
            this.tbAntart = new System.Windows.Forms.TextBox();
            this.tbAfrica = new System.Windows.Forms.TextBox();
            this.tbAsia = new System.Windows.Forms.TextBox();
            this.tbAustralia = new System.Windows.Forms.TextBox();
            this.tbEurope = new System.Windows.Forms.TextBox();
            this.tbSPocean = new System.Windows.Forms.TextBox();
            this.tbNPocean = new System.Windows.Forms.TextBox();
            this.tbSAocean = new System.Windows.Forms.TextBox();
            this.tbSthocean = new System.Windows.Forms.TextBox();
            this.tbIndocean = new System.Windows.Forms.TextBox();
            this.tbNAocean = new System.Windows.Forms.TextBox();
            this.tbArtocean = new System.Windows.Forms.TextBox();
            this.tbArtoceantwo = new System.Windows.Forms.TextBox();
            this.tbNPoceantwo = new System.Windows.Forms.TextBox();
            this.tbSPoceantwo = new System.Windows.Forms.TextBox();
            this.bgWorkerW = new System.ComponentModel.BackgroundWorker();
            this.timerClockW = new System.Windows.Forms.Timer(this.components);
            this.btnQuit = new System.Windows.Forms.Button();
            this.btnPause = new System.Windows.Forms.Button();
            this.lblClock = new System.Windows.Forms.Label();
            this.btnBegin = new System.Windows.Forms.Button();
            this.lblCorrect = new System.Windows.Forms.Label();
            this.lblSum = new System.Windows.Forms.Label();
            this.lblPercentage = new System.Windows.Forms.Label();
            this.lblDivider = new System.Windows.Forms.Label();
            this.lblTotal = new System.Windows.Forms.Label();
            this.pbStatusW = new System.Windows.Forms.ProgressBar();
            this.lblatm = new System.Windows.Forms.Label();
            this.tbGreen = new System.Windows.Forms.TextBox();
            this.tbRussia = new System.Windows.Forms.TextBox();
            this.tbCan = new System.Windows.Forms.TextBox();
            this.tbUsa = new System.Windows.Forms.TextBox();
            this.tbChina = new System.Windows.Forms.TextBox();
            this.tbInd = new System.Windows.Forms.TextBox();
            this.tbBrasil = new System.Windows.Forms.TextBox();
            this.tbAustcntry = new System.Windows.Forms.TextBox();
            this.menuStrip = new System.Windows.Forms.MenuStrip();
            this.menuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.backtoMain = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.viewScoresToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.disableWebBrowsersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.mapofCont = new System.Windows.Forms.ToolStripMenuItem();
            this.mapofContOcean = new System.Windows.Forms.ToolStripMenuItem();
            this.infoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.trainerInformationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitProgramToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.restartComputerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.userToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.bgWorkerBrowsers = new System.ComponentModel.BackgroundWorker();
            this.tbAlg = new System.Windows.Forms.TextBox();
            this.btnLegend = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.pbWorldmap)).BeginInit();
            this.menuStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // pbWorldmap
            // 
            this.pbWorldmap.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pbWorldmap.Image = ((System.Drawing.Image)(resources.GetObject("pbWorldmap.Image")));
            this.pbWorldmap.Location = new System.Drawing.Point(28, 30);
            this.pbWorldmap.Name = "pbWorldmap";
            this.pbWorldmap.Size = new System.Drawing.Size(1095, 595);
            this.pbWorldmap.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pbWorldmap.TabIndex = 0;
            this.pbWorldmap.TabStop = false;
            // 
            // tbNA
            // 
            this.tbNA.BackColor = System.Drawing.Color.Honeydew;
            this.tbNA.Location = new System.Drawing.Point(215, 161);
            this.tbNA.Name = "tbNA";
            this.tbNA.Size = new System.Drawing.Size(100, 20);
            this.tbNA.TabIndex = 1;
            this.tbNA.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbNA.TextChanged += new System.EventHandler(this.tbNA_TextChanged);
            this.tbNA.Enter += new System.EventHandler(this.tbConts_Entered);
            this.tbNA.Leave += new System.EventHandler(this.tbConts_Left);
            // 
            // tbSA
            // 
            this.tbSA.BackColor = System.Drawing.Color.Honeydew;
            this.tbSA.Location = new System.Drawing.Point(355, 366);
            this.tbSA.Name = "tbSA";
            this.tbSA.Size = new System.Drawing.Size(100, 20);
            this.tbSA.TabIndex = 2;
            this.tbSA.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbSA.TextChanged += new System.EventHandler(this.tbSA_TextChanged);
            this.tbSA.Enter += new System.EventHandler(this.tbConts_Entered);
            this.tbSA.Leave += new System.EventHandler(this.tbConts_Left);
            // 
            // tbAntart
            // 
            this.tbAntart.BackColor = System.Drawing.Color.Honeydew;
            this.tbAntart.Location = new System.Drawing.Point(622, 593);
            this.tbAntart.Name = "tbAntart";
            this.tbAntart.Size = new System.Drawing.Size(124, 20);
            this.tbAntart.TabIndex = 3;
            this.tbAntart.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbAntart.TextChanged += new System.EventHandler(this.tbAntart_TextChanged);
            this.tbAntart.Enter += new System.EventHandler(this.tbConts_Entered);
            this.tbAntart.Leave += new System.EventHandler(this.tbConts_Left);
            // 
            // tbAfrica
            // 
            this.tbAfrica.BackColor = System.Drawing.Color.Honeydew;
            this.tbAfrica.Location = new System.Drawing.Point(595, 288);
            this.tbAfrica.Name = "tbAfrica";
            this.tbAfrica.Size = new System.Drawing.Size(100, 20);
            this.tbAfrica.TabIndex = 4;
            this.tbAfrica.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbAfrica.TextChanged += new System.EventHandler(this.tbAfrica_TextChanged);
            this.tbAfrica.Enter += new System.EventHandler(this.tbConts_Entered);
            this.tbAfrica.Leave += new System.EventHandler(this.tbConts_Left);
            // 
            // tbAsia
            // 
            this.tbAsia.BackColor = System.Drawing.Color.Honeydew;
            this.tbAsia.Location = new System.Drawing.Point(841, 136);
            this.tbAsia.Name = "tbAsia";
            this.tbAsia.Size = new System.Drawing.Size(100, 20);
            this.tbAsia.TabIndex = 5;
            this.tbAsia.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbAsia.TextChanged += new System.EventHandler(this.tbAsia_TextChanged);
            this.tbAsia.Enter += new System.EventHandler(this.tbConts_Entered);
            this.tbAsia.Leave += new System.EventHandler(this.tbConts_Left);
            // 
            // tbAustralia
            // 
            this.tbAustralia.BackColor = System.Drawing.Color.Honeydew;
            this.tbAustralia.Location = new System.Drawing.Point(969, 402);
            this.tbAustralia.Name = "tbAustralia";
            this.tbAustralia.Size = new System.Drawing.Size(74, 20);
            this.tbAustralia.TabIndex = 6;
            this.tbAustralia.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbAustralia.TextChanged += new System.EventHandler(this.tbAustralia_TextChanged);
            this.tbAustralia.Enter += new System.EventHandler(this.tbConts_Entered);
            this.tbAustralia.Leave += new System.EventHandler(this.tbConts_Left);
            // 
            // tbEurope
            // 
            this.tbEurope.BackColor = System.Drawing.Color.Honeydew;
            this.tbEurope.Location = new System.Drawing.Point(683, 128);
            this.tbEurope.Name = "tbEurope";
            this.tbEurope.Size = new System.Drawing.Size(77, 20);
            this.tbEurope.TabIndex = 7;
            this.tbEurope.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbEurope.TextChanged += new System.EventHandler(this.tbEurope_TextChanged);
            this.tbEurope.Enter += new System.EventHandler(this.tbConts_Entered);
            this.tbEurope.Leave += new System.EventHandler(this.tbConts_Left);
            // 
            // tbSPocean
            // 
            this.tbSPocean.BackColor = System.Drawing.Color.AliceBlue;
            this.tbSPocean.Location = new System.Drawing.Point(115, 424);
            this.tbSPocean.Name = "tbSPocean";
            this.tbSPocean.Size = new System.Drawing.Size(99, 20);
            this.tbSPocean.TabIndex = 8;
            this.tbSPocean.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbSPocean.TextChanged += new System.EventHandler(this.tbSPocean_TextChanged);
            this.tbSPocean.Enter += new System.EventHandler(this.tbOceans_Entered);
            this.tbSPocean.Leave += new System.EventHandler(this.tbOceans_Left);
            // 
            // tbNPocean
            // 
            this.tbNPocean.BackColor = System.Drawing.Color.AliceBlue;
            this.tbNPocean.Location = new System.Drawing.Point(70, 209);
            this.tbNPocean.Name = "tbNPocean";
            this.tbNPocean.Size = new System.Drawing.Size(100, 20);
            this.tbNPocean.TabIndex = 9;
            this.tbNPocean.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbNPocean.TextChanged += new System.EventHandler(this.tbNPocean_TextChanged);
            this.tbNPocean.Enter += new System.EventHandler(this.tbOceans_Entered);
            this.tbNPocean.Leave += new System.EventHandler(this.tbOceans_Left);
            // 
            // tbSAocean
            // 
            this.tbSAocean.BackColor = System.Drawing.Color.AliceBlue;
            this.tbSAocean.Location = new System.Drawing.Point(495, 400);
            this.tbSAocean.Name = "tbSAocean";
            this.tbSAocean.Size = new System.Drawing.Size(98, 20);
            this.tbSAocean.TabIndex = 10;
            this.tbSAocean.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbSAocean.TextChanged += new System.EventHandler(this.tbSAocean_TextChanged);
            this.tbSAocean.Enter += new System.EventHandler(this.tbOceans_Entered);
            this.tbSAocean.Leave += new System.EventHandler(this.tbOceans_Left);
            // 
            // tbSthocean
            // 
            this.tbSthocean.BackColor = System.Drawing.Color.AliceBlue;
            this.tbSthocean.Location = new System.Drawing.Point(575, 547);
            this.tbSthocean.Name = "tbSthocean";
            this.tbSthocean.Size = new System.Drawing.Size(106, 20);
            this.tbSthocean.TabIndex = 11;
            this.tbSthocean.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbSthocean.TextChanged += new System.EventHandler(this.tbSthocean_TextChanged);
            this.tbSthocean.Enter += new System.EventHandler(this.tbOceans_Entered);
            this.tbSthocean.Leave += new System.EventHandler(this.tbOceans_Left);
            // 
            // tbIndocean
            // 
            this.tbIndocean.BackColor = System.Drawing.Color.AliceBlue;
            this.tbIndocean.Location = new System.Drawing.Point(795, 382);
            this.tbIndocean.Name = "tbIndocean";
            this.tbIndocean.Size = new System.Drawing.Size(84, 20);
            this.tbIndocean.TabIndex = 12;
            this.tbIndocean.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbIndocean.TextChanged += new System.EventHandler(this.tbIndocean_TextChanged);
            this.tbIndocean.Enter += new System.EventHandler(this.tbOceans_Entered);
            this.tbIndocean.Leave += new System.EventHandler(this.tbOceans_Left);
            // 
            // tbNAocean
            // 
            this.tbNAocean.BackColor = System.Drawing.Color.AliceBlue;
            this.tbNAocean.Location = new System.Drawing.Point(389, 227);
            this.tbNAocean.Name = "tbNAocean";
            this.tbNAocean.Size = new System.Drawing.Size(105, 20);
            this.tbNAocean.TabIndex = 13;
            this.tbNAocean.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbNAocean.TextChanged += new System.EventHandler(this.tbNAocean_TextChanged);
            this.tbNAocean.Enter += new System.EventHandler(this.tbOceans_Entered);
            this.tbNAocean.Leave += new System.EventHandler(this.tbOceans_Left);
            // 
            // tbArtocean
            // 
            this.tbArtocean.BackColor = System.Drawing.Color.AliceBlue;
            this.tbArtocean.Location = new System.Drawing.Point(609, 39);
            this.tbArtocean.Name = "tbArtocean";
            this.tbArtocean.Size = new System.Drawing.Size(88, 20);
            this.tbArtocean.TabIndex = 14;
            this.tbArtocean.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbArtocean.TextChanged += new System.EventHandler(this.tbArtocean_TextChanged);
            this.tbArtocean.Enter += new System.EventHandler(this.tbOceans_Entered);
            this.tbArtocean.Leave += new System.EventHandler(this.tbOceans_Left);
            // 
            // tbArtoceantwo
            // 
            this.tbArtoceantwo.BackColor = System.Drawing.Color.AliceBlue;
            this.tbArtoceantwo.Location = new System.Drawing.Point(115, 39);
            this.tbArtoceantwo.Name = "tbArtoceantwo";
            this.tbArtoceantwo.Size = new System.Drawing.Size(93, 20);
            this.tbArtoceantwo.TabIndex = 15;
            this.tbArtoceantwo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbArtoceantwo.TextChanged += new System.EventHandler(this.tbArtoceantwo_TextChanged);
            this.tbArtoceantwo.Enter += new System.EventHandler(this.tbOceans_Entered);
            this.tbArtoceantwo.Leave += new System.EventHandler(this.tbOceans_Left);
            // 
            // tbNPoceantwo
            // 
            this.tbNPoceantwo.BackColor = System.Drawing.Color.AliceBlue;
            this.tbNPoceantwo.Location = new System.Drawing.Point(1023, 228);
            this.tbNPoceantwo.Name = "tbNPoceantwo";
            this.tbNPoceantwo.Size = new System.Drawing.Size(93, 20);
            this.tbNPoceantwo.TabIndex = 16;
            this.tbNPoceantwo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbNPoceantwo.TextChanged += new System.EventHandler(this.tbNPoceantwo_TextChanged);
            this.tbNPoceantwo.Enter += new System.EventHandler(this.tbOceans_Entered);
            this.tbNPoceantwo.Leave += new System.EventHandler(this.tbOceans_Left);
            // 
            // tbSPoceantwo
            // 
            this.tbSPoceantwo.BackColor = System.Drawing.Color.AliceBlue;
            this.tbSPoceantwo.Location = new System.Drawing.Point(1050, 381);
            this.tbSPoceantwo.Name = "tbSPoceantwo";
            this.tbSPoceantwo.Size = new System.Drawing.Size(89, 20);
            this.tbSPoceantwo.TabIndex = 17;
            this.tbSPoceantwo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbSPoceantwo.TextChanged += new System.EventHandler(this.tbSPoceantwo_TextChanged);
            this.tbSPoceantwo.Enter += new System.EventHandler(this.tbOceans_Entered);
            this.tbSPoceantwo.Leave += new System.EventHandler(this.tbOceans_Left);
            // 
            // bgWorkerW
            // 
            this.bgWorkerW.WorkerReportsProgress = true;
            this.bgWorkerW.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgWorkerW_DoWork);
            this.bgWorkerW.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.bgWorkerW_ProgressChanged);
            this.bgWorkerW.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgWorkerW_RunWorkerCompleted);
            // 
            // timerClockW
            // 
            this.timerClockW.Interval = 1000;
            this.timerClockW.Tick += new System.EventHandler(this.timerClockW_Tick);
            // 
            // btnQuit
            // 
            this.btnQuit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnQuit.Font = new System.Drawing.Font("Eras Medium ITC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnQuit.Location = new System.Drawing.Point(704, 630);
            this.btnQuit.Name = "btnQuit";
            this.btnQuit.Size = new System.Drawing.Size(151, 45);
            this.btnQuit.TabIndex = 63;
            this.btnQuit.Text = "End/Submit";
            this.btnQuit.UseVisualStyleBackColor = true;
            this.btnQuit.Click += new System.EventHandler(this.btnQuit_Click);
            // 
            // btnPause
            // 
            this.btnPause.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnPause.Font = new System.Drawing.Font("Eras Medium ITC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnPause.Location = new System.Drawing.Point(291, 631);
            this.btnPause.Name = "btnPause";
            this.btnPause.Size = new System.Drawing.Size(117, 44);
            this.btnPause.TabIndex = 60;
            this.btnPause.Text = "Pause";
            this.btnPause.UseVisualStyleBackColor = true;
            this.btnPause.Click += new System.EventHandler(this.btnPause_Click);
            // 
            // lblClock
            // 
            this.lblClock.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.lblClock.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblClock.Font = new System.Drawing.Font("Sitka Small", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblClock.Location = new System.Drawing.Point(414, 630);
            this.lblClock.Name = "lblClock";
            this.lblClock.Size = new System.Drawing.Size(284, 45);
            this.lblClock.TabIndex = 61;
            this.lblClock.Text = "00:00:00";
            this.lblClock.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // btnBegin
            // 
            this.btnBegin.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnBegin.Font = new System.Drawing.Font("Eras Medium ITC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnBegin.Location = new System.Drawing.Point(28, 631);
            this.btnBegin.Name = "btnBegin";
            this.btnBegin.Size = new System.Drawing.Size(257, 44);
            this.btnBegin.TabIndex = 62;
            this.btnBegin.Text = "Begin";
            this.btnBegin.UseVisualStyleBackColor = true;
            this.btnBegin.Click += new System.EventHandler(this.btnBegin_Click);
            // 
            // lblCorrect
            // 
            this.lblCorrect.AutoSize = true;
            this.lblCorrect.Font = new System.Drawing.Font("Copperplate Gothic Bold", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblCorrect.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.lblCorrect.Location = new System.Drawing.Point(1019, 628);
            this.lblCorrect.Name = "lblCorrect";
            this.lblCorrect.Size = new System.Drawing.Size(25, 24);
            this.lblCorrect.TabIndex = 67;
            this.lblCorrect.Text = "0";
            // 
            // lblSum
            // 
            this.lblSum.AutoSize = true;
            this.lblSum.Font = new System.Drawing.Font("Copperplate Gothic Bold", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblSum.Location = new System.Drawing.Point(897, 628);
            this.lblSum.Name = "lblSum";
            this.lblSum.Size = new System.Drawing.Size(117, 24);
            this.lblSum.TabIndex = 71;
            this.lblSum.Text = "Correct:";
            // 
            // lblPercentage
            // 
            this.lblPercentage.AutoSize = true;
            this.lblPercentage.Font = new System.Drawing.Font("Copperplate Gothic Bold", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblPercentage.Location = new System.Drawing.Point(1020, 651);
            this.lblPercentage.Name = "lblPercentage";
            this.lblPercentage.Size = new System.Drawing.Size(29, 24);
            this.lblPercentage.TabIndex = 70;
            this.lblPercentage.Text = "%";
            // 
            // lblDivider
            // 
            this.lblDivider.Font = new System.Drawing.Font("Copperplate Gothic Bold", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblDivider.Location = new System.Drawing.Point(1058, 628);
            this.lblDivider.Name = "lblDivider";
            this.lblDivider.Size = new System.Drawing.Size(20, 24);
            this.lblDivider.TabIndex = 68;
            this.lblDivider.Text = "/";
            // 
            // lblTotal
            // 
            this.lblTotal.AutoSize = true;
            this.lblTotal.Font = new System.Drawing.Font("Copperplate Gothic Bold", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblTotal.Location = new System.Drawing.Point(1086, 628);
            this.lblTotal.Name = "lblTotal";
            this.lblTotal.Size = new System.Drawing.Size(40, 24);
            this.lblTotal.TabIndex = 69;
            this.lblTotal.Text = "26";
            // 
            // pbStatusW
            // 
            this.pbStatusW.Location = new System.Drawing.Point(901, 655);
            this.pbStatusW.Name = "pbStatusW";
            this.pbStatusW.Size = new System.Drawing.Size(113, 17);
            this.pbStatusW.TabIndex = 72;
            // 
            // lblatm
            // 
            this.lblatm.AutoSize = true;
            this.lblatm.BackColor = System.Drawing.Color.White;
            this.lblatm.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblatm.Location = new System.Drawing.Point(425, 66);
            this.lblatm.Name = "lblatm";
            this.lblatm.Size = new System.Drawing.Size(80, 13);
            this.lblatm.TabIndex = 73;
            this.lblatm.Text = "autonomous*";
            // 
            // tbGreen
            // 
            this.tbGreen.BackColor = System.Drawing.Color.Linen;
            this.tbGreen.Location = new System.Drawing.Point(428, 81);
            this.tbGreen.Name = "tbGreen";
            this.tbGreen.Size = new System.Drawing.Size(66, 20);
            this.tbGreen.TabIndex = 77;
            this.tbGreen.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbGreen.TextChanged += new System.EventHandler(this.tbGreen_TextChanged);
            this.tbGreen.Enter += new System.EventHandler(this.tbCntrys_Entered);
            this.tbGreen.Leave += new System.EventHandler(this.tbCntrys_Left);
            // 
            // tbRussia
            // 
            this.tbRussia.BackColor = System.Drawing.Color.Linen;
            this.tbRussia.Location = new System.Drawing.Point(729, 153);
            this.tbRussia.Name = "tbRussia";
            this.tbRussia.Size = new System.Drawing.Size(88, 20);
            this.tbRussia.TabIndex = 78;
            this.tbRussia.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbRussia.TextChanged += new System.EventHandler(this.tbRussia_TextChanged);
            this.tbRussia.Enter += new System.EventHandler(this.tbCntrys_Entered);
            this.tbRussia.Leave += new System.EventHandler(this.tbCntrys_Left);
            // 
            // tbCan
            // 
            this.tbCan.BackColor = System.Drawing.Color.Linen;
            this.tbCan.Location = new System.Drawing.Point(195, 128);
            this.tbCan.Name = "tbCan";
            this.tbCan.Size = new System.Drawing.Size(74, 20);
            this.tbCan.TabIndex = 80;
            this.tbCan.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbCan.TextChanged += new System.EventHandler(this.tbCan_TextChanged);
            this.tbCan.Enter += new System.EventHandler(this.tbCntrys_Entered);
            this.tbCan.Leave += new System.EventHandler(this.tbCntrys_Left);
            // 
            // tbUsa
            // 
            this.tbUsa.BackColor = System.Drawing.Color.Linen;
            this.tbUsa.Location = new System.Drawing.Point(233, 195);
            this.tbUsa.Name = "tbUsa";
            this.tbUsa.Size = new System.Drawing.Size(74, 20);
            this.tbUsa.TabIndex = 81;
            this.tbUsa.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbUsa.TextChanged += new System.EventHandler(this.tbUsa_TextChanged);
            this.tbUsa.Enter += new System.EventHandler(this.tbCntrys_Entered);
            this.tbUsa.Leave += new System.EventHandler(this.tbCntrys_Left);
            // 
            // tbChina
            // 
            this.tbChina.BackColor = System.Drawing.Color.Linen;
            this.tbChina.Location = new System.Drawing.Point(901, 227);
            this.tbChina.Name = "tbChina";
            this.tbChina.Size = new System.Drawing.Size(56, 20);
            this.tbChina.TabIndex = 82;
            this.tbChina.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbChina.TextChanged += new System.EventHandler(this.tbChina_TextChanged);
            this.tbChina.Enter += new System.EventHandler(this.tbCntrys_Entered);
            this.tbChina.Leave += new System.EventHandler(this.tbCntrys_Left);
            // 
            // tbInd
            // 
            this.tbInd.BackColor = System.Drawing.Color.Linen;
            this.tbInd.Location = new System.Drawing.Point(808, 263);
            this.tbInd.Name = "tbInd";
            this.tbInd.Size = new System.Drawing.Size(47, 20);
            this.tbInd.TabIndex = 83;
            this.tbInd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbInd.TextChanged += new System.EventHandler(this.tbInd_TextChanged);
            this.tbInd.Enter += new System.EventHandler(this.tbCntrys_Entered);
            this.tbInd.Leave += new System.EventHandler(this.tbCntrys_Left);
            // 
            // tbBrasil
            // 
            this.tbBrasil.BackColor = System.Drawing.Color.Linen;
            this.tbBrasil.Location = new System.Drawing.Point(384, 391);
            this.tbBrasil.Name = "tbBrasil";
            this.tbBrasil.Size = new System.Drawing.Size(47, 20);
            this.tbBrasil.TabIndex = 84;
            this.tbBrasil.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbBrasil.TextChanged += new System.EventHandler(this.tbBrasil_TextChanged);
            this.tbBrasil.Enter += new System.EventHandler(this.tbCntrys_Entered);
            this.tbBrasil.Leave += new System.EventHandler(this.tbCntrys_Left);
            // 
            // tbAustcntry
            // 
            this.tbAustcntry.BackColor = System.Drawing.Color.Linen;
            this.tbAustcntry.Location = new System.Drawing.Point(977, 424);
            this.tbAustcntry.Name = "tbAustcntry";
            this.tbAustcntry.Size = new System.Drawing.Size(58, 20);
            this.tbAustcntry.TabIndex = 86;
            this.tbAustcntry.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbAustcntry.TextChanged += new System.EventHandler(this.tbAustcntry_TextChanged);
            this.tbAustcntry.Enter += new System.EventHandler(this.tbCntrys_Entered);
            this.tbAustcntry.Leave += new System.EventHandler(this.tbCntrys_Left);
            // 
            // menuStrip
            // 
            this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuToolStripMenuItem,
            this.helpToolStripMenuItem,
            this.infoToolStripMenuItem,
            this.exitToolStripMenuItem,
            this.userToolStripMenuItem});
            this.menuStrip.Location = new System.Drawing.Point(0, 0);
            this.menuStrip.Name = "menuStrip";
            this.menuStrip.Size = new System.Drawing.Size(1151, 24);
            this.menuStrip.TabIndex = 88;
            this.menuStrip.Text = "menuStrip";
            // 
            // menuToolStripMenuItem
            // 
            this.menuToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.backtoMain,
            this.toolStripSeparator2,
            this.viewScoresToolStripMenuItem,
            this.toolStripSeparator1,
            this.disableWebBrowsersToolStripMenuItem});
            this.menuToolStripMenuItem.Name = "menuToolStripMenuItem";
            this.menuToolStripMenuItem.Size = new System.Drawing.Size(50, 20);
            this.menuToolStripMenuItem.Text = "Menu";
            // 
            // backtoMain
            // 
            this.backtoMain.Name = "backtoMain";
            this.backtoMain.Size = new System.Drawing.Size(199, 22);
            this.backtoMain.Text = "Go Back to Game Menu";
            this.backtoMain.Click += new System.EventHandler(this.backtoMain_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(196, 6);
            // 
            // viewScoresToolStripMenuItem
            // 
            this.viewScoresToolStripMenuItem.Name = "viewScoresToolStripMenuItem";
            this.viewScoresToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
            this.viewScoresToolStripMenuItem.Text = "View Database Scores";
            this.viewScoresToolStripMenuItem.Click += new System.EventHandler(this.viewScoresToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(196, 6);
            // 
            // disableWebBrowsersToolStripMenuItem
            // 
            this.disableWebBrowsersToolStripMenuItem.CheckOnClick = true;
            this.disableWebBrowsersToolStripMenuItem.Name = "disableWebBrowsersToolStripMenuItem";
            this.disableWebBrowsersToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
            this.disableWebBrowsersToolStripMenuItem.Text = "Disable Web Browsers";
            this.disableWebBrowsersToolStripMenuItem.ToolTipText = "Extreme difficulty: No help from the interwebs :<";
            this.disableWebBrowsersToolStripMenuItem.Click += new System.EventHandler(this.disableWebBrowsersToolStripMenuItem_Click);
            // 
            // helpToolStripMenuItem
            // 
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mapofCont,
            this.mapofContOcean});
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
            this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
            this.helpToolStripMenuItem.Text = "Help";
            // 
            // mapofCont
            // 
            this.mapofCont.Name = "mapofCont";
            this.mapofCont.Size = new System.Drawing.Size(238, 22);
            this.mapofCont.Text = "Map of Continents";
            this.mapofCont.Click += new System.EventHandler(this.mapofCont_Click);
            // 
            // mapofContOcean
            // 
            this.mapofContOcean.Name = "mapofContOcean";
            this.mapofContOcean.Size = new System.Drawing.Size(238, 22);
            this.mapofContOcean.Text = "Map of Continents and Oceans";
            this.mapofContOcean.Click += new System.EventHandler(this.mapofContOcean_Click);
            // 
            // infoToolStripMenuItem
            // 
            this.infoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.trainerInformationToolStripMenuItem});
            this.infoToolStripMenuItem.Name = "infoToolStripMenuItem";
            this.infoToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
            this.infoToolStripMenuItem.Text = "Info";
            // 
            // trainerInformationToolStripMenuItem
            // 
            this.trainerInformationToolStripMenuItem.Name = "trainerInformationToolStripMenuItem";
            this.trainerInformationToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
            this.trainerInformationToolStripMenuItem.Text = "Trainer Information";
            this.trainerInformationToolStripMenuItem.Click += new System.EventHandler(this.trainerInformationToolStripMenuItem_Click);
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.exitProgramToolStripMenuItem,
            this.restartComputerToolStripMenuItem});
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(38, 20);
            this.exitToolStripMenuItem.Text = "Exit";
            // 
            // exitProgramToolStripMenuItem
            // 
            this.exitProgramToolStripMenuItem.Name = "exitProgramToolStripMenuItem";
            this.exitProgramToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
            this.exitProgramToolStripMenuItem.Text = "Exit Program";
            this.exitProgramToolStripMenuItem.Click += new System.EventHandler(this.exitProgramToolStripMenuItem_Click);
            // 
            // restartComputerToolStripMenuItem
            // 
            this.restartComputerToolStripMenuItem.Name = "restartComputerToolStripMenuItem";
            this.restartComputerToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
            this.restartComputerToolStripMenuItem.Text = "Restart Computer";
            this.restartComputerToolStripMenuItem.Click += new System.EventHandler(this.restartComputerToolStripMenuItem_Click);
            // 
            // userToolStripMenuItem
            // 
            this.userToolStripMenuItem.Enabled = false;
            this.userToolStripMenuItem.Name = "userToolStripMenuItem";
            this.userToolStripMenuItem.Size = new System.Drawing.Size(45, 20);
            this.userToolStripMenuItem.Text = "User:";
            // 
            // bgWorkerBrowsers
            // 
            this.bgWorkerBrowsers.WorkerSupportsCancellation = true;
            this.bgWorkerBrowsers.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgWorkerBrowsers_DoWork);
            this.bgWorkerBrowsers.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgWorkerBrowsers_RunWorkerCompleted);
            // 
            // tbAlg
            // 
            this.tbAlg.BackColor = System.Drawing.Color.Linen;
            this.tbAlg.Location = new System.Drawing.Point(566, 235);
            this.tbAlg.Name = "tbAlg";
            this.tbAlg.Size = new System.Drawing.Size(47, 20);
            this.tbAlg.TabIndex = 89;
            this.tbAlg.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbAlg.TextChanged += new System.EventHandler(this.tbAlg_TextChanged);
            this.tbAlg.Enter += new System.EventHandler(this.tbCntrys_Entered);
            this.tbAlg.Leave += new System.EventHandler(this.tbCntrys_Left);
            // 
            // btnLegend
            // 
            this.btnLegend.BackColor = System.Drawing.Color.LightYellow;
            this.btnLegend.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnLegend.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnLegend.Location = new System.Drawing.Point(995, 30);
            this.btnLegend.Name = "btnLegend";
            this.btnLegend.Size = new System.Drawing.Size(128, 40);
            this.btnLegend.TabIndex = 90;
            this.btnLegend.Text = "--| LEGEND |--";
            this.btnLegend.UseVisualStyleBackColor = false;
            this.btnLegend.Click += new System.EventHandler(this.btnLegend_Click);
            // 
            // worldmapForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.ClientSize = new System.Drawing.Size(1151, 679);
            this.Controls.Add(this.btnLegend);
            this.Controls.Add(this.tbAlg);
            this.Controls.Add(this.menuStrip);
            this.Controls.Add(this.tbAustcntry);
            this.Controls.Add(this.tbBrasil);
            this.Controls.Add(this.tbInd);
            this.Controls.Add(this.tbChina);
            this.Controls.Add(this.tbUsa);
            this.Controls.Add(this.tbCan);
            this.Controls.Add(this.tbRussia);
            this.Controls.Add(this.tbGreen);
            this.Controls.Add(this.lblatm);
            this.Controls.Add(this.pbStatusW);
            this.Controls.Add(this.lblCorrect);
            this.Controls.Add(this.lblSum);
            this.Controls.Add(this.lblPercentage);
            this.Controls.Add(this.lblDivider);
            this.Controls.Add(this.lblTotal);
            this.Controls.Add(this.btnQuit);
            this.Controls.Add(this.btnPause);
            this.Controls.Add(this.lblClock);
            this.Controls.Add(this.btnBegin);
            this.Controls.Add(this.tbSPoceantwo);
            this.Controls.Add(this.tbNPoceantwo);
            this.Controls.Add(this.tbArtoceantwo);
            this.Controls.Add(this.tbArtocean);
            this.Controls.Add(this.tbNAocean);
            this.Controls.Add(this.tbIndocean);
            this.Controls.Add(this.tbSthocean);
            this.Controls.Add(this.tbSAocean);
            this.Controls.Add(this.tbNPocean);
            this.Controls.Add(this.tbSPocean);
            this.Controls.Add(this.tbEurope);
            this.Controls.Add(this.tbAustralia);
            this.Controls.Add(this.tbAsia);
            this.Controls.Add(this.tbAfrica);
            this.Controls.Add(this.tbAntart);
            this.Controls.Add(this.tbSA);
            this.Controls.Add(this.tbNA);
            this.Controls.Add(this.pbWorldmap);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "worldmapForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "G:GYWU - World Map Continents, Oceans, & Major Countries";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.worldmapForm_FormClosed);
            this.Load += new System.EventHandler(this.worldmapForm_Load);
            this.Shown += new System.EventHandler(this.worldmapForm_Shown);
            ((System.ComponentModel.ISupportInitialize)(this.pbWorldmap)).EndInit();
            this.menuStrip.ResumeLayout(false);
            this.menuStrip.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.PictureBox pbWorldmap;
        private System.Windows.Forms.TextBox tbNA;
        private System.Windows.Forms.TextBox tbSA;
        private System.Windows.Forms.TextBox tbAntart;
        private System.Windows.Forms.TextBox tbAfrica;
        private System.Windows.Forms.TextBox tbAsia;
        private System.Windows.Forms.TextBox tbAustralia;
        private System.Windows.Forms.TextBox tbEurope;
        private System.Windows.Forms.TextBox tbSPocean;
        private System.Windows.Forms.TextBox tbNPocean;
        private System.Windows.Forms.TextBox tbSAocean;
        private System.Windows.Forms.TextBox tbSthocean;
        private System.Windows.Forms.TextBox tbIndocean;
        private System.Windows.Forms.TextBox tbNAocean;
        private System.Windows.Forms.TextBox tbArtocean;
        private System.Windows.Forms.TextBox tbArtoceantwo;
        private System.Windows.Forms.TextBox tbNPoceantwo;
        private System.Windows.Forms.TextBox tbSPoceantwo;
        private System.ComponentModel.BackgroundWorker bgWorkerW;
        private System.Windows.Forms.Timer timerClockW;
        private System.Windows.Forms.Button btnQuit;
        private System.Windows.Forms.Button btnPause;
        private System.Windows.Forms.Label lblClock;
        private System.Windows.Forms.Button btnBegin;
        private System.Windows.Forms.Label lblCorrect;
        private System.Windows.Forms.Label lblSum;
        private System.Windows.Forms.Label lblPercentage;
        private System.Windows.Forms.Label lblDivider;
        private System.Windows.Forms.Label lblTotal;
        private System.Windows.Forms.ProgressBar pbStatusW;
        private System.Windows.Forms.Label lblatm;
        private System.Windows.Forms.TextBox tbGreen;
        private System.Windows.Forms.TextBox tbRussia;
        private System.Windows.Forms.TextBox tbCan;
        private System.Windows.Forms.TextBox tbUsa;
        private System.Windows.Forms.TextBox tbChina;
        private System.Windows.Forms.TextBox tbInd;
        private System.Windows.Forms.TextBox tbBrasil;
        private System.Windows.Forms.TextBox tbAustcntry;
        private System.Windows.Forms.MenuStrip menuStrip;
        private System.Windows.Forms.ToolStripMenuItem menuToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem backtoMain;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripMenuItem viewScoresToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripMenuItem disableWebBrowsersToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem mapofCont;
        private System.Windows.Forms.ToolStripMenuItem mapofContOcean;
        private System.Windows.Forms.ToolStripMenuItem infoToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem trainerInformationToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem exitProgramToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem restartComputerToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem userToolStripMenuItem;
        private System.ComponentModel.BackgroundWorker bgWorkerBrowsers;
        private System.Windows.Forms.TextBox tbAlg;
        private System.Windows.Forms.Button btnLegend;
    }
}