Beispiel #1
0
        private void VisualizeFolder(Model.FoldersRow folder)
        {
            XPTable.Models.Row row = new XPTable.Models.Row();

            XPTable.Models.Cell      cell1      = new XPTable.Models.Cell();
            XPTable.Models.CellStyle cellStyle1 = new XPTable.Models.CellStyle();
            XPTable.Models.Cell      cell2      = new XPTable.Models.Cell();
            XPTable.Models.CellStyle cellStyle2 = new XPTable.Models.CellStyle();
            XPTable.Models.Cell      cell3      = new XPTable.Models.Cell();
            XPTable.Models.CellStyle cellStyle3 = new XPTable.Models.CellStyle();

            cell1.Text    = folder.Name;
            cell1.Checked = folder.Enabled;
            cell1.Data    = Detector.Current.GetIcon(folder.Type);
            cell2.Text    = folder.Path;
            cell2.Checked = Directory.Exists(folder.Path);
            cell3.Text    = folder.Type;

            cellStyle1.Font = new System.Drawing.Font("Arial", 8.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            cell1.CellStyle = cellStyle1;

            cellStyle2.Font = new System.Drawing.Font("Courier", 8.0F, 0, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            cell2.CellStyle = cellStyle2;

            cellStyle3.Font = new System.Drawing.Font("Arial", 8.0F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            cell3.CellStyle = cellStyle3;

            row.Cells.AddRange(new XPTable.Models.Cell[] { cell1, cell2, cell3 });
            row.ChildIndex = 0;
            row.Editable   = true;
            row.Tag        = folder;

            StrikeRow(row, !folder.Enabled);

            tableModel.Rows.Add(row);
        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            XPTable.Models.ColumnModel columnModelBoneTransforms;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CompositeEntityEditor));
            XPTable.Models.Row row3 = new XPTable.Models.Row();
            XPTable.Models.Cell cell5 = new XPTable.Models.Cell();
            XPTable.Models.CellStyle cellStyle5 = new XPTable.Models.CellStyle();
            XPTable.Models.Cell cell6 = new XPTable.Models.Cell();
            XPTable.Models.CellStyle cellStyle6 = new XPTable.Models.CellStyle();
            XPTable.Models.DataSourceColumnBinder dataSourceColumnBinder3 = new XPTable.Models.DataSourceColumnBinder();
            XPTable.Models.DataSourceColumnBinder dataSourceColumnBinder1 = new XPTable.Models.DataSourceColumnBinder();
            XPTable.Models.Row row4 = new XPTable.Models.Row();
            XPTable.Models.Cell cell7 = new XPTable.Models.Cell();
            XPTable.Models.CellStyle cellStyle7 = new XPTable.Models.CellStyle();
            XPTable.Models.Cell cell8 = new XPTable.Models.Cell();
            XPTable.Models.CellStyle cellStyle8 = new XPTable.Models.CellStyle();
            this.textColumnName = new XPTable.Models.TextColumn();
            this.checkBoxColumnVisible = new XPTable.Models.CheckBoxColumn();
            this.groupBoxAnimations = new System.Windows.Forms.GroupBox();
            this.propertyGridAnimation = new System.Windows.Forms.PropertyGrid();
            this.toolStripAnimations = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonAddAnimation = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonDelAnimation = new System.Windows.Forms.ToolStripButton();
            this.listViewAnimations = new System.Windows.Forms.ListView();
            this.tableModelKeyframes = new XPTable.Models.TableModel();
            this.columnModelKeyframes = new XPTable.Models.ColumnModel();
            this.numberColumnDuration = new XPTable.Models.NumberColumn();
            this.panelMiddle = new System.Windows.Forms.Panel();
            this.toolStrip4 = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonZoomOut = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonZoomNormal = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonZoomIn = new System.Windows.Forms.ToolStripButton();
            this.compositeEntityEditorControl = new Milkshake.Editors.CompositeEntities.CompositeKeyFrameEditorControl();
            this.tabControlMain = new System.Windows.Forms.TabControl();
            this.tabPageStructure = new System.Windows.Forms.TabPage();
            this.groupBoxSceneItemProperties = new System.Windows.Forms.GroupBox();
            this.comboBoxIsPivotRelative = new System.Windows.Forms.ComboBox();
            this.textBoxPivot = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBoxBones = new System.Windows.Forms.GroupBox();
            this.groupBoxBoneProps = new System.Windows.Forms.GroupBox();
            this.propertyGridBoneProperties = new System.Windows.Forms.PropertyGrid();
            this.toolStrip5 = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonAddRootBone = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonAddChildBone = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonDeleteBone = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonLevelUpBone = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonLevelDownBone = new System.Windows.Forms.ToolStripButton();
            this.treeViewBones = new System.Windows.Forms.TreeView();
            this.imageListBones = new System.Windows.Forms.ImageList(this.components);
            this.groupBoxSceneItemBank = new System.Windows.Forms.GroupBox();
            this.toolStripResources = new System.Windows.Forms.ToolStrip();
            this.toolStripSplitButtonAddSceneItem = new System.Windows.Forms.ToolStripSplitButton();
            this.toolStripSplitButtonCopySceneItem = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonDeleteSceneItem = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonNewBoneFromItem = new System.Windows.Forms.ToolStripButton();
            this.sceneItemPreviewControl = new Milkshake.GraphicsDeviceControls.SceneItemPreviewControl();
            this.treeViewSceneItems = new System.Windows.Forms.TreeView();
            this.tabPageAnimations = new System.Windows.Forms.TabPage();
            this.groupBoxPreview = new System.Windows.Forms.GroupBox();
            this.sceneItemPreviewCompositeAnimationPreview = new Milkshake.GraphicsDeviceControls.SceneItemPreviewControl();
            this.splitContainerRightTop = new System.Windows.Forms.SplitContainer();
            this.groupBoxKeyFrames = new System.Windows.Forms.GroupBox();
            this.toolStripKeyFrames = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonAddKeyFrame = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonKeyFrameCopy = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonKeyFramePaste = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonDeleteKeyFrame = new System.Windows.Forms.ToolStripButton();
            this.tableKeyFrames = new XPTable.Models.Table();
            this.groupBoxCompositeBoneProperties = new System.Windows.Forms.GroupBox();
            this.propertyGridCompositeBoneTransform = new System.Windows.Forms.PropertyGrid();
            this.groupBoxBoneTransforms = new System.Windows.Forms.GroupBox();
            this.tableBoneTransforms = new XPTable.Models.Table();
            this.tableModelBoneTransforms = new XPTable.Models.TableModel();
            this.toolStripBoneTransforms = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripButtonLevelUpBoneTransform = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonLevelDownBoneTransform = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonSyncTransform = new System.Windows.Forms.ToolStripButton();
            this.defaultControlPanel = new MilkshakeLibrary.DefaultControlPanel();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonDuplicateAnim = new System.Windows.Forms.ToolStripButton();
            columnModelBoneTransforms = new XPTable.Models.ColumnModel();
            this.groupBoxAnimations.SuspendLayout();
            this.toolStripAnimations.SuspendLayout();
            this.panelMiddle.SuspendLayout();
            this.toolStrip4.SuspendLayout();
            this.tabControlMain.SuspendLayout();
            this.tabPageStructure.SuspendLayout();
            this.groupBoxSceneItemProperties.SuspendLayout();
            this.groupBoxBones.SuspendLayout();
            this.groupBoxBoneProps.SuspendLayout();
            this.toolStrip5.SuspendLayout();
            this.groupBoxSceneItemBank.SuspendLayout();
            this.toolStripResources.SuspendLayout();
            this.tabPageAnimations.SuspendLayout();
            this.groupBoxPreview.SuspendLayout();
            this.splitContainerRightTop.Panel1.SuspendLayout();
            this.splitContainerRightTop.Panel2.SuspendLayout();
            this.splitContainerRightTop.SuspendLayout();
            this.groupBoxKeyFrames.SuspendLayout();
            this.toolStripKeyFrames.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tableKeyFrames)).BeginInit();
            this.groupBoxCompositeBoneProperties.SuspendLayout();
            this.groupBoxBoneTransforms.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tableBoneTransforms)).BeginInit();
            this.toolStripBoneTransforms.SuspendLayout();
            this.SuspendLayout();
            // 
            // columnModelBoneTransforms
            // 
            columnModelBoneTransforms.Columns.AddRange(new XPTable.Models.Column[] {
            this.textColumnName,
            this.checkBoxColumnVisible});
            columnModelBoneTransforms.HeaderHeight = 16;
            // 
            // textColumnName
            // 
            this.textColumnName.Resizable = false;
            this.textColumnName.Text = "Name";
            this.textColumnName.Width = 150;
            // 
            // checkBoxColumnVisible
            // 
            this.checkBoxColumnVisible.Alignment = XPTable.Models.ColumnAlignment.Right;
            this.checkBoxColumnVisible.DrawText = false;
            this.checkBoxColumnVisible.Resizable = false;
            this.checkBoxColumnVisible.Width = 25;
            // 
            // groupBoxAnimations
            // 
            this.groupBoxAnimations.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.groupBoxAnimations.Controls.Add(this.propertyGridAnimation);
            this.groupBoxAnimations.Controls.Add(this.toolStripAnimations);
            this.groupBoxAnimations.Controls.Add(this.listViewAnimations);
            this.groupBoxAnimations.Location = new System.Drawing.Point(3, 3);
            this.groupBoxAnimations.Name = "groupBoxAnimations";
            this.groupBoxAnimations.Size = new System.Drawing.Size(206, 344);
            this.groupBoxAnimations.TabIndex = 10;
            this.groupBoxAnimations.TabStop = false;
            this.groupBoxAnimations.Text = "Animations";
            // 
            // propertyGridAnimation
            // 
            this.propertyGridAnimation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.propertyGridAnimation.Location = new System.Drawing.Point(3, 207);
            this.propertyGridAnimation.Name = "propertyGridAnimation";
            this.propertyGridAnimation.PropertySort = System.Windows.Forms.PropertySort.Alphabetical;
            this.propertyGridAnimation.Size = new System.Drawing.Size(200, 131);
            this.propertyGridAnimation.TabIndex = 8;
            this.propertyGridAnimation.ToolbarVisible = false;
            // 
            // toolStripAnimations
            // 
            this.toolStripAnimations.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripAnimations.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonAddAnimation,
            this.toolStripButtonDelAnimation,
            this.toolStripSeparator4,
            this.toolStripButtonDuplicateAnim});
            this.toolStripAnimations.Location = new System.Drawing.Point(3, 16);
            this.toolStripAnimations.Name = "toolStripAnimations";
            this.toolStripAnimations.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.toolStripAnimations.Size = new System.Drawing.Size(200, 25);
            this.toolStripAnimations.TabIndex = 7;
            this.toolStripAnimations.Text = "toolStrip1";
            // 
            // toolStripButtonAddAnimation
            // 
            this.toolStripButtonAddAnimation.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonAddAnimation.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAddAnimation.Image")));
            this.toolStripButtonAddAnimation.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonAddAnimation.Name = "toolStripButtonAddAnimation";
            this.toolStripButtonAddAnimation.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonAddAnimation.Text = "toolStripButton4";
            this.toolStripButtonAddAnimation.ToolTipText = "Add New Animation";
            this.toolStripButtonAddAnimation.Click += new System.EventHandler(this.toolStripButtonAddAnimation_Click);
            // 
            // toolStripButtonDelAnimation
            // 
            this.toolStripButtonDelAnimation.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonDelAnimation.Enabled = false;
            this.toolStripButtonDelAnimation.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDelAnimation.Image")));
            this.toolStripButtonDelAnimation.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonDelAnimation.Name = "toolStripButtonDelAnimation";
            this.toolStripButtonDelAnimation.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonDelAnimation.Text = "toolStripButton1";
            this.toolStripButtonDelAnimation.ToolTipText = "Delete Animation";
            this.toolStripButtonDelAnimation.Click += new System.EventHandler(this.toolStripButtonDelAnimation_Click);
            // 
            // listViewAnimations
            // 
            this.listViewAnimations.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.listViewAnimations.FullRowSelect = true;
            this.listViewAnimations.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.listViewAnimations.HideSelection = false;
            this.listViewAnimations.LabelEdit = true;
            this.listViewAnimations.Location = new System.Drawing.Point(3, 44);
            this.listViewAnimations.Name = "listViewAnimations";
            this.listViewAnimations.Size = new System.Drawing.Size(200, 157);
            this.listViewAnimations.TabIndex = 2;
            this.listViewAnimations.UseCompatibleStateImageBehavior = false;
            this.listViewAnimations.View = System.Windows.Forms.View.List;
            this.listViewAnimations.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.listViewAnimations_AfterLabelEdit);
            this.listViewAnimations.SelectedIndexChanged += new System.EventHandler(this.listViewAnimations_SelectedIndexChanged);
            // 
            // tableModelKeyframes
            // 
            this.tableModelKeyframes.RowHeight = 16;
            cellStyle5.BackColor = System.Drawing.Color.Empty;
            cellStyle5.Font = null;
            cellStyle5.ForeColor = System.Drawing.Color.Empty;
            cellStyle5.Padding = new XPTable.Models.CellPadding(0, 0, 0, 0);
            cellStyle5.WordWrap = false;
            cell5.CellStyle = cellStyle5;
            cell5.Data = "Test";
            cell5.Text = "Test";
            cell5.WordWrap = false;
            cellStyle6.BackColor = System.Drawing.Color.Empty;
            cellStyle6.Font = null;
            cellStyle6.ForeColor = System.Drawing.Color.Empty;
            cellStyle6.Padding = new XPTable.Models.CellPadding(0, 0, 0, 0);
            cellStyle6.WordWrap = false;
            cell6.CellStyle = cellStyle6;
            cell6.Data = "1";
            cell6.Text = "1";
            cell6.WordWrap = false;
            row3.Cells.AddRange(new XPTable.Models.Cell[] {
            cell5,
            cell6});
            row3.ChildIndex = 0;
            row3.ExpandSubRows = true;
            row3.Height = 27;
            this.tableModelKeyframes.Rows.AddRange(new XPTable.Models.Row[] {
            row3});
            // 
            // columnModelKeyframes
            // 
            this.columnModelKeyframes.Columns.AddRange(new XPTable.Models.Column[] {
            this.textColumnName,
            this.numberColumnDuration});
            this.columnModelKeyframes.HeaderHeight = 16;
            // 
            // numberColumnDuration
            // 
            this.numberColumnDuration.Maximum = new decimal(new int[] {
            10000,
            0,
            0,
            0});
            this.numberColumnDuration.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numberColumnDuration.Resizable = false;
            this.numberColumnDuration.ShowUpDownButtons = true;
            this.numberColumnDuration.Width = 50;
            // 
            // panelMiddle
            // 
            this.panelMiddle.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.panelMiddle.Controls.Add(this.toolStrip4);
            this.panelMiddle.Controls.Add(this.compositeEntityEditorControl);
            this.panelMiddle.Location = new System.Drawing.Point(214, 3);
            this.panelMiddle.Name = "panelMiddle";
            this.panelMiddle.Size = new System.Drawing.Size(253, 576);
            this.panelMiddle.TabIndex = 34;
            // 
            // toolStrip4
            // 
            this.toolStrip4.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip4.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonZoomOut,
            this.toolStripButtonZoomNormal,
            this.toolStripButtonZoomIn});
            this.toolStrip4.Location = new System.Drawing.Point(0, 0);
            this.toolStrip4.Name = "toolStrip4";
            this.toolStrip4.Size = new System.Drawing.Size(253, 25);
            this.toolStrip4.TabIndex = 37;
            this.toolStrip4.Text = "toolStrip4";
            // 
            // 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";
            // 
            // compositeEntityEditorControl
            // 
            this.compositeEntityEditorControl.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.compositeEntityEditorControl.CompositeEntity = null;
            this.compositeEntityEditorControl.HighlightedBone = "";
            this.compositeEntityEditorControl.Location = new System.Drawing.Point(0, 28);
            this.compositeEntityEditorControl.Name = "compositeEntityEditorControl";
            this.compositeEntityEditorControl.RealMousePos = new Microsoft.Xna.Framework.Vector2(0F, 0F);
            this.compositeEntityEditorControl.SceneMousePos = new Microsoft.Xna.Framework.Vector2(0F, 0F);
            this.compositeEntityEditorControl.SelectedBones = ((System.Collections.Generic.List<string>)(resources.GetObject("compositeEntityEditorControl.SelectedBones")));
            this.compositeEntityEditorControl.Size = new System.Drawing.Size(253, 548);
            this.compositeEntityEditorControl.TabIndex = 32;
            this.compositeEntityEditorControl.Text = "compositeEntityEditorControl";
            // 
            // tabControlMain
            // 
            this.tabControlMain.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.tabControlMain.Controls.Add(this.tabPageStructure);
            this.tabControlMain.Controls.Add(this.tabPageAnimations);
            this.tabControlMain.Location = new System.Drawing.Point(12, 12);
            this.tabControlMain.Name = "tabControlMain";
            this.tabControlMain.SelectedIndex = 0;
            this.tabControlMain.Size = new System.Drawing.Size(693, 608);
            this.tabControlMain.TabIndex = 35;
            this.tabControlMain.SelectedIndexChanged += new System.EventHandler(this.tabControlMain_SelectedIndexChanged);
            // 
            // tabPageStructure
            // 
            this.tabPageStructure.Controls.Add(this.groupBoxSceneItemProperties);
            this.tabPageStructure.Controls.Add(this.groupBoxBones);
            this.tabPageStructure.Controls.Add(this.groupBoxSceneItemBank);
            this.tabPageStructure.Location = new System.Drawing.Point(4, 22);
            this.tabPageStructure.Name = "tabPageStructure";
            this.tabPageStructure.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageStructure.Size = new System.Drawing.Size(685, 582);
            this.tabPageStructure.TabIndex = 0;
            this.tabPageStructure.Text = "Structure";
            this.tabPageStructure.UseVisualStyleBackColor = true;
            // 
            // groupBoxSceneItemProperties
            // 
            this.groupBoxSceneItemProperties.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBoxSceneItemProperties.Controls.Add(this.comboBoxIsPivotRelative);
            this.groupBoxSceneItemProperties.Controls.Add(this.textBoxPivot);
            this.groupBoxSceneItemProperties.Controls.Add(this.label2);
            this.groupBoxSceneItemProperties.Controls.Add(this.label1);
            this.groupBoxSceneItemProperties.Enabled = false;
            this.groupBoxSceneItemProperties.Location = new System.Drawing.Point(6, 509);
            this.groupBoxSceneItemProperties.Name = "groupBoxSceneItemProperties";
            this.groupBoxSceneItemProperties.Size = new System.Drawing.Size(328, 67);
            this.groupBoxSceneItemProperties.TabIndex = 37;
            this.groupBoxSceneItemProperties.TabStop = false;
            this.groupBoxSceneItemProperties.Text = "SceneItem Properties";
            // 
            // comboBoxIsPivotRelative
            // 
            this.comboBoxIsPivotRelative.FormattingEnabled = true;
            this.comboBoxIsPivotRelative.Items.AddRange(new object[] {
            "true",
            "false"});
            this.comboBoxIsPivotRelative.Location = new System.Drawing.Point(90, 40);
            this.comboBoxIsPivotRelative.Name = "comboBoxIsPivotRelative";
            this.comboBoxIsPivotRelative.Size = new System.Drawing.Size(101, 21);
            this.comboBoxIsPivotRelative.TabIndex = 7;
            this.comboBoxIsPivotRelative.Text = "true";
            this.comboBoxIsPivotRelative.SelectedIndexChanged += new System.EventHandler(this.comboBoxIsPivotRelative_SelectedIndexChanged);
            // 
            // textBoxPivot
            // 
            this.textBoxPivot.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxPivot.Location = new System.Drawing.Point(90, 14);
            this.textBoxPivot.Name = "textBoxPivot";
            this.textBoxPivot.Size = new System.Drawing.Size(101, 20);
            this.textBoxPivot.TabIndex = 2;
            this.textBoxPivot.Validated += new System.EventHandler(this.textBoxPivot_Validated);
            this.textBoxPivot.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxPivot_KeyDown);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(6, 43);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(78, 13);
            this.label2.TabIndex = 1;
            this.label2.Text = "IsPivotRelative";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(53, 21);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(31, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Pivot";
            // 
            // groupBoxBones
            // 
            this.groupBoxBones.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBoxBones.Controls.Add(this.groupBoxBoneProps);
            this.groupBoxBones.Controls.Add(this.toolStrip5);
            this.groupBoxBones.Controls.Add(this.treeViewBones);
            this.groupBoxBones.Location = new System.Drawing.Point(340, 3);
            this.groupBoxBones.Name = "groupBoxBones";
            this.groupBoxBones.Size = new System.Drawing.Size(342, 573);
            this.groupBoxBones.TabIndex = 10;
            this.groupBoxBones.TabStop = false;
            this.groupBoxBones.Text = "Bones";
            // 
            // groupBoxBoneProps
            // 
            this.groupBoxBoneProps.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBoxBoneProps.Controls.Add(this.propertyGridBoneProperties);
            this.groupBoxBoneProps.Enabled = false;
            this.groupBoxBoneProps.Location = new System.Drawing.Point(7, 400);
            this.groupBoxBoneProps.Name = "groupBoxBoneProps";
            this.groupBoxBoneProps.Size = new System.Drawing.Size(329, 167);
            this.groupBoxBoneProps.TabIndex = 36;
            this.groupBoxBoneProps.TabStop = false;
            this.groupBoxBoneProps.Text = "Bone Properties";
            // 
            // propertyGridBoneProperties
            // 
            this.propertyGridBoneProperties.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.propertyGridBoneProperties.HelpVisible = false;
            this.propertyGridBoneProperties.Location = new System.Drawing.Point(7, 20);
            this.propertyGridBoneProperties.Name = "propertyGridBoneProperties";
            this.propertyGridBoneProperties.PropertySort = System.Windows.Forms.PropertySort.NoSort;
            this.propertyGridBoneProperties.Size = new System.Drawing.Size(316, 141);
            this.propertyGridBoneProperties.TabIndex = 0;
            this.propertyGridBoneProperties.ToolbarVisible = false;
            // 
            // toolStrip5
            // 
            this.toolStrip5.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip5.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonAddRootBone,
            this.toolStripButtonAddChildBone,
            this.toolStripButtonDeleteBone,
            this.toolStripSeparator1,
            this.toolStripButtonLevelUpBone,
            this.toolStripButtonLevelDownBone});
            this.toolStrip5.Location = new System.Drawing.Point(3, 16);
            this.toolStrip5.Name = "toolStrip5";
            this.toolStrip5.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.toolStrip5.Size = new System.Drawing.Size(336, 25);
            this.toolStrip5.TabIndex = 35;
            this.toolStrip5.Text = "toolStrip1";
            // 
            // toolStripButtonAddRootBone
            // 
            this.toolStripButtonAddRootBone.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonAddRootBone.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAddRootBone.Image")));
            this.toolStripButtonAddRootBone.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonAddRootBone.Name = "toolStripButtonAddRootBone";
            this.toolStripButtonAddRootBone.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonAddRootBone.Text = "Add Root Bone";
            this.toolStripButtonAddRootBone.Click += new System.EventHandler(this.toolStripButtonAddRootBone_Click);
            // 
            // toolStripButtonAddChildBone
            // 
            this.toolStripButtonAddChildBone.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonAddChildBone.Enabled = false;
            this.toolStripButtonAddChildBone.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAddChildBone.Image")));
            this.toolStripButtonAddChildBone.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonAddChildBone.Name = "toolStripButtonAddChildBone";
            this.toolStripButtonAddChildBone.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonAddChildBone.Text = "Add Child Bone";
            this.toolStripButtonAddChildBone.Click += new System.EventHandler(this.toolStripButtonAddChildBone_Click);
            // 
            // toolStripButtonDeleteBone
            // 
            this.toolStripButtonDeleteBone.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonDeleteBone.Enabled = false;
            this.toolStripButtonDeleteBone.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDeleteBone.Image")));
            this.toolStripButtonDeleteBone.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonDeleteBone.Name = "toolStripButtonDeleteBone";
            this.toolStripButtonDeleteBone.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonDeleteBone.Text = "toolStripButton1";
            this.toolStripButtonDeleteBone.ToolTipText = "Delete SceneItem";
            this.toolStripButtonDeleteBone.Click += new System.EventHandler(this.toolStripButtonDeleteBone_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButtonLevelUpBone
            // 
            this.toolStripButtonLevelUpBone.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonLevelUpBone.Enabled = false;
            this.toolStripButtonLevelUpBone.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLevelUpBone.Image")));
            this.toolStripButtonLevelUpBone.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonLevelUpBone.Name = "toolStripButtonLevelUpBone";
            this.toolStripButtonLevelUpBone.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonLevelUpBone.Text = "toolStripButton2";
            this.toolStripButtonLevelUpBone.Click += new System.EventHandler(this.toolStripButtonLevelUpBone_Click);
            // 
            // toolStripButtonLevelDownBone
            // 
            this.toolStripButtonLevelDownBone.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonLevelDownBone.Enabled = false;
            this.toolStripButtonLevelDownBone.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLevelDownBone.Image")));
            this.toolStripButtonLevelDownBone.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonLevelDownBone.Name = "toolStripButtonLevelDownBone";
            this.toolStripButtonLevelDownBone.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonLevelDownBone.Text = "toolStripButton3";
            this.toolStripButtonLevelDownBone.Click += new System.EventHandler(this.toolStripButtonLevelDownBone_Click);
            // 
            // treeViewBones
            // 
            this.treeViewBones.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.treeViewBones.FullRowSelect = true;
            this.treeViewBones.HideSelection = false;
            this.treeViewBones.ImageKey = "anchor.png";
            this.treeViewBones.ImageList = this.imageListBones;
            this.treeViewBones.LabelEdit = true;
            this.treeViewBones.Location = new System.Drawing.Point(7, 44);
            this.treeViewBones.Name = "treeViewBones";
            this.treeViewBones.SelectedImageKey = "anchor.png";
            this.treeViewBones.ShowRootLines = false;
            this.treeViewBones.Size = new System.Drawing.Size(329, 350);
            this.treeViewBones.TabIndex = 0;
            this.treeViewBones.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.treeViewBones_AfterLabelEdit);
            this.treeViewBones.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewBones_AfterSelect);
            // 
            // imageListBones
            // 
            this.imageListBones.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListBones.ImageStream")));
            this.imageListBones.TransparentColor = System.Drawing.Color.Transparent;
            this.imageListBones.Images.SetKeyName(0, "anchor.png");
            this.imageListBones.Images.SetKeyName(1, "link.png");
            // 
            // groupBoxSceneItemBank
            // 
            this.groupBoxSceneItemBank.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.groupBoxSceneItemBank.Controls.Add(this.toolStripResources);
            this.groupBoxSceneItemBank.Controls.Add(this.sceneItemPreviewControl);
            this.groupBoxSceneItemBank.Controls.Add(this.treeViewSceneItems);
            this.groupBoxSceneItemBank.Location = new System.Drawing.Point(3, 3);
            this.groupBoxSceneItemBank.Name = "groupBoxSceneItemBank";
            this.groupBoxSceneItemBank.Size = new System.Drawing.Size(331, 500);
            this.groupBoxSceneItemBank.TabIndex = 9;
            this.groupBoxSceneItemBank.TabStop = false;
            this.groupBoxSceneItemBank.Text = "SceneItem Bank";
            // 
            // toolStripResources
            // 
            this.toolStripResources.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripResources.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripSplitButtonAddSceneItem,
            this.toolStripSplitButtonCopySceneItem,
            this.toolStripButtonDeleteSceneItem,
            this.toolStripSeparator3,
            this.toolStripButtonNewBoneFromItem});
            this.toolStripResources.Location = new System.Drawing.Point(3, 16);
            this.toolStripResources.Name = "toolStripResources";
            this.toolStripResources.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.toolStripResources.Size = new System.Drawing.Size(325, 25);
            this.toolStripResources.TabIndex = 34;
            this.toolStripResources.Text = "toolStrip1";
            // 
            // toolStripSplitButtonAddSceneItem
            // 
            this.toolStripSplitButtonAddSceneItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripSplitButtonAddSceneItem.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButtonAddSceneItem.Image")));
            this.toolStripSplitButtonAddSceneItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripSplitButtonAddSceneItem.Name = "toolStripSplitButtonAddSceneItem";
            this.toolStripSplitButtonAddSceneItem.Size = new System.Drawing.Size(32, 22);
            this.toolStripSplitButtonAddSceneItem.Text = "toolStripSplitButton1";
            this.toolStripSplitButtonAddSceneItem.ToolTipText = "Add New SceneItem";
            // 
            // toolStripSplitButtonCopySceneItem
            // 
            this.toolStripSplitButtonCopySceneItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripSplitButtonCopySceneItem.Enabled = false;
            this.toolStripSplitButtonCopySceneItem.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButtonCopySceneItem.Image")));
            this.toolStripSplitButtonCopySceneItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripSplitButtonCopySceneItem.Name = "toolStripSplitButtonCopySceneItem";
            this.toolStripSplitButtonCopySceneItem.Size = new System.Drawing.Size(23, 22);
            this.toolStripSplitButtonCopySceneItem.Text = "toolStripButton3";
            this.toolStripSplitButtonCopySceneItem.ToolTipText = "Copy SceneItem";
            this.toolStripSplitButtonCopySceneItem.Click += new System.EventHandler(this.toolStripSplitButtonCopySceneItem_Click);
            // 
            // toolStripButtonDeleteSceneItem
            // 
            this.toolStripButtonDeleteSceneItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonDeleteSceneItem.Enabled = false;
            this.toolStripButtonDeleteSceneItem.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDeleteSceneItem.Image")));
            this.toolStripButtonDeleteSceneItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonDeleteSceneItem.Name = "toolStripButtonDeleteSceneItem";
            this.toolStripButtonDeleteSceneItem.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonDeleteSceneItem.Text = "toolStripButton1";
            this.toolStripButtonDeleteSceneItem.ToolTipText = "Delete SceneItem";
            this.toolStripButtonDeleteSceneItem.Click += new System.EventHandler(this.toolStripButtonDeleteSceneItem_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButtonNewBoneFromItem
            // 
            this.toolStripButtonNewBoneFromItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonNewBoneFromItem.Enabled = false;
            this.toolStripButtonNewBoneFromItem.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonNewBoneFromItem.Image")));
            this.toolStripButtonNewBoneFromItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonNewBoneFromItem.Name = "toolStripButtonNewBoneFromItem";
            this.toolStripButtonNewBoneFromItem.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonNewBoneFromItem.Text = "t";
            this.toolStripButtonNewBoneFromItem.ToolTipText = "Create New Bone from this SceneItem";
            this.toolStripButtonNewBoneFromItem.Click += new System.EventHandler(this.toolStripButtonNewBoneFromItem_Click);
            // 
            // sceneItemPreviewControl
            // 
            this.sceneItemPreviewControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.sceneItemPreviewControl.Location = new System.Drawing.Point(3, 354);
            this.sceneItemPreviewControl.Name = "sceneItemPreviewControl";
            this.sceneItemPreviewControl.Size = new System.Drawing.Size(325, 140);
            this.sceneItemPreviewControl.TabIndex = 35;
            this.sceneItemPreviewControl.Text = "sceneItemPreviewControl";
            // 
            // treeViewSceneItems
            // 
            this.treeViewSceneItems.AllowDrop = true;
            this.treeViewSceneItems.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.treeViewSceneItems.HideSelection = false;
            this.treeViewSceneItems.LabelEdit = true;
            this.treeViewSceneItems.Location = new System.Drawing.Point(3, 44);
            this.treeViewSceneItems.Name = "treeViewSceneItems";
            this.treeViewSceneItems.Size = new System.Drawing.Size(325, 304);
            this.treeViewSceneItems.TabIndex = 33;
            this.treeViewSceneItems.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeViewSceneItems_NodeMouseDoubleClick);
            this.treeViewSceneItems.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.treeViewSceneItems_AfterLabelEdit);
            this.treeViewSceneItems.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewSceneItems_AfterSelect);
            // 
            // tabPageAnimations
            // 
            this.tabPageAnimations.Controls.Add(this.groupBoxPreview);
            this.tabPageAnimations.Controls.Add(this.splitContainerRightTop);
            this.tabPageAnimations.Controls.Add(this.groupBoxAnimations);
            this.tabPageAnimations.Controls.Add(this.panelMiddle);
            this.tabPageAnimations.Location = new System.Drawing.Point(4, 22);
            this.tabPageAnimations.Name = "tabPageAnimations";
            this.tabPageAnimations.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageAnimations.Size = new System.Drawing.Size(685, 582);
            this.tabPageAnimations.TabIndex = 1;
            this.tabPageAnimations.Text = "Animations";
            this.tabPageAnimations.UseVisualStyleBackColor = true;
            // 
            // groupBoxPreview
            // 
            this.groupBoxPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.groupBoxPreview.Controls.Add(this.sceneItemPreviewCompositeAnimationPreview);
            this.groupBoxPreview.Location = new System.Drawing.Point(3, 352);
            this.groupBoxPreview.Name = "groupBoxPreview";
            this.groupBoxPreview.Size = new System.Drawing.Size(206, 227);
            this.groupBoxPreview.TabIndex = 11;
            this.groupBoxPreview.TabStop = false;
            this.groupBoxPreview.Text = "Animation Preview";
            // 
            // sceneItemPreviewCompositeAnimationPreview
            // 
            this.sceneItemPreviewCompositeAnimationPreview.Location = new System.Drawing.Point(3, 19);
            this.sceneItemPreviewCompositeAnimationPreview.Name = "sceneItemPreviewCompositeAnimationPreview";
            this.sceneItemPreviewCompositeAnimationPreview.Size = new System.Drawing.Size(200, 200);
            this.sceneItemPreviewCompositeAnimationPreview.TabIndex = 0;
            this.sceneItemPreviewCompositeAnimationPreview.Text = "sceneItemPreviewControlAnimation";
            // 
            // splitContainerRightTop
            // 
            this.splitContainerRightTop.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.splitContainerRightTop.Location = new System.Drawing.Point(473, 3);
            this.splitContainerRightTop.Name = "splitContainerRightTop";
            this.splitContainerRightTop.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainerRightTop.Panel1
            // 
            this.splitContainerRightTop.Panel1.Controls.Add(this.groupBoxKeyFrames);
            this.splitContainerRightTop.Panel1MinSize = 100;
            // 
            // splitContainerRightTop.Panel2
            // 
            this.splitContainerRightTop.Panel2.Controls.Add(this.groupBoxCompositeBoneProperties);
            this.splitContainerRightTop.Panel2.Controls.Add(this.groupBoxBoneTransforms);
            this.splitContainerRightTop.Size = new System.Drawing.Size(212, 576);
            this.splitContainerRightTop.SplitterDistance = 200;
            this.splitContainerRightTop.TabIndex = 35;
            // 
            // groupBoxKeyFrames
            // 
            this.groupBoxKeyFrames.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
            this.groupBoxKeyFrames.Controls.Add(this.toolStripKeyFrames);
            this.groupBoxKeyFrames.Controls.Add(this.tableKeyFrames);
            this.groupBoxKeyFrames.Location = new System.Drawing.Point(3, 3);
            this.groupBoxKeyFrames.Name = "groupBoxKeyFrames";
            this.groupBoxKeyFrames.Size = new System.Drawing.Size(206, 194);
            this.groupBoxKeyFrames.TabIndex = 30;
            this.groupBoxKeyFrames.TabStop = false;
            this.groupBoxKeyFrames.Text = "KeyFrames";
            // 
            // toolStripKeyFrames
            // 
            this.toolStripKeyFrames.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripKeyFrames.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonAddKeyFrame,
            this.toolStripButtonKeyFrameCopy,
            this.toolStripButtonKeyFramePaste,
            this.toolStripButtonDeleteKeyFrame});
            this.toolStripKeyFrames.Location = new System.Drawing.Point(3, 16);
            this.toolStripKeyFrames.Name = "toolStripKeyFrames";
            this.toolStripKeyFrames.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.toolStripKeyFrames.Size = new System.Drawing.Size(200, 25);
            this.toolStripKeyFrames.TabIndex = 30;
            this.toolStripKeyFrames.Text = "toolStrip3";
            // 
            // toolStripButtonAddKeyFrame
            // 
            this.toolStripButtonAddKeyFrame.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonAddKeyFrame.Enabled = false;
            this.toolStripButtonAddKeyFrame.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAddKeyFrame.Image")));
            this.toolStripButtonAddKeyFrame.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonAddKeyFrame.Name = "toolStripButtonAddKeyFrame";
            this.toolStripButtonAddKeyFrame.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonAddKeyFrame.Text = "toolStripButton4";
            this.toolStripButtonAddKeyFrame.ToolTipText = "Add New KeyFrame";
            this.toolStripButtonAddKeyFrame.Click += new System.EventHandler(this.toolStripButtonAddKeyFrame_Click);
            // 
            // toolStripButtonKeyFrameCopy
            // 
            this.toolStripButtonKeyFrameCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonKeyFrameCopy.Enabled = false;
            this.toolStripButtonKeyFrameCopy.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonKeyFrameCopy.Image")));
            this.toolStripButtonKeyFrameCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonKeyFrameCopy.Name = "toolStripButtonKeyFrameCopy";
            this.toolStripButtonKeyFrameCopy.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonKeyFrameCopy.Text = "toolStripButton3";
            this.toolStripButtonKeyFrameCopy.ToolTipText = "Copy KeyFrame";
            this.toolStripButtonKeyFrameCopy.Click += new System.EventHandler(this.toolStripButtonKeyFrameCopy_Click);
            // 
            // toolStripButtonKeyFramePaste
            // 
            this.toolStripButtonKeyFramePaste.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonKeyFramePaste.Enabled = false;
            this.toolStripButtonKeyFramePaste.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonKeyFramePaste.Image")));
            this.toolStripButtonKeyFramePaste.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonKeyFramePaste.Name = "toolStripButtonKeyFramePaste";
            this.toolStripButtonKeyFramePaste.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonKeyFramePaste.Text = "toolStripButton2";
            this.toolStripButtonKeyFramePaste.ToolTipText = "Paste KeyFrame";
            this.toolStripButtonKeyFramePaste.Click += new System.EventHandler(this.toolStripButtonKeyFramePaste_Click);
            // 
            // toolStripButtonDeleteKeyFrame
            // 
            this.toolStripButtonDeleteKeyFrame.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonDeleteKeyFrame.Enabled = false;
            this.toolStripButtonDeleteKeyFrame.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDeleteKeyFrame.Image")));
            this.toolStripButtonDeleteKeyFrame.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonDeleteKeyFrame.Name = "toolStripButtonDeleteKeyFrame";
            this.toolStripButtonDeleteKeyFrame.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonDeleteKeyFrame.Text = "toolStripButton1";
            this.toolStripButtonDeleteKeyFrame.ToolTipText = "Delete KeyFrame";
            this.toolStripButtonDeleteKeyFrame.Click += new System.EventHandler(this.toolStripButtonDeleteKeyFrame_Click);
            // 
            // tableKeyFrames
            // 
            this.tableKeyFrames.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.tableKeyFrames.ColumnModel = this.columnModelKeyframes;
            this.tableKeyFrames.DataMember = null;
            this.tableKeyFrames.DataSourceColumnBinder = dataSourceColumnBinder3;
            this.tableKeyFrames.EnableToolTips = true;
            this.tableKeyFrames.FullRowSelect = true;
            this.tableKeyFrames.HeaderFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tableKeyFrames.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.tableKeyFrames.Location = new System.Drawing.Point(3, 44);
            this.tableKeyFrames.Name = "tableKeyFrames";
            this.tableKeyFrames.NoItemsText = "There are no keyframes yet";
            this.tableKeyFrames.Size = new System.Drawing.Size(200, 144);
            this.tableKeyFrames.TabIndex = 29;
            this.tableKeyFrames.TableModel = this.tableModelKeyframes;
            this.tableKeyFrames.Text = "tableKeyframes";
            this.tableKeyFrames.UnfocusedSelectionBackColor = System.Drawing.SystemColors.Highlight;
            this.tableKeyFrames.UnfocusedSelectionForeColor = System.Drawing.SystemColors.HighlightText;
            this.tableKeyFrames.CellPropertyChanged += new XPTable.Events.CellEventHandler(this.tableKeyFrames_CellPropertyChanged);
            this.tableKeyFrames.SelectionChanged += new XPTable.Events.SelectionEventHandler(this.tableKeyFrames_SelectionChanged);
            // 
            // groupBoxCompositeBoneProperties
            // 
            this.groupBoxCompositeBoneProperties.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBoxCompositeBoneProperties.Controls.Add(this.propertyGridCompositeBoneTransform);
            this.groupBoxCompositeBoneProperties.Enabled = false;
            this.groupBoxCompositeBoneProperties.Location = new System.Drawing.Point(6, 164);
            this.groupBoxCompositeBoneProperties.Name = "groupBoxCompositeBoneProperties";
            this.groupBoxCompositeBoneProperties.Size = new System.Drawing.Size(200, 202);
            this.groupBoxCompositeBoneProperties.TabIndex = 32;
            this.groupBoxCompositeBoneProperties.TabStop = false;
            this.groupBoxCompositeBoneProperties.Text = "Bone Transform Properties";
            // 
            // propertyGridCompositeBoneTransform
            // 
            this.propertyGridCompositeBoneTransform.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.propertyGridCompositeBoneTransform.HelpVisible = false;
            this.propertyGridCompositeBoneTransform.Location = new System.Drawing.Point(7, 20);
            this.propertyGridCompositeBoneTransform.Name = "propertyGridCompositeBoneTransform";
            this.propertyGridCompositeBoneTransform.PropertySort = System.Windows.Forms.PropertySort.NoSort;
            this.propertyGridCompositeBoneTransform.Size = new System.Drawing.Size(187, 176);
            this.propertyGridCompositeBoneTransform.TabIndex = 0;
            this.propertyGridCompositeBoneTransform.ToolbarVisible = false;
            this.propertyGridCompositeBoneTransform.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGridCompositeBoneTransform_PropertyValueChanged);
            // 
            // groupBoxBoneTransforms
            // 
            this.groupBoxBoneTransforms.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.groupBoxBoneTransforms.Controls.Add(this.tableBoneTransforms);
            this.groupBoxBoneTransforms.Controls.Add(this.toolStripBoneTransforms);
            this.groupBoxBoneTransforms.Enabled = false;
            this.groupBoxBoneTransforms.Location = new System.Drawing.Point(3, 3);
            this.groupBoxBoneTransforms.Name = "groupBoxBoneTransforms";
            this.groupBoxBoneTransforms.Size = new System.Drawing.Size(206, 155);
            this.groupBoxBoneTransforms.TabIndex = 31;
            this.groupBoxBoneTransforms.TabStop = false;
            this.groupBoxBoneTransforms.Text = "Bones Transforms";
            // 
            // tableBoneTransforms
            // 
            this.tableBoneTransforms.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.tableBoneTransforms.ColumnModel = columnModelBoneTransforms;
            this.tableBoneTransforms.DataMember = null;
            this.tableBoneTransforms.DataSourceColumnBinder = dataSourceColumnBinder1;
            this.tableBoneTransforms.EnableToolTips = true;
            this.tableBoneTransforms.FullRowSelect = true;
            this.tableBoneTransforms.HeaderFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tableBoneTransforms.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.tableBoneTransforms.Location = new System.Drawing.Point(3, 44);
            this.tableBoneTransforms.MultiSelect = true;
            this.tableBoneTransforms.Name = "tableBoneTransforms";
            this.tableBoneTransforms.NoItemsText = "No bone transforms";
            this.tableBoneTransforms.Size = new System.Drawing.Size(200, 105);
            this.tableBoneTransforms.TabIndex = 31;
            this.tableBoneTransforms.TableModel = this.tableModelBoneTransforms;
            this.tableBoneTransforms.Text = "tableBoneTransforms";
            this.tableBoneTransforms.UnfocusedSelectionBackColor = System.Drawing.SystemColors.Highlight;
            this.tableBoneTransforms.UnfocusedSelectionForeColor = System.Drawing.SystemColors.HighlightText;
            this.tableBoneTransforms.CellPropertyChanged += new XPTable.Events.CellEventHandler(this.tableBoneTransforms_CellPropertyChanged);
            this.tableBoneTransforms.SelectionChanged += new XPTable.Events.SelectionEventHandler(this.tableBoneTransforms_SelectionChanged);
            // 
            // tableModelBoneTransforms
            // 
            this.tableModelBoneTransforms.RowHeight = 16;
            cellStyle7.BackColor = System.Drawing.Color.Empty;
            cellStyle7.Font = null;
            cellStyle7.ForeColor = System.Drawing.Color.Empty;
            cellStyle7.Padding = new XPTable.Models.CellPadding(0, 0, 0, 0);
            cellStyle7.WordWrap = false;
            cell7.CellStyle = cellStyle7;
            cell7.Text = "Bone Transform";
            cell7.WordWrap = false;
            cellStyle8.BackColor = System.Drawing.Color.Empty;
            cellStyle8.Font = null;
            cellStyle8.ForeColor = System.Drawing.Color.Empty;
            cellStyle8.Padding = new XPTable.Models.CellPadding(0, 0, 0, 0);
            cellStyle8.WordWrap = false;
            cell8.CellStyle = cellStyle8;
            cell8.Data = "1";
            cell8.WordWrap = false;
            row4.Cells.AddRange(new XPTable.Models.Cell[] {
            cell7,
            cell8});
            row4.ChildIndex = 0;
            row4.ExpandSubRows = true;
            row4.Height = 20;
            this.tableModelBoneTransforms.Rows.AddRange(new XPTable.Models.Row[] {
            row4});
            // 
            // toolStripBoneTransforms
            // 
            this.toolStripBoneTransforms.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripBoneTransforms.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel1,
            this.toolStripButtonLevelUpBoneTransform,
            this.toolStripButtonLevelDownBoneTransform,
            this.toolStripSeparator2,
            this.toolStripButtonSyncTransform});
            this.toolStripBoneTransforms.Location = new System.Drawing.Point(3, 16);
            this.toolStripBoneTransforms.Name = "toolStripBoneTransforms";
            this.toolStripBoneTransforms.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.toolStripBoneTransforms.Size = new System.Drawing.Size(200, 25);
            this.toolStripBoneTransforms.TabIndex = 7;
            this.toolStripBoneTransforms.Text = "toolStrip2";
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(67, 22);
            this.toolStripLabel1.Text = "Draw Order:";
            // 
            // toolStripButtonLevelUpBoneTransform
            // 
            this.toolStripButtonLevelUpBoneTransform.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonLevelUpBoneTransform.Enabled = false;
            this.toolStripButtonLevelUpBoneTransform.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLevelUpBoneTransform.Image")));
            this.toolStripButtonLevelUpBoneTransform.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonLevelUpBoneTransform.Name = "toolStripButtonLevelUpBoneTransform";
            this.toolStripButtonLevelUpBoneTransform.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonLevelUpBoneTransform.Text = "toolStripButton2";
            this.toolStripButtonLevelUpBoneTransform.ToolTipText = "Level Up";
            this.toolStripButtonLevelUpBoneTransform.Click += new System.EventHandler(this.toolStripButtonLevelUpBoneTransform_Click);
            // 
            // toolStripButtonLevelDownBoneTransform
            // 
            this.toolStripButtonLevelDownBoneTransform.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonLevelDownBoneTransform.Enabled = false;
            this.toolStripButtonLevelDownBoneTransform.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLevelDownBoneTransform.Image")));
            this.toolStripButtonLevelDownBoneTransform.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonLevelDownBoneTransform.Name = "toolStripButtonLevelDownBoneTransform";
            this.toolStripButtonLevelDownBoneTransform.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonLevelDownBoneTransform.Text = "toolStripButton3";
            this.toolStripButtonLevelDownBoneTransform.ToolTipText = "Level Down";
            this.toolStripButtonLevelDownBoneTransform.Click += new System.EventHandler(this.toolStripButtonLevelDownBoneTransform_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButtonSyncTransform
            // 
            this.toolStripButtonSyncTransform.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonSyncTransform.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSyncTransform.Image")));
            this.toolStripButtonSyncTransform.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonSyncTransform.Name = "toolStripButtonSyncTransform";
            this.toolStripButtonSyncTransform.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonSyncTransform.Text = "toolStripButton1";
            this.toolStripButtonSyncTransform.ToolTipText = "Set all transforms of this animation to those values";
            this.toolStripButtonSyncTransform.Click += new System.EventHandler(this.toolStripButtonSyncTransform_Click);
            // 
            // 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(505, 626);
            this.defaultControlPanel.Name = "defaultControlPanel";
            this.defaultControlPanel.Size = new System.Drawing.Size(200, 24);
            this.defaultControlPanel.TabIndex = 36;
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButtonDuplicateAnim
            // 
            this.toolStripButtonDuplicateAnim.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonDuplicateAnim.Enabled = false;
            this.toolStripButtonDuplicateAnim.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDuplicateAnim.Image")));
            this.toolStripButtonDuplicateAnim.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonDuplicateAnim.Name = "toolStripButtonDuplicateAnim";
            this.toolStripButtonDuplicateAnim.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonDuplicateAnim.Text = "Duplicate Animation";
            this.toolStripButtonDuplicateAnim.Click += new System.EventHandler(this.toolStripButtonDuplicateAnim_Click);
            // 
            // CompositeEntityEditor
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(717, 661);
            this.Controls.Add(this.defaultControlPanel);
            this.Controls.Add(this.tabControlMain);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "CompositeEntityEditor";
            this.Text = "CompositeEntity Editor";
            this.Load += new System.EventHandler(this.CompositeEntityEditor_Load);
            this.groupBoxAnimations.ResumeLayout(false);
            this.groupBoxAnimations.PerformLayout();
            this.toolStripAnimations.ResumeLayout(false);
            this.toolStripAnimations.PerformLayout();
            this.panelMiddle.ResumeLayout(false);
            this.panelMiddle.PerformLayout();
            this.toolStrip4.ResumeLayout(false);
            this.toolStrip4.PerformLayout();
            this.tabControlMain.ResumeLayout(false);
            this.tabPageStructure.ResumeLayout(false);
            this.groupBoxSceneItemProperties.ResumeLayout(false);
            this.groupBoxSceneItemProperties.PerformLayout();
            this.groupBoxBones.ResumeLayout(false);
            this.groupBoxBones.PerformLayout();
            this.groupBoxBoneProps.ResumeLayout(false);
            this.toolStrip5.ResumeLayout(false);
            this.toolStrip5.PerformLayout();
            this.groupBoxSceneItemBank.ResumeLayout(false);
            this.groupBoxSceneItemBank.PerformLayout();
            this.toolStripResources.ResumeLayout(false);
            this.toolStripResources.PerformLayout();
            this.tabPageAnimations.ResumeLayout(false);
            this.groupBoxPreview.ResumeLayout(false);
            this.splitContainerRightTop.Panel1.ResumeLayout(false);
            this.splitContainerRightTop.Panel2.ResumeLayout(false);
            this.splitContainerRightTop.ResumeLayout(false);
            this.groupBoxKeyFrames.ResumeLayout(false);
            this.groupBoxKeyFrames.PerformLayout();
            this.toolStripKeyFrames.ResumeLayout(false);
            this.toolStripKeyFrames.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tableKeyFrames)).EndInit();
            this.groupBoxCompositeBoneProperties.ResumeLayout(false);
            this.groupBoxBoneTransforms.ResumeLayout(false);
            this.groupBoxBoneTransforms.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tableBoneTransforms)).EndInit();
            this.toolStripBoneTransforms.ResumeLayout(false);
            this.toolStripBoneTransforms.PerformLayout();
            this.ResumeLayout(false);

        }
Beispiel #3
0
 /// <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(AnimatedSpriteEditor));
     XPTable.Models.DataSourceColumnBinder          dataSourceColumnBinder1 = new XPTable.Models.DataSourceColumnBinder();
     XPTable.Models.Row       row1       = new XPTable.Models.Row();
     XPTable.Models.Cell      cell1      = new XPTable.Models.Cell();
     XPTable.Models.CellStyle cellStyle1 = new XPTable.Models.CellStyle();
     XPTable.Models.Cell      cell2      = new XPTable.Models.Cell();
     XPTable.Models.CellStyle cellStyle2 = new XPTable.Models.CellStyle();
     this.defaultControlPanel           = new DefaultControlPanel();
     this.toolStripAnims                = new System.Windows.Forms.ToolStrip();
     this.toolStripSeparator6           = 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.groupBoxAnimations            = new System.Windows.Forms.GroupBox();
     this.propertyGridAnimation         = new System.Windows.Forms.PropertyGrid();
     this.toolStripAnimations           = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonAddAnimation   = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonCopyAnimation  = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonDelAnimation   = new System.Windows.Forms.ToolStripButton();
     this.listViewAnimations            = new System.Windows.Forms.ListView();
     this.groupBoxKeyFrames             = new System.Windows.Forms.GroupBox();
     this.toolStripFrames               = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonAddKeyFrame    = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonDeleteKeyFrame = new System.Windows.Forms.ToolStripButton();
     this.tableFrames            = new XPTable.Models.Table();
     this.columnModelFrames      = new XPTable.Models.ColumnModel();
     this.comboBoxColumnArea     = new XPTable.Models.ComboBoxColumn();
     this.numberColumnDuration   = new XPTable.Models.NumberColumn();
     this.tableModelframes       = new XPTable.Models.TableModel();
     this.groupBoxTexture        = new System.Windows.Forms.GroupBox();
     this.buttonSelectTexture    = new System.Windows.Forms.Button();
     this.labelTextureName       = new System.Windows.Forms.Label();
     this.groupBox5              = new System.Windows.Forms.GroupBox();
     this.comboBoxBlendingType   = new System.Windows.Forms.ComboBox();
     this.groupBoxTint           = new System.Windows.Forms.GroupBox();
     this.textBoxColorHTML       = new System.Windows.Forms.TextBox();
     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.label3                            = new System.Windows.Forms.Label();
     this.label4                            = new System.Windows.Forms.Label();
     this.panelLeft                         = new System.Windows.Forms.Panel();
     this.tabControl                        = new System.Windows.Forms.TabControl();
     this.tabPageAnims                      = new System.Windows.Forms.TabPage();
     this.tabPageProperties                 = new System.Windows.Forms.TabPage();
     this.toolStripButtonAddAllFrames       = new System.Windows.Forms.ToolStripButton();
     this.sceneItemPreviewControl           = new SquidEditor.GraphicsDeviceControls.SceneItemPreviewControl();
     this.toolStripButtonChangeAllDurations = new System.Windows.Forms.ToolStripButton();
     this.toolStripAnims.SuspendLayout();
     this.groupBoxAnimations.SuspendLayout();
     this.toolStripAnimations.SuspendLayout();
     this.groupBoxKeyFrames.SuspendLayout();
     this.toolStripFrames.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tableFrames)).BeginInit();
     this.groupBoxTexture.SuspendLayout();
     this.groupBox5.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.panelLeft.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.tabPageAnims.SuspendLayout();
     this.tabPageProperties.SuspendLayout();
     this.SuspendLayout();
     //
     // 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(620, 518);
     this.defaultControlPanel.Name     = "defaultControlPanel";
     this.defaultControlPanel.Size     = new System.Drawing.Size(200, 24);
     this.defaultControlPanel.TabIndex = 0;
     //
     // toolStripAnims
     //
     this.toolStripAnims.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripAnims.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripSeparator6,
         this.toolStripButtonZoomOut,
         this.toolStripButtonZoomNormal,
         this.toolStripButtonZoomIn
     });
     this.toolStripAnims.Location = new System.Drawing.Point(0, 0);
     this.toolStripAnims.Name     = "toolStripAnims";
     this.toolStripAnims.Size     = new System.Drawing.Size(832, 25);
     this.toolStripAnims.TabIndex = 6;
     this.toolStripAnims.Text     = "toolStrip1";
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.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";
     //
     // groupBoxAnimations
     //
     this.groupBoxAnimations.Controls.Add(this.propertyGridAnimation);
     this.groupBoxAnimations.Controls.Add(this.toolStripAnimations);
     this.groupBoxAnimations.Controls.Add(this.listViewAnimations);
     this.groupBoxAnimations.Location = new System.Drawing.Point(0, 0);
     this.groupBoxAnimations.Name     = "groupBoxAnimations";
     this.groupBoxAnimations.Size     = new System.Drawing.Size(206, 263);
     this.groupBoxAnimations.TabIndex = 11;
     this.groupBoxAnimations.TabStop  = false;
     this.groupBoxAnimations.Text     = "Animations";
     //
     // propertyGridAnimation
     //
     this.propertyGridAnimation.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.propertyGridAnimation.Location       = new System.Drawing.Point(3, 126);
     this.propertyGridAnimation.Name           = "propertyGridAnimation";
     this.propertyGridAnimation.PropertySort   = System.Windows.Forms.PropertySort.Alphabetical;
     this.propertyGridAnimation.Size           = new System.Drawing.Size(200, 131);
     this.propertyGridAnimation.TabIndex       = 8;
     this.propertyGridAnimation.ToolbarVisible = false;
     //
     // toolStripAnimations
     //
     this.toolStripAnimations.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripAnimations.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButtonAddAnimation,
         this.toolStripButtonCopyAnimation,
         this.toolStripButtonDelAnimation
     });
     this.toolStripAnimations.Location   = new System.Drawing.Point(3, 16);
     this.toolStripAnimations.Name       = "toolStripAnimations";
     this.toolStripAnimations.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.toolStripAnimations.Size       = new System.Drawing.Size(200, 25);
     this.toolStripAnimations.TabIndex   = 7;
     this.toolStripAnimations.Text       = "toolStrip1";
     //
     // toolStripButtonAddAnimation
     //
     this.toolStripButtonAddAnimation.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonAddAnimation.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAddAnimation.Image")));
     this.toolStripButtonAddAnimation.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAddAnimation.Name        = "toolStripButtonAddAnimation";
     this.toolStripButtonAddAnimation.Size        = new System.Drawing.Size(23, 22);
     this.toolStripButtonAddAnimation.Text        = "toolStripButton4";
     this.toolStripButtonAddAnimation.ToolTipText = "Add New Animation";
     this.toolStripButtonAddAnimation.Click      += new System.EventHandler(this.toolStripButtonAddAnimation_Click);
     //
     // toolStripButtonCopyAnimation
     //
     this.toolStripButtonCopyAnimation.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonCopyAnimation.Enabled               = false;
     this.toolStripButtonCopyAnimation.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonCopyAnimation.Image")));
     this.toolStripButtonCopyAnimation.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonCopyAnimation.Name        = "toolStripButtonCopyAnimation";
     this.toolStripButtonCopyAnimation.Size        = new System.Drawing.Size(23, 22);
     this.toolStripButtonCopyAnimation.Text        = "toolStripButton3";
     this.toolStripButtonCopyAnimation.ToolTipText = "Copy Animation";
     this.toolStripButtonCopyAnimation.Click      += new System.EventHandler(this.toolStripButtonCopyAnimation_Click);
     //
     // toolStripButtonDelAnimation
     //
     this.toolStripButtonDelAnimation.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonDelAnimation.Enabled               = false;
     this.toolStripButtonDelAnimation.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDelAnimation.Image")));
     this.toolStripButtonDelAnimation.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDelAnimation.Name        = "toolStripButtonDelAnimation";
     this.toolStripButtonDelAnimation.Size        = new System.Drawing.Size(23, 22);
     this.toolStripButtonDelAnimation.Text        = "toolStripButton1";
     this.toolStripButtonDelAnimation.ToolTipText = "Delete Animation";
     this.toolStripButtonDelAnimation.Click      += new System.EventHandler(this.toolStripButtonDelAnimation_Click);
     //
     // listViewAnimations
     //
     this.listViewAnimations.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)));
     this.listViewAnimations.FullRowSelect = true;
     this.listViewAnimations.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.None;
     this.listViewAnimations.HideSelection = false;
     this.listViewAnimations.LabelEdit     = true;
     this.listViewAnimations.Location      = new System.Drawing.Point(3, 44);
     this.listViewAnimations.Name          = "listViewAnimations";
     this.listViewAnimations.Size          = new System.Drawing.Size(200, 76);
     this.listViewAnimations.TabIndex      = 2;
     this.listViewAnimations.UseCompatibleStateImageBehavior = false;
     this.listViewAnimations.View                  = System.Windows.Forms.View.List;
     this.listViewAnimations.AfterLabelEdit       += new System.Windows.Forms.LabelEditEventHandler(this.listViewAnimations_AfterLabelEdit);
     this.listViewAnimations.SelectedIndexChanged += new System.EventHandler(this.listViewAnimations_SelectedIndexChanged);
     //
     // groupBoxKeyFrames
     //
     this.groupBoxKeyFrames.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBoxKeyFrames.Controls.Add(this.toolStripFrames);
     this.groupBoxKeyFrames.Controls.Add(this.tableFrames);
     this.groupBoxKeyFrames.Location = new System.Drawing.Point(0, 269);
     this.groupBoxKeyFrames.Name     = "groupBoxKeyFrames";
     this.groupBoxKeyFrames.Size     = new System.Drawing.Size(206, 216);
     this.groupBoxKeyFrames.TabIndex = 31;
     this.groupBoxKeyFrames.TabStop  = false;
     this.groupBoxKeyFrames.Text     = "KeyFrames";
     //
     // toolStripFrames
     //
     this.toolStripFrames.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripFrames.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButtonAddKeyFrame,
         this.toolStripButtonDeleteKeyFrame,
         this.toolStripButtonAddAllFrames,
         this.toolStripButtonChangeAllDurations
     });
     this.toolStripFrames.Location   = new System.Drawing.Point(3, 16);
     this.toolStripFrames.Name       = "toolStripFrames";
     this.toolStripFrames.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.toolStripFrames.Size       = new System.Drawing.Size(200, 25);
     this.toolStripFrames.TabIndex   = 30;
     this.toolStripFrames.Text       = "toolStrip3";
     //
     // toolStripButtonAddKeyFrame
     //
     this.toolStripButtonAddKeyFrame.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonAddKeyFrame.Enabled               = false;
     this.toolStripButtonAddKeyFrame.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAddKeyFrame.Image")));
     this.toolStripButtonAddKeyFrame.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAddKeyFrame.Name        = "toolStripButtonAddKeyFrame";
     this.toolStripButtonAddKeyFrame.Size        = new System.Drawing.Size(23, 22);
     this.toolStripButtonAddKeyFrame.Text        = "toolStripButton4";
     this.toolStripButtonAddKeyFrame.ToolTipText = "Add New KeyFrame";
     this.toolStripButtonAddKeyFrame.Click      += new System.EventHandler(this.toolStripButtonAddKeyFrame_Click);
     //
     // toolStripButtonDeleteKeyFrame
     //
     this.toolStripButtonDeleteKeyFrame.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonDeleteKeyFrame.Enabled               = false;
     this.toolStripButtonDeleteKeyFrame.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDeleteKeyFrame.Image")));
     this.toolStripButtonDeleteKeyFrame.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDeleteKeyFrame.Name        = "toolStripButtonDeleteKeyFrame";
     this.toolStripButtonDeleteKeyFrame.Size        = new System.Drawing.Size(23, 22);
     this.toolStripButtonDeleteKeyFrame.Text        = "toolStripButton1";
     this.toolStripButtonDeleteKeyFrame.ToolTipText = "Delete KeyFrame";
     this.toolStripButtonDeleteKeyFrame.Click      += new System.EventHandler(this.toolStripButtonDeleteKeyFrame_Click);
     //
     // tableFrames
     //
     this.tableFrames.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)));
     this.tableFrames.ColumnModel            = this.columnModelFrames;
     this.tableFrames.DataMember             = null;
     this.tableFrames.DataSourceColumnBinder = dataSourceColumnBinder1;
     this.tableFrames.EnableToolTips         = true;
     this.tableFrames.FullRowSelect          = true;
     this.tableFrames.HeaderFont             = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tableFrames.HeaderStyle            = System.Windows.Forms.ColumnHeaderStyle.None;
     this.tableFrames.Location    = new System.Drawing.Point(3, 44);
     this.tableFrames.Name        = "tableFrames";
     this.tableFrames.NoItemsText = "There are no keyframes yet";
     this.tableFrames.Size        = new System.Drawing.Size(200, 166);
     this.tableFrames.TabIndex    = 29;
     this.tableFrames.TableModel  = this.tableModelframes;
     this.tableFrames.Text        = "tableKeyframes";
     this.tableFrames.UnfocusedSelectionBackColor = System.Drawing.SystemColors.Highlight;
     this.tableFrames.UnfocusedSelectionForeColor = System.Drawing.SystemColors.HighlightText;
     this.tableFrames.CellPropertyChanged        += new XPTable.Events.CellEventHandler(this.tableFrames_CellPropertyChanged);
     this.tableFrames.SelectionChanged           += new XPTable.Events.SelectionEventHandler(this.tableFrames_SelectionChanged);
     //
     // columnModelFrames
     //
     this.columnModelFrames.Columns.AddRange(new XPTable.Models.Column[] {
         this.comboBoxColumnArea,
         this.numberColumnDuration
     });
     this.columnModelFrames.HeaderHeight = 16;
     //
     // comboBoxColumnArea
     //
     this.comboBoxColumnArea.Resizable = false;
     this.comboBoxColumnArea.Text      = "Area";
     this.comboBoxColumnArea.Width     = 146;
     //
     // numberColumnDuration
     //
     this.numberColumnDuration.Maximum = new decimal(new int[] {
         100000,
         0,
         0,
         0
     });
     this.numberColumnDuration.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numberColumnDuration.Resizable         = false;
     this.numberColumnDuration.ShowUpDownButtons = true;
     this.numberColumnDuration.Width             = 50;
     //
     // tableModelframes
     //
     this.tableModelframes.RowHeight = 16;
     cellStyle1.BackColor            = System.Drawing.Color.Empty;
     cellStyle1.Font      = null;
     cellStyle1.ForeColor = System.Drawing.Color.Empty;
     cellStyle1.Padding   = new XPTable.Models.CellPadding(0, 0, 0, 0);
     cellStyle1.WordWrap  = false;
     cell1.CellStyle      = cellStyle1;
     cell1.Data           = "Test";
     cell1.Text           = "Test";
     cell1.WordWrap       = false;
     cellStyle2.BackColor = System.Drawing.Color.Empty;
     cellStyle2.Font      = null;
     cellStyle2.ForeColor = System.Drawing.Color.Empty;
     cellStyle2.Padding   = new XPTable.Models.CellPadding(0, 0, 0, 0);
     cellStyle2.WordWrap  = false;
     cell2.CellStyle      = cellStyle2;
     cell2.Data           = "1";
     cell2.Text           = "1";
     cell2.WordWrap       = false;
     row1.Cells.AddRange(new XPTable.Models.Cell[] {
         cell1,
         cell2
     });
     row1.ChildIndex    = 0;
     row1.ExpandSubRows = true;
     row1.Height        = 27;
     this.tableModelframes.Rows.AddRange(new XPTable.Models.Row[] {
         row1
     });
     //
     // 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(6, 6);
     this.groupBoxTexture.Name     = "groupBoxTexture";
     this.groupBoxTexture.Size     = new System.Drawing.Size(197, 70);
     this.groupBoxTexture.TabIndex = 0;
     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(56, 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(4, 16);
     this.labelTextureName.MaximumSize  = new System.Drawing.Size(188, 21);
     this.labelTextureName.Name         = "labelTextureName";
     this.labelTextureName.Size         = new System.Drawing.Size(188, 21);
     this.labelTextureName.TabIndex     = 0;
     this.labelTextureName.Text         = "LG | Big Texture ";
     this.labelTextureName.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // 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(6, 82);
     this.groupBox5.Name     = "groupBox5";
     this.groupBox5.Size     = new System.Drawing.Size(197, 49);
     this.groupBox5.TabIndex = 14;
     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.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxBlendingType.FormattingEnabled = true;
     this.comboBoxBlendingType.Location          = new System.Drawing.Point(6, 19);
     this.comboBoxBlendingType.Name                  = "comboBoxBlendingType";
     this.comboBoxBlendingType.Size                  = new System.Drawing.Size(185, 21);
     this.comboBoxBlendingType.TabIndex              = 0;
     this.comboBoxBlendingType.SelectedIndexChanged += new System.EventHandler(this.comboBoxBlendingType_SelectedIndexChanged);
     //
     // groupBoxTint
     //
     this.groupBoxTint.Controls.Add(this.textBoxColorHTML);
     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.label3);
     this.groupBoxTint.Controls.Add(this.label4);
     this.groupBoxTint.Location = new System.Drawing.Point(6, 137);
     this.groupBoxTint.Name     = "groupBoxTint";
     this.groupBoxTint.Size     = new System.Drawing.Size(197, 105);
     this.groupBoxTint.TabIndex = 4;
     this.groupBoxTint.TabStop  = false;
     this.groupBoxTint.Text     = "Tint Color";
     //
     // textBoxColorHTML
     //
     this.textBoxColorHTML.Location   = new System.Drawing.Point(16, 79);
     this.textBoxColorHTML.Name       = "textBoxColorHTML";
     this.textBoxColorHTML.Size       = new System.Drawing.Size(72, 20);
     this.textBoxColorHTML.TabIndex   = 4;
     this.textBoxColorHTML.Text       = "#FFFFFF";
     this.textBoxColorHTML.TextAlign  = System.Windows.Forms.HorizontalAlignment.Center;
     this.textBoxColorHTML.Validated += new System.EventHandler(this.textBoxColorHTML_Validated);
     this.textBoxColorHTML.Click     += new System.EventHandler(this.textBoxColorHTML_Click);
     this.textBoxColorHTML.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.textBoxColorHTML_KeyDown);
     this.textBoxColorHTML.Enter     += new System.EventHandler(this.textBoxColorHTML_Enter);
     //
     // 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(153, 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(153, 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.Value     = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     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(153, 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.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(28, 26);
     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(119, 81);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(28, 13);
     this.label5.TabIndex = 6;
     this.label5.Text     = "Blue";
     //
     // label3
     //
     this.label3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(111, 55);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(36, 13);
     this.label3.TabIndex = 1;
     this.label3.Text     = "Green";
     //
     // label4
     //
     this.label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(120, 29);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(27, 13);
     this.label4.TabIndex = 0;
     this.label4.Text     = "Red";
     //
     // panelLeft
     //
     this.panelLeft.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.panelLeft.Controls.Add(this.tabControl);
     this.panelLeft.Location = new System.Drawing.Point(12, 28);
     this.panelLeft.Name     = "panelLeft";
     this.panelLeft.Size     = new System.Drawing.Size(217, 514);
     this.panelLeft.TabIndex = 33;
     //
     // tabControl
     //
     this.tabControl.Controls.Add(this.tabPageAnims);
     this.tabControl.Controls.Add(this.tabPageProperties);
     this.tabControl.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl.Location      = new System.Drawing.Point(0, 0);
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size          = new System.Drawing.Size(217, 514);
     this.tabControl.TabIndex      = 0;
     //
     // tabPageAnims
     //
     this.tabPageAnims.Controls.Add(this.groupBoxAnimations);
     this.tabPageAnims.Controls.Add(this.groupBoxKeyFrames);
     this.tabPageAnims.Location = new System.Drawing.Point(4, 22);
     this.tabPageAnims.Name     = "tabPageAnims";
     this.tabPageAnims.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageAnims.Size     = new System.Drawing.Size(209, 488);
     this.tabPageAnims.TabIndex = 0;
     this.tabPageAnims.Text     = "Animation";
     this.tabPageAnims.UseVisualStyleBackColor = true;
     //
     // tabPageProperties
     //
     this.tabPageProperties.Controls.Add(this.groupBoxTexture);
     this.tabPageProperties.Controls.Add(this.groupBox5);
     this.tabPageProperties.Controls.Add(this.groupBoxTint);
     this.tabPageProperties.Location = new System.Drawing.Point(4, 22);
     this.tabPageProperties.Name     = "tabPageProperties";
     this.tabPageProperties.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageProperties.Size     = new System.Drawing.Size(209, 488);
     this.tabPageProperties.TabIndex = 1;
     this.tabPageProperties.Text     = "Properties";
     this.tabPageProperties.UseVisualStyleBackColor = true;
     //
     // toolStripButtonAddAllFrames
     //
     this.toolStripButtonAddAllFrames.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonAddAllFrames.Enabled               = false;
     this.toolStripButtonAddAllFrames.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAddAllFrames.Image")));
     this.toolStripButtonAddAllFrames.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAddAllFrames.Name        = "toolStripButtonAddAllFrames";
     this.toolStripButtonAddAllFrames.Size        = new System.Drawing.Size(23, 22);
     this.toolStripButtonAddAllFrames.Text        = "AddAllFrames";
     this.toolStripButtonAddAllFrames.ToolTipText = "Add All Frames";
     this.toolStripButtonAddAllFrames.Click      += new System.EventHandler(this.toolStripButtonAddAllFrames_Click);
     //
     // sceneItemPreviewControl
     //
     this.sceneItemPreviewControl.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.sceneItemPreviewControl.Location = new System.Drawing.Point(235, 28);
     this.sceneItemPreviewControl.Name     = "sceneItemPreviewControl";
     this.sceneItemPreviewControl.Size     = new System.Drawing.Size(585, 484);
     this.sceneItemPreviewControl.TabIndex = 34;
     this.sceneItemPreviewControl.Text     = "sceneItemPreviewControl1";
     //
     // toolStripButtonChangeAllDurations
     //
     this.toolStripButtonChangeAllDurations.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonChangeAllDurations.Enabled               = false;
     this.toolStripButtonChangeAllDurations.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonChangeAllDurations.Image")));
     this.toolStripButtonChangeAllDurations.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonChangeAllDurations.Name        = "toolStripButtonChangeAllDurations";
     this.toolStripButtonChangeAllDurations.Size        = new System.Drawing.Size(23, 22);
     this.toolStripButtonChangeAllDurations.Text        = "toolStripButton1";
     this.toolStripButtonChangeAllDurations.ToolTipText = "Copy all frame durations from #1";
     this.toolStripButtonChangeAllDurations.Click      += new System.EventHandler(this.toolStripButtonChangeAllDurations_Click);
     //
     // AnimatedSpriteEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(832, 554);
     this.Controls.Add(this.sceneItemPreviewControl);
     this.Controls.Add(this.panelLeft);
     this.Controls.Add(this.toolStripAnims);
     this.Controls.Add(this.defaultControlPanel);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(245, 450);
     this.Name        = "AnimatedSpriteEditor";
     this.Text        = "AnimatedSprite Editor";
     this.Load       += new System.EventHandler(this.AnimatedSpriteEditor_Load);
     this.toolStripAnims.ResumeLayout(false);
     this.toolStripAnims.PerformLayout();
     this.groupBoxAnimations.ResumeLayout(false);
     this.groupBoxAnimations.PerformLayout();
     this.toolStripAnimations.ResumeLayout(false);
     this.toolStripAnimations.PerformLayout();
     this.groupBoxKeyFrames.ResumeLayout(false);
     this.groupBoxKeyFrames.PerformLayout();
     this.toolStripFrames.ResumeLayout(false);
     this.toolStripFrames.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tableFrames)).EndInit();
     this.groupBoxTexture.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     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.panelLeft.ResumeLayout(false);
     this.tabControl.ResumeLayout(false);
     this.tabPageAnims.ResumeLayout(false);
     this.tabPageProperties.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #4
0
        private void VisualizeFolder(Model.FoldersRow folder)
        {
            XPTable.Models.Row row = new XPTable.Models.Row();

            XPTable.Models.Cell cell1 = new XPTable.Models.Cell();
            XPTable.Models.CellStyle cellStyle1 = new XPTable.Models.CellStyle();
            XPTable.Models.Cell cell2 = new XPTable.Models.Cell();
            XPTable.Models.CellStyle cellStyle2 = new XPTable.Models.CellStyle();
            XPTable.Models.Cell cell3 = new XPTable.Models.Cell();
            XPTable.Models.CellStyle cellStyle3 = new XPTable.Models.CellStyle();

            cell1.Text = folder.Name;
            cell1.Checked = folder.Enabled;
            cell1.Data = Detector.Current.GetIcon(folder.Type);
            cell2.Text = folder.Path;
            cell2.Checked = Directory.Exists(folder.Path);
            cell3.Text = folder.Type;

            cellStyle1.Font = new System.Drawing.Font("Arial", 8.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            cell1.CellStyle = cellStyle1;

            cellStyle2.Font = new System.Drawing.Font("Courier", 8.0F, 0, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            cell2.CellStyle = cellStyle2;

            cellStyle3.Font = new System.Drawing.Font("Arial", 8.0F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            cell3.CellStyle = cellStyle3;

            row.Cells.AddRange(new XPTable.Models.Cell[] { cell1, cell2, cell3 });
            row.ChildIndex = 0;
            row.Editable = true;
            row.Tag = folder;

            StrikeRow(row, !folder.Enabled);

            tableModel.Rows.Add(row);
        }
Beispiel #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     XPTable.Models.DataSourceColumnBinder dataSourceColumnBinder1 = new XPTable.Models.DataSourceColumnBinder();
     XPTable.Renderers.DragDropRenderer    dragDropRenderer1       = new XPTable.Renderers.DragDropRenderer();
     XPTable.Models.Row       row1       = new XPTable.Models.Row();
     XPTable.Models.Cell      cell1      = new XPTable.Models.Cell();
     XPTable.Models.CellStyle cellStyle1 = new XPTable.Models.CellStyle();
     XPTable.Models.Cell      cell2      = new XPTable.Models.Cell();
     XPTable.Models.CellStyle cellStyle2 = new XPTable.Models.CellStyle();
     XPTable.Models.Cell      cell3      = new XPTable.Models.Cell();
     XPTable.Models.CellStyle cellStyle3 = new XPTable.Models.CellStyle();
     this.table1       = new XPTable.Models.Table();
     this.columnModel1 = new XPTable.Models.ColumnModel();
     this.textColumn1  = new XPTable.Models.TextColumn();
     this.textColumn2  = new XPTable.Models.TextColumn();
     this.textColumn3  = new XPTable.Models.TextColumn();
     this.tableModel1  = new XPTable.Models.TableModel();
     this.textColumn4  = new XPTable.Models.TextColumn();
     this.textColumn5  = new XPTable.Models.TextColumn();
     this.textColumn6  = new XPTable.Models.TextColumn();
     this.textColumn7  = new XPTable.Models.TextColumn();
     this.textColumn8  = new XPTable.Models.TextColumn();
     this.textColumn9  = new XPTable.Models.TextColumn();
     this.textColumn10 = new XPTable.Models.TextColumn();
     this.textColumn11 = new XPTable.Models.TextColumn();
     this.textColumn12 = new XPTable.Models.TextColumn();
     this.textColumn13 = new XPTable.Models.TextColumn();
     this.textColumn14 = new XPTable.Models.TextColumn();
     ((System.ComponentModel.ISupportInitialize)(this.table1)).BeginInit();
     this.SuspendLayout();
     //
     // table1
     //
     this.table1.BorderColor            = System.Drawing.Color.Black;
     this.table1.ColumnModel            = this.columnModel1;
     this.table1.DataMember             = null;
     this.table1.DataSourceColumnBinder = dataSourceColumnBinder1;
     this.table1.Dock                      = System.Windows.Forms.DockStyle.Fill;
     dragDropRenderer1.ForeColor           = System.Drawing.Color.Red;
     this.table1.DragDropRenderer          = dragDropRenderer1;
     this.table1.GridLinesContrainedToData = false;
     this.table1.Location                  = new System.Drawing.Point(0, 0);
     this.table1.Name                      = "table1";
     this.table1.Size                      = new System.Drawing.Size(856, 481);
     this.table1.TabIndex                  = 0;
     this.table1.TableModel                = this.tableModel1;
     this.table1.Text                      = "table1";
     this.table1.UnfocusedBorderColor      = System.Drawing.Color.Black;
     //
     // columnModel1
     //
     this.columnModel1.Columns.AddRange(new XPTable.Models.Column[] {
         this.textColumn1,
         this.textColumn2,
         this.textColumn3,
         this.textColumn4,
         this.textColumn5,
         this.textColumn6,
         this.textColumn7,
         this.textColumn8,
         this.textColumn9,
         this.textColumn10,
         this.textColumn11,
         this.textColumn12,
         this.textColumn13,
         this.textColumn14
     });
     //
     // textColumn1
     //
     this.textColumn1.IsTextTrimmed = false;
     this.textColumn1.Text          = "a";
     //
     // textColumn2
     //
     this.textColumn2.IsTextTrimmed = false;
     this.textColumn2.Text          = "b";
     //
     // textColumn3
     //
     this.textColumn3.IsTextTrimmed = false;
     this.textColumn3.Text          = "c";
     //
     // tableModel1
     //
     cellStyle1.Alignment     = XPTable.Models.ColumnAlignment.Left;
     cellStyle1.BackColor     = System.Drawing.Color.Empty;
     cellStyle1.Font          = null;
     cellStyle1.ForeColor     = System.Drawing.Color.Empty;
     cellStyle1.LineAlignment = XPTable.Models.RowAlignment.Top;
     cellStyle1.Padding       = new XPTable.Models.CellPadding(0, 0, 0, 0);
     cellStyle1.WordWrap      = false;
     cell1.CellStyle          = cellStyle1;
     cell1.ContentWidth       = 53;
     cell1.Text               = "sdsafasdf";
     cell1.WordWrap           = false;
     cellStyle2.Alignment     = XPTable.Models.ColumnAlignment.Left;
     cellStyle2.BackColor     = System.Drawing.Color.Empty;
     cellStyle2.Font          = null;
     cellStyle2.ForeColor     = System.Drawing.Color.Empty;
     cellStyle2.LineAlignment = XPTable.Models.RowAlignment.Top;
     cellStyle2.Padding       = new XPTable.Models.CellPadding(0, 0, 0, 0);
     cellStyle2.WordWrap      = false;
     cell2.CellStyle          = cellStyle2;
     cell2.ContentWidth       = 72;
     cell2.Text               = "asdgsadhgsd";
     cell2.WordWrap           = false;
     cellStyle3.Alignment     = XPTable.Models.ColumnAlignment.Left;
     cellStyle3.BackColor     = System.Drawing.Color.Empty;
     cellStyle3.Font          = null;
     cellStyle3.ForeColor     = System.Drawing.Color.Empty;
     cellStyle3.LineAlignment = XPTable.Models.RowAlignment.Top;
     cellStyle3.Padding       = new XPTable.Models.CellPadding(0, 0, 0, 0);
     cellStyle3.WordWrap      = false;
     cell3.CellStyle          = cellStyle3;
     cell3.ContentWidth       = 78;
     cell3.Text               = "asdgsadhgsad";
     cell3.WordWrap           = false;
     row1.Cells.AddRange(new XPTable.Models.Cell[] {
         cell1,
         cell2,
         cell3
     });
     row1.ChildIndex    = 0;
     row1.ExpandSubRows = true;
     row1.Height        = 15;
     this.tableModel1.Rows.AddRange(new XPTable.Models.Row[] {
         row1
     });
     //
     // textColumn4
     //
     this.textColumn4.IsTextTrimmed = false;
     this.textColumn4.Text          = "d";
     //
     // textColumn5
     //
     this.textColumn5.IsTextTrimmed = false;
     this.textColumn5.Text          = "e";
     //
     // textColumn6
     //
     this.textColumn6.IsTextTrimmed = false;
     this.textColumn6.Text          = "f";
     //
     // textColumn7
     //
     this.textColumn7.IsTextTrimmed = false;
     this.textColumn7.Text          = "g";
     //
     // textColumn8
     //
     this.textColumn8.IsTextTrimmed = false;
     this.textColumn8.Text          = "h";
     //
     // textColumn9
     //
     this.textColumn9.IsTextTrimmed = false;
     this.textColumn9.Text          = "i";
     //
     // textColumn10
     //
     this.textColumn10.IsTextTrimmed = false;
     this.textColumn10.Text          = "j";
     //
     // textColumn11
     //
     this.textColumn11.IsTextTrimmed = false;
     this.textColumn11.Text          = "k";
     //
     // textColumn12
     //
     this.textColumn12.IsTextTrimmed = false;
     this.textColumn12.Text          = "l";
     //
     // textColumn13
     //
     this.textColumn13.IsTextTrimmed = false;
     this.textColumn13.Text          = "m";
     //
     // textColumn14
     //
     this.textColumn14.IsTextTrimmed = false;
     this.textColumn14.Text          = "n";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(856, 481);
     this.Controls.Add(this.table1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.table1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #6
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            XPTable.Models.DataSourceColumnBinder dataSourceColumnBinder1 = new XPTable.Models.DataSourceColumnBinder();
            XPTable.Renderers.DragDropRenderer dragDropRenderer1 = new XPTable.Renderers.DragDropRenderer();
            XPTable.Models.Row row1 = new XPTable.Models.Row();
            XPTable.Models.Cell cell1 = new XPTable.Models.Cell();
            XPTable.Models.CellStyle cellStyle1 = new XPTable.Models.CellStyle();
            XPTable.Models.Cell cell2 = new XPTable.Models.Cell();
            XPTable.Models.CellStyle cellStyle2 = new XPTable.Models.CellStyle();
            XPTable.Models.Cell cell3 = new XPTable.Models.Cell();
            XPTable.Models.CellStyle cellStyle3 = new XPTable.Models.CellStyle();
            this.table1 = new XPTable.Models.Table();
            this.columnModel1 = new XPTable.Models.ColumnModel();
            this.textColumn1 = new XPTable.Models.TextColumn();
            this.textColumn2 = new XPTable.Models.TextColumn();
            this.textColumn3 = new XPTable.Models.TextColumn();
            this.tableModel1 = new XPTable.Models.TableModel();
            this.textColumn4 = new XPTable.Models.TextColumn();
            this.textColumn5 = new XPTable.Models.TextColumn();
            this.textColumn6 = new XPTable.Models.TextColumn();
            this.textColumn7 = new XPTable.Models.TextColumn();
            this.textColumn8 = new XPTable.Models.TextColumn();
            this.textColumn9 = new XPTable.Models.TextColumn();
            this.textColumn10 = new XPTable.Models.TextColumn();
            this.textColumn11 = new XPTable.Models.TextColumn();
            this.textColumn12 = new XPTable.Models.TextColumn();
            this.textColumn13 = new XPTable.Models.TextColumn();
            this.textColumn14 = new XPTable.Models.TextColumn();
            ((System.ComponentModel.ISupportInitialize)(this.table1)).BeginInit();
            this.SuspendLayout();
            // 
            // table1
            // 
            this.table1.BorderColor = System.Drawing.Color.Black;
            this.table1.ColumnModel = this.columnModel1;
            this.table1.DataMember = null;
            this.table1.DataSourceColumnBinder = dataSourceColumnBinder1;
            this.table1.Dock = System.Windows.Forms.DockStyle.Fill;
            dragDropRenderer1.ForeColor = System.Drawing.Color.Red;
            this.table1.DragDropRenderer = dragDropRenderer1;
            this.table1.GridLinesContrainedToData = false;
            this.table1.Location = new System.Drawing.Point(0, 0);
            this.table1.Name = "table1";
            this.table1.Size = new System.Drawing.Size(856, 481);
            this.table1.TabIndex = 0;
            this.table1.TableModel = this.tableModel1;
            this.table1.Text = "table1";
            this.table1.UnfocusedBorderColor = System.Drawing.Color.Black;
            // 
            // columnModel1
            // 
            this.columnModel1.Columns.AddRange(new XPTable.Models.Column[] {
            this.textColumn1,
            this.textColumn2,
            this.textColumn3,
            this.textColumn4,
            this.textColumn5,
            this.textColumn6,
            this.textColumn7,
            this.textColumn8,
            this.textColumn9,
            this.textColumn10,
            this.textColumn11,
            this.textColumn12,
            this.textColumn13,
            this.textColumn14});
            // 
            // textColumn1
            // 
            this.textColumn1.IsTextTrimmed = false;
            this.textColumn1.Text = "a";
            // 
            // textColumn2
            // 
            this.textColumn2.IsTextTrimmed = false;
            this.textColumn2.Text = "b";
            // 
            // textColumn3
            // 
            this.textColumn3.IsTextTrimmed = false;
            this.textColumn3.Text = "c";
            // 
            // tableModel1
            // 
            cellStyle1.Alignment = XPTable.Models.ColumnAlignment.Left;
            cellStyle1.BackColor = System.Drawing.Color.Empty;
            cellStyle1.Font = null;
            cellStyle1.ForeColor = System.Drawing.Color.Empty;
            cellStyle1.LineAlignment = XPTable.Models.RowAlignment.Top;
            cellStyle1.Padding = new XPTable.Models.CellPadding(0, 0, 0, 0);
            cellStyle1.WordWrap = false;
            cell1.CellStyle = cellStyle1;
            cell1.ContentWidth = 53;
            cell1.Text = "sdsafasdf";
            cell1.WordWrap = false;
            cellStyle2.Alignment = XPTable.Models.ColumnAlignment.Left;
            cellStyle2.BackColor = System.Drawing.Color.Empty;
            cellStyle2.Font = null;
            cellStyle2.ForeColor = System.Drawing.Color.Empty;
            cellStyle2.LineAlignment = XPTable.Models.RowAlignment.Top;
            cellStyle2.Padding = new XPTable.Models.CellPadding(0, 0, 0, 0);
            cellStyle2.WordWrap = false;
            cell2.CellStyle = cellStyle2;
            cell2.ContentWidth = 72;
            cell2.Text = "asdgsadhgsd";
            cell2.WordWrap = false;
            cellStyle3.Alignment = XPTable.Models.ColumnAlignment.Left;
            cellStyle3.BackColor = System.Drawing.Color.Empty;
            cellStyle3.Font = null;
            cellStyle3.ForeColor = System.Drawing.Color.Empty;
            cellStyle3.LineAlignment = XPTable.Models.RowAlignment.Top;
            cellStyle3.Padding = new XPTable.Models.CellPadding(0, 0, 0, 0);
            cellStyle3.WordWrap = false;
            cell3.CellStyle = cellStyle3;
            cell3.ContentWidth = 78;
            cell3.Text = "asdgsadhgsad";
            cell3.WordWrap = false;
            row1.Cells.AddRange(new XPTable.Models.Cell[] {
            cell1,
            cell2,
            cell3});
            row1.ChildIndex = 0;
            row1.ExpandSubRows = true;
            row1.Height = 15;
            this.tableModel1.Rows.AddRange(new XPTable.Models.Row[] {
            row1});
            // 
            // textColumn4
            // 
            this.textColumn4.IsTextTrimmed = false;
            this.textColumn4.Text = "d";
            // 
            // textColumn5
            // 
            this.textColumn5.IsTextTrimmed = false;
            this.textColumn5.Text = "e";
            // 
            // textColumn6
            // 
            this.textColumn6.IsTextTrimmed = false;
            this.textColumn6.Text = "f";
            // 
            // textColumn7
            // 
            this.textColumn7.IsTextTrimmed = false;
            this.textColumn7.Text = "g";
            // 
            // textColumn8
            // 
            this.textColumn8.IsTextTrimmed = false;
            this.textColumn8.Text = "h";
            // 
            // textColumn9
            // 
            this.textColumn9.IsTextTrimmed = false;
            this.textColumn9.Text = "i";
            // 
            // textColumn10
            // 
            this.textColumn10.IsTextTrimmed = false;
            this.textColumn10.Text = "j";
            // 
            // textColumn11
            // 
            this.textColumn11.IsTextTrimmed = false;
            this.textColumn11.Text = "k";
            // 
            // textColumn12
            // 
            this.textColumn12.IsTextTrimmed = false;
            this.textColumn12.Text = "l";
            // 
            // textColumn13
            // 
            this.textColumn13.IsTextTrimmed = false;
            this.textColumn13.Text = "m";
            // 
            // textColumn14
            // 
            this.textColumn14.IsTextTrimmed = false;
            this.textColumn14.Text = "n";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(856, 481);
            this.Controls.Add(this.table1);
            this.Name = "Form1";
            this.Text = "Form1";
            ((System.ComponentModel.ISupportInitialize)(this.table1)).EndInit();
            this.ResumeLayout(false);

        }
        /// <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(AnimatedSpriteEditor));
            XPTable.Models.DataSourceColumnBinder dataSourceColumnBinder2 = new XPTable.Models.DataSourceColumnBinder();
            XPTable.Models.Row row2 = new XPTable.Models.Row();
            XPTable.Models.Cell cell3 = new XPTable.Models.Cell();
            XPTable.Models.CellStyle cellStyle3 = new XPTable.Models.CellStyle();
            XPTable.Models.Cell cell4 = new XPTable.Models.Cell();
            XPTable.Models.CellStyle cellStyle4 = new XPTable.Models.CellStyle();
            this.defaultControlPanel = new MilkshakeLibrary.DefaultControlPanel();
            this.toolStripAnims = new System.Windows.Forms.ToolStrip();
            this.toolStripSeparator6 = 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.groupBoxAnimations = new System.Windows.Forms.GroupBox();
            this.propertyGridAnimation = new System.Windows.Forms.PropertyGrid();
            this.toolStripAnimations = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonAddAnimation = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonDelAnimation = new System.Windows.Forms.ToolStripButton();
            this.listViewAnimations = new System.Windows.Forms.ListView();
            this.groupBoxKeyFrames = new System.Windows.Forms.GroupBox();
            this.toolStripFrames = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonAddKeyFrame = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonDeleteKeyFrame = new System.Windows.Forms.ToolStripButton();
            this.tableFrames = new XPTable.Models.Table();
            this.columnModelFrames = new XPTable.Models.ColumnModel();
            this.comboBoxColumnArea = new XPTable.Models.ComboBoxColumn();
            this.numberColumnDuration = new XPTable.Models.NumberColumn();
            this.tableModelframes = new XPTable.Models.TableModel();
            this.groupBoxTexture = new System.Windows.Forms.GroupBox();
            this.buttonSelectTexture = new System.Windows.Forms.Button();
            this.labelTextureName = new System.Windows.Forms.Label();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.comboBoxBlendingType = new System.Windows.Forms.ComboBox();
            this.groupBoxTint = new System.Windows.Forms.GroupBox();
            this.textBoxColorHTML = new System.Windows.Forms.TextBox();
            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.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.panelLeft = new System.Windows.Forms.Panel();
            this.tabControl = new System.Windows.Forms.TabControl();
            this.tabPageAnims = new System.Windows.Forms.TabPage();
            this.tabPageProperties = new System.Windows.Forms.TabPage();
            this.sceneItemPreviewControl = new Milkshake.GraphicsDeviceControls.SceneItemPreviewControl();
            this.toolStripButtonCopyAnimation = new System.Windows.Forms.ToolStripButton();
            this.toolStripAnims.SuspendLayout();
            this.groupBoxAnimations.SuspendLayout();
            this.toolStripAnimations.SuspendLayout();
            this.groupBoxKeyFrames.SuspendLayout();
            this.toolStripFrames.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tableFrames)).BeginInit();
            this.groupBoxTexture.SuspendLayout();
            this.groupBox5.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.panelLeft.SuspendLayout();
            this.tabControl.SuspendLayout();
            this.tabPageAnims.SuspendLayout();
            this.tabPageProperties.SuspendLayout();
            this.SuspendLayout();
            // 
            // 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(620, 518);
            this.defaultControlPanel.Name = "defaultControlPanel";
            this.defaultControlPanel.Size = new System.Drawing.Size(200, 24);
            this.defaultControlPanel.TabIndex = 0;
            // 
            // toolStripAnims
            // 
            this.toolStripAnims.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripAnims.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripSeparator6,
            this.toolStripButtonZoomOut,
            this.toolStripButtonZoomNormal,
            this.toolStripButtonZoomIn});
            this.toolStripAnims.Location = new System.Drawing.Point(0, 0);
            this.toolStripAnims.Name = "toolStripAnims";
            this.toolStripAnims.Size = new System.Drawing.Size(832, 25);
            this.toolStripAnims.TabIndex = 6;
            this.toolStripAnims.Text = "toolStrip1";
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.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";
            // 
            // groupBoxAnimations
            // 
            this.groupBoxAnimations.Controls.Add(this.propertyGridAnimation);
            this.groupBoxAnimations.Controls.Add(this.toolStripAnimations);
            this.groupBoxAnimations.Controls.Add(this.listViewAnimations);
            this.groupBoxAnimations.Location = new System.Drawing.Point(0, 0);
            this.groupBoxAnimations.Name = "groupBoxAnimations";
            this.groupBoxAnimations.Size = new System.Drawing.Size(206, 263);
            this.groupBoxAnimations.TabIndex = 11;
            this.groupBoxAnimations.TabStop = false;
            this.groupBoxAnimations.Text = "Animations";
            // 
            // propertyGridAnimation
            // 
            this.propertyGridAnimation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.propertyGridAnimation.Location = new System.Drawing.Point(3, 126);
            this.propertyGridAnimation.Name = "propertyGridAnimation";
            this.propertyGridAnimation.PropertySort = System.Windows.Forms.PropertySort.Alphabetical;
            this.propertyGridAnimation.Size = new System.Drawing.Size(200, 131);
            this.propertyGridAnimation.TabIndex = 8;
            this.propertyGridAnimation.ToolbarVisible = false;
            // 
            // toolStripAnimations
            // 
            this.toolStripAnimations.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripAnimations.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonAddAnimation,
            this.toolStripButtonCopyAnimation,
            this.toolStripButtonDelAnimation});
            this.toolStripAnimations.Location = new System.Drawing.Point(3, 16);
            this.toolStripAnimations.Name = "toolStripAnimations";
            this.toolStripAnimations.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.toolStripAnimations.Size = new System.Drawing.Size(200, 25);
            this.toolStripAnimations.TabIndex = 7;
            this.toolStripAnimations.Text = "toolStrip1";
            // 
            // toolStripButtonAddAnimation
            // 
            this.toolStripButtonAddAnimation.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonAddAnimation.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAddAnimation.Image")));
            this.toolStripButtonAddAnimation.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonAddAnimation.Name = "toolStripButtonAddAnimation";
            this.toolStripButtonAddAnimation.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonAddAnimation.Text = "toolStripButton4";
            this.toolStripButtonAddAnimation.ToolTipText = "Add New Animation";
            this.toolStripButtonAddAnimation.Click += new System.EventHandler(this.toolStripButtonAddAnimation_Click);
            // 
            // toolStripButtonDelAnimation
            // 
            this.toolStripButtonDelAnimation.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonDelAnimation.Enabled = false;
            this.toolStripButtonDelAnimation.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDelAnimation.Image")));
            this.toolStripButtonDelAnimation.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonDelAnimation.Name = "toolStripButtonDelAnimation";
            this.toolStripButtonDelAnimation.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonDelAnimation.Text = "toolStripButton1";
            this.toolStripButtonDelAnimation.ToolTipText = "Delete Animation";
            this.toolStripButtonDelAnimation.Click += new System.EventHandler(this.toolStripButtonDelAnimation_Click);
            // 
            // listViewAnimations
            // 
            this.listViewAnimations.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.listViewAnimations.FullRowSelect = true;
            this.listViewAnimations.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.listViewAnimations.HideSelection = false;
            this.listViewAnimations.LabelEdit = true;
            this.listViewAnimations.Location = new System.Drawing.Point(3, 44);
            this.listViewAnimations.Name = "listViewAnimations";
            this.listViewAnimations.Size = new System.Drawing.Size(200, 76);
            this.listViewAnimations.TabIndex = 2;
            this.listViewAnimations.UseCompatibleStateImageBehavior = false;
            this.listViewAnimations.View = System.Windows.Forms.View.List;
            this.listViewAnimations.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.listViewAnimations_AfterLabelEdit);
            this.listViewAnimations.SelectedIndexChanged += new System.EventHandler(this.listViewAnimations_SelectedIndexChanged);
            // 
            // groupBoxKeyFrames
            // 
            this.groupBoxKeyFrames.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.groupBoxKeyFrames.Controls.Add(this.toolStripFrames);
            this.groupBoxKeyFrames.Controls.Add(this.tableFrames);
            this.groupBoxKeyFrames.Location = new System.Drawing.Point(0, 269);
            this.groupBoxKeyFrames.Name = "groupBoxKeyFrames";
            this.groupBoxKeyFrames.Size = new System.Drawing.Size(206, 216);
            this.groupBoxKeyFrames.TabIndex = 31;
            this.groupBoxKeyFrames.TabStop = false;
            this.groupBoxKeyFrames.Text = "KeyFrames";
            // 
            // toolStripFrames
            // 
            this.toolStripFrames.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripFrames.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonAddKeyFrame,
            this.toolStripButtonDeleteKeyFrame});
            this.toolStripFrames.Location = new System.Drawing.Point(3, 16);
            this.toolStripFrames.Name = "toolStripFrames";
            this.toolStripFrames.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.toolStripFrames.Size = new System.Drawing.Size(200, 25);
            this.toolStripFrames.TabIndex = 30;
            this.toolStripFrames.Text = "toolStrip3";
            // 
            // toolStripButtonAddKeyFrame
            // 
            this.toolStripButtonAddKeyFrame.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonAddKeyFrame.Enabled = false;
            this.toolStripButtonAddKeyFrame.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAddKeyFrame.Image")));
            this.toolStripButtonAddKeyFrame.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonAddKeyFrame.Name = "toolStripButtonAddKeyFrame";
            this.toolStripButtonAddKeyFrame.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonAddKeyFrame.Text = "toolStripButton4";
            this.toolStripButtonAddKeyFrame.ToolTipText = "Add New KeyFrame";
            this.toolStripButtonAddKeyFrame.Click += new System.EventHandler(this.toolStripButtonAddKeyFrame_Click);
            // 
            // toolStripButtonDeleteKeyFrame
            // 
            this.toolStripButtonDeleteKeyFrame.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonDeleteKeyFrame.Enabled = false;
            this.toolStripButtonDeleteKeyFrame.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDeleteKeyFrame.Image")));
            this.toolStripButtonDeleteKeyFrame.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonDeleteKeyFrame.Name = "toolStripButtonDeleteKeyFrame";
            this.toolStripButtonDeleteKeyFrame.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonDeleteKeyFrame.Text = "toolStripButton1";
            this.toolStripButtonDeleteKeyFrame.ToolTipText = "Delete KeyFrame";
            this.toolStripButtonDeleteKeyFrame.Click += new System.EventHandler(this.toolStripButtonDeleteKeyFrame_Click);
            // 
            // tableFrames
            // 
            this.tableFrames.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.tableFrames.ColumnModel = this.columnModelFrames;
            this.tableFrames.DataMember = null;
            this.tableFrames.DataSourceColumnBinder = dataSourceColumnBinder2;
            this.tableFrames.EnableToolTips = true;
            this.tableFrames.FullRowSelect = true;
            this.tableFrames.HeaderFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tableFrames.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.tableFrames.Location = new System.Drawing.Point(3, 44);
            this.tableFrames.Name = "tableFrames";
            this.tableFrames.NoItemsText = "There are no keyframes yet";
            this.tableFrames.Size = new System.Drawing.Size(200, 166);
            this.tableFrames.TabIndex = 29;
            this.tableFrames.TableModel = this.tableModelframes;
            this.tableFrames.Text = "tableKeyframes";
            this.tableFrames.UnfocusedSelectionBackColor = System.Drawing.SystemColors.Highlight;
            this.tableFrames.UnfocusedSelectionForeColor = System.Drawing.SystemColors.HighlightText;
            this.tableFrames.CellPropertyChanged += new XPTable.Events.CellEventHandler(this.tableFrames_CellPropertyChanged);
            this.tableFrames.SelectionChanged += new XPTable.Events.SelectionEventHandler(this.tableFrames_SelectionChanged);
            // 
            // columnModelFrames
            // 
            this.columnModelFrames.Columns.AddRange(new XPTable.Models.Column[] {
            this.comboBoxColumnArea,
            this.numberColumnDuration});
            this.columnModelFrames.HeaderHeight = 16;
            // 
            // comboBoxColumnArea
            // 
            this.comboBoxColumnArea.Resizable = false;
            this.comboBoxColumnArea.Text = "Area";
            this.comboBoxColumnArea.Width = 146;
            // 
            // numberColumnDuration
            // 
            this.numberColumnDuration.Maximum = new decimal(new int[] {
            100000,
            0,
            0,
            0});
            this.numberColumnDuration.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numberColumnDuration.Resizable = false;
            this.numberColumnDuration.ShowUpDownButtons = true;
            this.numberColumnDuration.Width = 50;
            // 
            // tableModelframes
            // 
            this.tableModelframes.RowHeight = 16;
            cellStyle3.BackColor = System.Drawing.Color.Empty;
            cellStyle3.Font = null;
            cellStyle3.ForeColor = System.Drawing.Color.Empty;
            cellStyle3.Padding = new XPTable.Models.CellPadding(0, 0, 0, 0);
            cellStyle3.WordWrap = false;
            cell3.CellStyle = cellStyle3;
            cell3.Data = "Test";
            cell3.Text = "Test";
            cell3.WordWrap = false;
            cellStyle4.BackColor = System.Drawing.Color.Empty;
            cellStyle4.Font = null;
            cellStyle4.ForeColor = System.Drawing.Color.Empty;
            cellStyle4.Padding = new XPTable.Models.CellPadding(0, 0, 0, 0);
            cellStyle4.WordWrap = false;
            cell4.CellStyle = cellStyle4;
            cell4.Data = "1";
            cell4.Text = "1";
            cell4.WordWrap = false;
            row2.Cells.AddRange(new XPTable.Models.Cell[] {
            cell3,
            cell4});
            row2.ChildIndex = 0;
            row2.ExpandSubRows = true;
            row2.Height = 27;
            this.tableModelframes.Rows.AddRange(new XPTable.Models.Row[] {
            row2});
            // 
            // 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(6, 6);
            this.groupBoxTexture.Name = "groupBoxTexture";
            this.groupBoxTexture.Size = new System.Drawing.Size(197, 70);
            this.groupBoxTexture.TabIndex = 0;
            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(56, 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(4, 16);
            this.labelTextureName.MaximumSize = new System.Drawing.Size(188, 21);
            this.labelTextureName.Name = "labelTextureName";
            this.labelTextureName.Size = new System.Drawing.Size(188, 21);
            this.labelTextureName.TabIndex = 0;
            this.labelTextureName.Text = "LG | Big Texture ";
            this.labelTextureName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // 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(6, 82);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(197, 49);
            this.groupBox5.TabIndex = 14;
            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.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxBlendingType.FormattingEnabled = true;
            this.comboBoxBlendingType.Location = new System.Drawing.Point(6, 19);
            this.comboBoxBlendingType.Name = "comboBoxBlendingType";
            this.comboBoxBlendingType.Size = new System.Drawing.Size(185, 21);
            this.comboBoxBlendingType.TabIndex = 0;
            this.comboBoxBlendingType.SelectedIndexChanged += new System.EventHandler(this.comboBoxBlendingType_SelectedIndexChanged);
            // 
            // groupBoxTint
            // 
            this.groupBoxTint.Controls.Add(this.textBoxColorHTML);
            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.label3);
            this.groupBoxTint.Controls.Add(this.label4);
            this.groupBoxTint.Location = new System.Drawing.Point(6, 137);
            this.groupBoxTint.Name = "groupBoxTint";
            this.groupBoxTint.Size = new System.Drawing.Size(197, 105);
            this.groupBoxTint.TabIndex = 4;
            this.groupBoxTint.TabStop = false;
            this.groupBoxTint.Text = "Tint Color";
            // 
            // textBoxColorHTML
            // 
            this.textBoxColorHTML.Location = new System.Drawing.Point(16, 79);
            this.textBoxColorHTML.Name = "textBoxColorHTML";
            this.textBoxColorHTML.Size = new System.Drawing.Size(72, 20);
            this.textBoxColorHTML.TabIndex = 4;
            this.textBoxColorHTML.Text = "#FFFFFF";
            this.textBoxColorHTML.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.textBoxColorHTML.Validated += new System.EventHandler(this.textBoxColorHTML_Validated);
            this.textBoxColorHTML.Click += new System.EventHandler(this.textBoxColorHTML_Click);
            this.textBoxColorHTML.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxColorHTML_KeyDown);
            this.textBoxColorHTML.Enter += new System.EventHandler(this.textBoxColorHTML_Enter);
            // 
            // 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(153, 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(153, 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.Value = new decimal(new int[] {
            255,
            0,
            0,
            0});
            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(153, 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.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(28, 26);
            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(119, 81);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(28, 13);
            this.label5.TabIndex = 6;
            this.label5.Text = "Blue";
            // 
            // label3
            // 
            this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(111, 55);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(36, 13);
            this.label3.TabIndex = 1;
            this.label3.Text = "Green";
            // 
            // label4
            // 
            this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(120, 29);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(27, 13);
            this.label4.TabIndex = 0;
            this.label4.Text = "Red";
            // 
            // panelLeft
            // 
            this.panelLeft.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.panelLeft.Controls.Add(this.tabControl);
            this.panelLeft.Location = new System.Drawing.Point(12, 28);
            this.panelLeft.Name = "panelLeft";
            this.panelLeft.Size = new System.Drawing.Size(217, 514);
            this.panelLeft.TabIndex = 33;
            // 
            // tabControl
            // 
            this.tabControl.Controls.Add(this.tabPageAnims);
            this.tabControl.Controls.Add(this.tabPageProperties);
            this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl.Location = new System.Drawing.Point(0, 0);
            this.tabControl.Name = "tabControl";
            this.tabControl.SelectedIndex = 0;
            this.tabControl.Size = new System.Drawing.Size(217, 514);
            this.tabControl.TabIndex = 0;
            // 
            // tabPageAnims
            // 
            this.tabPageAnims.Controls.Add(this.groupBoxAnimations);
            this.tabPageAnims.Controls.Add(this.groupBoxKeyFrames);
            this.tabPageAnims.Location = new System.Drawing.Point(4, 22);
            this.tabPageAnims.Name = "tabPageAnims";
            this.tabPageAnims.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageAnims.Size = new System.Drawing.Size(209, 488);
            this.tabPageAnims.TabIndex = 0;
            this.tabPageAnims.Text = "Animation";
            this.tabPageAnims.UseVisualStyleBackColor = true;
            // 
            // tabPageProperties
            // 
            this.tabPageProperties.Controls.Add(this.groupBoxTexture);
            this.tabPageProperties.Controls.Add(this.groupBox5);
            this.tabPageProperties.Controls.Add(this.groupBoxTint);
            this.tabPageProperties.Location = new System.Drawing.Point(4, 22);
            this.tabPageProperties.Name = "tabPageProperties";
            this.tabPageProperties.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageProperties.Size = new System.Drawing.Size(209, 488);
            this.tabPageProperties.TabIndex = 1;
            this.tabPageProperties.Text = "Properties";
            this.tabPageProperties.UseVisualStyleBackColor = true;
            // 
            // sceneItemPreviewControl
            // 
            this.sceneItemPreviewControl.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.sceneItemPreviewControl.Location = new System.Drawing.Point(235, 28);
            this.sceneItemPreviewControl.Name = "sceneItemPreviewControl";
            this.sceneItemPreviewControl.Size = new System.Drawing.Size(585, 484);
            this.sceneItemPreviewControl.TabIndex = 34;
            this.sceneItemPreviewControl.Text = "sceneItemPreviewControl1";
            // 
            // toolStripButtonCopyAnimation
            // 
            this.toolStripButtonCopyAnimation.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonCopyAnimation.Enabled = false;
            this.toolStripButtonCopyAnimation.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonCopyAnimation.Image")));
            this.toolStripButtonCopyAnimation.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonCopyAnimation.Name = "toolStripButtonCopyAnimation";
            this.toolStripButtonCopyAnimation.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonCopyAnimation.Text = "toolStripButton3";
            this.toolStripButtonCopyAnimation.ToolTipText = "Copy Animation";
            this.toolStripButtonCopyAnimation.Click += new System.EventHandler(this.toolStripButtonCopyAnimation_Click);
            // 
            // AnimatedSpriteEditor
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(832, 554);
            this.Controls.Add(this.sceneItemPreviewControl);
            this.Controls.Add(this.panelLeft);
            this.Controls.Add(this.toolStripAnims);
            this.Controls.Add(this.defaultControlPanel);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MinimumSize = new System.Drawing.Size(245, 450);
            this.Name = "AnimatedSpriteEditor";
            this.Text = "AnimatedSprite Editor";
            this.Load += new System.EventHandler(this.AnimatedSpriteEditor_Load);
            this.toolStripAnims.ResumeLayout(false);
            this.toolStripAnims.PerformLayout();
            this.groupBoxAnimations.ResumeLayout(false);
            this.groupBoxAnimations.PerformLayout();
            this.toolStripAnimations.ResumeLayout(false);
            this.toolStripAnimations.PerformLayout();
            this.groupBoxKeyFrames.ResumeLayout(false);
            this.groupBoxKeyFrames.PerformLayout();
            this.toolStripFrames.ResumeLayout(false);
            this.toolStripFrames.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tableFrames)).EndInit();
            this.groupBoxTexture.ResumeLayout(false);
            this.groupBox5.ResumeLayout(false);
            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.panelLeft.ResumeLayout(false);
            this.tabControl.ResumeLayout(false);
            this.tabPageAnims.ResumeLayout(false);
            this.tabPageProperties.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }