Click here to Skip to main content
15,896,269 members
Articles / Game Development

Learning XNA 2D Engine IceCream With 1945 Demo Project

Rate me:
Please Sign up or sign in to vote.
5.00/5 (13 votes)
8 Aug 2012CPOL16 min read 67.3K   2.3K   51  
IceCream1945 is a demonstration of XNA and the IceCream 2D library in a 2D top-down scrolling shooter similar to 1942 for the NES.
namespace Milkshake.Editors.AnimatedSprites
{
    partial class AnimatedSpriteEditor
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(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();

        }

        #endregion

        private MilkshakeLibrary.DefaultControlPanel defaultControlPanel;
        private System.Windows.Forms.ToolStrip toolStripAnims;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
        private System.Windows.Forms.ToolStripButton toolStripButtonZoomOut;
        private System.Windows.Forms.ToolStripButton toolStripButtonZoomNormal;
        private System.Windows.Forms.ToolStripButton toolStripButtonZoomIn;
        private System.Windows.Forms.GroupBox groupBoxAnimations;
        private System.Windows.Forms.PropertyGrid propertyGridAnimation;
        private System.Windows.Forms.ToolStrip toolStripAnimations;
        private System.Windows.Forms.ToolStripButton toolStripButtonAddAnimation;
        private System.Windows.Forms.ToolStripButton toolStripButtonDelAnimation;
        private System.Windows.Forms.ListView listViewAnimations;
        private System.Windows.Forms.GroupBox groupBoxKeyFrames;
        private System.Windows.Forms.ToolStrip toolStripFrames;
        private System.Windows.Forms.ToolStripButton toolStripButtonAddKeyFrame;
        private System.Windows.Forms.ToolStripButton toolStripButtonDeleteKeyFrame;
        internal XPTable.Models.Table tableFrames;
        private XPTable.Models.ColumnModel columnModelFrames;
        public XPTable.Models.TableModel tableModelframes;
        private System.Windows.Forms.GroupBox groupBoxTexture;
        private System.Windows.Forms.Button buttonSelectTexture;
        private System.Windows.Forms.Label labelTextureName;
        private System.Windows.Forms.GroupBox groupBox5;
        private System.Windows.Forms.ComboBox comboBoxBlendingType;
        private System.Windows.Forms.GroupBox groupBoxTint;
        private System.Windows.Forms.TextBox textBoxColorHTML;
        private System.Windows.Forms.NumericUpDown numericUpDownTintBlue;
        private System.Windows.Forms.NumericUpDown numericUpDownTintGreen;
        private System.Windows.Forms.NumericUpDown numericUpDownTintRed;
        private System.Windows.Forms.PictureBox pictureBoxTint;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Panel panelLeft;
        private System.Windows.Forms.TabControl tabControl;
        private System.Windows.Forms.TabPage tabPageAnims;
        private System.Windows.Forms.TabPage tabPageProperties;
        private Milkshake.GraphicsDeviceControls.SceneItemPreviewControl sceneItemPreviewControl;
        private XPTable.Models.NumberColumn numberColumnDuration;
        private XPTable.Models.ComboBoxColumn comboBoxColumnArea;
        private System.Windows.Forms.ToolStripButton toolStripButtonCopyAnimation;
    }
}

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

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

License

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


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

Comments and Discussions