ARCed.Database.MapEditor.MapTilesetForm.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("ARCed Project Name");
			this.splitContainer = new System.Windows.Forms.SplitContainer();
			this.treeViewMaps = new System.Windows.Forms.TreeView();
			this.imageList = new System.Windows.Forms.ImageList(this.components);
			((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
			this.splitContainer.Panel2.SuspendLayout();
			this.splitContainer.SuspendLayout();
			this.SuspendLayout();
			// 
			// splitContainer
			// 
			this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainer.Location = new System.Drawing.Point(0, 0);
			this.splitContainer.Name = "splitContainer";
			this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
			// 
			// splitContainer.Panel1
			// 
			this.splitContainer.Panel1.AutoScroll = true;
			// 
			// splitContainer.Panel2
			// 
			this.splitContainer.Panel2.Controls.Add(this.treeViewMaps);
			this.splitContainer.Size = new System.Drawing.Size(264, 497);
			this.splitContainer.SplitterDistance = 326;
			this.splitContainer.TabIndex = 0;
			// 
			// treeViewMaps
			// 
			this.treeViewMaps.Dock = System.Windows.Forms.DockStyle.Fill;
			this.treeViewMaps.Location = new System.Drawing.Point(0, 0);
			this.treeViewMaps.Name = "treeViewMaps";
			treeNode1.Name = "NodeRoot";
			treeNode1.Text = "ARCed Project Name";
			this.treeViewMaps.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
            treeNode1});
			this.treeViewMaps.Size = new System.Drawing.Size(264, 167);
			this.treeViewMaps.TabIndex = 0;
			// 
			// imageList
			// 
			this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
			this.imageList.ImageSize = new System.Drawing.Size(16, 16);
			this.imageList.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// MapTilesetForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(264, 497);
			this.Controls.Add(this.splitContainer);
			this.DefaultFloatSize = new System.Drawing.Size(256, 360);
			this.DockAreas = ((ARCed.UI.DockAreas)(((((ARCed.UI.DockAreas.Float | ARCed.UI.DockAreas.DockLeft)
						| ARCed.UI.DockAreas.DockRight)
						| ARCed.UI.DockAreas.DockTop)
						| ARCed.UI.DockAreas.DockBottom)));
			this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
			this.Name = "MapTilesetForm";
			this.ShowHint = ARCed.UI.DockState.DockLeft;
			this.Text = "MapTreeForm";
			this.splitContainer.Panel2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
			this.splitContainer.ResumeLayout(false);
			this.ResumeLayout(false);

		}