p-GeoGame / CSharp_GeographyGame / presidentsnamesForm.Designer.cs
presidentsnamesForm.Designer.cs
Raw
namespace CSharp_GeographyGame
{
    partial class presidentsnamesForm
    {
        /// <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.lbPresNames = new System.Windows.Forms.ListBox();
            this.btnClose = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.lblPresName = new System.Windows.Forms.Label();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // lbPresNames
            // 
            this.lbPresNames.FormattingEnabled = true;
            this.lbPresNames.ImeMode = System.Windows.Forms.ImeMode.On;
            this.lbPresNames.Items.AddRange(new object[] {
            "Dwight D. Eisenhower",
            "John F. Kennedy",
            "Gerald R. Ford",
            "James Carter",
            "John Quincy Adams",
            "Andrew Jackson",
            "Franklin Pierce",
            "James Buchanan",
            "Abraham Lincoln",
            "Andrew Johnson",
            "Martin Van Buren",
            "George H. W. Bush",
            "William J. Clinton",
            "George W. Bush",
            "James Monroe",
            "John Adams",
            "Thomas Jefferson",
            "John Tyler",
            "James K. Polk",
            "Barack Obama",
            "Donald J. Trump",
            "George Washington",
            "Ulysses S. Grant",
            "James Madison",
            "Zachary Taylor",
            "Millard Fillmore",
            "William Henry Harrison",
            "Rutherford B. Hayes",
            "James Garfield",
            "Chester A. Arthur",
            "Grover Cleveland",
            "Benjamin Harrison",
            "Grover Cleveland",
            "William McKinley",
            "Theodore Roosevelt",
            "William Howard Taft",
            "Woodrow Wilson",
            "Warren G. Harding",
            "Lyndon B. Johnson",
            "Richard M. Nixon",
            "Calvin Coolidge",
            "Herbert Hoover",
            "Franklin D. Roosevelt",
            "Harry S. Truman",
            "Ronald Reagan",
            "Joseph Biden"});
            this.lbPresNames.Location = new System.Drawing.Point(14, 55);
            this.lbPresNames.Name = "lbPresNames";
            this.lbPresNames.Size = new System.Drawing.Size(133, 602);
            this.lbPresNames.TabIndex = 123;
            this.lbPresNames.TabStop = false;
            this.lbPresNames.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lbPresNames_KeyDown);
            // 
            // btnClose
            // 
            this.btnClose.BackColor = System.Drawing.Color.IndianRed;
            this.btnClose.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnClose.Location = new System.Drawing.Point(122, 4);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(35, 23);
            this.btnClose.TabIndex = 124;
            this.btnClose.Text = "X";
            this.btnClose.UseVisualStyleBackColor = false;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.WhiteSmoke;
            this.panel1.Controls.Add(this.lblPresName);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(1, 1);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(159, 673);
            this.panel1.TabIndex = 125;
            this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown);
            // 
            // lblPresName
            // 
            this.lblPresName.AutoSize = true;
            this.lblPresName.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblPresName.Location = new System.Drawing.Point(14, 27);
            this.lblPresName.Name = "lblPresName";
            this.lblPresName.Size = new System.Drawing.Size(131, 25);
            this.lblPresName.TabIndex = 0;
            this.lblPresName.Text = "Presidents:";
            // 
            // presidentsnamesForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.ClientSize = new System.Drawing.Size(161, 675);
            this.Controls.Add(this.btnClose);
            this.Controls.Add(this.lbPresNames);
            this.Controls.Add(this.panel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "presidentsnamesForm";
            this.Padding = new System.Windows.Forms.Padding(1);
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.Text = "presidentsnamesForm";
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.ListBox lbPresNames;
        private System.Windows.Forms.Button btnClose;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label lblPresName;
    }
}