p-GeoGame / CSharp_GeographyGame / presidentsForm.Designer.cs
presidentsForm.Designer.cs
Raw
namespace CSharp_GeographyGame
{
    partial class presidentsForm
    {
        /// <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(presidentsForm));
            this.menuStrip = new System.Windows.Forms.MenuStrip();
            this.menuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.viewDatabaseScoresToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.presidentsListToolStripMenuItem = 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.userToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.timerClock = new System.Windows.Forms.Timer(this.components);
            this.bgWorker = new System.ComponentModel.BackgroundWorker();
            this.pbPresidents = new System.Windows.Forms.PictureBox();
            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.tbPresEntry = new System.Windows.Forms.TextBox();
            this.lblPresName = new System.Windows.Forms.Label();
            this.btnSubmit = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.lblPresNo = new System.Windows.Forms.Label();
            this.lblPercentage = new System.Windows.Forms.Label();
            this.lblCorrect = new System.Windows.Forms.Label();
            this.lblDivider = new System.Windows.Forms.Label();
            this.lblTotal = new System.Windows.Forms.Label();
            this.lblSum = new System.Windows.Forms.Label();
            this.pbDefault = new System.Windows.Forms.PictureBox();
            this.rbBeginner = new System.Windows.Forms.RadioButton();
            this.rbAdvanced = new System.Windows.Forms.RadioButton();
            this.progBar = new System.Windows.Forms.ProgressBar();
            this.btnShowAnswers = new System.Windows.Forms.Button();
            this.lviewAnswers = new System.Windows.Forms.ListView();
            this.No = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.givenAns = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.Correct = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.btnShowNames = new System.Windows.Forms.Button();
            this.toolTipNames = new System.Windows.Forms.ToolTip(this.components);
            this.menuStrip.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pbPresidents)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbDefault)).BeginInit();
            this.SuspendLayout();
            // 
            // 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(340, 24);
            this.menuStrip.TabIndex = 0;
            this.menuStrip.Text = "menuStrip1";
            // 
            // menuToolStripMenuItem
            // 
            this.menuToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.viewDatabaseScoresToolStripMenuItem});
            this.menuToolStripMenuItem.Name = "menuToolStripMenuItem";
            this.menuToolStripMenuItem.Size = new System.Drawing.Size(50, 20);
            this.menuToolStripMenuItem.Text = "Menu";
            // 
            // viewDatabaseScoresToolStripMenuItem
            // 
            this.viewDatabaseScoresToolStripMenuItem.Name = "viewDatabaseScoresToolStripMenuItem";
            this.viewDatabaseScoresToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
            this.viewDatabaseScoresToolStripMenuItem.Text = "View Database Scores";
            this.viewDatabaseScoresToolStripMenuItem.Click += new System.EventHandler(this.viewDatabaseScoresToolStripMenuItem_Click);
            // 
            // helpToolStripMenuItem
            // 
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.presidentsListToolStripMenuItem});
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
            this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
            this.helpToolStripMenuItem.Text = "Help";
            // 
            // presidentsListToolStripMenuItem
            // 
            this.presidentsListToolStripMenuItem.Name = "presidentsListToolStripMenuItem";
            this.presidentsListToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
            this.presidentsListToolStripMenuItem.Text = "Presidents List";
            this.presidentsListToolStripMenuItem.Click += new System.EventHandler(this.presidentsListToolStripMenuItem_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.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(142, 22);
            this.exitProgramToolStripMenuItem.Text = "Exit Program";
            this.exitProgramToolStripMenuItem.Click += new System.EventHandler(this.exitProgramToolStripMenuItem_Click);
            // 
            // userToolStripMenuItem
            // 
            this.userToolStripMenuItem.Enabled = false;
            this.userToolStripMenuItem.Name = "userToolStripMenuItem";
            this.userToolStripMenuItem.Size = new System.Drawing.Size(45, 20);
            this.userToolStripMenuItem.Text = "User:";
            // 
            // timerClock
            // 
            this.timerClock.Interval = 1000;
            this.timerClock.Tick += new System.EventHandler(this.timerClock_Tick);
            // 
            // bgWorker
            // 
            this.bgWorker.WorkerReportsProgress = true;
            this.bgWorker.WorkerSupportsCancellation = true;
            this.bgWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgWorker_DoWork);
            this.bgWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.bgWorker_ProgressChanged);
            this.bgWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgWorker_RunWorkerCompleted);
            // 
            // pbPresidents
            // 
            this.pbPresidents.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pbPresidents.Image = ((System.Drawing.Image)(resources.GetObject("pbPresidents.Image")));
            this.pbPresidents.InitialImage = ((System.Drawing.Image)(resources.GetObject("pbPresidents.InitialImage")));
            this.pbPresidents.Location = new System.Drawing.Point(59, 54);
            this.pbPresidents.Name = "pbPresidents";
            this.pbPresidents.Size = new System.Drawing.Size(220, 224);
            this.pbPresidents.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pbPresidents.TabIndex = 1;
            this.pbPresidents.TabStop = false;
            // 
            // 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(148, 440);
            this.btnQuit.Name = "btnQuit";
            this.btnQuit.Size = new System.Drawing.Size(67, 34);
            this.btnQuit.TabIndex = 63;
            this.btnQuit.Text = "End";
            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(140, 405);
            this.btnPause.Name = "btnPause";
            this.btnPause.Size = new System.Drawing.Size(75, 32);
            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", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblClock.Location = new System.Drawing.Point(12, 440);
            this.lblClock.Name = "lblClock";
            this.lblClock.Size = new System.Drawing.Size(131, 34);
            this.lblClock.TabIndex = 61;
            this.lblClock.Text = "00:00:00";
            this.lblClock.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // 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(12, 405);
            this.btnBegin.Name = "btnBegin";
            this.btnBegin.Size = new System.Drawing.Size(122, 32);
            this.btnBegin.TabIndex = 62;
            this.btnBegin.Text = "Begin";
            this.btnBegin.UseVisualStyleBackColor = true;
            this.btnBegin.Click += new System.EventHandler(this.btnBegin_Click);
            // 
            // tbPresEntry
            // 
            this.tbPresEntry.Enabled = false;
            this.tbPresEntry.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tbPresEntry.Location = new System.Drawing.Point(133, 306);
            this.tbPresEntry.Name = "tbPresEntry";
            this.tbPresEntry.Size = new System.Drawing.Size(147, 22);
            this.tbPresEntry.TabIndex = 66;
            this.tbPresEntry.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbPresEntry_KeyDown);
            // 
            // lblPresName
            // 
            this.lblPresName.AutoSize = true;
            this.lblPresName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblPresName.Location = new System.Drawing.Point(59, 309);
            this.lblPresName.Name = "lblPresName";
            this.lblPresName.Size = new System.Drawing.Size(76, 15);
            this.lblPresName.TabIndex = 99;
            this.lblPresName.Text = "Enter Name:";
            // 
            // btnSubmit
            // 
            this.btnSubmit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnSubmit.Font = new System.Drawing.Font("Eras Medium ITC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnSubmit.Location = new System.Drawing.Point(62, 332);
            this.btnSubmit.Name = "btnSubmit";
            this.btnSubmit.Size = new System.Drawing.Size(218, 32);
            this.btnSubmit.TabIndex = 65;
            this.btnSubmit.Text = "Submit Answer";
            this.btnSubmit.UseVisualStyleBackColor = true;
            this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("MS Reference Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(148, 288);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(82, 15);
            this.label1.TabIndex = 67;
            this.label1.Text = "PRESIDENT";
            // 
            // lblPresNo
            // 
            this.lblPresNo.AutoSize = true;
            this.lblPresNo.Font = new System.Drawing.Font("MS Reference Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblPresNo.ForeColor = System.Drawing.Color.Red;
            this.lblPresNo.Location = new System.Drawing.Point(109, 288);
            this.lblPresNo.Name = "lblPresNo";
            this.lblPresNo.Size = new System.Drawing.Size(33, 15);
            this.lblPresNo.TabIndex = 68;
            this.lblPresNo.Text = "NTH";
            // 
            // 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(222, 452);
            this.lblPercentage.Name = "lblPercentage";
            this.lblPercentage.Size = new System.Drawing.Size(29, 24);
            this.lblPercentage.TabIndex = 114;
            this.lblPercentage.Text = "%";
            // 
            // 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(221, 429);
            this.lblCorrect.Name = "lblCorrect";
            this.lblCorrect.Size = new System.Drawing.Size(25, 24);
            this.lblCorrect.TabIndex = 110;
            this.lblCorrect.Text = "0";
            // 
            // 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(260, 429);
            this.lblDivider.Name = "lblDivider";
            this.lblDivider.Size = new System.Drawing.Size(20, 24);
            this.lblDivider.TabIndex = 111;
            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(288, 429);
            this.lblTotal.Name = "lblTotal";
            this.lblTotal.Size = new System.Drawing.Size(40, 24);
            this.lblTotal.TabIndex = 112;
            this.lblTotal.Text = "46";
            // 
            // 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(216, 405);
            this.lblSum.Name = "lblSum";
            this.lblSum.Size = new System.Drawing.Size(117, 24);
            this.lblSum.TabIndex = 113;
            this.lblSum.Text = "Correct:";
            // 
            // pbDefault
            // 
            this.pbDefault.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pbDefault.Image = ((System.Drawing.Image)(resources.GetObject("pbDefault.Image")));
            this.pbDefault.Location = new System.Drawing.Point(59, 55);
            this.pbDefault.Name = "pbDefault";
            this.pbDefault.Size = new System.Drawing.Size(220, 223);
            this.pbDefault.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pbDefault.TabIndex = 115;
            this.pbDefault.TabStop = false;
            // 
            // rbBeginner
            // 
            this.rbBeginner.AutoSize = true;
            this.rbBeginner.Location = new System.Drawing.Point(23, 376);
            this.rbBeginner.Name = "rbBeginner";
            this.rbBeginner.Size = new System.Drawing.Size(148, 17);
            this.rbBeginner.TabIndex = 116;
            this.rbBeginner.Text = "Normal (Requires Internet)";
            this.rbBeginner.UseVisualStyleBackColor = true;
            this.rbBeginner.CheckedChanged += new System.EventHandler(this.rbBeginner_CheckedChanged);
            // 
            // rbAdvanced
            // 
            this.rbAdvanced.AutoSize = true;
            this.rbAdvanced.Location = new System.Drawing.Point(181, 376);
            this.rbAdvanced.Name = "rbAdvanced";
            this.rbAdvanced.Size = new System.Drawing.Size(134, 17);
            this.rbAdvanced.TabIndex = 117;
            this.rbAdvanced.Text = "Advanced (No Images)";
            this.rbAdvanced.UseVisualStyleBackColor = true;
            this.rbAdvanced.CheckedChanged += new System.EventHandler(this.rbAdvanced_CheckedChanged);
            // 
            // progBar
            // 
            this.progBar.Location = new System.Drawing.Point(12, 480);
            this.progBar.Name = "progBar";
            this.progBar.Size = new System.Drawing.Size(316, 21);
            this.progBar.TabIndex = 118;
            // 
            // btnShowAnswers
            // 
            this.btnShowAnswers.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnShowAnswers.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnShowAnswers.Location = new System.Drawing.Point(59, 29);
            this.btnShowAnswers.Name = "btnShowAnswers";
            this.btnShowAnswers.Size = new System.Drawing.Size(126, 22);
            this.btnShowAnswers.TabIndex = 119;
            this.btnShowAnswers.Text = "Show Given Answers";
            this.btnShowAnswers.UseVisualStyleBackColor = true;
            this.btnShowAnswers.Click += new System.EventHandler(this.btnShowAnswers_Click);
            // 
            // lviewAnswers
            // 
            this.lviewAnswers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.No,
            this.givenAns,
            this.Correct});
            this.lviewAnswers.FullRowSelect = true;
            this.lviewAnswers.GridLines = true;
            this.lviewAnswers.HideSelection = false;
            this.lviewAnswers.Location = new System.Drawing.Point(353, 29);
            this.lviewAnswers.MultiSelect = false;
            this.lviewAnswers.Name = "lviewAnswers";
            this.lviewAnswers.Size = new System.Drawing.Size(229, 472);
            this.lviewAnswers.TabIndex = 121;
            this.lviewAnswers.UseCompatibleStateImageBehavior = false;
            this.lviewAnswers.View = System.Windows.Forms.View.Details;
            this.lviewAnswers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lviewAnswers_KeyDown);
            // 
            // No
            // 
            this.No.Text = "No:";
            this.No.Width = 35;
            // 
            // givenAns
            // 
            this.givenAns.Text = "Given Answer";
            this.givenAns.Width = 123;
            // 
            // Correct
            // 
            this.Correct.Text = "Result";
            this.Correct.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.Correct.Width = 67;
            // 
            // btnShowNames
            // 
            this.btnShowNames.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnShowNames.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnShowNames.Location = new System.Drawing.Point(189, 29);
            this.btnShowNames.Name = "btnShowNames";
            this.btnShowNames.Size = new System.Drawing.Size(91, 22);
            this.btnShowNames.TabIndex = 123;
            this.btnShowNames.Text = "Show Names";
            this.toolTipNames.SetToolTip(this.btnShowNames, "If Normal is checked, this button will become available after pressing Begin!");
            this.btnShowNames.UseVisualStyleBackColor = true;
            this.btnShowNames.Click += new System.EventHandler(this.btnShowNames_Click);
            // 
            // presidentsForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(340, 505);
            this.Controls.Add(this.btnShowNames);
            this.Controls.Add(this.lviewAnswers);
            this.Controls.Add(this.btnShowAnswers);
            this.Controls.Add(this.tbPresEntry);
            this.Controls.Add(this.progBar);
            this.Controls.Add(this.rbAdvanced);
            this.Controls.Add(this.rbBeginner);
            this.Controls.Add(this.lblPercentage);
            this.Controls.Add(this.lblCorrect);
            this.Controls.Add(this.lblDivider);
            this.Controls.Add(this.lblTotal);
            this.Controls.Add(this.lblSum);
            this.Controls.Add(this.lblPresNo);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.btnSubmit);
            this.Controls.Add(this.lblPresName);
            this.Controls.Add(this.btnQuit);
            this.Controls.Add(this.btnPause);
            this.Controls.Add(this.lblClock);
            this.Controls.Add(this.btnBegin);
            this.Controls.Add(this.menuStrip);
            this.Controls.Add(this.pbPresidents);
            this.Controls.Add(this.pbDefault);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip;
            this.MaximizeBox = false;
            this.Name = "presidentsForm";
            this.Text = "G:GYWU - Presidents Test";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.presidentsForm_FormClosed);
            this.Load += new System.EventHandler(this.presidentsForm_Load);
            this.Shown += new System.EventHandler(this.presidentsForm_Shown);
            this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.presidentsForm_MouseMove);
            this.menuStrip.ResumeLayout(false);
            this.menuStrip.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pbPresidents)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbDefault)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.MenuStrip menuStrip;
        private System.Windows.Forms.Timer timerClock;
        private System.ComponentModel.BackgroundWorker bgWorker;
        private System.Windows.Forms.ToolStripMenuItem menuToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem infoToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
        private System.Windows.Forms.PictureBox pbPresidents;
        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.TextBox tbPresEntry;
        private System.Windows.Forms.Label lblPresName;
        private System.Windows.Forms.ToolStripMenuItem presidentsListToolStripMenuItem;
        private System.Windows.Forms.Button btnSubmit;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label lblPresNo;
        private System.Windows.Forms.Label lblPercentage;
        private System.Windows.Forms.Label lblCorrect;
        private System.Windows.Forms.Label lblDivider;
        private System.Windows.Forms.Label lblTotal;
        private System.Windows.Forms.Label lblSum;
        private System.Windows.Forms.PictureBox pbDefault;
        private System.Windows.Forms.RadioButton rbBeginner;
        private System.Windows.Forms.RadioButton rbAdvanced;
        private System.Windows.Forms.ProgressBar progBar;
        private System.Windows.Forms.ToolStripMenuItem viewDatabaseScoresToolStripMenuItem;
        private System.Windows.Forms.Button btnShowAnswers;
        private System.Windows.Forms.ToolStripMenuItem exitProgramToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem trainerInformationToolStripMenuItem;
        private System.Windows.Forms.ListView lviewAnswers;
        private System.Windows.Forms.ColumnHeader givenAns;
        private System.Windows.Forms.ColumnHeader Correct;
        private System.Windows.Forms.ColumnHeader No;
        private System.Windows.Forms.Button btnShowNames;
        private System.Windows.Forms.ToolTip toolTipNames;
        private System.Windows.Forms.ToolStripMenuItem userToolStripMenuItem;
    }
}