p-GeoGame / CSharp_GeographyGame / worldmaplegendForm.Designer.cs
worldmaplegendForm.Designer.cs
Raw
namespace CSharp_GeographyGame
{
    partial class worldmaplegendForm
    {
        /// <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();
            this.label2 = new System.Windows.Forms.Label();
            this.lblnote = new System.Windows.Forms.Label();
            this.lblCountry = new System.Windows.Forms.Label();
            this.lblCont = new System.Windows.Forms.Label();
            this.lblocean = new System.Windows.Forms.Label();
            this.lblLegnd = new System.Windows.Forms.Label();
            this.pnlInside = new System.Windows.Forms.Panel();
            this.btnClose = new System.Windows.Forms.Button();
            this.toolTipDrag = new System.Windows.Forms.ToolTip(this.components);
            this.pnlInside.SuspendLayout();
            this.SuspendLayout();
            // 
            // label2
            // 
            this.label2.BackColor = System.Drawing.Color.Lavender;
            this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.label2.Font = new System.Drawing.Font("Lucida Fax", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(228, 68);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(115, 50);
            this.label2.TabIndex = 97;
            this.label2.Text = "*For bodies of water: Include North and South*";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblnote
            // 
            this.lblnote.BackColor = System.Drawing.Color.LightYellow;
            this.lblnote.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblnote.Font = new System.Drawing.Font("Lucida Fax", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblnote.Location = new System.Drawing.Point(126, 68);
            this.lblnote.Name = "lblnote";
            this.lblnote.Size = new System.Drawing.Size(102, 50);
            this.lblnote.TabIndex = 96;
            this.lblnote.Text = "*Some answers repeat twice*";
            this.lblnote.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblCountry
            // 
            this.lblCountry.BackColor = System.Drawing.Color.SandyBrown;
            this.lblCountry.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblCountry.Font = new System.Drawing.Font("Lucida Fax", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblCountry.Location = new System.Drawing.Point(39, 102);
            this.lblCountry.Name = "lblCountry";
            this.lblCountry.Size = new System.Drawing.Size(87, 16);
            this.lblCountry.TabIndex = 94;
            this.lblCountry.Text = "= Country";
            // 
            // lblCont
            // 
            this.lblCont.BackColor = System.Drawing.Color.SpringGreen;
            this.lblCont.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblCont.Font = new System.Drawing.Font("Lucida Fax", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblCont.Location = new System.Drawing.Point(39, 85);
            this.lblCont.Name = "lblCont";
            this.lblCont.Size = new System.Drawing.Size(87, 16);
            this.lblCont.TabIndex = 93;
            this.lblCont.Text = "= Continent";
            // 
            // lblocean
            // 
            this.lblocean.BackColor = System.Drawing.Color.LightSkyBlue;
            this.lblocean.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblocean.Font = new System.Drawing.Font("Lucida Fax", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblocean.Location = new System.Drawing.Point(39, 69);
            this.lblocean.Name = "lblocean";
            this.lblocean.Size = new System.Drawing.Size(87, 16);
            this.lblocean.TabIndex = 92;
            this.lblocean.Text = "= Water";
            // 
            // lblLegnd
            // 
            this.lblLegnd.AutoSize = true;
            this.lblLegnd.BackColor = System.Drawing.Color.Transparent;
            this.lblLegnd.Font = new System.Drawing.Font("Calibri", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblLegnd.Location = new System.Drawing.Point(96, 17);
            this.lblLegnd.Name = "lblLegnd";
            this.lblLegnd.Size = new System.Drawing.Size(196, 59);
            this.lblLegnd.TabIndex = 95;
            this.lblLegnd.Text = "LEGEND:";
            this.lblLegnd.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblLegnd_MouseDown);
            // 
            // pnlInside
            // 
            this.pnlInside.BackColor = System.Drawing.Color.WhiteSmoke;
            this.pnlInside.Controls.Add(this.lblocean);
            this.pnlInside.Controls.Add(this.lblnote);
            this.pnlInside.Controls.Add(this.btnClose);
            this.pnlInside.Controls.Add(this.label2);
            this.pnlInside.Controls.Add(this.lblLegnd);
            this.pnlInside.Controls.Add(this.lblCountry);
            this.pnlInside.Controls.Add(this.lblCont);
            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(382, 131);
            this.pnlInside.TabIndex = 98;
            this.toolTipDrag.SetToolTip(this.pnlInside, "Click on me to drag anywhere!");
            this.pnlInside.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pnlInside_MouseDown);
            // 
            // 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(344, 3);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(35, 23);
            this.btnClose.TabIndex = 98;
            this.btnClose.Text = "X";
            this.btnClose.UseVisualStyleBackColor = false;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // worldmaplegendForm
            // 
            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(384, 133);
            this.Controls.Add(this.pnlInside);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "worldmaplegendForm";
            this.Padding = new System.Windows.Forms.Padding(1);
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.Text = "worldmaplegendForm";
            this.pnlInside.ResumeLayout(false);
            this.pnlInside.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label lblnote;
        private System.Windows.Forms.Label lblCountry;
        private System.Windows.Forms.Label lblCont;
        private System.Windows.Forms.Label lblocean;
        private System.Windows.Forms.Label lblLegnd;
        private System.Windows.Forms.Panel pnlInside;
        private System.Windows.Forms.Button btnClose;
        private System.Windows.Forms.ToolTip toolTipDrag;
    }
}