using System.Windows.Forms;

namespace DarkWynter.App
{
    partial class ContentLoader : Panel
    {
        /// <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.panelProjectViews = new System.Windows.Forms.Panel();
            this.buttonProjectViewSaveHeightMap = new System.Windows.Forms.Button();
            this.lableProjectView = new System.Windows.Forms.Label();
            this.buttonProjectViewRunGame = new System.Windows.Forms.Button();
            this.buttonProjectViewHeightMap = new System.Windows.Forms.Button();
            this.buttonProjectViewProperties = new System.Windows.Forms.Button();
            this.buttonProjectViewLocationMap = new System.Windows.Forms.Button();
            this.buttonTemplatesSave = new System.Windows.Forms.Button();
            this.buttonSubTemplatesToLibrary = new System.Windows.Forms.Button();
            this.buttonCreateInstance = new System.Windows.Forms.Button();
            this.lableTemplates = new System.Windows.Forms.Label();
            this.panelTemplates = new System.Windows.Forms.Panel();
            this.labelSubTemplates = new System.Windows.Forms.Label();
            this.listBoxSubTemplates = new System.Windows.Forms.ListBox();
            this.buttonTemplateDelete = new System.Windows.Forms.Button();
            this.buttonSubTemplatesNew = new System.Windows.Forms.Button();
            this.listBoxTemplates = new System.Windows.Forms.ListBox();
            this.buttonSubTemplatesLoad = new System.Windows.Forms.Button();
            this.buttonTemplateClone = new System.Windows.Forms.Button();
            this.buttonSubTemplatesSave = new System.Windows.Forms.Button();
            this.buttonTemplatesNew = new System.Windows.Forms.Button();
            this.panelSceneLibrary = new System.Windows.Forms.Panel();
            this.buttonAddToSubTemplates = new System.Windows.Forms.Button();
            this.lableSceneLibrary = new System.Windows.Forms.Label();
            this.buttonSceneLibraryDelete = new System.Windows.Forms.Button();
            this.listBoxSceneLibrary = new System.Windows.Forms.ListBox();
            this.buttonTemplatesLoad = new System.Windows.Forms.Button();
            this.buttonSceneLibraryClone = new System.Windows.Forms.Button();
            this.panelInstances = new System.Windows.Forms.Panel();
            this.labelInstances = new System.Windows.Forms.Label();
            this.listBoxInstances = new System.Windows.Forms.ListBox();
            this.panelProjectViews.SuspendLayout();
            this.panelTemplates.SuspendLayout();
            this.panelSceneLibrary.SuspendLayout();
            this.panelInstances.SuspendLayout();
            this.SuspendLayout();
            // 
            // panelProjectViews
            // 
            this.panelProjectViews.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.panelProjectViews.BackColor = System.Drawing.Color.Black;
            this.panelProjectViews.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panelProjectViews.Controls.Add(this.buttonProjectViewSaveHeightMap);
            this.panelProjectViews.Controls.Add(this.lableProjectView);
            this.panelProjectViews.Controls.Add(this.buttonProjectViewRunGame);
            this.panelProjectViews.Controls.Add(this.buttonProjectViewHeightMap);
            this.panelProjectViews.Controls.Add(this.buttonProjectViewProperties);
            this.panelProjectViews.Controls.Add(this.buttonProjectViewLocationMap);
            this.panelProjectViews.ForeColor = System.Drawing.SystemColors.ControlLightLight;
            this.panelProjectViews.Location = new System.Drawing.Point(0, 0);
            this.panelProjectViews.Name = "panelProjectViews";
            this.panelProjectViews.Size = new System.Drawing.Size(300, 150);
            this.panelProjectViews.TabIndex = 0;
            // 
            // buttonProjectViewSaveHeightMap
            // 
            this.buttonProjectViewSaveHeightMap.Location = new System.Drawing.Point(149, 113);
            this.buttonProjectViewSaveHeightMap.Name = "buttonProjectViewSaveHeightMap";
            this.buttonProjectViewSaveHeightMap.Size = new System.Drawing.Size(107, 22);
            this.buttonProjectViewSaveHeightMap.TabIndex = 17;
            this.buttonProjectViewSaveHeightMap.Text = "Save HeightMap";
            this.buttonProjectViewSaveHeightMap.UseVisualStyleBackColor = true;
            this.buttonProjectViewSaveHeightMap.Click += new System.EventHandler(this.SaveHeightMap_Click);
            // 
            // lableProjectView
            // 
            this.lableProjectView.AutoSize = true;
            this.lableProjectView.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lableProjectView.Location = new System.Drawing.Point(163, 3);
            this.lableProjectView.Name = "lableProjectView";
            this.lableProjectView.Size = new System.Drawing.Size(92, 31);
            this.lableProjectView.TabIndex = 15;
            this.lableProjectView.Text = "Views";
            // 
            // buttonProjectViewRunGame
            // 
            this.buttonProjectViewRunGame.BackColor = System.Drawing.Color.Green;
            this.buttonProjectViewRunGame.FlatAppearance.BorderSize = 3;
            this.buttonProjectViewRunGame.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.buttonProjectViewRunGame.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Purple;
            this.buttonProjectViewRunGame.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.buttonProjectViewRunGame.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.buttonProjectViewRunGame.ForeColor = System.Drawing.Color.Yellow;
            this.buttonProjectViewRunGame.Location = new System.Drawing.Point(1, 105);
            this.buttonProjectViewRunGame.Name = "buttonProjectViewRunGame";
            this.buttonProjectViewRunGame.Size = new System.Drawing.Size(124, 28);
            this.buttonProjectViewRunGame.TabIndex = 16;
            this.buttonProjectViewRunGame.Text = "Run Game";
            this.buttonProjectViewRunGame.UseVisualStyleBackColor = false;
            this.buttonProjectViewRunGame.Click += new System.EventHandler(this.RunGameButton_Click);
            // 
            // buttonProjectViewHeightMap
            // 
            this.buttonProjectViewHeightMap.BackColor = System.Drawing.Color.Green;
            this.buttonProjectViewHeightMap.FlatAppearance.BorderSize = 3;
            this.buttonProjectViewHeightMap.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.buttonProjectViewHeightMap.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Purple;
            this.buttonProjectViewHeightMap.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.buttonProjectViewHeightMap.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.buttonProjectViewHeightMap.ForeColor = System.Drawing.Color.Yellow;
            this.buttonProjectViewHeightMap.Location = new System.Drawing.Point(1, 3);
            this.buttonProjectViewHeightMap.Name = "buttonProjectViewHeightMap";
            this.buttonProjectViewHeightMap.Size = new System.Drawing.Size(124, 28);
            this.buttonProjectViewHeightMap.TabIndex = 16;
            this.buttonProjectViewHeightMap.Text = "HeightMap";
            this.buttonProjectViewHeightMap.UseVisualStyleBackColor = false;
            this.buttonProjectViewHeightMap.Click += new System.EventHandler(this.HeightMapButton_Click);
            // 
            // buttonProjectViewProperties
            // 
            this.buttonProjectViewProperties.BackColor = System.Drawing.Color.Green;
            this.buttonProjectViewProperties.FlatAppearance.BorderSize = 3;
            this.buttonProjectViewProperties.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.buttonProjectViewProperties.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Purple;
            this.buttonProjectViewProperties.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.buttonProjectViewProperties.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.buttonProjectViewProperties.ForeColor = System.Drawing.Color.Yellow;
            this.buttonProjectViewProperties.Location = new System.Drawing.Point(1, 71);
            this.buttonProjectViewProperties.Name = "buttonProjectViewProperties";
            this.buttonProjectViewProperties.Size = new System.Drawing.Size(124, 28);
            this.buttonProjectViewProperties.TabIndex = 13;
            this.buttonProjectViewProperties.Text = "Properties";
            this.buttonProjectViewProperties.UseVisualStyleBackColor = false;
            this.buttonProjectViewProperties.Click += new System.EventHandler(this.PropertiesButton_Click);
            // 
            // buttonProjectViewLocationMap
            // 
            this.buttonProjectViewLocationMap.BackColor = System.Drawing.Color.Green;
            this.buttonProjectViewLocationMap.FlatAppearance.BorderSize = 3;
            this.buttonProjectViewLocationMap.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.buttonProjectViewLocationMap.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Purple;
            this.buttonProjectViewLocationMap.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.buttonProjectViewLocationMap.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.buttonProjectViewLocationMap.ForeColor = System.Drawing.Color.Yellow;
            this.buttonProjectViewLocationMap.Location = new System.Drawing.Point(1, 37);
            this.buttonProjectViewLocationMap.Name = "buttonProjectViewLocationMap";
            this.buttonProjectViewLocationMap.Size = new System.Drawing.Size(124, 28);
            this.buttonProjectViewLocationMap.TabIndex = 12;
            this.buttonProjectViewLocationMap.Text = "LocationMap";
            this.buttonProjectViewLocationMap.UseVisualStyleBackColor = false;
            this.buttonProjectViewLocationMap.Click += new System.EventHandler(this.LocationMapButton_Click);
            // 
            // buttonTemplatesSave
            // 
            this.buttonTemplatesSave.Location = new System.Drawing.Point(217, 139);
            this.buttonTemplatesSave.Name = "buttonTemplatesSave";
            this.buttonTemplatesSave.Size = new System.Drawing.Size(40, 22);
            this.buttonTemplatesSave.TabIndex = 10;
            this.buttonTemplatesSave.Text = "Save";
            this.buttonTemplatesSave.UseVisualStyleBackColor = true;
            this.buttonTemplatesSave.Click += new System.EventHandler(this.ObjectLibrarySave_Click);
            // 
            // buttonSubTemplatesToLibrary
            // 
            this.buttonSubTemplatesToLibrary.BackColor = System.Drawing.Color.Lime;
            this.buttonSubTemplatesToLibrary.ForeColor = System.Drawing.SystemColors.ControlText;
            this.buttonSubTemplatesToLibrary.Location = new System.Drawing.Point(64, 170);
            this.buttonSubTemplatesToLibrary.Name = "buttonSubTemplatesToLibrary";
            this.buttonSubTemplatesToLibrary.Size = new System.Drawing.Size(118, 22);
            this.buttonSubTemplatesToLibrary.TabIndex = 12;
            this.buttonSubTemplatesToLibrary.Text = "Copy To Library";
            this.buttonSubTemplatesToLibrary.UseVisualStyleBackColor = false;
            this.buttonSubTemplatesToLibrary.Click += new System.EventHandler(this.buttonAddToLibrary_Click);
            // 
            // buttonCreateInstance
            // 
            this.buttonCreateInstance.BackColor = System.Drawing.Color.Lime;
            this.buttonCreateInstance.ForeColor = System.Drawing.SystemColors.ControlText;
            this.buttonCreateInstance.Location = new System.Drawing.Point(139, 10);
            this.buttonCreateInstance.Name = "buttonCreateInstance";
            this.buttonCreateInstance.Size = new System.Drawing.Size(115, 22);
            this.buttonCreateInstance.TabIndex = 14;
            this.buttonCreateInstance.Text = "Create Instance";
            this.buttonCreateInstance.UseVisualStyleBackColor = false;
            this.buttonCreateInstance.Click += new System.EventHandler(this.buttonAddInstance_Click);
            // 
            // lableTemplates
            // 
            this.lableTemplates.AutoSize = true;
            this.lableTemplates.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lableTemplates.Location = new System.Drawing.Point(6, 18);
            this.lableTemplates.Name = "lableTemplates";
            this.lableTemplates.Size = new System.Drawing.Size(92, 20);
            this.lableTemplates.TabIndex = 12;
            this.lableTemplates.Text = "Templates";
            // 
            // panelTemplates
            // 
            this.panelTemplates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.panelTemplates.AutoSize = true;
            this.panelTemplates.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.panelTemplates.BackColor = System.Drawing.Color.Black;
            this.panelTemplates.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panelTemplates.Controls.Add(this.labelSubTemplates);
            this.panelTemplates.Controls.Add(this.listBoxSubTemplates);
            this.panelTemplates.Controls.Add(this.buttonTemplateDelete);
            this.panelTemplates.Controls.Add(this.buttonSubTemplatesToLibrary);
            this.panelTemplates.Controls.Add(this.buttonSubTemplatesNew);
            this.panelTemplates.Controls.Add(this.lableTemplates);
            this.panelTemplates.Controls.Add(this.listBoxTemplates);
            this.panelTemplates.Controls.Add(this.buttonSubTemplatesLoad);
            this.panelTemplates.Controls.Add(this.buttonTemplateClone);
            this.panelTemplates.Controls.Add(this.buttonSubTemplatesSave);
            this.panelTemplates.ForeColor = System.Drawing.SystemColors.ControlLightLight;
            this.panelTemplates.Location = new System.Drawing.Point(0, 160);
            this.panelTemplates.Name = "panelTemplates";
            this.panelTemplates.Size = new System.Drawing.Size(300, 200);
            this.panelTemplates.TabIndex = 14;
            // 
            // labelSubTemplates
            // 
            this.labelSubTemplates.AutoSize = true;
            this.labelSubTemplates.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelSubTemplates.Location = new System.Drawing.Point(128, 18);
            this.labelSubTemplates.Name = "labelSubTemplates";
            this.labelSubTemplates.Size = new System.Drawing.Size(124, 20);
            this.labelSubTemplates.TabIndex = 19;
            this.labelSubTemplates.Text = "SubTemplates";
            // 
            // listBoxSubTemplates
            // 
            this.listBoxSubTemplates.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.listBoxSubTemplates.ForeColor = System.Drawing.Color.Maroon;
            this.listBoxSubTemplates.FormattingEnabled = true;
            this.listBoxSubTemplates.Location = new System.Drawing.Point(133, 41);
            this.listBoxSubTemplates.Name = "listBoxSubTemplates";
            this.listBoxSubTemplates.Size = new System.Drawing.Size(120, 95);
            this.listBoxSubTemplates.TabIndex = 1;
            // 
            // buttonTemplateDelete
            // 
            this.buttonTemplateDelete.Location = new System.Drawing.Point(64, 142);
            this.buttonTemplateDelete.Name = "buttonTemplateDelete";
            this.buttonTemplateDelete.Size = new System.Drawing.Size(46, 22);
            this.buttonTemplateDelete.TabIndex = 15;
            this.buttonTemplateDelete.Text = "Delete";
            this.buttonTemplateDelete.UseVisualStyleBackColor = true;
            // 
            // buttonSubTemplatesNew
            // 
            this.buttonSubTemplatesNew.Location = new System.Drawing.Point(125, 142);
            this.buttonSubTemplatesNew.Name = "buttonSubTemplatesNew";
            this.buttonSubTemplatesNew.Size = new System.Drawing.Size(40, 22);
            this.buttonSubTemplatesNew.TabIndex = 17;
            this.buttonSubTemplatesNew.Text = "New";
            this.buttonSubTemplatesNew.UseVisualStyleBackColor = true;
            // 
            // listBoxTemplates
            // 
            this.listBoxTemplates.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.listBoxTemplates.ForeColor = System.Drawing.Color.Maroon;
            this.listBoxTemplates.FormattingEnabled = true;
            this.listBoxTemplates.Location = new System.Drawing.Point(10, 41);
            this.listBoxTemplates.Name = "listBoxTemplates";
            this.listBoxTemplates.Size = new System.Drawing.Size(104, 95);
            this.listBoxTemplates.TabIndex = 0;
            this.listBoxTemplates.SelectedIndexChanged += new System.EventHandler(this.listBoxTemplateObjects_SelectedIndexChanged);
            // 
            // buttonSubTemplatesLoad
            // 
            this.buttonSubTemplatesLoad.Location = new System.Drawing.Point(171, 142);
            this.buttonSubTemplatesLoad.Name = "buttonSubTemplatesLoad";
            this.buttonSubTemplatesLoad.Size = new System.Drawing.Size(40, 22);
            this.buttonSubTemplatesLoad.TabIndex = 15;
            this.buttonSubTemplatesLoad.Text = "Load";
            this.buttonSubTemplatesLoad.UseVisualStyleBackColor = true;
            // 
            // buttonTemplateClone
            // 
            this.buttonTemplateClone.Location = new System.Drawing.Point(10, 142);
            this.buttonTemplateClone.Name = "buttonTemplateClone";
            this.buttonTemplateClone.Size = new System.Drawing.Size(48, 22);
            this.buttonTemplateClone.TabIndex = 14;
            this.buttonTemplateClone.Text = "Clone";
            this.buttonTemplateClone.UseVisualStyleBackColor = true;
            // 
            // buttonSubTemplatesSave
            // 
            this.buttonSubTemplatesSave.Location = new System.Drawing.Point(217, 142);
            this.buttonSubTemplatesSave.Name = "buttonSubTemplatesSave";
            this.buttonSubTemplatesSave.Size = new System.Drawing.Size(40, 22);
            this.buttonSubTemplatesSave.TabIndex = 16;
            this.buttonSubTemplatesSave.Text = "Save";
            this.buttonSubTemplatesSave.UseVisualStyleBackColor = true;
            // 
            // buttonTemplatesNew
            // 
            this.buttonTemplatesNew.Location = new System.Drawing.Point(125, 139);
            this.buttonTemplatesNew.Name = "buttonTemplatesNew";
            this.buttonTemplatesNew.Size = new System.Drawing.Size(40, 22);
            this.buttonTemplatesNew.TabIndex = 14;
            this.buttonTemplatesNew.Text = "New";
            this.buttonTemplatesNew.UseVisualStyleBackColor = true;
            // 
            // panelSceneLibrary
            // 
            this.panelSceneLibrary.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.panelSceneLibrary.AutoSize = true;
            this.panelSceneLibrary.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.panelSceneLibrary.BackColor = System.Drawing.Color.Black;
            this.panelSceneLibrary.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panelSceneLibrary.Controls.Add(this.buttonAddToSubTemplates);
            this.panelSceneLibrary.Controls.Add(this.buttonTemplatesNew);
            this.panelSceneLibrary.Controls.Add(this.lableSceneLibrary);
            this.panelSceneLibrary.Controls.Add(this.buttonSceneLibraryDelete);
            this.panelSceneLibrary.Controls.Add(this.listBoxSceneLibrary);
            this.panelSceneLibrary.Controls.Add(this.buttonTemplatesLoad);
            this.panelSceneLibrary.Controls.Add(this.buttonSceneLibraryClone);
            this.panelSceneLibrary.Controls.Add(this.buttonTemplatesSave);
            this.panelSceneLibrary.ForeColor = System.Drawing.SystemColors.ControlLightLight;
            this.panelSceneLibrary.Location = new System.Drawing.Point(3, 364);
            this.panelSceneLibrary.Name = "panelSceneLibrary";
            this.panelSceneLibrary.Size = new System.Drawing.Size(264, 168);
            this.panelSceneLibrary.TabIndex = 1;
            // 
            // buttonAddToSubTemplates
            // 
            this.buttonAddToSubTemplates.BackColor = System.Drawing.Color.Lime;
            this.buttonAddToSubTemplates.ForeColor = System.Drawing.SystemColors.ControlText;
            this.buttonAddToSubTemplates.Location = new System.Drawing.Point(136, 8);
            this.buttonAddToSubTemplates.Name = "buttonAddToSubTemplates";
            this.buttonAddToSubTemplates.Size = new System.Drawing.Size(118, 22);
            this.buttonAddToSubTemplates.TabIndex = 19;
            this.buttonAddToSubTemplates.Text = "To SubTemplates";
            this.buttonAddToSubTemplates.UseVisualStyleBackColor = false;
            // 
            // lableSceneLibrary
            // 
            this.lableSceneLibrary.AutoSize = true;
            this.lableSceneLibrary.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lableSceneLibrary.Location = new System.Drawing.Point(6, 10);
            this.lableSceneLibrary.Name = "lableSceneLibrary";
            this.lableSceneLibrary.Size = new System.Drawing.Size(114, 20);
            this.lableSceneLibrary.TabIndex = 13;
            this.lableSceneLibrary.Text = "SceneLibrary";
            // 
            // buttonSceneLibraryDelete
            // 
            this.buttonSceneLibraryDelete.Location = new System.Drawing.Point(64, 139);
            this.buttonSceneLibraryDelete.Name = "buttonSceneLibraryDelete";
            this.buttonSceneLibraryDelete.Size = new System.Drawing.Size(46, 22);
            this.buttonSceneLibraryDelete.TabIndex = 13;
            this.buttonSceneLibraryDelete.Text = "Delete";
            this.buttonSceneLibraryDelete.UseVisualStyleBackColor = true;
            this.buttonSceneLibraryDelete.Click += new System.EventHandler(this.ObjectLibraryDelete_Click);
            // 
            // listBoxSceneLibrary
            // 
            this.listBoxSceneLibrary.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.listBoxSceneLibrary.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.listBoxSceneLibrary.ForeColor = System.Drawing.Color.Maroon;
            this.listBoxSceneLibrary.FormattingEnabled = true;
            this.listBoxSceneLibrary.Location = new System.Drawing.Point(10, 38);
            this.listBoxSceneLibrary.Name = "listBoxSceneLibrary";
            this.listBoxSceneLibrary.Size = new System.Drawing.Size(245, 95);
            this.listBoxSceneLibrary.TabIndex = 0;
            this.listBoxSceneLibrary.SelectedIndexChanged += new System.EventHandler(this.ObjectLibrary_SelectedIndexChanged);
            // 
            // buttonTemplatesLoad
            // 
            this.buttonTemplatesLoad.Location = new System.Drawing.Point(171, 139);
            this.buttonTemplatesLoad.Name = "buttonTemplatesLoad";
            this.buttonTemplatesLoad.Size = new System.Drawing.Size(40, 22);
            this.buttonTemplatesLoad.TabIndex = 9;
            this.buttonTemplatesLoad.Text = "Load";
            this.buttonTemplatesLoad.UseVisualStyleBackColor = true;
            this.buttonTemplatesLoad.Click += new System.EventHandler(this.ObjectLibraryLoad_Click);
            // 
            // buttonSceneLibraryClone
            // 
            this.buttonSceneLibraryClone.Location = new System.Drawing.Point(12, 139);
            this.buttonSceneLibraryClone.Name = "buttonSceneLibraryClone";
            this.buttonSceneLibraryClone.Size = new System.Drawing.Size(46, 22);
            this.buttonSceneLibraryClone.TabIndex = 12;
            this.buttonSceneLibraryClone.Text = "Clone";
            this.buttonSceneLibraryClone.UseVisualStyleBackColor = true;
            this.buttonSceneLibraryClone.Click += new System.EventHandler(this.ObjectLibraryClone_Click);
            // 
            // panelInstances
            // 
            this.panelInstances.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.panelInstances.AutoSize = true;
            this.panelInstances.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.panelInstances.BackColor = System.Drawing.Color.Black;
            this.panelInstances.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panelInstances.Controls.Add(this.labelInstances);
            this.panelInstances.Controls.Add(this.buttonCreateInstance);
            this.panelInstances.Controls.Add(this.listBoxInstances);
            this.panelInstances.ForeColor = System.Drawing.SystemColors.ControlLightLight;
            this.panelInstances.Location = new System.Drawing.Point(5, 538);
            this.panelInstances.Name = "panelInstances";
            this.panelInstances.Size = new System.Drawing.Size(264, 140);
            this.panelInstances.TabIndex = 15;
            // 
            // labelInstances
            // 
            this.labelInstances.AutoSize = true;
            this.labelInstances.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelInstances.Location = new System.Drawing.Point(6, 10);
            this.labelInstances.Name = "labelInstances";
            this.labelInstances.Size = new System.Drawing.Size(70, 20);
            this.labelInstances.TabIndex = 13;
            this.labelInstances.Text = "Objects";
            // 
            // listBoxInstances
            // 
            this.listBoxInstances.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.listBoxInstances.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.listBoxInstances.ForeColor = System.Drawing.Color.Maroon;
            this.listBoxInstances.FormattingEnabled = true;
            this.listBoxInstances.Location = new System.Drawing.Point(12, 38);
            this.listBoxInstances.Name = "listBoxInstances";
            this.listBoxInstances.Size = new System.Drawing.Size(245, 95);
            this.listBoxInstances.TabIndex = 0;
            // 
            // ContentLoader
            // 
            this.BackColor = System.Drawing.SystemColors.ControlDark;
            this.Controls.Add(this.panelProjectViews);
            this.Controls.Add(this.panelInstances);
            this.Controls.Add(this.panelTemplates);
            this.Controls.Add(this.panelSceneLibrary);
            this.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.Location = new System.Drawing.Point(100, 50);
            this.Size = new System.Drawing.Size(400, 700);
            this.TabIndex = 16;
            this.Text = "ContentLoader";
            this.panelProjectViews.ResumeLayout(false);
            this.panelProjectViews.PerformLayout();
            this.panelTemplates.ResumeLayout(false);
            this.panelTemplates.PerformLayout();
            this.panelSceneLibrary.ResumeLayout(false);
            this.panelSceneLibrary.PerformLayout();
            this.panelInstances.ResumeLayout(false);
            this.panelInstances.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        /// <summary>
        /// Main Container
        /// </summary>
        //private System.Windows.Forms.Panel panelSideBarMain;

        /// <summary>
        /// ProjectView Panel
        /// </summary>
        private System.Windows.Forms.Panel panelProjectViews;
        private System.Windows.Forms.Label lableProjectView;
        private System.Windows.Forms.Button buttonProjectViewHeightMap;
        private System.Windows.Forms.Button buttonProjectViewProperties;
        private System.Windows.Forms.Button buttonProjectViewLocationMap;
        private System.Windows.Forms.Button buttonProjectViewRunGame;
        private System.Windows.Forms.Button buttonProjectViewSaveHeightMap;


        /// <summary>
        /// Templates Panel
        /// </summary>
        private System.Windows.Forms.Panel panelTemplates;
        private System.Windows.Forms.Label lableTemplates;
        private System.Windows.Forms.ListBox listBoxTemplates;
        private System.Windows.Forms.Button buttonTemplatesNew;
        private System.Windows.Forms.Button buttonTemplatesSave;
        private System.Windows.Forms.Button buttonTemplatesLoad;
        private System.Windows.Forms.Button buttonTemplateDelete;
        private System.Windows.Forms.Button buttonTemplateClone;
        /// <summary>
        /// Subtemplate Panel
        /// </summary>
        ///         
        private System.Windows.Forms.Label labelSubTemplates;
        private System.Windows.Forms.ListBox listBoxSubTemplates;
        private System.Windows.Forms.Button buttonSubTemplatesToLibrary;
        private System.Windows.Forms.Button buttonSubTemplatesNew;
        private System.Windows.Forms.Button buttonSubTemplatesLoad;
        private System.Windows.Forms.Button buttonSubTemplatesSave;


        /// <summary>
        /// Scene Library = Object Library Panel
        /// </summary>
        private System.Windows.Forms.Panel panelSceneLibrary;
        private System.Windows.Forms.Label lableSceneLibrary;
        private System.Windows.Forms.ListBox listBoxSceneLibrary;
        private System.Windows.Forms.Button buttonSceneLibraryDelete;
        private System.Windows.Forms.Button buttonSceneLibraryClone;
        private System.Windows.Forms.Button buttonAddToSubTemplates;

        /// <summary>
        /// Instances Panel
        /// </summary>
        private System.Windows.Forms.Panel panelInstances;
        private System.Windows.Forms.Label labelInstances;
        private System.Windows.Forms.ListBox listBoxInstances;
        private System.Windows.Forms.Button buttonCreateInstance;
 
    }
}