p-GeoGame / CSharp_GeographyGame / gamemenuForm.Designer.cs
gamemenuForm.Designer.cs
Raw

namespace CSharp_GeographyGame
{
    partial class gamemenuForm
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(gamemenuForm));
            this.pnlInside = new System.Windows.Forms.Panel();
            this.btnUSMap = new System.Windows.Forms.Button();
            this.pbMenu = new System.Windows.Forms.PictureBox();
            this.btnDatabases = new System.Windows.Forms.Button();
            this.btbCapitalsForm = new System.Windows.Forms.Button();
            this.btnPresForm = new System.Windows.Forms.Button();
            this.btnWorldMap = new System.Windows.Forms.Button();
            this.btnClose = new System.Windows.Forms.Button();
            this.lblUsername = new System.Windows.Forms.Label();
            this.pnlInside.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pbMenu)).BeginInit();
            this.SuspendLayout();
            // 
            // pnlInside
            // 
            this.pnlInside.BackColor = System.Drawing.SystemColors.Control;
            this.pnlInside.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pnlInside.BackgroundImage")));
            this.pnlInside.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pnlInside.Controls.Add(this.lblUsername);
            this.pnlInside.Controls.Add(this.btnUSMap);
            this.pnlInside.Controls.Add(this.pbMenu);
            this.pnlInside.Controls.Add(this.btnDatabases);
            this.pnlInside.Controls.Add(this.btbCapitalsForm);
            this.pnlInside.Controls.Add(this.btnPresForm);
            this.pnlInside.Controls.Add(this.btnWorldMap);
            this.pnlInside.Controls.Add(this.btnClose);
            this.pnlInside.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlInside.Location = new System.Drawing.Point(1, 1);
            this.pnlInside.Name = "pnlInside";
            this.pnlInside.Size = new System.Drawing.Size(486, 336);
            this.pnlInside.TabIndex = 0;
            this.pnlInside.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pnlInside_MouseDown);
            // 
            // btnUSMap
            // 
            this.btnUSMap.BackColor = System.Drawing.SystemColors.Control;
            this.btnUSMap.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnUSMap.Location = new System.Drawing.Point(3, 83);
            this.btnUSMap.Name = "btnUSMap";
            this.btnUSMap.Size = new System.Drawing.Size(168, 35);
            this.btnUSMap.TabIndex = 100;
            this.btnUSMap.Text = "US Map Test";
            this.btnUSMap.UseVisualStyleBackColor = false;
            this.btnUSMap.Click += new System.EventHandler(this.btnUSMap_Click);
            // 
            // pbMenu
            // 
            this.pbMenu.BackColor = System.Drawing.Color.Transparent;
            this.pbMenu.Image = ((System.Drawing.Image)(resources.GetObject("pbMenu.Image")));
            this.pbMenu.Location = new System.Drawing.Point(3, 29);
            this.pbMenu.Name = "pbMenu";
            this.pbMenu.Size = new System.Drawing.Size(168, 62);
            this.pbMenu.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pbMenu.TabIndex = 105;
            this.pbMenu.TabStop = false;
            // 
            // btnDatabases
            // 
            this.btnDatabases.BackColor = System.Drawing.SystemColors.Control;
            this.btnDatabases.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.btnDatabases.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnDatabases.Location = new System.Drawing.Point(0, 301);
            this.btnDatabases.Name = "btnDatabases";
            this.btnDatabases.Size = new System.Drawing.Size(486, 35);
            this.btnDatabases.TabIndex = 104;
            this.btnDatabases.Text = "Show Databases";
            this.btnDatabases.UseVisualStyleBackColor = false;
            this.btnDatabases.Click += new System.EventHandler(this.btnDatabases_Click);
            // 
            // btbCapitalsForm
            // 
            this.btbCapitalsForm.BackColor = System.Drawing.SystemColors.Control;
            this.btbCapitalsForm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btbCapitalsForm.Location = new System.Drawing.Point(3, 124);
            this.btbCapitalsForm.Name = "btbCapitalsForm";
            this.btbCapitalsForm.Size = new System.Drawing.Size(168, 35);
            this.btbCapitalsForm.TabIndex = 103;
            this.btbCapitalsForm.Text = "Capitals Form Test";
            this.btbCapitalsForm.UseVisualStyleBackColor = false;
            this.btbCapitalsForm.Click += new System.EventHandler(this.btbCapitalsForm_Click);
            // 
            // btnPresForm
            // 
            this.btnPresForm.BackColor = System.Drawing.SystemColors.Control;
            this.btnPresForm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnPresForm.Location = new System.Drawing.Point(3, 206);
            this.btnPresForm.Name = "btnPresForm";
            this.btnPresForm.Size = new System.Drawing.Size(168, 35);
            this.btnPresForm.TabIndex = 102;
            this.btnPresForm.Text = "Presidents Form Test";
            this.btnPresForm.UseVisualStyleBackColor = false;
            this.btnPresForm.Click += new System.EventHandler(this.btnPresForm_Click);
            // 
            // btnWorldMap
            // 
            this.btnWorldMap.BackColor = System.Drawing.SystemColors.Control;
            this.btnWorldMap.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnWorldMap.Location = new System.Drawing.Point(3, 165);
            this.btnWorldMap.Name = "btnWorldMap";
            this.btnWorldMap.Size = new System.Drawing.Size(168, 35);
            this.btnWorldMap.TabIndex = 101;
            this.btnWorldMap.Text = "World Map Test";
            this.btnWorldMap.UseVisualStyleBackColor = false;
            this.btnWorldMap.Click += new System.EventHandler(this.btnWorldMap_Click);
            // 
            // 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(448, 3);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(35, 30);
            this.btnClose.TabIndex = 99;
            this.btnClose.Text = "X";
            this.btnClose.UseVisualStyleBackColor = false;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // lblUsername
            // 
            this.lblUsername.AutoSize = true;
            this.lblUsername.BackColor = System.Drawing.Color.Transparent;
            this.lblUsername.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.lblUsername.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblUsername.ForeColor = System.Drawing.Color.AliceBlue;
            this.lblUsername.Location = new System.Drawing.Point(0, 278);
            this.lblUsername.Name = "lblUsername";
            this.lblUsername.Size = new System.Drawing.Size(0, 23);
            this.lblUsername.TabIndex = 106;
            // 
            // gamemenuForm
            // 
            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(488, 338);
            this.Controls.Add(this.pnlInside);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "gamemenuForm";
            this.Padding = new System.Windows.Forms.Padding(1);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Games Menu";
            this.pnlInside.ResumeLayout(false);
            this.pnlInside.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pbMenu)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel pnlInside;
        private System.Windows.Forms.Button btnClose;
        private System.Windows.Forms.Button btnUSMap;
        private System.Windows.Forms.Button btbCapitalsForm;
        private System.Windows.Forms.Button btnPresForm;
        private System.Windows.Forms.Button btnWorldMap;
        private System.Windows.Forms.Button btnDatabases;
        private System.Windows.Forms.PictureBox pbMenu;
        private System.Windows.Forms.Label lblUsername;
    }
}