Click here to Skip to main content
15,895,557 members
Articles / Game Development

Learning XNA 2D Engine IceCream With 1945 Demo Project

Rate me:
Please Sign up or sign in to vote.
5.00/5 (13 votes)
8 Aug 2012CPOL16 min read 67.2K   2.3K   51  
IceCream1945 is a demonstration of XNA and the IceCream 2D library in a 2D top-down scrolling shooter similar to 1942 for the NES.
namespace Milkshake.Editors.TileGrids
{
    partial class TileGridEditor
    {
        /// <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(TileGridEditor));
            XPTable.Models.DataSourceColumnBinder dataSourceColumnBinder2 = new XPTable.Models.DataSourceColumnBinder();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonPaintEdit = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonPaintBrush = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonPaintBucket = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonPaintEraser = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonToggleGrid = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonRotateLeftTile = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonRotateRightTile = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonHFlipTile = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonVFlipTile = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonCut = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonCopy = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonPaste = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonDelete = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonZoomOut = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonZoomNormal = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonZoomIn = new System.Windows.Forms.ToolStripButton();
            this.splitContainerMain = new System.Windows.Forms.SplitContainer();
            this.tileGridEditorControl = new Milkshake.Editors.TileGrids.TileGridEditorControl();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.splitContainerDesignTab = new System.Windows.Forms.SplitContainer();
            this.labeTiles = new System.Windows.Forms.Label();
            this.tileSelectionControl = new Milkshake.Editors.TileGrids.TileSelectionControl();
            this.toolStrip2 = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonLayerAdd = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonLayerDelete = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonLayerClear = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonLayerMoveUp = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonLayerMoveDown = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonLayerOpacity = new System.Windows.Forms.ToolStripButton();
            this.tableLayers = new XPTable.Models.Table();
            this.columnModelLayers = new XPTable.Models.ColumnModel();
            this.columnVisibility = new XPTable.Models.CheckBoxColumn();
            this.columnName = new XPTable.Models.TextColumn();
            this.tableModelLayers = new XPTable.Models.TableModel();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.tileGridMinimapControl = new Milkshake.Editors.TileGrids.TileGridMinimapControl();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.panel2 = new System.Windows.Forms.Panel();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.buttonSpriteSheet = new System.Windows.Forms.Button();
            this.labelSpriteSheetName = new System.Windows.Forms.Label();
            this.panel1 = new System.Windows.Forms.Panel();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.textBoxSizeCols = new System.Windows.Forms.TextBox();
            this.textBoxSizeRows = new System.Windows.Forms.TextBox();
            this.label12 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.groupBoxTileSize = new System.Windows.Forms.GroupBox();
            this.checkBoxUseSafeBorder = new System.Windows.Forms.CheckBox();
            this.textBoxTileWidth = new System.Windows.Forms.TextBox();
            this.textBoxTileHeight = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.groupBoxTint = new System.Windows.Forms.GroupBox();
            this.numericUpDownTintBlue = new System.Windows.Forms.NumericUpDown();
            this.numericUpDownTintGreen = new System.Windows.Forms.NumericUpDown();
            this.numericUpDownTintRed = new System.Windows.Forms.NumericUpDown();
            this.pictureBoxTint = new System.Windows.Forms.PictureBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.groupBoxTexture = new System.Windows.Forms.GroupBox();
            this.buttonSelectTexture = new System.Windows.Forms.Button();
            this.labelTextureName = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.labelOpacity = new System.Windows.Forms.Label();
            this.trackBarOpacity = new System.Windows.Forms.TrackBar();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.comboBoxBlendingType = new System.Windows.Forms.ComboBox();
            this.defaultControlPanel = new MilkshakeLibrary.DefaultControlPanel();
            this.toolStrip1.SuspendLayout();
            this.splitContainerMain.Panel1.SuspendLayout();
            this.splitContainerMain.Panel2.SuspendLayout();
            this.splitContainerMain.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.splitContainerDesignTab.Panel1.SuspendLayout();
            this.splitContainerDesignTab.Panel2.SuspendLayout();
            this.splitContainerDesignTab.SuspendLayout();
            this.toolStrip2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tableLayers)).BeginInit();
            this.tabPage2.SuspendLayout();
            this.panel2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.panel1.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBoxTileSize.SuspendLayout();
            this.groupBoxTint.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTintBlue)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTintGreen)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTintRed)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxTint)).BeginInit();
            this.groupBoxTexture.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarOpacity)).BeginInit();
            this.groupBox5.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonPaintEdit,
            this.toolStripButtonPaintBrush,
            this.toolStripButtonPaintBucket,
            this.toolStripButtonPaintEraser,
            this.toolStripSeparator4,
            this.toolStripButtonToggleGrid,
            this.toolStripSeparator1,
            this.toolStripButtonRotateLeftTile,
            this.toolStripButtonRotateRightTile,
            this.toolStripButtonHFlipTile,
            this.toolStripButtonVFlipTile,
            this.toolStripSeparator6,
            this.toolStripButtonCut,
            this.toolStripButtonCopy,
            this.toolStripButtonPaste,
            this.toolStripButtonDelete,
            this.toolStripSeparator7,
            this.toolStripButtonZoomOut,
            this.toolStripButtonZoomNormal,
            this.toolStripButtonZoomIn});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(953, 25);
            this.toolStrip1.TabIndex = 0;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripButtonPaintEdit
            // 
            this.toolStripButtonPaintEdit.CheckOnClick = true;
            this.toolStripButtonPaintEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonPaintEdit.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPaintEdit.Image")));
            this.toolStripButtonPaintEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonPaintEdit.Name = "toolStripButtonPaintEdit";
            this.toolStripButtonPaintEdit.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonPaintEdit.Text = "Edit Tool";
            this.toolStripButtonPaintEdit.Click += new System.EventHandler(this.toolStripButtonPaintEdit_Click);
            // 
            // toolStripButtonPaintBrush
            // 
            this.toolStripButtonPaintBrush.CheckOnClick = true;
            this.toolStripButtonPaintBrush.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonPaintBrush.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPaintBrush.Image")));
            this.toolStripButtonPaintBrush.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonPaintBrush.Name = "toolStripButtonPaintBrush";
            this.toolStripButtonPaintBrush.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonPaintBrush.Text = "Brush Tool";
            this.toolStripButtonPaintBrush.Click += new System.EventHandler(this.toolStripButtonPaintBrush_Click);
            // 
            // toolStripButtonPaintBucket
            // 
            this.toolStripButtonPaintBucket.CheckOnClick = true;
            this.toolStripButtonPaintBucket.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonPaintBucket.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPaintBucket.Image")));
            this.toolStripButtonPaintBucket.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonPaintBucket.Name = "toolStripButtonPaintBucket";
            this.toolStripButtonPaintBucket.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonPaintBucket.Text = "Bucket Tool";
            this.toolStripButtonPaintBucket.Click += new System.EventHandler(this.toolStripButtonPaintBucket_Click);
            // 
            // toolStripButtonPaintEraser
            // 
            this.toolStripButtonPaintEraser.CheckOnClick = true;
            this.toolStripButtonPaintEraser.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonPaintEraser.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPaintEraser.Image")));
            this.toolStripButtonPaintEraser.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonPaintEraser.Name = "toolStripButtonPaintEraser";
            this.toolStripButtonPaintEraser.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonPaintEraser.Text = "Eraser Tool";
            this.toolStripButtonPaintEraser.Click += new System.EventHandler(this.toolStripButtonPaintEraser_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButtonToggleGrid
            // 
            this.toolStripButtonToggleGrid.Checked = true;
            this.toolStripButtonToggleGrid.CheckOnClick = true;
            this.toolStripButtonToggleGrid.CheckState = System.Windows.Forms.CheckState.Checked;
            this.toolStripButtonToggleGrid.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonToggleGrid.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonToggleGrid.Image")));
            this.toolStripButtonToggleGrid.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonToggleGrid.Name = "toolStripButtonToggleGrid";
            this.toolStripButtonToggleGrid.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonToggleGrid.Text = "toolStripButton1";
            this.toolStripButtonToggleGrid.ToolTipText = "Toggle Grid";
            this.toolStripButtonToggleGrid.Click += new System.EventHandler(this.toolStripButtonToggleGrid_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButtonRotateLeftTile
            // 
            this.toolStripButtonRotateLeftTile.CheckOnClick = true;
            this.toolStripButtonRotateLeftTile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonRotateLeftTile.Enabled = false;
            this.toolStripButtonRotateLeftTile.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonRotateLeftTile.Image")));
            this.toolStripButtonRotateLeftTile.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonRotateLeftTile.Name = "toolStripButtonRotateLeftTile";
            this.toolStripButtonRotateLeftTile.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonRotateLeftTile.Text = "toolStripButton1";
            this.toolStripButtonRotateLeftTile.ToolTipText = "Rotate Left";
            this.toolStripButtonRotateLeftTile.Click += new System.EventHandler(this.toolStripButtonRotateLeftTile_Click);
            // 
            // toolStripButtonRotateRightTile
            // 
            this.toolStripButtonRotateRightTile.CheckOnClick = true;
            this.toolStripButtonRotateRightTile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonRotateRightTile.Enabled = false;
            this.toolStripButtonRotateRightTile.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonRotateRightTile.Image")));
            this.toolStripButtonRotateRightTile.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonRotateRightTile.Name = "toolStripButtonRotateRightTile";
            this.toolStripButtonRotateRightTile.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonRotateRightTile.Text = "toolStripButton2";
            this.toolStripButtonRotateRightTile.ToolTipText = "Rotate Right";
            this.toolStripButtonRotateRightTile.Click += new System.EventHandler(this.toolStripButtonRotateRightTile_Click);
            // 
            // toolStripButtonHFlipTile
            // 
            this.toolStripButtonHFlipTile.CheckOnClick = true;
            this.toolStripButtonHFlipTile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonHFlipTile.Enabled = false;
            this.toolStripButtonHFlipTile.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonHFlipTile.Image")));
            this.toolStripButtonHFlipTile.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonHFlipTile.Name = "toolStripButtonHFlipTile";
            this.toolStripButtonHFlipTile.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonHFlipTile.Text = "toolStripButton3";
            this.toolStripButtonHFlipTile.ToolTipText = "Mirror";
            this.toolStripButtonHFlipTile.Click += new System.EventHandler(this.toolStripButtonHFlipTile_Click);
            // 
            // toolStripButtonVFlipTile
            // 
            this.toolStripButtonVFlipTile.CheckOnClick = true;
            this.toolStripButtonVFlipTile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonVFlipTile.Enabled = false;
            this.toolStripButtonVFlipTile.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonVFlipTile.Image")));
            this.toolStripButtonVFlipTile.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonVFlipTile.Name = "toolStripButtonVFlipTile";
            this.toolStripButtonVFlipTile.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonVFlipTile.Text = "toolStripButton4";
            this.toolStripButtonVFlipTile.ToolTipText = "Flip";
            this.toolStripButtonVFlipTile.Click += new System.EventHandler(this.toolStripButtonVFlipTile_Click);
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButtonCut
            // 
            this.toolStripButtonCut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonCut.Enabled = false;
            this.toolStripButtonCut.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonCut.Image")));
            this.toolStripButtonCut.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonCut.Name = "toolStripButtonCut";
            this.toolStripButtonCut.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonCut.Text = "Cut Selected Tile(s)";
            this.toolStripButtonCut.Click += new System.EventHandler(this.toolStripButtonCut_Click);
            // 
            // toolStripButtonCopy
            // 
            this.toolStripButtonCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonCopy.Enabled = false;
            this.toolStripButtonCopy.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonCopy.Image")));
            this.toolStripButtonCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonCopy.Name = "toolStripButtonCopy";
            this.toolStripButtonCopy.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonCopy.Text = "Copy Selected Tile(s)";
            this.toolStripButtonCopy.Click += new System.EventHandler(this.toolStripButtonCopy_Click);
            // 
            // toolStripButtonPaste
            // 
            this.toolStripButtonPaste.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonPaste.Enabled = false;
            this.toolStripButtonPaste.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPaste.Image")));
            this.toolStripButtonPaste.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonPaste.Name = "toolStripButtonPaste";
            this.toolStripButtonPaste.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonPaste.Text = "Paste Tile(s)";
            this.toolStripButtonPaste.Click += new System.EventHandler(this.toolStripButtonPaste_Click);
            // 
            // toolStripButtonDelete
            // 
            this.toolStripButtonDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonDelete.Enabled = false;
            this.toolStripButtonDelete.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDelete.Image")));
            this.toolStripButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonDelete.Name = "toolStripButtonDelete";
            this.toolStripButtonDelete.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonDelete.Text = "Delete Selected Tile(s)";
            this.toolStripButtonDelete.Click += new System.EventHandler(this.toolStripButtonDelete_Click);
            // 
            // toolStripSeparator7
            // 
            this.toolStripSeparator7.Name = "toolStripSeparator7";
            this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButtonZoomOut
            // 
            this.toolStripButtonZoomOut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonZoomOut.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonZoomOut.Image")));
            this.toolStripButtonZoomOut.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonZoomOut.Name = "toolStripButtonZoomOut";
            this.toolStripButtonZoomOut.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonZoomOut.Text = "Zoom Out";
            // 
            // toolStripButtonZoomNormal
            // 
            this.toolStripButtonZoomNormal.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonZoomNormal.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonZoomNormal.Image")));
            this.toolStripButtonZoomNormal.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonZoomNormal.Name = "toolStripButtonZoomNormal";
            this.toolStripButtonZoomNormal.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonZoomNormal.Text = "Normal Zoom";
            // 
            // toolStripButtonZoomIn
            // 
            this.toolStripButtonZoomIn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonZoomIn.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonZoomIn.Image")));
            this.toolStripButtonZoomIn.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonZoomIn.Name = "toolStripButtonZoomIn";
            this.toolStripButtonZoomIn.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonZoomIn.Text = "Zoom In";
            // 
            // splitContainerMain
            // 
            this.splitContainerMain.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.splitContainerMain.Location = new System.Drawing.Point(0, 25);
            this.splitContainerMain.Name = "splitContainerMain";
            // 
            // splitContainerMain.Panel1
            // 
            this.splitContainerMain.Panel1.Controls.Add(this.tileGridEditorControl);
            this.splitContainerMain.Panel1MinSize = 100;
            // 
            // splitContainerMain.Panel2
            // 
            this.splitContainerMain.Panel2.Controls.Add(this.tabControl1);
            this.splitContainerMain.Panel2MinSize = 15;
            this.splitContainerMain.Size = new System.Drawing.Size(953, 564);
            this.splitContainerMain.SplitterDistance = 686;
            this.splitContainerMain.TabIndex = 1;
            // 
            // tileGridEditorControl
            // 
            this.tileGridEditorControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tileGridEditorControl.Location = new System.Drawing.Point(0, 0);
            this.tileGridEditorControl.Name = "tileGridEditorControl";
            this.tileGridEditorControl.Size = new System.Drawing.Size(686, 564);
            this.tileGridEditorControl.TabIndex = 0;
            this.tileGridEditorControl.Text = "tileGridEditorControl1";
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(263, 564);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.splitContainerDesignTab);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(255, 421);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Design";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // splitContainerDesignTab
            // 
            this.splitContainerDesignTab.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerDesignTab.Location = new System.Drawing.Point(3, 3);
            this.splitContainerDesignTab.Name = "splitContainerDesignTab";
            this.splitContainerDesignTab.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainerDesignTab.Panel1
            // 
            this.splitContainerDesignTab.Panel1.Controls.Add(this.labeTiles);
            this.splitContainerDesignTab.Panel1.Controls.Add(this.tileSelectionControl);
            // 
            // splitContainerDesignTab.Panel2
            // 
            this.splitContainerDesignTab.Panel2.Controls.Add(this.toolStrip2);
            this.splitContainerDesignTab.Panel2.Controls.Add(this.tableLayers);
            this.splitContainerDesignTab.Panel2.Controls.Add(this.label2);
            this.splitContainerDesignTab.Panel2.Controls.Add(this.label1);
            this.splitContainerDesignTab.Panel2.Controls.Add(this.tileGridMinimapControl);
            this.splitContainerDesignTab.Size = new System.Drawing.Size(249, 415);
            this.splitContainerDesignTab.SplitterDistance = 199;
            this.splitContainerDesignTab.TabIndex = 0;
            // 
            // labeTiles
            // 
            this.labeTiles.AutoSize = true;
            this.labeTiles.Location = new System.Drawing.Point(0, 4);
            this.labeTiles.Name = "labeTiles";
            this.labeTiles.Size = new System.Drawing.Size(32, 13);
            this.labeTiles.TabIndex = 1;
            this.labeTiles.Text = "Tiles:";
            // 
            // tileSelectionControl
            // 
            this.tileSelectionControl.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.tileSelectionControl.Location = new System.Drawing.Point(0, 20);
            this.tileSelectionControl.Name = "tileSelectionControl";
            this.tileSelectionControl.ParentGrid = null;
            this.tileSelectionControl.Size = new System.Drawing.Size(249, 176);
            this.tileSelectionControl.TabIndex = 0;
            this.tileSelectionControl.Text = "tileSelectionControl1";
            // 
            // toolStrip2
            // 
            this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonLayerAdd,
            this.toolStripButtonLayerDelete,
            this.toolStripSeparator5,
            this.toolStripButtonLayerClear,
            this.toolStripSeparator2,
            this.toolStripButtonLayerMoveUp,
            this.toolStripButtonLayerMoveDown,
            this.toolStripSeparator3,
            this.toolStripButtonLayerOpacity});
            this.toolStrip2.Location = new System.Drawing.Point(0, 13);
            this.toolStrip2.Name = "toolStrip2";
            this.toolStrip2.Size = new System.Drawing.Size(249, 25);
            this.toolStrip2.TabIndex = 5;
            this.toolStrip2.Text = "toolStrip2";
            // 
            // toolStripButtonLayerAdd
            // 
            this.toolStripButtonLayerAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonLayerAdd.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLayerAdd.Image")));
            this.toolStripButtonLayerAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonLayerAdd.Name = "toolStripButtonLayerAdd";
            this.toolStripButtonLayerAdd.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonLayerAdd.Text = "Add New Layer";
            this.toolStripButtonLayerAdd.Click += new System.EventHandler(this.toolStripButtonLayerAdd_Click);
            // 
            // toolStripButtonLayerDelete
            // 
            this.toolStripButtonLayerDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonLayerDelete.Enabled = false;
            this.toolStripButtonLayerDelete.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLayerDelete.Image")));
            this.toolStripButtonLayerDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonLayerDelete.Name = "toolStripButtonLayerDelete";
            this.toolStripButtonLayerDelete.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonLayerDelete.Text = "Delete Layer";
            this.toolStripButtonLayerDelete.Click += new System.EventHandler(this.toolStripButtonLayerDelete_Click);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButtonLayerClear
            // 
            this.toolStripButtonLayerClear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonLayerClear.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLayerClear.Image")));
            this.toolStripButtonLayerClear.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonLayerClear.Name = "toolStripButtonLayerClear";
            this.toolStripButtonLayerClear.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonLayerClear.Text = "toolStripButton1";
            this.toolStripButtonLayerClear.ToolTipText = "Clear Layer";
            this.toolStripButtonLayerClear.Click += new System.EventHandler(this.toolStripButtonLayerClear_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButtonLayerMoveUp
            // 
            this.toolStripButtonLayerMoveUp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonLayerMoveUp.Enabled = false;
            this.toolStripButtonLayerMoveUp.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLayerMoveUp.Image")));
            this.toolStripButtonLayerMoveUp.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonLayerMoveUp.Name = "toolStripButtonLayerMoveUp";
            this.toolStripButtonLayerMoveUp.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonLayerMoveUp.Text = "Move Up";
            this.toolStripButtonLayerMoveUp.Click += new System.EventHandler(this.toolStripButtonLayerMoveUp_Click);
            // 
            // toolStripButtonLayerMoveDown
            // 
            this.toolStripButtonLayerMoveDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonLayerMoveDown.Enabled = false;
            this.toolStripButtonLayerMoveDown.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLayerMoveDown.Image")));
            this.toolStripButtonLayerMoveDown.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonLayerMoveDown.Name = "toolStripButtonLayerMoveDown";
            this.toolStripButtonLayerMoveDown.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonLayerMoveDown.Text = "Move Down";
            this.toolStripButtonLayerMoveDown.Click += new System.EventHandler(this.toolStripButtonLayerMoveDown_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButtonLayerOpacity
            // 
            this.toolStripButtonLayerOpacity.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonLayerOpacity.Enabled = false;
            this.toolStripButtonLayerOpacity.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLayerOpacity.Image")));
            this.toolStripButtonLayerOpacity.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonLayerOpacity.Name = "toolStripButtonLayerOpacity";
            this.toolStripButtonLayerOpacity.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonLayerOpacity.Text = "Opacity";
            this.toolStripButtonLayerOpacity.Click += new System.EventHandler(this.toolStripButtonLayerOpacity_Click);
            // 
            // tableLayers
            // 
            this.tableLayers.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.tableLayers.ColumnModel = this.columnModelLayers;
            this.tableLayers.ColumnResizing = false;
            this.tableLayers.DataMember = null;
            this.tableLayers.DataSourceColumnBinder = dataSourceColumnBinder2;
            this.tableLayers.EnableHeaderContextMenu = false;
            this.tableLayers.FullRowSelect = true;
            this.tableLayers.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.tableLayers.Location = new System.Drawing.Point(4, 44);
            this.tableLayers.Name = "tableLayers";
            this.tableLayers.NoItemsText = "No layers";
            this.tableLayers.Size = new System.Drawing.Size(240, 54);
            this.tableLayers.TabIndex = 4;
            this.tableLayers.TableModel = this.tableModelLayers;
            this.tableLayers.Text = "table1";
            this.tableLayers.EditingStopped += new XPTable.Events.CellEditEventHandler(this.tableLayers_EditingStopped);
            this.tableLayers.CellCheckChanged += new XPTable.Events.CellCheckBoxEventHandler(this.tableLayers_CellCheckChanged);
            this.tableLayers.SelectionChanged += new XPTable.Events.SelectionEventHandler(this.tableLayers_SelectionChanged);
            this.tableLayers.Resize += new System.EventHandler(this.tableLayers_Resize);
            // 
            // columnModelLayers
            // 
            this.columnModelLayers.Columns.AddRange(new XPTable.Models.Column[] {
            this.columnVisibility,
            this.columnName});
            // 
            // columnVisibility
            // 
            this.columnVisibility.Alignment = XPTable.Models.ColumnAlignment.Center;
            this.columnVisibility.DrawText = false;
            this.columnVisibility.Image = ((System.Drawing.Image)(resources.GetObject("columnVisibility.Image")));
            this.columnVisibility.Selectable = false;
            this.columnVisibility.Sortable = false;
            this.columnVisibility.Text = "";
            this.columnVisibility.ToolTipText = "Visibiliy";
            this.columnVisibility.Width = 22;
            // 
            // columnName
            // 
            this.columnName.Resizable = false;
            this.columnName.Sortable = false;
            this.columnName.Text = "Name";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Dock = System.Windows.Forms.DockStyle.Top;
            this.label2.Location = new System.Drawing.Point(0, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 13);
            this.label2.TabIndex = 3;
            this.label2.Text = "Layers:";
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(0, 101);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(49, 13);
            this.label1.TabIndex = 2;
            this.label1.Text = "Minimap:";
            // 
            // tileGridMinimapControl
            // 
            this.tileGridMinimapControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.tileGridMinimapControl.Location = new System.Drawing.Point(0, 117);
            this.tileGridMinimapControl.Name = "tileGridMinimapControl";
            this.tileGridMinimapControl.Size = new System.Drawing.Size(249, 95);
            this.tileGridMinimapControl.TabIndex = 0;
            this.tileGridMinimapControl.Text = "tileGridMinimapControl1";
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.panel2);
            this.tabPage2.Controls.Add(this.panel1);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(255, 538);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Properties";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // panel2
            // 
            this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.panel2.Controls.Add(this.groupBox3);
            this.panel2.Location = new System.Drawing.Point(3, 4);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(249, 77);
            this.panel2.TabIndex = 10;
            // 
            // groupBox3
            // 
            this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox3.Controls.Add(this.buttonSpriteSheet);
            this.groupBox3.Controls.Add(this.labelSpriteSheetName);
            this.groupBox3.Location = new System.Drawing.Point(3, 3);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(246, 72);
            this.groupBox3.TabIndex = 2;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "SpriteSheet";
            // 
            // buttonSpriteSheet
            // 
            this.buttonSpriteSheet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSpriteSheet.Location = new System.Drawing.Point(137, 40);
            this.buttonSpriteSheet.Name = "buttonSpriteSheet";
            this.buttonSpriteSheet.Size = new System.Drawing.Size(103, 23);
            this.buttonSpriteSheet.TabIndex = 1;
            this.buttonSpriteSheet.Text = "Select SpriteSheet";
            this.buttonSpriteSheet.UseVisualStyleBackColor = true;
            this.buttonSpriteSheet.Click += new System.EventHandler(this.buttonSpriteSheet_Click);
            // 
            // labelSpriteSheetName
            // 
            this.labelSpriteSheetName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.labelSpriteSheetName.AutoEllipsis = true;
            this.labelSpriteSheetName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelSpriteSheetName.Location = new System.Drawing.Point(6, 16);
            this.labelSpriteSheetName.MaximumSize = new System.Drawing.Size(231, 21);
            this.labelSpriteSheetName.Name = "labelSpriteSheetName";
            this.labelSpriteSheetName.Size = new System.Drawing.Size(231, 21);
            this.labelSpriteSheetName.TabIndex = 0;
            this.labelSpriteSheetName.Text = "<none> ";
            this.labelSpriteSheetName.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // panel1
            // 
            this.panel1.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.panel1.AutoScroll = true;
            this.panel1.Controls.Add(this.groupBox4);
            this.panel1.Controls.Add(this.groupBoxTileSize);
            this.panel1.Controls.Add(this.groupBoxTint);
            this.panel1.Controls.Add(this.groupBoxTexture);
            this.panel1.Controls.Add(this.groupBox1);
            this.panel1.Controls.Add(this.groupBox5);
            this.panel1.Location = new System.Drawing.Point(3, 84);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(249, 454);
            this.panel1.TabIndex = 9;
            // 
            // groupBox4
            // 
            this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox4.Controls.Add(this.textBoxSizeCols);
            this.groupBox4.Controls.Add(this.textBoxSizeRows);
            this.groupBox4.Controls.Add(this.label12);
            this.groupBox4.Controls.Add(this.label13);
            this.groupBox4.Location = new System.Drawing.Point(3, 155);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(243, 48);
            this.groupBox4.TabIndex = 11;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Tile Grid Size";
            // 
            // textBoxSizeCols
            // 
            this.textBoxSizeCols.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxSizeCols.Location = new System.Drawing.Point(127, 19);
            this.textBoxSizeCols.Name = "textBoxSizeCols";
            this.textBoxSizeCols.Size = new System.Drawing.Size(30, 20);
            this.textBoxSizeCols.TabIndex = 6;
            this.textBoxSizeCols.Text = "1";
            this.textBoxSizeCols.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.textBoxSizeCols.Validated += new System.EventHandler(this.textBoxSizeCols_Validated);
            // 
            // textBoxSizeRows
            // 
            this.textBoxSizeRows.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxSizeRows.Location = new System.Drawing.Point(207, 19);
            this.textBoxSizeRows.Name = "textBoxSizeRows";
            this.textBoxSizeRows.Size = new System.Drawing.Size(30, 20);
            this.textBoxSizeRows.TabIndex = 7;
            this.textBoxSizeRows.Text = "1";
            this.textBoxSizeRows.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.textBoxSizeRows.Validated += new System.EventHandler(this.textBoxSizeRows_Validated);
            // 
            // label12
            // 
            this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(74, 22);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(47, 13);
            this.label12.TabIndex = 4;
            this.label12.Text = "Columns";
            // 
            // label13
            // 
            this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(167, 22);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(34, 13);
            this.label13.TabIndex = 5;
            this.label13.Text = "Rows";
            // 
            // groupBoxTileSize
            // 
            this.groupBoxTileSize.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBoxTileSize.Controls.Add(this.checkBoxUseSafeBorder);
            this.groupBoxTileSize.Controls.Add(this.textBoxTileWidth);
            this.groupBoxTileSize.Controls.Add(this.textBoxTileHeight);
            this.groupBoxTileSize.Controls.Add(this.label9);
            this.groupBoxTileSize.Controls.Add(this.label8);
            this.groupBoxTileSize.Location = new System.Drawing.Point(3, 81);
            this.groupBoxTileSize.Name = "groupBoxTileSize";
            this.groupBoxTileSize.Size = new System.Drawing.Size(243, 68);
            this.groupBoxTileSize.TabIndex = 9;
            this.groupBoxTileSize.TabStop = false;
            this.groupBoxTileSize.Text = "Tile Size";
            // 
            // checkBoxUseSafeBorder
            // 
            this.checkBoxUseSafeBorder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.checkBoxUseSafeBorder.AutoSize = true;
            this.checkBoxUseSafeBorder.Checked = true;
            this.checkBoxUseSafeBorder.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBoxUseSafeBorder.Location = new System.Drawing.Point(113, 45);
            this.checkBoxUseSafeBorder.Name = "checkBoxUseSafeBorder";
            this.checkBoxUseSafeBorder.Size = new System.Drawing.Size(130, 17);
            this.checkBoxUseSafeBorder.TabIndex = 8;
            this.checkBoxUseSafeBorder.Text = "Use tiling safe borders";
            this.checkBoxUseSafeBorder.UseVisualStyleBackColor = true;
            this.checkBoxUseSafeBorder.CheckedChanged += new System.EventHandler(this.checkBoxUseSafeBorder_CheckedChanged);
            // 
            // textBoxTileWidth
            // 
            this.textBoxTileWidth.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxTileWidth.Location = new System.Drawing.Point(148, 19);
            this.textBoxTileWidth.Name = "textBoxTileWidth";
            this.textBoxTileWidth.Size = new System.Drawing.Size(30, 20);
            this.textBoxTileWidth.TabIndex = 6;
            this.textBoxTileWidth.Text = "1";
            this.textBoxTileWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.textBoxTileWidth.Validated += new System.EventHandler(this.textBoxTileWidth_Validated);
            // 
            // textBoxTileHeight
            // 
            this.textBoxTileHeight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxTileHeight.Location = new System.Drawing.Point(207, 19);
            this.textBoxTileHeight.Name = "textBoxTileHeight";
            this.textBoxTileHeight.Size = new System.Drawing.Size(30, 20);
            this.textBoxTileHeight.TabIndex = 7;
            this.textBoxTileHeight.Text = "1";
            this.textBoxTileHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.textBoxTileHeight.Validated += new System.EventHandler(this.textBoxTileHeight_Validated);
            // 
            // label9
            // 
            this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(124, 22);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(18, 13);
            this.label9.TabIndex = 4;
            this.label9.Text = "W";
            // 
            // label8
            // 
            this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(186, 22);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(15, 13);
            this.label8.TabIndex = 5;
            this.label8.Text = "H";
            // 
            // groupBoxTint
            // 
            this.groupBoxTint.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBoxTint.Controls.Add(this.numericUpDownTintBlue);
            this.groupBoxTint.Controls.Add(this.numericUpDownTintGreen);
            this.groupBoxTint.Controls.Add(this.numericUpDownTintRed);
            this.groupBoxTint.Controls.Add(this.pictureBoxTint);
            this.groupBoxTint.Controls.Add(this.label5);
            this.groupBoxTint.Controls.Add(this.label6);
            this.groupBoxTint.Controls.Add(this.label7);
            this.groupBoxTint.Location = new System.Drawing.Point(3, 339);
            this.groupBoxTint.Name = "groupBoxTint";
            this.groupBoxTint.Size = new System.Drawing.Size(243, 105);
            this.groupBoxTint.TabIndex = 5;
            this.groupBoxTint.TabStop = false;
            this.groupBoxTint.Text = "Tint Color";
            // 
            // numericUpDownTintBlue
            // 
            this.numericUpDownTintBlue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.numericUpDownTintBlue.Location = new System.Drawing.Point(199, 79);
            this.numericUpDownTintBlue.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.numericUpDownTintBlue.Name = "numericUpDownTintBlue";
            this.numericUpDownTintBlue.Size = new System.Drawing.Size(41, 20);
            this.numericUpDownTintBlue.TabIndex = 12;
            this.numericUpDownTintBlue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.numericUpDownTintBlue.Value = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.numericUpDownTintBlue.ValueChanged += new System.EventHandler(this.numericUpDownTintBlue_ValueChanged);
            // 
            // numericUpDownTintGreen
            // 
            this.numericUpDownTintGreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.numericUpDownTintGreen.Location = new System.Drawing.Point(199, 53);
            this.numericUpDownTintGreen.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.numericUpDownTintGreen.Name = "numericUpDownTintGreen";
            this.numericUpDownTintGreen.Size = new System.Drawing.Size(41, 20);
            this.numericUpDownTintGreen.TabIndex = 11;
            this.numericUpDownTintGreen.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.numericUpDownTintGreen.ValueChanged += new System.EventHandler(this.numericUpDownTintGreen_ValueChanged);
            // 
            // numericUpDownTintRed
            // 
            this.numericUpDownTintRed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.numericUpDownTintRed.Location = new System.Drawing.Point(199, 26);
            this.numericUpDownTintRed.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.numericUpDownTintRed.Name = "numericUpDownTintRed";
            this.numericUpDownTintRed.Size = new System.Drawing.Size(41, 20);
            this.numericUpDownTintRed.TabIndex = 10;
            this.numericUpDownTintRed.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.numericUpDownTintRed.Value = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.numericUpDownTintRed.ValueChanged += new System.EventHandler(this.numericUpDownTintRed_ValueChanged);
            // 
            // pictureBoxTint
            // 
            this.pictureBoxTint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.pictureBoxTint.BackColor = System.Drawing.Color.White;
            this.pictureBoxTint.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pictureBoxTint.Cursor = System.Windows.Forms.Cursors.Hand;
            this.pictureBoxTint.Location = new System.Drawing.Point(94, 34);
            this.pictureBoxTint.Name = "pictureBoxTint";
            this.pictureBoxTint.Size = new System.Drawing.Size(48, 48);
            this.pictureBoxTint.TabIndex = 9;
            this.pictureBoxTint.TabStop = false;
            this.pictureBoxTint.Click += new System.EventHandler(this.pictureBoxTint_Click);
            // 
            // label5
            // 
            this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(165, 81);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(28, 13);
            this.label5.TabIndex = 6;
            this.label5.Text = "Blue";
            // 
            // label6
            // 
            this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(157, 55);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(36, 13);
            this.label6.TabIndex = 1;
            this.label6.Text = "Green";
            // 
            // label7
            // 
            this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(166, 29);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(27, 13);
            this.label7.TabIndex = 0;
            this.label7.Text = "Red";
            // 
            // groupBoxTexture
            // 
            this.groupBoxTexture.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBoxTexture.Controls.Add(this.buttonSelectTexture);
            this.groupBoxTexture.Controls.Add(this.labelTextureName);
            this.groupBoxTexture.Location = new System.Drawing.Point(3, 3);
            this.groupBoxTexture.Name = "groupBoxTexture";
            this.groupBoxTexture.Size = new System.Drawing.Size(243, 72);
            this.groupBoxTexture.TabIndex = 1;
            this.groupBoxTexture.TabStop = false;
            this.groupBoxTexture.Text = "Texture";
            // 
            // buttonSelectTexture
            // 
            this.buttonSelectTexture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSelectTexture.Location = new System.Drawing.Point(152, 40);
            this.buttonSelectTexture.Name = "buttonSelectTexture";
            this.buttonSelectTexture.Size = new System.Drawing.Size(85, 23);
            this.buttonSelectTexture.TabIndex = 1;
            this.buttonSelectTexture.Text = "Select Texture";
            this.buttonSelectTexture.UseVisualStyleBackColor = true;
            this.buttonSelectTexture.Click += new System.EventHandler(this.buttonSelectTexture_Click);
            // 
            // labelTextureName
            // 
            this.labelTextureName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.labelTextureName.AutoEllipsis = true;
            this.labelTextureName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelTextureName.Location = new System.Drawing.Point(6, 16);
            this.labelTextureName.MaximumSize = new System.Drawing.Size(231, 21);
            this.labelTextureName.Name = "labelTextureName";
            this.labelTextureName.Size = new System.Drawing.Size(231, 21);
            this.labelTextureName.TabIndex = 0;
            this.labelTextureName.Text = "LG | Big Texture ";
            this.labelTextureName.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.labelOpacity);
            this.groupBox1.Controls.Add(this.trackBarOpacity);
            this.groupBox1.Location = new System.Drawing.Point(3, 264);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(243, 69);
            this.groupBox1.TabIndex = 15;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Opacity";
            // 
            // labelOpacity
            // 
            this.labelOpacity.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.labelOpacity.AutoSize = true;
            this.labelOpacity.Location = new System.Drawing.Point(212, 30);
            this.labelOpacity.Name = "labelOpacity";
            this.labelOpacity.Size = new System.Drawing.Size(25, 13);
            this.labelOpacity.TabIndex = 1;
            this.labelOpacity.Text = "255";
            // 
            // trackBarOpacity
            // 
            this.trackBarOpacity.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.trackBarOpacity.Location = new System.Drawing.Point(6, 18);
            this.trackBarOpacity.Maximum = 255;
            this.trackBarOpacity.Name = "trackBarOpacity";
            this.trackBarOpacity.Size = new System.Drawing.Size(200, 45);
            this.trackBarOpacity.TabIndex = 0;
            this.trackBarOpacity.TickFrequency = 16;
            this.trackBarOpacity.Scroll += new System.EventHandler(this.trackBarOpacity_Scroll);
            // 
            // groupBox5
            // 
            this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox5.Controls.Add(this.comboBoxBlendingType);
            this.groupBox5.Location = new System.Drawing.Point(3, 209);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(243, 49);
            this.groupBox5.TabIndex = 16;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "Blending Type";
            // 
            // comboBoxBlendingType
            // 
            this.comboBoxBlendingType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBoxBlendingType.FormattingEnabled = true;
            this.comboBoxBlendingType.Location = new System.Drawing.Point(6, 19);
            this.comboBoxBlendingType.Name = "comboBoxBlendingType";
            this.comboBoxBlendingType.Size = new System.Drawing.Size(231, 21);
            this.comboBoxBlendingType.TabIndex = 0;
            this.comboBoxBlendingType.SelectedIndexChanged += new System.EventHandler(this.comboBoxBlendingType_SelectedIndexChanged);
            // 
            // defaultControlPanel
            // 
            this.defaultControlPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.defaultControlPanel.Location = new System.Drawing.Point(749, 591);
            this.defaultControlPanel.Name = "defaultControlPanel";
            this.defaultControlPanel.Size = new System.Drawing.Size(200, 24);
            this.defaultControlPanel.TabIndex = 2;
            // 
            // TileGridEditor
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(953, 623);
            this.Controls.Add(this.defaultControlPanel);
            this.Controls.Add(this.splitContainerMain);
            this.Controls.Add(this.toolStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "TileGridEditor";
            this.Text = "TileGrid Editor";
            this.Load += new System.EventHandler(this.TileGridEditor_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.splitContainerMain.Panel1.ResumeLayout(false);
            this.splitContainerMain.Panel2.ResumeLayout(false);
            this.splitContainerMain.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.splitContainerDesignTab.Panel1.ResumeLayout(false);
            this.splitContainerDesignTab.Panel1.PerformLayout();
            this.splitContainerDesignTab.Panel2.ResumeLayout(false);
            this.splitContainerDesignTab.Panel2.PerformLayout();
            this.splitContainerDesignTab.ResumeLayout(false);
            this.toolStrip2.ResumeLayout(false);
            this.toolStrip2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tableLayers)).EndInit();
            this.tabPage2.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.groupBoxTileSize.ResumeLayout(false);
            this.groupBoxTileSize.PerformLayout();
            this.groupBoxTint.ResumeLayout(false);
            this.groupBoxTint.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTintBlue)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTintGreen)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTintRed)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxTint)).EndInit();
            this.groupBoxTexture.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarOpacity)).EndInit();
            this.groupBox5.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripButton toolStripButtonToggleGrid;
        private System.Windows.Forms.ToolStripButton toolStripButtonPaintBrush;
        private System.Windows.Forms.ToolStripButton toolStripButtonPaintBucket;
        private System.Windows.Forms.SplitContainer splitContainerMain;
        private TileGridEditorControl tileGridEditorControl;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripButton toolStripButtonPaintEraser;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.SplitContainer splitContainerDesignTab;
        private System.Windows.Forms.Label labeTiles;
        private TileSelectionControl tileSelectionControl;
        private System.Windows.Forms.Label label1;
        private TileGridMinimapControl tileGridMinimapControl;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.ToolStripButton toolStripButtonPaintEdit;
        private XPTable.Models.ColumnModel columnModelLayers;
        private XPTable.Models.TableModel tableModelLayers;
        private XPTable.Models.CheckBoxColumn columnVisibility;
        private XPTable.Models.TextColumn columnName;
        private System.Windows.Forms.ToolStrip toolStrip2;
        private System.Windows.Forms.ToolStripButton toolStripButtonLayerAdd;
        private System.Windows.Forms.ToolStripButton toolStripButtonLayerDelete;
        private System.Windows.Forms.ToolStripButton toolStripButtonLayerMoveUp;
        private System.Windows.Forms.ToolStripButton toolStripButtonLayerMoveDown;
        private System.Windows.Forms.ToolStripButton toolStripButtonLayerOpacity;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        internal XPTable.Models.Table tableLayers;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.GroupBox groupBoxTint;
        private System.Windows.Forms.NumericUpDown numericUpDownTintBlue;
        private System.Windows.Forms.NumericUpDown numericUpDownTintGreen;
        private System.Windows.Forms.NumericUpDown numericUpDownTintRed;
        private System.Windows.Forms.PictureBox pictureBoxTint;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.GroupBox groupBoxTexture;
        private System.Windows.Forms.CheckBox checkBoxUseSafeBorder;
        private System.Windows.Forms.TextBox textBoxTileHeight;
        private System.Windows.Forms.Button buttonSelectTexture;
        private System.Windows.Forms.TextBox textBoxTileWidth;
        private System.Windows.Forms.Label labelTextureName;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label labelOpacity;
        private System.Windows.Forms.TrackBar trackBarOpacity;
        private System.Windows.Forms.GroupBox groupBox5;
        private System.Windows.Forms.ComboBox comboBoxBlendingType;
        private System.Windows.Forms.GroupBox groupBoxTileSize;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.TextBox textBoxSizeCols;
        private System.Windows.Forms.TextBox textBoxSizeRows;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripButton toolStripButtonRotateLeftTile;
        private System.Windows.Forms.ToolStripButton toolStripButtonRotateRightTile;
        private System.Windows.Forms.ToolStripButton toolStripButtonHFlipTile;
        private System.Windows.Forms.ToolStripButton toolStripButtonVFlipTile;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
        private System.Windows.Forms.ToolStripButton toolStripButtonLayerClear;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
        private System.Windows.Forms.ToolStripButton toolStripButtonCut;
        private System.Windows.Forms.ToolStripButton toolStripButtonCopy;
        private System.Windows.Forms.ToolStripButton toolStripButtonPaste;
        private System.Windows.Forms.ToolStripButton toolStripButtonDelete;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
        private System.Windows.Forms.ToolStripButton toolStripButtonZoomOut;
        private System.Windows.Forms.ToolStripButton toolStripButtonZoomNormal;
        private System.Windows.Forms.ToolStripButton toolStripButtonZoomIn;
        private MilkshakeLibrary.DefaultControlPanel defaultControlPanel;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.Button buttonSpriteSheet;
        private System.Windows.Forms.Label labelSpriteSheetName;
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions