Newer
Older
Gola2 / Gola2 / CreatureEditor.Designer.cs
namespace Gola2
{
    partial class CreatureEditor
    {
        /// <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()
        {
            this.components = new System.ComponentModel.Container();
            this.label1 = new System.Windows.Forms.Label();
            this.tbCName = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.nudX = new System.Windows.Forms.NumericUpDown();
            this.nudY = new System.Windows.Forms.NumericUpDown();
            this.label4 = new System.Windows.Forms.Label();
            this.nudZ = new System.Windows.Forms.NumericUpDown();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.nudSize = new System.Windows.Forms.NumericUpDown();
            this.label7 = new System.Windows.Forms.Label();
            this.pColor = new System.Windows.Forms.Panel();
            this.cbType = new System.Windows.Forms.ComboBox();
            this.btCellAdd = new System.Windows.Forms.Button();
            this.btCellRemove = new System.Windows.Forms.Button();
            this.btCreatureRemove = new System.Windows.Forms.Button();
            this.btCreatureAdd = new System.Windows.Forms.Button();
            this.lbCreatures = new System.Windows.Forms.ListBox();
            this.lbCells = new System.Windows.Forms.ListBox();
            this.label8 = new System.Windows.Forms.Label();
            this.cmsCreatures = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.copyCreatureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pasteCreatureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pasteCreatureAsNewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pRender = new Gola2.PanelDBuf();
            this.btReset = new System.Windows.Forms.Button();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.bounceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.nudX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudY)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudZ)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudSize)).BeginInit();
            this.cmsCreatures.SuspendLayout();
            this.pRender.SuspendLayout();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(294, 15);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(79, 13);
            this.label1.TabIndex = 3;
            this.label1.Text = "Creature name:";
            // 
            // tbCName
            // 
            this.tbCName.Location = new System.Drawing.Point(379, 12);
            this.tbCName.MaxLength = 512;
            this.tbCName.Name = "tbCName";
            this.tbCName.Size = new System.Drawing.Size(193, 20);
            this.tbCName.TabIndex = 4;
            this.tbCName.TextChanged += new System.EventHandler(this.tbCName_TextChanged);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(294, 40);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(47, 13);
            this.label2.TabIndex = 5;
            this.label2.Text = "Position:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(306, 60);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(17, 13);
            this.label3.TabIndex = 6;
            this.label3.Text = "X:";
            // 
            // nudX
            // 
            this.nudX.DecimalPlaces = 2;
            this.nudX.Increment = new decimal(new int[] {
            1,
            0,
            0,
            131072});
            this.nudX.Location = new System.Drawing.Point(324, 58);
            this.nudX.Maximum = new decimal(new int[] {
            64,
            0,
            0,
            0});
            this.nudX.Minimum = new decimal(new int[] {
            64,
            0,
            0,
            -2147483648});
            this.nudX.Name = "nudX";
            this.nudX.Size = new System.Drawing.Size(60, 20);
            this.nudX.TabIndex = 7;
            this.nudX.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.nudX.ValueChanged += new System.EventHandler(this.PositionChanged);
            // 
            // nudY
            // 
            this.nudY.DecimalPlaces = 2;
            this.nudY.Increment = new decimal(new int[] {
            1,
            0,
            0,
            131072});
            this.nudY.Location = new System.Drawing.Point(324, 84);
            this.nudY.Maximum = new decimal(new int[] {
            64,
            0,
            0,
            0});
            this.nudY.Minimum = new decimal(new int[] {
            64,
            0,
            0,
            -2147483648});
            this.nudY.Name = "nudY";
            this.nudY.Size = new System.Drawing.Size(60, 20);
            this.nudY.TabIndex = 9;
            this.nudY.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.nudY.ValueChanged += new System.EventHandler(this.PositionChanged);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(306, 86);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(17, 13);
            this.label4.TabIndex = 8;
            this.label4.Text = "Y:";
            // 
            // nudZ
            // 
            this.nudZ.DecimalPlaces = 2;
            this.nudZ.Increment = new decimal(new int[] {
            1,
            0,
            0,
            131072});
            this.nudZ.Location = new System.Drawing.Point(324, 110);
            this.nudZ.Maximum = new decimal(new int[] {
            64,
            0,
            0,
            0});
            this.nudZ.Minimum = new decimal(new int[] {
            64,
            0,
            0,
            -2147483648});
            this.nudZ.Name = "nudZ";
            this.nudZ.Size = new System.Drawing.Size(60, 20);
            this.nudZ.TabIndex = 11;
            this.nudZ.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.nudZ.ValueChanged += new System.EventHandler(this.PositionChanged);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(306, 112);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(17, 13);
            this.label5.TabIndex = 10;
            this.label5.Text = "Z:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(390, 60);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(30, 13);
            this.label6.TabIndex = 12;
            this.label6.Text = "Size:";
            // 
            // nudSize
            // 
            this.nudSize.DecimalPlaces = 1;
            this.nudSize.Location = new System.Drawing.Point(430, 58);
            this.nudSize.Maximum = new decimal(new int[] {
            64,
            0,
            0,
            0});
            this.nudSize.Name = "nudSize";
            this.nudSize.Size = new System.Drawing.Size(51, 20);
            this.nudSize.TabIndex = 13;
            this.nudSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.nudSize.Value = new decimal(new int[] {
            5,
            0,
            0,
            0});
            this.nudSize.ValueChanged += new System.EventHandler(this.PositionChanged);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(390, 86);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(34, 13);
            this.label7.TabIndex = 14;
            this.label7.Text = "Color:";
            // 
            // pColor
            // 
            this.pColor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pColor.Location = new System.Drawing.Point(430, 84);
            this.pColor.Name = "pColor";
            this.pColor.Size = new System.Drawing.Size(51, 20);
            this.pColor.TabIndex = 15;
            this.pColor.Click += new System.EventHandler(this.pColor_Click);
            // 
            // cbType
            // 
            this.cbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbType.FormattingEnabled = true;
            this.cbType.Location = new System.Drawing.Point(430, 109);
            this.cbType.Name = "cbType";
            this.cbType.Size = new System.Drawing.Size(141, 21);
            this.cbType.TabIndex = 17;
            // 
            // btCellAdd
            // 
            this.btCellAdd.Location = new System.Drawing.Point(577, 136);
            this.btCellAdd.Name = "btCellAdd";
            this.btCellAdd.Size = new System.Drawing.Size(24, 24);
            this.btCellAdd.TabIndex = 18;
            this.btCellAdd.Text = "+";
            this.btCellAdd.UseVisualStyleBackColor = true;
            this.btCellAdd.Click += new System.EventHandler(this.btCellAdd_Click);
            // 
            // btCellRemove
            // 
            this.btCellRemove.Location = new System.Drawing.Point(577, 166);
            this.btCellRemove.Name = "btCellRemove";
            this.btCellRemove.Size = new System.Drawing.Size(24, 24);
            this.btCellRemove.TabIndex = 19;
            this.btCellRemove.Text = "-";
            this.btCellRemove.UseVisualStyleBackColor = true;
            this.btCellRemove.Click += new System.EventHandler(this.btCellRemove_Click);
            // 
            // btCreatureRemove
            // 
            this.btCreatureRemove.Location = new System.Drawing.Point(264, 324);
            this.btCreatureRemove.Name = "btCreatureRemove";
            this.btCreatureRemove.Size = new System.Drawing.Size(24, 24);
            this.btCreatureRemove.TabIndex = 21;
            this.btCreatureRemove.Text = "-";
            this.btCreatureRemove.UseVisualStyleBackColor = true;
            this.btCreatureRemove.Click += new System.EventHandler(this.btCreatureRemove_Click);
            // 
            // btCreatureAdd
            // 
            this.btCreatureAdd.Location = new System.Drawing.Point(264, 294);
            this.btCreatureAdd.Name = "btCreatureAdd";
            this.btCreatureAdd.Size = new System.Drawing.Size(24, 24);
            this.btCreatureAdd.TabIndex = 20;
            this.btCreatureAdd.Text = "+";
            this.btCreatureAdd.UseVisualStyleBackColor = true;
            this.btCreatureAdd.Click += new System.EventHandler(this.btCreatureAdd_Click);
            // 
            // lbCreatures
            // 
            this.lbCreatures.ContextMenuStrip = this.cmsCreatures;
            this.lbCreatures.FormattingEnabled = true;
            this.lbCreatures.IntegralHeight = false;
            this.lbCreatures.Location = new System.Drawing.Point(12, 294);
            this.lbCreatures.Name = "lbCreatures";
            this.lbCreatures.Size = new System.Drawing.Size(246, 115);
            this.lbCreatures.TabIndex = 22;
            this.lbCreatures.SelectedValueChanged += new System.EventHandler(this.lbCreatures_SelectedValueChanged);
            // 
            // lbCells
            // 
            this.lbCells.FormattingEnabled = true;
            this.lbCells.IntegralHeight = false;
            this.lbCells.Location = new System.Drawing.Point(294, 136);
            this.lbCells.Name = "lbCells";
            this.lbCells.Size = new System.Drawing.Size(277, 273);
            this.lbCells.TabIndex = 23;
            this.lbCells.SelectedValueChanged += new System.EventHandler(this.lbCells_SelectedValueChanged);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(390, 112);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(34, 13);
            this.label8.TabIndex = 24;
            this.label8.Text = "Type:";
            // 
            // cmsCreatures
            // 
            this.cmsCreatures.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bounceToolStripMenuItem,
            this.toolStripSeparator1,
            this.copyCreatureToolStripMenuItem,
            this.pasteCreatureToolStripMenuItem,
            this.pasteCreatureAsNewToolStripMenuItem});
            this.cmsCreatures.Name = "cmsCreatures";
            this.cmsCreatures.Size = new System.Drawing.Size(188, 120);
            // 
            // copyCreatureToolStripMenuItem
            // 
            this.copyCreatureToolStripMenuItem.Name = "copyCreatureToolStripMenuItem";
            this.copyCreatureToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
            this.copyCreatureToolStripMenuItem.Text = "Copy creature";
            this.copyCreatureToolStripMenuItem.Click += new System.EventHandler(this.copyCreatureToolStripMenuItem_Click);
            // 
            // pasteCreatureToolStripMenuItem
            // 
            this.pasteCreatureToolStripMenuItem.Name = "pasteCreatureToolStripMenuItem";
            this.pasteCreatureToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
            this.pasteCreatureToolStripMenuItem.Text = "Paste creature";
            this.pasteCreatureToolStripMenuItem.Click += new System.EventHandler(this.pasteCreatureToolStripMenuItem_Click);
            // 
            // pasteCreatureAsNewToolStripMenuItem
            // 
            this.pasteCreatureAsNewToolStripMenuItem.Name = "pasteCreatureAsNewToolStripMenuItem";
            this.pasteCreatureAsNewToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
            this.pasteCreatureAsNewToolStripMenuItem.Text = "Paste creature as new";
            this.pasteCreatureAsNewToolStripMenuItem.Click += new System.EventHandler(this.pasteCreatureAsNewToolStripMenuItem_Click);
            // 
            // pRender
            // 
            this.pRender.Controls.Add(this.btReset);
            this.pRender.Location = new System.Drawing.Point(12, 12);
            this.pRender.Name = "pRender";
            this.pRender.Size = new System.Drawing.Size(276, 276);
            this.pRender.TabIndex = 0;
            this.pRender.Paint += new System.Windows.Forms.PaintEventHandler(this.pRender_Paint);
            this.pRender.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pRender_MouseDown);
            this.pRender.MouseLeave += new System.EventHandler(this.pRender_MouseLeave);
            this.pRender.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pRender_MouseMove);
            this.pRender.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pRender_MouseUp);
            // 
            // btReset
            // 
            this.btReset.Location = new System.Drawing.Point(249, 249);
            this.btReset.Name = "btReset";
            this.btReset.Size = new System.Drawing.Size(24, 24);
            this.btReset.TabIndex = 0;
            this.btReset.Text = "/";
            this.btReset.UseVisualStyleBackColor = true;
            this.btReset.Click += new System.EventHandler(this.btReset_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(184, 6);
            // 
            // bounceToolStripMenuItem
            // 
            this.bounceToolStripMenuItem.Name = "bounceToolStripMenuItem";
            this.bounceToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
            this.bounceToolStripMenuItem.Text = "Bounce";
            this.bounceToolStripMenuItem.Click += new System.EventHandler(this.bounceToolStripMenuItem_Click);
            // 
            // CreatureEditor
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(607, 421);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.lbCells);
            this.Controls.Add(this.lbCreatures);
            this.Controls.Add(this.btCreatureRemove);
            this.Controls.Add(this.btCreatureAdd);
            this.Controls.Add(this.btCellRemove);
            this.Controls.Add(this.btCellAdd);
            this.Controls.Add(this.cbType);
            this.Controls.Add(this.pColor);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.nudSize);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.nudZ);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.nudY);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.nudX);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.tbCName);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.pRender);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "CreatureEditor";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "CreatureEditor";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.CreatureEditor_FormClosed);
            ((System.ComponentModel.ISupportInitialize)(this.nudX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudY)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudZ)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudSize)).EndInit();
            this.cmsCreatures.ResumeLayout(false);
            this.pRender.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private PanelDBuf pRender;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox tbCName;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.NumericUpDown nudX;
        private System.Windows.Forms.NumericUpDown nudY;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.NumericUpDown nudZ;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.NumericUpDown nudSize;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Panel pColor;
        private System.Windows.Forms.ComboBox cbType;
        private System.Windows.Forms.Button btCellAdd;
        private System.Windows.Forms.Button btCellRemove;
        private System.Windows.Forms.Button btCreatureRemove;
        private System.Windows.Forms.Button btCreatureAdd;
        private System.Windows.Forms.ListBox lbCreatures;
        private System.Windows.Forms.ListBox lbCells;
        private System.Windows.Forms.Button btReset;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.ContextMenuStrip cmsCreatures;
        private System.Windows.Forms.ToolStripMenuItem copyCreatureToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem pasteCreatureToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem pasteCreatureAsNewToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem bounceToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
    }
}