Click here to Skip to main content
15,886,753 members
Articles / Multimedia / DirectX

Game Engine

Rate me:
Please Sign up or sign in to vote.
3.78/5 (6 votes)
20 Nov 2009CPL2 min read 47.4K   1.5K   34  
A game engine first prototype
namespace UnitEditor
{
    partial class Form1
    {
        /// <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();
            System.Windows.Forms.Timer timer1;
            this.panel1 = new System.Windows.Forms.Panel();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.txtUnitMass = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.rbConvex = new System.Windows.Forms.RadioButton();
            this.rbPCylinder = new System.Windows.Forms.RadioButton();
            this.rbPSphere = new System.Windows.Forms.RadioButton();
            this.rbPBox = new System.Windows.Forms.RadioButton();
            this.button5 = new System.Windows.Forms.Button();
            this.cmdScale = new System.Windows.Forms.Button();
            this.cmdRotate = new System.Windows.Forms.Button();
            this.cmdMove = new System.Windows.Forms.Button();
            this.button7 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.lblAction = new System.Windows.Forms.Label();
            this.btnPhysics = new System.Windows.Forms.Button();
            this.txtMZ = new System.Windows.Forms.TextBox();
            this.label18 = new System.Windows.Forms.Label();
            this.txtMY = new System.Windows.Forms.TextBox();
            this.label17 = new System.Windows.Forms.Label();
            this.txtMX = new System.Windows.Forms.TextBox();
            this.label16 = new System.Windows.Forms.Label();
            this.button6 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.rbUnitTypeActor = new System.Windows.Forms.RadioButton();
            this.rbUnitTypeMesh = new System.Windows.Forms.RadioButton();
            this.txtUnitName = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.tabPage7 = new System.Windows.Forms.TabPage();
            this.btnWalk = new System.Windows.Forms.Button();
            this.button10 = new System.Windows.Forms.Button();
            this.button9 = new System.Windows.Forms.Button();
            this.lstBoneList = new System.Windows.Forms.ListBox();
            this.label8 = new System.Windows.Forms.Label();
            this.button8 = new System.Windows.Forms.Button();
            this.lstAnimationLists = new System.Windows.Forms.ListBox();
            this.label7 = new System.Windows.Forms.Label();
            this.lblCurrentActor = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.tabPage6 = new System.Windows.Forms.TabPage();
            this.button15 = new System.Windows.Forms.Button();
            this.button14 = new System.Windows.Forms.Button();
            this.button13 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.label4 = new System.Windows.Forms.Label();
            this.lstUnitList = new System.Windows.Forms.ListBox();
            this.tabPage9 = new System.Windows.Forms.TabPage();
            this.txtVehicaleName = new System.Windows.Forms.TextBox();
            this.label13 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.lstVehicale = new System.Windows.Forms.ListBox();
            this.button18 = new System.Windows.Forms.Button();
            this.button17 = new System.Windows.Forms.Button();
            this.lblVEhWheel = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.button16 = new System.Windows.Forms.Button();
            this.lblVehBody = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.tabPage8 = new System.Windows.Forms.TabPage();
            this.button12 = new System.Windows.Forms.Button();
            this.lstSounds = new System.Windows.Forms.ListBox();
            this.lblSound = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.button11 = new System.Windows.Forms.Button();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.tabPage5 = new System.Windows.Forms.TabPage();
            this.picScene = new System.Windows.Forms.PictureBox();
            this.panel2 = new System.Windows.Forms.Panel();
            this.lblSelectedUnitActor = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.lblSelectedUnit = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveunitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.loadUnitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.oLoadUnitMesh = new System.Windows.Forms.OpenFileDialog();
            this.oLoadSound = new System.Windows.Forms.OpenFileDialog();
            this.sfdUnitActorSave = new System.Windows.Forms.SaveFileDialog();
            timer1 = new System.Windows.Forms.Timer(this.components);
            this.panel1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tabPage7.SuspendLayout();
            this.tabPage6.SuspendLayout();
            this.tabPage9.SuspendLayout();
            this.tabPage8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picScene)).BeginInit();
            this.panel2.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // timer1
            // 
            timer1.Enabled = true;
            timer1.Interval = 10;
            timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // panel1
            // 
            this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel1.Controls.Add(this.tabControl1);
            this.panel1.Location = new System.Drawing.Point(12, 36);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(224, 632);
            this.panel1.TabIndex = 0;
            this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
            // 
            // tabControl1
            // 
            this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage7);
            this.tabControl1.Controls.Add(this.tabPage6);
            this.tabControl1.Controls.Add(this.tabPage9);
            this.tabControl1.Controls.Add(this.tabPage8);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Controls.Add(this.tabPage4);
            this.tabControl1.Controls.Add(this.tabPage5);
            this.tabControl1.Location = new System.Drawing.Point(3, 3);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(212, 626);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.BackColor = System.Drawing.Color.Silver;
            this.tabPage1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tabPage1.Controls.Add(this.txtUnitMass);
            this.tabPage1.Controls.Add(this.label5);
            this.tabPage1.Controls.Add(this.groupBox2);
            this.tabPage1.Controls.Add(this.button5);
            this.tabPage1.Controls.Add(this.cmdScale);
            this.tabPage1.Controls.Add(this.cmdRotate);
            this.tabPage1.Controls.Add(this.cmdMove);
            this.tabPage1.Controls.Add(this.button7);
            this.tabPage1.Controls.Add(this.button2);
            this.tabPage1.Controls.Add(this.lblAction);
            this.tabPage1.Controls.Add(this.btnPhysics);
            this.tabPage1.Controls.Add(this.txtMZ);
            this.tabPage1.Controls.Add(this.label18);
            this.tabPage1.Controls.Add(this.txtMY);
            this.tabPage1.Controls.Add(this.label17);
            this.tabPage1.Controls.Add(this.txtMX);
            this.tabPage1.Controls.Add(this.label16);
            this.tabPage1.Controls.Add(this.button6);
            this.tabPage1.Controls.Add(this.button1);
            this.tabPage1.Controls.Add(this.groupBox1);
            this.tabPage1.Controls.Add(this.txtUnitName);
            this.tabPage1.Controls.Add(this.label2);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(204, 600);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Mesh";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // txtUnitMass
            // 
            this.txtUnitMass.Location = new System.Drawing.Point(9, 238);
            this.txtUnitMass.Name = "txtUnitMass";
            this.txtUnitMass.Size = new System.Drawing.Size(142, 20);
            this.txtUnitMass.TabIndex = 33;
            this.txtUnitMass.Text = "10";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(6, 219);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(62, 13);
            this.label5.TabIndex = 32;
            this.label5.Text = "Unit mass : ";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.rbConvex);
            this.groupBox2.Controls.Add(this.rbPCylinder);
            this.groupBox2.Controls.Add(this.rbPSphere);
            this.groupBox2.Controls.Add(this.rbPBox);
            this.groupBox2.Location = new System.Drawing.Point(9, 96);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(146, 106);
            this.groupBox2.TabIndex = 31;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Physics bounding type";
            // 
            // rbConvex
            // 
            this.rbConvex.AutoSize = true;
            this.rbConvex.Cursor = System.Windows.Forms.Cursors.Hand;
            this.rbConvex.Location = new System.Drawing.Point(6, 83);
            this.rbConvex.Name = "rbConvex";
            this.rbConvex.Size = new System.Drawing.Size(80, 17);
            this.rbConvex.TabIndex = 3;
            this.rbConvex.TabStop = true;
            this.rbConvex.Text = "Convex hull";
            this.rbConvex.UseVisualStyleBackColor = true;
            // 
            // rbPCylinder
            // 
            this.rbPCylinder.AutoSize = true;
            this.rbPCylinder.Cursor = System.Windows.Forms.Cursors.Hand;
            this.rbPCylinder.Location = new System.Drawing.Point(6, 60);
            this.rbPCylinder.Name = "rbPCylinder";
            this.rbPCylinder.Size = new System.Drawing.Size(62, 17);
            this.rbPCylinder.TabIndex = 2;
            this.rbPCylinder.TabStop = true;
            this.rbPCylinder.Text = "Cylinder";
            this.rbPCylinder.UseVisualStyleBackColor = true;
            // 
            // rbPSphere
            // 
            this.rbPSphere.AutoSize = true;
            this.rbPSphere.Cursor = System.Windows.Forms.Cursors.Hand;
            this.rbPSphere.Location = new System.Drawing.Point(6, 42);
            this.rbPSphere.Name = "rbPSphere";
            this.rbPSphere.Size = new System.Drawing.Size(59, 17);
            this.rbPSphere.TabIndex = 1;
            this.rbPSphere.TabStop = true;
            this.rbPSphere.Text = "Sphere";
            this.rbPSphere.UseVisualStyleBackColor = true;
            // 
            // rbPBox
            // 
            this.rbPBox.AutoSize = true;
            this.rbPBox.Checked = true;
            this.rbPBox.Cursor = System.Windows.Forms.Cursors.Hand;
            this.rbPBox.Location = new System.Drawing.Point(6, 19);
            this.rbPBox.Name = "rbPBox";
            this.rbPBox.Size = new System.Drawing.Size(43, 17);
            this.rbPBox.TabIndex = 0;
            this.rbPBox.TabStop = true;
            this.rbPBox.Text = "Box";
            this.rbPBox.UseVisualStyleBackColor = true;
            this.rbPBox.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
            // 
            // button5
            // 
            this.button5.Cursor = System.Windows.Forms.Cursors.Hand;
            this.button5.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.button5.Location = new System.Drawing.Point(5, 388);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(146, 32);
            this.button5.TabIndex = 30;
            this.button5.Text = "Draw coordinate system";
            this.button5.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // cmdScale
            // 
            this.cmdScale.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cmdScale.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.cmdScale.Cursor = System.Windows.Forms.Cursors.Hand;
            this.cmdScale.ForeColor = System.Drawing.Color.Red;
            this.cmdScale.Location = new System.Drawing.Point(128, 444);
            this.cmdScale.Name = "cmdScale";
            this.cmdScale.Size = new System.Drawing.Size(53, 31);
            this.cmdScale.TabIndex = 29;
            this.cmdScale.Text = "Scale";
            this.cmdScale.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.cmdScale.UseVisualStyleBackColor = true;
            this.cmdScale.Click += new System.EventHandler(this.cmdScale_Click);
            // 
            // cmdRotate
            // 
            this.cmdRotate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cmdRotate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.cmdRotate.Cursor = System.Windows.Forms.Cursors.Hand;
            this.cmdRotate.ForeColor = System.Drawing.Color.Red;
            this.cmdRotate.Location = new System.Drawing.Point(68, 444);
            this.cmdRotate.Name = "cmdRotate";
            this.cmdRotate.Size = new System.Drawing.Size(54, 31);
            this.cmdRotate.TabIndex = 28;
            this.cmdRotate.Text = "Rotate";
            this.cmdRotate.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.cmdRotate.UseVisualStyleBackColor = true;
            this.cmdRotate.Click += new System.EventHandler(this.cmdRotate_Click);
            // 
            // cmdMove
            // 
            this.cmdMove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cmdMove.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.cmdMove.Cursor = System.Windows.Forms.Cursors.Hand;
            this.cmdMove.ForeColor = System.Drawing.Color.Red;
            this.cmdMove.Location = new System.Drawing.Point(7, 444);
            this.cmdMove.Name = "cmdMove";
            this.cmdMove.Size = new System.Drawing.Size(55, 31);
            this.cmdMove.TabIndex = 27;
            this.cmdMove.Text = "Move";
            this.cmdMove.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.cmdMove.UseVisualStyleBackColor = true;
            this.cmdMove.Click += new System.EventHandler(this.cmdMove_Click);
            // 
            // button7
            // 
            this.button7.Cursor = System.Windows.Forms.Cursors.Hand;
            this.button7.ForeColor = System.Drawing.Color.Red;
            this.button7.Location = new System.Drawing.Point(5, 535);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(44, 51);
            this.button7.TabIndex = 26;
            this.button7.Text = "Set";
            this.button7.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.button7.UseVisualStyleBackColor = true;
            this.button7.Click += new System.EventHandler(this.button7_Click);
            // 
            // button2
            // 
            this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button2.BackColor = System.Drawing.Color.Black;
            this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
            this.button2.ForeColor = System.Drawing.Color.White;
            this.button2.Location = new System.Drawing.Point(55, 562);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(69, 26);
            this.button2.TabIndex = 25;
            this.button2.Text = "Quit action";
            this.button2.UseVisualStyleBackColor = false;
            // 
            // lblAction
            // 
            this.lblAction.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblAction.AutoSize = true;
            this.lblAction.Location = new System.Drawing.Point(55, 535);
            this.lblAction.Name = "lblAction";
            this.lblAction.Size = new System.Drawing.Size(37, 13);
            this.lblAction.TabIndex = 24;
            this.lblAction.Text = "Action";
            // 
            // btnPhysics
            // 
            this.btnPhysics.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnPhysics.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.btnPhysics.Location = new System.Drawing.Point(5, 350);
            this.btnPhysics.Name = "btnPhysics";
            this.btnPhysics.Size = new System.Drawing.Size(146, 32);
            this.btnPhysics.TabIndex = 23;
            this.btnPhysics.Text = "Start Physics";
            this.btnPhysics.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.btnPhysics.UseVisualStyleBackColor = true;
            this.btnPhysics.Click += new System.EventHandler(this.btnPhysics_Click);
            // 
            // txtMZ
            // 
            this.txtMZ.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.txtMZ.Location = new System.Drawing.Point(135, 509);
            this.txtMZ.Name = "txtMZ";
            this.txtMZ.Size = new System.Drawing.Size(57, 20);
            this.txtMZ.TabIndex = 22;
            this.txtMZ.Text = "0";
            // 
            // label18
            // 
            this.label18.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label18.AutoSize = true;
            this.label18.Location = new System.Drawing.Point(132, 494);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(12, 13);
            this.label18.TabIndex = 21;
            this.label18.Text = "z";
            // 
            // txtMY
            // 
            this.txtMY.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.txtMY.Location = new System.Drawing.Point(72, 509);
            this.txtMY.Name = "txtMY";
            this.txtMY.Size = new System.Drawing.Size(57, 20);
            this.txtMY.TabIndex = 20;
            this.txtMY.Text = "0";
            // 
            // label17
            // 
            this.label17.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(69, 494);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(12, 13);
            this.label17.TabIndex = 19;
            this.label17.Text = "y";
            // 
            // txtMX
            // 
            this.txtMX.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.txtMX.Location = new System.Drawing.Point(9, 509);
            this.txtMX.Name = "txtMX";
            this.txtMX.Size = new System.Drawing.Size(57, 20);
            this.txtMX.TabIndex = 18;
            this.txtMX.Text = "0";
            // 
            // label16
            // 
            this.label16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(6, 494);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(12, 13);
            this.label16.TabIndex = 17;
            this.label16.Text = "x";
            // 
            // button6
            // 
            this.button6.Cursor = System.Windows.Forms.Cursors.Hand;
            this.button6.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.button6.Location = new System.Drawing.Point(5, 314);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(146, 30);
            this.button6.TabIndex = 11;
            this.button6.Text = "Remove Mesh";
            this.button6.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.button6.UseVisualStyleBackColor = true;
            this.button6.Click += new System.EventHandler(this.button6_Click);
            // 
            // button1
            // 
            this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
            this.button1.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.button1.Location = new System.Drawing.Point(5, 278);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(146, 30);
            this.button1.TabIndex = 10;
            this.button1.Text = "Add Mesh";
            this.button1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.rbUnitTypeActor);
            this.groupBox1.Controls.Add(this.rbUnitTypeMesh);
            this.groupBox1.Location = new System.Drawing.Point(9, 50);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(146, 40);
            this.groupBox1.TabIndex = 9;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Unit type";
            // 
            // rbUnitTypeActor
            // 
            this.rbUnitTypeActor.AutoSize = true;
            this.rbUnitTypeActor.Cursor = System.Windows.Forms.Cursors.Hand;
            this.rbUnitTypeActor.Location = new System.Drawing.Point(63, 19);
            this.rbUnitTypeActor.Name = "rbUnitTypeActor";
            this.rbUnitTypeActor.Size = new System.Drawing.Size(50, 17);
            this.rbUnitTypeActor.TabIndex = 1;
            this.rbUnitTypeActor.TabStop = true;
            this.rbUnitTypeActor.Text = "Actor";
            this.rbUnitTypeActor.UseVisualStyleBackColor = true;
            // 
            // rbUnitTypeMesh
            // 
            this.rbUnitTypeMesh.AutoSize = true;
            this.rbUnitTypeMesh.Checked = true;
            this.rbUnitTypeMesh.Cursor = System.Windows.Forms.Cursors.Hand;
            this.rbUnitTypeMesh.Location = new System.Drawing.Point(6, 19);
            this.rbUnitTypeMesh.Name = "rbUnitTypeMesh";
            this.rbUnitTypeMesh.Size = new System.Drawing.Size(51, 17);
            this.rbUnitTypeMesh.TabIndex = 0;
            this.rbUnitTypeMesh.TabStop = true;
            this.rbUnitTypeMesh.Text = "Mesh";
            this.rbUnitTypeMesh.UseVisualStyleBackColor = true;
            // 
            // txtUnitName
            // 
            this.txtUnitName.Location = new System.Drawing.Point(9, 24);
            this.txtUnitName.Name = "txtUnitName";
            this.txtUnitName.Size = new System.Drawing.Size(146, 20);
            this.txtUnitName.TabIndex = 8;
            this.txtUnitName.Text = "unit0";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(6, 5);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(64, 13);
            this.label2.TabIndex = 7;
            this.label2.Text = "Unit name : ";
            // 
            // tabPage7
            // 
            this.tabPage7.Controls.Add(this.btnWalk);
            this.tabPage7.Controls.Add(this.button10);
            this.tabPage7.Controls.Add(this.button9);
            this.tabPage7.Controls.Add(this.lstBoneList);
            this.tabPage7.Controls.Add(this.label8);
            this.tabPage7.Controls.Add(this.button8);
            this.tabPage7.Controls.Add(this.lstAnimationLists);
            this.tabPage7.Controls.Add(this.label7);
            this.tabPage7.Controls.Add(this.lblCurrentActor);
            this.tabPage7.Controls.Add(this.label6);
            this.tabPage7.Location = new System.Drawing.Point(4, 22);
            this.tabPage7.Name = "tabPage7";
            this.tabPage7.Size = new System.Drawing.Size(204, 600);
            this.tabPage7.TabIndex = 6;
            this.tabPage7.Text = "Actor properties";
            this.tabPage7.UseVisualStyleBackColor = true;
            // 
            // btnWalk
            // 
            this.btnWalk.Location = new System.Drawing.Point(3, 543);
            this.btnWalk.Name = "btnWalk";
            this.btnWalk.Size = new System.Drawing.Size(125, 31);
            this.btnWalk.TabIndex = 9;
            this.btnWalk.Text = "Walk";
            this.btnWalk.UseVisualStyleBackColor = true;
            this.btnWalk.Click += new System.EventHandler(this.btnWalk_Click);
            // 
            // button10
            // 
            this.button10.Location = new System.Drawing.Point(6, 244);
            this.button10.Name = "button10";
            this.button10.Size = new System.Drawing.Size(125, 31);
            this.button10.TabIndex = 8;
            this.button10.Text = "Stop play animation";
            this.button10.UseVisualStyleBackColor = true;
            this.button10.Click += new System.EventHandler(this.button10_Click);
            // 
            // button9
            // 
            this.button9.Location = new System.Drawing.Point(3, 288);
            this.button9.Name = "button9";
            this.button9.Size = new System.Drawing.Size(125, 31);
            this.button9.TabIndex = 7;
            this.button9.Text = "Get bone  list";
            this.button9.UseVisualStyleBackColor = true;
            this.button9.Click += new System.EventHandler(this.button9_Click);
            // 
            // lstBoneList
            // 
            this.lstBoneList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lstBoneList.FormattingEnabled = true;
            this.lstBoneList.Location = new System.Drawing.Point(0, 338);
            this.lstBoneList.Name = "lstBoneList";
            this.lstBoneList.Size = new System.Drawing.Size(198, 184);
            this.lstBoneList.TabIndex = 6;
            this.lstBoneList.SelectedIndexChanged += new System.EventHandler(this.lstBoneList_SelectedIndexChanged);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(0, 322);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(59, 13);
            this.label8.TabIndex = 5;
            this.label8.Text = "Bone  list : ";
            // 
            // button8
            // 
            this.button8.Location = new System.Drawing.Point(6, 41);
            this.button8.Name = "button8";
            this.button8.Size = new System.Drawing.Size(125, 31);
            this.button8.TabIndex = 4;
            this.button8.Text = "Get animation list";
            this.button8.UseVisualStyleBackColor = true;
            this.button8.Click += new System.EventHandler(this.button8_Click);
            // 
            // lstAnimationLists
            // 
            this.lstAnimationLists.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lstAnimationLists.FormattingEnabled = true;
            this.lstAnimationLists.Location = new System.Drawing.Point(3, 91);
            this.lstAnimationLists.Name = "lstAnimationLists";
            this.lstAnimationLists.Size = new System.Drawing.Size(198, 145);
            this.lstAnimationLists.TabIndex = 3;
            this.lstAnimationLists.SelectedIndexChanged += new System.EventHandler(this.lstAnimationLists_SelectedIndexChanged);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(3, 75);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(77, 13);
            this.label7.TabIndex = 2;
            this.label7.Text = "Animation list : ";
            // 
            // lblCurrentActor
            // 
            this.lblCurrentActor.AutoSize = true;
            this.lblCurrentActor.Location = new System.Drawing.Point(3, 25);
            this.lblCurrentActor.Name = "lblCurrentActor";
            this.lblCurrentActor.Size = new System.Drawing.Size(25, 13);
            this.lblCurrentActor.TabIndex = 1;
            this.lblCurrentActor.Text = "Null";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(3, 6);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(77, 13);
            this.label6.TabIndex = 0;
            this.label6.Text = "Current actor : ";
            // 
            // tabPage6
            // 
            this.tabPage6.BackColor = System.Drawing.Color.Silver;
            this.tabPage6.Controls.Add(this.button15);
            this.tabPage6.Controls.Add(this.button14);
            this.tabPage6.Controls.Add(this.button13);
            this.tabPage6.Controls.Add(this.button4);
            this.tabPage6.Controls.Add(this.button3);
            this.tabPage6.Controls.Add(this.label4);
            this.tabPage6.Controls.Add(this.lstUnitList);
            this.tabPage6.Location = new System.Drawing.Point(4, 22);
            this.tabPage6.Name = "tabPage6";
            this.tabPage6.Size = new System.Drawing.Size(204, 600);
            this.tabPage6.TabIndex = 5;
            this.tabPage6.Text = "Unit lists";
            this.tabPage6.UseVisualStyleBackColor = true;
            // 
            // button15
            // 
            this.button15.Location = new System.Drawing.Point(6, 383);
            this.button15.Name = "button15";
            this.button15.Size = new System.Drawing.Size(121, 29);
            this.button15.TabIndex = 6;
            this.button15.Text = "Save unit to file : ";
            this.button15.UseVisualStyleBackColor = true;
            this.button15.Click += new System.EventHandler(this.button15_Click);
            // 
            // button14
            // 
            this.button14.Location = new System.Drawing.Point(6, 310);
            this.button14.Name = "button14";
            this.button14.Size = new System.Drawing.Size(135, 23);
            this.button14.TabIndex = 5;
            this.button14.Text = "Destroy rigid body";
            this.button14.UseVisualStyleBackColor = true;
            this.button14.Click += new System.EventHandler(this.button14_Click);
            // 
            // button13
            // 
            this.button13.Location = new System.Drawing.Point(6, 281);
            this.button13.Name = "button13";
            this.button13.Size = new System.Drawing.Size(135, 23);
            this.button13.TabIndex = 4;
            this.button13.Text = "Set rigid body";
            this.button13.UseVisualStyleBackColor = true;
            this.button13.Click += new System.EventHandler(this.button13_Click);
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(6, 243);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(75, 23);
            this.button4.TabIndex = 3;
            this.button4.Text = "Refresh list";
            this.button4.UseVisualStyleBackColor = true;
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(87, 243);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 23);
            this.button3.TabIndex = 2;
            this.button3.Text = "Group";
            this.button3.UseVisualStyleBackColor = true;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(3, 6);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(47, 13);
            this.label4.TabIndex = 1;
            this.label4.Text = "Unit list :";
            this.label4.Click += new System.EventHandler(this.label4_Click);
            // 
            // lstUnitList
            // 
            this.lstUnitList.ForeColor = System.Drawing.Color.DarkSlateBlue;
            this.lstUnitList.FormattingEnabled = true;
            this.lstUnitList.Location = new System.Drawing.Point(6, 25);
            this.lstUnitList.Name = "lstUnitList";
            this.lstUnitList.Size = new System.Drawing.Size(198, 212);
            this.lstUnitList.TabIndex = 0;
            // 
            // tabPage9
            // 
            this.tabPage9.Controls.Add(this.txtVehicaleName);
            this.tabPage9.Controls.Add(this.label13);
            this.tabPage9.Controls.Add(this.label11);
            this.tabPage9.Controls.Add(this.lstVehicale);
            this.tabPage9.Controls.Add(this.button18);
            this.tabPage9.Controls.Add(this.button17);
            this.tabPage9.Controls.Add(this.lblVEhWheel);
            this.tabPage9.Controls.Add(this.label12);
            this.tabPage9.Controls.Add(this.button16);
            this.tabPage9.Controls.Add(this.lblVehBody);
            this.tabPage9.Controls.Add(this.label10);
            this.tabPage9.Location = new System.Drawing.Point(4, 22);
            this.tabPage9.Name = "tabPage9";
            this.tabPage9.Size = new System.Drawing.Size(204, 600);
            this.tabPage9.TabIndex = 8;
            this.tabPage9.Text = "Vehicale";
            this.tabPage9.UseVisualStyleBackColor = true;
            // 
            // txtVehicaleName
            // 
            this.txtVehicaleName.Location = new System.Drawing.Point(23, 277);
            this.txtVehicaleName.Name = "txtVehicaleName";
            this.txtVehicaleName.Size = new System.Drawing.Size(146, 20);
            this.txtVehicaleName.TabIndex = 10;
            this.txtVehicaleName.Text = "unit0";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(20, 261);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(86, 13);
            this.label13.TabIndex = 9;
            this.label13.Text = "Vehicale name : ";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(3, 314);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(69, 13);
            this.label11.TabIndex = 8;
            this.label11.Text = "Vehicale list :";
            // 
            // lstVehicale
            // 
            this.lstVehicale.ForeColor = System.Drawing.Color.DarkSlateBlue;
            this.lstVehicale.FormattingEnabled = true;
            this.lstVehicale.Location = new System.Drawing.Point(6, 330);
            this.lstVehicale.Name = "lstVehicale";
            this.lstVehicale.Size = new System.Drawing.Size(198, 212);
            this.lstVehicale.TabIndex = 7;
            // 
            // button18
            // 
            this.button18.Location = new System.Drawing.Point(16, 216);
            this.button18.Name = "button18";
            this.button18.Size = new System.Drawing.Size(153, 42);
            this.button18.TabIndex = 6;
            this.button18.Text = "Add vehicale to scene";
            this.button18.UseVisualStyleBackColor = true;
            this.button18.Click += new System.EventHandler(this.button18_Click);
            // 
            // button17
            // 
            this.button17.Location = new System.Drawing.Point(16, 177);
            this.button17.Name = "button17";
            this.button17.Size = new System.Drawing.Size(75, 23);
            this.button17.TabIndex = 5;
            this.button17.Text = "Add";
            this.button17.UseVisualStyleBackColor = true;
            this.button17.Click += new System.EventHandler(this.button17_Click);
            // 
            // lblVEhWheel
            // 
            this.lblVEhWheel.AutoSize = true;
            this.lblVEhWheel.Location = new System.Drawing.Point(20, 152);
            this.lblVEhWheel.Name = "lblVEhWheel";
            this.lblVEhWheel.Size = new System.Drawing.Size(25, 13);
            this.lblVEhWheel.TabIndex = 4;
            this.lblVEhWheel.Text = "Null";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(13, 123);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(88, 13);
            this.label12.TabIndex = 3;
            this.label12.Text = "Vehicale wheel : ";
            // 
            // button16
            // 
            this.button16.Location = new System.Drawing.Point(16, 75);
            this.button16.Name = "button16";
            this.button16.Size = new System.Drawing.Size(75, 23);
            this.button16.TabIndex = 2;
            this.button16.Text = "Add";
            this.button16.UseVisualStyleBackColor = true;
            this.button16.Click += new System.EventHandler(this.button16_Click);
            // 
            // lblVehBody
            // 
            this.lblVehBody.AutoSize = true;
            this.lblVehBody.Location = new System.Drawing.Point(20, 50);
            this.lblVehBody.Name = "lblVehBody";
            this.lblVehBody.Size = new System.Drawing.Size(25, 13);
            this.lblVehBody.TabIndex = 1;
            this.lblVehBody.Text = "Null";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(13, 21);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(83, 13);
            this.label10.TabIndex = 0;
            this.label10.Text = "Vehicale body : ";
            // 
            // tabPage8
            // 
            this.tabPage8.Controls.Add(this.button12);
            this.tabPage8.Controls.Add(this.lstSounds);
            this.tabPage8.Controls.Add(this.lblSound);
            this.tabPage8.Controls.Add(this.label9);
            this.tabPage8.Controls.Add(this.button11);
            this.tabPage8.Location = new System.Drawing.Point(4, 22);
            this.tabPage8.Name = "tabPage8";
            this.tabPage8.Size = new System.Drawing.Size(204, 600);
            this.tabPage8.TabIndex = 7;
            this.tabPage8.Text = "Sounds";
            this.tabPage8.UseVisualStyleBackColor = true;
            // 
            // button12
            // 
            this.button12.Location = new System.Drawing.Point(14, 318);
            this.button12.Name = "button12";
            this.button12.Size = new System.Drawing.Size(75, 23);
            this.button12.TabIndex = 4;
            this.button12.Text = "Stop play";
            this.button12.UseVisualStyleBackColor = true;
            this.button12.Click += new System.EventHandler(this.button12_Click);
            // 
            // lstSounds
            // 
            this.lstSounds.FormattingEnabled = true;
            this.lstSounds.Location = new System.Drawing.Point(14, 87);
            this.lstSounds.Name = "lstSounds";
            this.lstSounds.Size = new System.Drawing.Size(179, 225);
            this.lstSounds.TabIndex = 3;
            this.lstSounds.SelectedIndexChanged += new System.EventHandler(this.lstSounds_SelectedIndexChanged);
            // 
            // lblSound
            // 
            this.lblSound.AutoSize = true;
            this.lblSound.Location = new System.Drawing.Point(5, 85);
            this.lblSound.Name = "lblSound";
            this.lblSound.Size = new System.Drawing.Size(0, 13);
            this.lblSound.TabIndex = 2;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(5, 63);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(57, 13);
            this.label9.TabIndex = 1;
            this.label9.Text = "Sound file:";
            // 
            // button11
            // 
            this.button11.Location = new System.Drawing.Point(8, 26);
            this.button11.Name = "button11";
            this.button11.Size = new System.Drawing.Size(75, 23);
            this.button11.TabIndex = 0;
            this.button11.Text = "Load Sound";
            this.button11.UseVisualStyleBackColor = true;
            this.button11.Click += new System.EventHandler(this.button11_Click);
            // 
            // tabPage2
            // 
            this.tabPage2.BackColor = System.Drawing.Color.Silver;
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(204, 600);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Physics";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // tabPage3
            // 
            this.tabPage3.BackColor = System.Drawing.Color.Silver;
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(204, 600);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "AI";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // tabPage4
            // 
            this.tabPage4.BackColor = System.Drawing.Color.Silver;
            this.tabPage4.Location = new System.Drawing.Point(4, 22);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Size = new System.Drawing.Size(204, 600);
            this.tabPage4.TabIndex = 3;
            this.tabPage4.Text = "Shader";
            this.tabPage4.UseVisualStyleBackColor = true;
            // 
            // tabPage5
            // 
            this.tabPage5.BackColor = System.Drawing.Color.Silver;
            this.tabPage5.Location = new System.Drawing.Point(4, 22);
            this.tabPage5.Name = "tabPage5";
            this.tabPage5.Size = new System.Drawing.Size(204, 600);
            this.tabPage5.TabIndex = 4;
            this.tabPage5.Text = "Material";
            this.tabPage5.UseVisualStyleBackColor = true;
            // 
            // picScene
            // 
            this.picScene.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.picScene.Location = new System.Drawing.Point(242, 87);
            this.picScene.Name = "picScene";
            this.picScene.Size = new System.Drawing.Size(755, 571);
            this.picScene.TabIndex = 1;
            this.picScene.TabStop = false;
            this.picScene.Click += new System.EventHandler(this.picScene_Click);
            // 
            // panel2
            // 
            this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.panel2.BackColor = System.Drawing.Color.Orange;
            this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel2.Controls.Add(this.lblSelectedUnitActor);
            this.panel2.Controls.Add(this.label3);
            this.panel2.Controls.Add(this.lblSelectedUnit);
            this.panel2.Controls.Add(this.label1);
            this.panel2.Location = new System.Drawing.Point(242, 36);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(755, 45);
            this.panel2.TabIndex = 2;
            // 
            // lblSelectedUnitActor
            // 
            this.lblSelectedUnitActor.AutoSize = true;
            this.lblSelectedUnitActor.Location = new System.Drawing.Point(302, 26);
            this.lblSelectedUnitActor.Name = "lblSelectedUnitActor";
            this.lblSelectedUnitActor.Size = new System.Drawing.Size(25, 13);
            this.lblSelectedUnitActor.TabIndex = 3;
            this.lblSelectedUnitActor.Text = "Null";
            this.lblSelectedUnitActor.Click += new System.EventHandler(this.lblSelectedUnitActor_Click);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(302, 4);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(111, 13);
            this.label3.TabIndex = 2;
            this.label3.Text = "Selected unit (actor) : ";
            // 
            // lblSelectedUnit
            // 
            this.lblSelectedUnit.AutoSize = true;
            this.lblSelectedUnit.Location = new System.Drawing.Point(3, 25);
            this.lblSelectedUnit.Name = "lblSelectedUnit";
            this.lblSelectedUnit.Size = new System.Drawing.Size(25, 13);
            this.lblSelectedUnit.TabIndex = 1;
            this.lblSelectedUnit.Text = "Null";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(3, 3);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(112, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Selected unit (static) : ";
            // 
            // menuStrip1
            // 
            this.menuStrip1.BackColor = System.Drawing.Color.Orange;
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.exitToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(1009, 24);
            this.menuStrip1.TabIndex = 3;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.saveunitToolStripMenuItem,
            this.loadUnitToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
            this.fileToolStripMenuItem.Text = "File";
            // 
            // saveunitToolStripMenuItem
            // 
            this.saveunitToolStripMenuItem.Name = "saveunitToolStripMenuItem";
            this.saveunitToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.saveunitToolStripMenuItem.Text = "Save Unit ";
            // 
            // loadUnitToolStripMenuItem
            // 
            this.loadUnitToolStripMenuItem.Name = "loadUnitToolStripMenuItem";
            this.loadUnitToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.loadUnitToolStripMenuItem.Text = "Load Unit";
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.exitToolStripMenuItem1});
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
            this.exitToolStripMenuItem.Text = "Exit";
            // 
            // exitToolStripMenuItem1
            // 
            this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
            this.exitToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
            this.exitToolStripMenuItem1.Text = "Exit";
            this.exitToolStripMenuItem1.Click += new System.EventHandler(this.exitToolStripMenuItem1_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1009, 680);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.picScene);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.menuStrip1);
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "Form1";
            this.Text = "gefx Unit Editor ver beta 1.0.0.0";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.Form1_Load);
            this.panel1.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.tabPage7.ResumeLayout(false);
            this.tabPage7.PerformLayout();
            this.tabPage6.ResumeLayout(false);
            this.tabPage6.PerformLayout();
            this.tabPage9.ResumeLayout(false);
            this.tabPage9.PerformLayout();
            this.tabPage8.ResumeLayout(false);
            this.tabPage8.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picScene)).EndInit();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.PictureBox picScene;
        private System.Windows.Forms.TabPage tabPage3;
        private System.Windows.Forms.TabPage tabPage4;
        private System.Windows.Forms.TabPage tabPage5;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Label lblSelectedUnitActor;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label lblSelectedUnit;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TabPage tabPage6;
        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem saveunitToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem loadUnitToolStripMenuItem;
        private System.Windows.Forms.Button button6;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.RadioButton rbUnitTypeActor;
        private System.Windows.Forms.RadioButton rbUnitTypeMesh;
        private System.Windows.Forms.TextBox txtUnitName;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.OpenFileDialog oLoadUnitMesh;
        private System.Windows.Forms.Button btnPhysics;
        private System.Windows.Forms.TextBox txtMZ;
        private System.Windows.Forms.Label label18;
        private System.Windows.Forms.TextBox txtMY;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.TextBox txtMX;
        private System.Windows.Forms.Label label16;
        private System.Windows.Forms.Button button7;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Label lblAction;
        private System.Windows.Forms.Button cmdScale;
        private System.Windows.Forms.Button cmdRotate;
        private System.Windows.Forms.Button cmdMove;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.ListBox lstUnitList;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.Button button5;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.RadioButton rbPSphere;
        private System.Windows.Forms.RadioButton rbPBox;
        private System.Windows.Forms.RadioButton rbConvex;
        private System.Windows.Forms.RadioButton rbPCylinder;
        private System.Windows.Forms.TextBox txtUnitMass;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TabPage tabPage7;
        private System.Windows.Forms.Label lblCurrentActor;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Button button8;
        private System.Windows.Forms.ListBox lstAnimationLists;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Button button10;
        private System.Windows.Forms.Button button9;
        private System.Windows.Forms.ListBox lstBoneList;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1;
        private System.Windows.Forms.Button btnWalk;
        private System.Windows.Forms.OpenFileDialog oLoadSound;
        private System.Windows.Forms.TabPage tabPage8;
        private System.Windows.Forms.Label lblSound;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Button button11;
        private System.Windows.Forms.ListBox lstSounds;
        private System.Windows.Forms.Button button12;
        private System.Windows.Forms.Button button13;
        private System.Windows.Forms.Button button14;
        private System.Windows.Forms.Button button15;
        private System.Windows.Forms.SaveFileDialog sfdUnitActorSave;
        private System.Windows.Forms.TabPage tabPage9;
        private System.Windows.Forms.Button button18;
        private System.Windows.Forms.Button button17;
        private System.Windows.Forms.Label lblVEhWheel;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Button button16;
        private System.Windows.Forms.Label lblVehBody;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.ListBox lstVehicale;
        private System.Windows.Forms.TextBox txtVehicaleName;
    }
}

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 Common Public License Version 1.0 (CPL)


Written By
Software Developer
Croatia Croatia
Programer

Comments and Discussions