Example #1
0
 void makeCustomControls()
 {
     blockView        = new BlockView();
     blockStatusStrip = new BlockStatusStrip();
     this.SuspendLayout();
     this.Controls.Add(blockView);
     this.Controls.Add(blockStatusStrip);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #2
0
 void makeCustomControls()
 {
     blockView = new BlockView();
     blockStatusStrip = new BlockStatusStrip();
     this.SuspendLayout();
     this.Controls.Add(blockView);
     this.Controls.Add(blockStatusStrip);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #3
0
 private void InitializeComponent()
 {
     System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
     this.loadItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.saveItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1  = new System.Windows.Forms.ToolStripSeparator();
     this.quitItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1          = new System.Windows.Forms.MenuStrip();
     this.toolStrip           = new System.Windows.Forms.ToolStrip();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.tsbZoomIn           = new System.Windows.Forms.ToolStripButton();
     this.tsbZoomOut          = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbAddRowTop        = new System.Windows.Forms.ToolStripButton();
     this.tsbAddRowBottom     = new System.Windows.Forms.ToolStripButton();
     this.tsbAddColLeft       = new System.Windows.Forms.ToolStripButton();
     this.tsbAddColRight      = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbModifyExtents    = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.outerPanel          = new Redstone_Simulator.PanelScrollFix();
     this.blockView           = new Redstone_Simulator.BlockView();
     this.blockStatusStrip    = new Redstone_Simulator.BlockStatusStrip();
     this.tsbUpOneLevel       = new System.Windows.Forms.ToolStripButton();
     this.tsbDownOneLevel     = new System.Windows.Forms.ToolStripButton();
     fileToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.outerPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // fileToolStripMenuItem
     //
     fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.loadItem,
         this.saveItem,
         this.toolStripMenuItem1,
         this.quitItem
     });
     fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     fileToolStripMenuItem.Text = "File";
     //
     // loadItem
     //
     this.loadItem.Name   = "loadItem";
     this.loadItem.Size   = new System.Drawing.Size(100, 22);
     this.loadItem.Text   = "Load";
     this.loadItem.Click += new System.EventHandler(this.loadItem_Click);
     //
     // saveItem
     //
     this.saveItem.Name = "saveItem";
     this.saveItem.Size = new System.Drawing.Size(100, 22);
     this.saveItem.Text = "Save";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(97, 6);
     //
     // quitItem
     //
     this.quitItem.Name = "quitItem";
     this.quitItem.Size = new System.Drawing.Size(100, 22);
     this.quitItem.Text = "Quit";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         fileToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(888, 24);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // toolStrip
     //
     this.toolStrip.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.toolStrip.Location         = new System.Drawing.Point(0, 24);
     this.toolStrip.MinimumSize      = new System.Drawing.Size(0, 50);
     this.toolStrip.Name             = "toolStrip";
     this.toolStrip.Size             = new System.Drawing.Size(888, 50);
     this.toolStrip.TabIndex         = 2;
     this.toolStrip.Text             = "toolStrip1";
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbZoomIn,
         this.tsbZoomOut,
         this.toolStripSeparator1,
         this.tsbAddRowTop,
         this.tsbAddRowBottom,
         this.tsbAddColLeft,
         this.tsbAddColRight,
         this.toolStripSeparator2,
         this.tsbModifyExtents,
         this.toolStripSeparator3,
         this.tsbUpOneLevel,
         this.tsbDownOneLevel
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 74);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(888, 25);
     this.toolStrip1.TabIndex = 4;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // tsbZoomIn
     //
     this.tsbZoomIn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbZoomIn.Image                 = global::Redstone_Simulator.Properties.Resources.ZoomIn16;
     this.tsbZoomIn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbZoomIn.Name   = "tsbZoomIn";
     this.tsbZoomIn.Size   = new System.Drawing.Size(23, 22);
     this.tsbZoomIn.Text   = "Zoom in";
     this.tsbZoomIn.Click += new System.EventHandler(this.tsbZoomIn_Click);
     //
     // tsbZoomOut
     //
     this.tsbZoomOut.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbZoomOut.Image                 = global::Redstone_Simulator.Properties.Resources.ZoomOut16;
     this.tsbZoomOut.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbZoomOut.Name   = "tsbZoomOut";
     this.tsbZoomOut.Size   = new System.Drawing.Size(23, 22);
     this.tsbZoomOut.Text   = "Zoom out";
     this.tsbZoomOut.Click += new System.EventHandler(this.tsbZoomOut_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // tsbAddRowTop
     //
     this.tsbAddRowTop.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbAddRowTop.Image                 = global::Redstone_Simulator.Properties.Resources.GrowTop16;
     this.tsbAddRowTop.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbAddRowTop.Name   = "tsbAddRowTop";
     this.tsbAddRowTop.Size   = new System.Drawing.Size(23, 22);
     this.tsbAddRowTop.Text   = "Add row to top";
     this.tsbAddRowTop.Click += new System.EventHandler(this.tsbAddTop_Click);
     //
     // tsbAddRowBottom
     //
     this.tsbAddRowBottom.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbAddRowBottom.Image                 = global::Redstone_Simulator.Properties.Resources.GrowBottom16;
     this.tsbAddRowBottom.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbAddRowBottom.Name   = "tsbAddRowBottom";
     this.tsbAddRowBottom.Size   = new System.Drawing.Size(23, 22);
     this.tsbAddRowBottom.Text   = "Add row to bottom";
     this.tsbAddRowBottom.Click += new System.EventHandler(this.tsbAddBottom_Click);
     //
     // tsbAddColLeft
     //
     this.tsbAddColLeft.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbAddColLeft.Image                 = global::Redstone_Simulator.Properties.Resources.GrowLeft16;
     this.tsbAddColLeft.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbAddColLeft.Name   = "tsbAddColLeft";
     this.tsbAddColLeft.Size   = new System.Drawing.Size(23, 22);
     this.tsbAddColLeft.Text   = "Add column to left";
     this.tsbAddColLeft.Click += new System.EventHandler(this.tsbAddLeft_Click);
     //
     // tsbAddColRight
     //
     this.tsbAddColRight.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbAddColRight.Image                 = global::Redstone_Simulator.Properties.Resources.GrowRight16;
     this.tsbAddColRight.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbAddColRight.Name   = "tsbAddColRight";
     this.tsbAddColRight.Size   = new System.Drawing.Size(23, 22);
     this.tsbAddColRight.Text   = "Add column to right";
     this.tsbAddColRight.Click += new System.EventHandler(this.tsbAddRight_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // tsbModifyExtents
     //
     this.tsbModifyExtents.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbModifyExtents.Image                 = global::Redstone_Simulator.Properties.Resources.GrowBack16;
     this.tsbModifyExtents.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbModifyExtents.Name   = "tsbModifyExtents";
     this.tsbModifyExtents.Size   = new System.Drawing.Size(23, 22);
     this.tsbModifyExtents.Text   = "Modify extents";
     this.tsbModifyExtents.Click += new System.EventHandler(this.tsbAddMultiDimension_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // outerPanel
     //
     this.outerPanel.AutoScroll = true;
     this.outerPanel.AutoSize   = true;
     this.outerPanel.Controls.Add(this.blockView);
     this.outerPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.outerPanel.Location = new System.Drawing.Point(0, 74);
     this.outerPanel.Name     = "outerPanel";
     this.outerPanel.Size     = new System.Drawing.Size(888, 547);
     this.outerPanel.TabIndex = 3;
     //
     // blockView
     //
     this.blockView.AutoScroll       = true;
     this.blockView.AutoScrollOffset = new System.Drawing.Point(10, 10);
     this.blockView.AutoSize         = true;
     this.blockView.AutoValidate     = System.Windows.Forms.AutoValidate.EnableAllowFocusChange;
     this.blockView.Floor            = 0;
     this.blockView.Location         = new System.Drawing.Point(0, 3);
     this.blockView.MinimumSize      = new System.Drawing.Size(813, 813);
     this.blockView.Name             = "blockView";
     this.blockView.selectedBlock    = Redstone_Simulator.BlockType.AIR;
     this.blockView.Size             = new System.Drawing.Size(813, 813);
     this.blockView.StatusStrip      = null;
     this.blockView.TabIndex         = 0;
     //
     // blockStatusStrip
     //
     this.blockStatusStrip.BackColor   = System.Drawing.Color.White;
     this.blockStatusStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.blockStatusStrip.Location    = new System.Drawing.Point(0, 621);
     this.blockStatusStrip.Name        = "blockStatusStrip";
     this.blockStatusStrip.Size        = new System.Drawing.Size(888, 23);
     this.blockStatusStrip.TabIndex    = 0;
     this.blockStatusStrip.Text        = "blockStatusStrip1";
     //
     // tsbUpOneLevel
     //
     this.tsbUpOneLevel.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbUpOneLevel.Image                 = global::Redstone_Simulator.Properties.Resources.Up16;
     this.tsbUpOneLevel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbUpOneLevel.Name   = "tsbUpOneLevel";
     this.tsbUpOneLevel.Size   = new System.Drawing.Size(23, 22);
     this.tsbUpOneLevel.Text   = "Up One Level";
     this.tsbUpOneLevel.Click += new System.EventHandler(this.upOneLevel_Click);
     //
     // tsbDownOneLevel
     //
     this.tsbDownOneLevel.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbDownOneLevel.Image                 = global::Redstone_Simulator.Properties.Resources.Down16;
     this.tsbDownOneLevel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbDownOneLevel.Name   = "tsbDownOneLevel";
     this.tsbDownOneLevel.Size   = new System.Drawing.Size(23, 22);
     this.tsbDownOneLevel.Text   = "Down One Level";
     this.tsbDownOneLevel.Click += new System.EventHandler(this.downOneLevel_Click);
     //
     // frmMain
     //
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(888, 644);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.outerPanel);
     this.Controls.Add(this.toolStrip);
     this.Controls.Add(this.blockStatusStrip);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "frmMain";
     this.Text          = "Redston Simulator";
     this.Load         += new System.EventHandler(this.frmMain_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.outerPanel.ResumeLayout(false);
     this.outerPanel.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #4
0
 private void InitializeComponent()
 {
     System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
     this.loadItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.quitItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.toolStrip = new System.Windows.Forms.ToolStrip();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tsbZoomIn = new System.Windows.Forms.ToolStripButton();
     this.tsbZoomOut = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbAddRowTop = new System.Windows.Forms.ToolStripButton();
     this.tsbAddRowBottom = new System.Windows.Forms.ToolStripButton();
     this.tsbAddColLeft = new System.Windows.Forms.ToolStripButton();
     this.tsbAddColRight = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbModifyExtents = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.outerPanel = new Redstone_Simulator.PanelScrollFix();
     this.blockView = new Redstone_Simulator.BlockView();
     this.blockStatusStrip = new Redstone_Simulator.BlockStatusStrip();
     this.tsbUpOneLevel = new System.Windows.Forms.ToolStripButton();
     this.tsbDownOneLevel = new System.Windows.Forms.ToolStripButton();
     fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.outerPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // fileToolStripMenuItem
     //
     fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.loadItem,
     this.saveItem,
     this.toolStripMenuItem1,
     this.quitItem});
     fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     fileToolStripMenuItem.Text = "File";
     //
     // loadItem
     //
     this.loadItem.Name = "loadItem";
     this.loadItem.Size = new System.Drawing.Size(100, 22);
     this.loadItem.Text = "Load";
     this.loadItem.Click += new System.EventHandler(this.loadItem_Click);
     //
     // saveItem
     //
     this.saveItem.Name = "saveItem";
     this.saveItem.Size = new System.Drawing.Size(100, 22);
     this.saveItem.Text = "Save";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(97, 6);
     //
     // quitItem
     //
     this.quitItem.Name = "quitItem";
     this.quitItem.Size = new System.Drawing.Size(100, 22);
     this.quitItem.Text = "Quit";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     fileToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(888, 24);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text = "menuStrip1";
     //
     // toolStrip
     //
     this.toolStrip.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.toolStrip.Location = new System.Drawing.Point(0, 24);
     this.toolStrip.MinimumSize = new System.Drawing.Size(0, 50);
     this.toolStrip.Name = "toolStrip";
     this.toolStrip.Size = new System.Drawing.Size(888, 50);
     this.toolStrip.TabIndex = 2;
     this.toolStrip.Text = "toolStrip1";
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsbZoomIn,
     this.tsbZoomOut,
     this.toolStripSeparator1,
     this.tsbAddRowTop,
     this.tsbAddRowBottom,
     this.tsbAddColLeft,
     this.tsbAddColRight,
     this.toolStripSeparator2,
     this.tsbModifyExtents,
     this.toolStripSeparator3,
     this.tsbUpOneLevel,
     this.tsbDownOneLevel});
     this.toolStrip1.Location = new System.Drawing.Point(0, 74);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(888, 25);
     this.toolStrip1.TabIndex = 4;
     this.toolStrip1.Text = "toolStrip1";
     //
     // tsbZoomIn
     //
     this.tsbZoomIn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbZoomIn.Image = global::Redstone_Simulator.Properties.Resources.ZoomIn16;
     this.tsbZoomIn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbZoomIn.Name = "tsbZoomIn";
     this.tsbZoomIn.Size = new System.Drawing.Size(23, 22);
     this.tsbZoomIn.Text = "Zoom in";
     this.tsbZoomIn.Click += new System.EventHandler(this.tsbZoomIn_Click);
     //
     // tsbZoomOut
     //
     this.tsbZoomOut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbZoomOut.Image = global::Redstone_Simulator.Properties.Resources.ZoomOut16;
     this.tsbZoomOut.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbZoomOut.Name = "tsbZoomOut";
     this.tsbZoomOut.Size = new System.Drawing.Size(23, 22);
     this.tsbZoomOut.Text = "Zoom out";
     this.tsbZoomOut.Click += new System.EventHandler(this.tsbZoomOut_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // tsbAddRowTop
     //
     this.tsbAddRowTop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbAddRowTop.Image = global::Redstone_Simulator.Properties.Resources.GrowTop16;
     this.tsbAddRowTop.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbAddRowTop.Name = "tsbAddRowTop";
     this.tsbAddRowTop.Size = new System.Drawing.Size(23, 22);
     this.tsbAddRowTop.Text = "Add row to top";
     this.tsbAddRowTop.Click += new System.EventHandler(this.tsbAddTop_Click);
     //
     // tsbAddRowBottom
     //
     this.tsbAddRowBottom.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbAddRowBottom.Image = global::Redstone_Simulator.Properties.Resources.GrowBottom16;
     this.tsbAddRowBottom.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbAddRowBottom.Name = "tsbAddRowBottom";
     this.tsbAddRowBottom.Size = new System.Drawing.Size(23, 22);
     this.tsbAddRowBottom.Text = "Add row to bottom";
     this.tsbAddRowBottom.Click += new System.EventHandler(this.tsbAddBottom_Click);
     //
     // tsbAddColLeft
     //
     this.tsbAddColLeft.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbAddColLeft.Image = global::Redstone_Simulator.Properties.Resources.GrowLeft16;
     this.tsbAddColLeft.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbAddColLeft.Name = "tsbAddColLeft";
     this.tsbAddColLeft.Size = new System.Drawing.Size(23, 22);
     this.tsbAddColLeft.Text = "Add column to left";
     this.tsbAddColLeft.Click += new System.EventHandler(this.tsbAddLeft_Click);
     //
     // tsbAddColRight
     //
     this.tsbAddColRight.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbAddColRight.Image = global::Redstone_Simulator.Properties.Resources.GrowRight16;
     this.tsbAddColRight.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbAddColRight.Name = "tsbAddColRight";
     this.tsbAddColRight.Size = new System.Drawing.Size(23, 22);
     this.tsbAddColRight.Text = "Add column to right";
     this.tsbAddColRight.Click += new System.EventHandler(this.tsbAddRight_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // tsbModifyExtents
     //
     this.tsbModifyExtents.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbModifyExtents.Image = global::Redstone_Simulator.Properties.Resources.GrowBack16;
     this.tsbModifyExtents.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbModifyExtents.Name = "tsbModifyExtents";
     this.tsbModifyExtents.Size = new System.Drawing.Size(23, 22);
     this.tsbModifyExtents.Text = "Modify extents";
     this.tsbModifyExtents.Click += new System.EventHandler(this.tsbAddMultiDimension_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // outerPanel
     //
     this.outerPanel.AutoScroll = true;
     this.outerPanel.AutoSize = true;
     this.outerPanel.Controls.Add(this.blockView);
     this.outerPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.outerPanel.Location = new System.Drawing.Point(0, 74);
     this.outerPanel.Name = "outerPanel";
     this.outerPanel.Size = new System.Drawing.Size(888, 547);
     this.outerPanel.TabIndex = 3;
     //
     // blockView
     //
     this.blockView.AutoScroll = true;
     this.blockView.AutoScrollOffset = new System.Drawing.Point(10, 10);
     this.blockView.AutoSize = true;
     this.blockView.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange;
     this.blockView.Floor = 0;
     this.blockView.Location = new System.Drawing.Point(0, 3);
     this.blockView.MinimumSize = new System.Drawing.Size(813, 813);
     this.blockView.Name = "blockView";
     this.blockView.selectedBlock = Redstone_Simulator.BlockType.AIR;
     this.blockView.Size = new System.Drawing.Size(813, 813);
     this.blockView.StatusStrip = null;
     this.blockView.TabIndex = 0;
     //
     // blockStatusStrip
     //
     this.blockStatusStrip.BackColor = System.Drawing.Color.White;
     this.blockStatusStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.blockStatusStrip.Location = new System.Drawing.Point(0, 621);
     this.blockStatusStrip.Name = "blockStatusStrip";
     this.blockStatusStrip.Size = new System.Drawing.Size(888, 23);
     this.blockStatusStrip.TabIndex = 0;
     this.blockStatusStrip.Text = "blockStatusStrip1";
     //
     // tsbUpOneLevel
     //
     this.tsbUpOneLevel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbUpOneLevel.Image = global::Redstone_Simulator.Properties.Resources.Up16;
     this.tsbUpOneLevel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbUpOneLevel.Name = "tsbUpOneLevel";
     this.tsbUpOneLevel.Size = new System.Drawing.Size(23, 22);
     this.tsbUpOneLevel.Text = "Up One Level";
     this.tsbUpOneLevel.Click += new System.EventHandler(this.upOneLevel_Click);
     //
     // tsbDownOneLevel
     //
     this.tsbDownOneLevel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbDownOneLevel.Image = global::Redstone_Simulator.Properties.Resources.Down16;
     this.tsbDownOneLevel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbDownOneLevel.Name = "tsbDownOneLevel";
     this.tsbDownOneLevel.Size = new System.Drawing.Size(23, 22);
     this.tsbDownOneLevel.Text = "Down One Level";
     this.tsbDownOneLevel.Click += new System.EventHandler(this.downOneLevel_Click);
     //
     // frmMain
     //
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(888, 644);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.outerPanel);
     this.Controls.Add(this.toolStrip);
     this.Controls.Add(this.blockStatusStrip);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "frmMain";
     this.Text = "Redston Simulator";
     this.Load += new System.EventHandler(this.frmMain_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.outerPanel.ResumeLayout(false);
     this.outerPanel.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }