Click here to Skip to main content
15,891,743 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.5K   1.5K   34  
A game engine first prototype
namespace SceneEditor
{
    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 timer2;
            this.mnuGlavniMeni = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.loadToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.loadToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cameraToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitApplicationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.mainPanel = new System.Windows.Forms.Panel();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.mainTab = new System.Windows.Forms.TabPage();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.picDitailed = new System.Windows.Forms.PictureBox();
            this.picBase = new System.Windows.Forms.PictureBox();
            this.picHmap = new System.Windows.Forms.PictureBox();
            this.lblAlfaTex = new System.Windows.Forms.Label();
            this.lblDetail = new System.Windows.Forms.Label();
            this.lblBaseTex = new System.Windows.Forms.Label();
            this.button11 = new System.Windows.Forms.Button();
            this.label22 = new System.Windows.Forms.Label();
            this.button10 = new System.Windows.Forms.Button();
            this.label21 = new System.Windows.Forms.Label();
            this.button9 = new System.Windows.Forms.Button();
            this.label20 = new System.Windows.Forms.Label();
            this.button8 = new System.Windows.Forms.Button();
            this.label19 = new System.Windows.Forms.Label();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.button6 = new System.Windows.Forms.Button();
            this.label4 = new System.Windows.Forms.Label();
            this.tvUnitsList = new System.Windows.Forms.TreeView();
            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.label1 = new System.Windows.Forms.Label();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.txtStrenght = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.txtRadius = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.button3 = new System.Windows.Forms.Button();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.lblCloudsTexture = new System.Windows.Forms.Label();
            this.button4 = new System.Windows.Forms.Button();
            this.label7 = new System.Windows.Forms.Label();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.button5 = new System.Windows.Forms.Button();
            this.button19 = new System.Windows.Forms.Button();
            this.button18 = new System.Windows.Forms.Button();
            this.lblSkyFront = new System.Windows.Forms.Label();
            this.button17 = new System.Windows.Forms.Button();
            this.lblSkyBack = new System.Windows.Forms.Label();
            this.button16 = new System.Windows.Forms.Button();
            this.lblSkyRight = new System.Windows.Forms.Label();
            this.button15 = new System.Windows.Forms.Button();
            this.lblSkyLeft = new System.Windows.Forms.Label();
            this.button14 = new System.Windows.Forms.Button();
            this.lblSkyDown = new System.Windows.Forms.Label();
            this.button13 = new System.Windows.Forms.Button();
            this.lblSkyTop = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.lblDuduv = new System.Windows.Forms.Label();
            this.button12 = new System.Windows.Forms.Button();
            this.label23 = new System.Windows.Forms.Label();
            this.drugiPanel = new System.Windows.Forms.Panel();
            this.btnPhysics = new System.Windows.Forms.Button();
            this.button7 = 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.button2 = new System.Windows.Forms.Button();
            this.lblAction = new System.Windows.Forms.Label();
            this.cmdScale = new System.Windows.Forms.Button();
            this.cmdRotate = new System.Windows.Forms.Button();
            this.cmdMove = new System.Windows.Forms.Button();
            this.lblSelectedUnit = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.gbDebug = new System.Windows.Forms.GroupBox();
            this.rtbDebugWindow = new System.Windows.Forms.RichTextBox();
            this.oLoadUnitMesh = new System.Windows.Forms.OpenFileDialog();
            this.picScene = new System.Windows.Forms.PictureBox();
            this.sfdUnit = new System.Windows.Forms.SaveFileDialog();
            this.oLandHM = new System.Windows.Forms.OpenFileDialog();
            this.oBaseTex = new System.Windows.Forms.OpenFileDialog();
            this.sfdSaveScene = new System.Windows.Forms.SaveFileDialog();
            this.ofdLoadScene = new System.Windows.Forms.OpenFileDialog();
            this.label6 = new System.Windows.Forms.Label();
            this.txtSpeed = new System.Windows.Forms.TextBox();
            this.button20 = new System.Windows.Forms.Button();
            this.button21 = new System.Windows.Forms.Button();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.button22 = new System.Windows.Forms.Button();
            timer2 = new System.Windows.Forms.Timer(this.components);
            this.mnuGlavniMeni.SuspendLayout();
            this.mainPanel.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.mainTab.SuspendLayout();
            this.groupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picDitailed)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picBase)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picHmap)).BeginInit();
            this.tabPage2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.groupBox6.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.drugiPanel.SuspendLayout();
            this.gbDebug.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picScene)).BeginInit();
            this.SuspendLayout();
            // 
            // timer2
            // 
            timer2.Enabled = true;
            timer2.Interval = 24;
            timer2.Tick += new System.EventHandler(this.timer2_Tick);
            // 
            // mnuGlavniMeni
            // 
            this.mnuGlavniMeni.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.viewToolStripMenuItem,
            this.exitToolStripMenuItem});
            this.mnuGlavniMeni.Location = new System.Drawing.Point(0, 0);
            this.mnuGlavniMeni.Name = "mnuGlavniMeni";
            this.mnuGlavniMeni.Size = new System.Drawing.Size(980, 24);
            this.mnuGlavniMeni.TabIndex = 1;
            this.mnuGlavniMeni.Text = "menuStrip1";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.saveToolStripMenuItem,
            this.loadToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
            this.fileToolStripMenuItem.Text = "File";
            // 
            // saveToolStripMenuItem
            // 
            this.saveToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.saveToolStripMenuItem1,
            this.loadToolStripMenuItem1});
            this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
            this.saveToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
            this.saveToolStripMenuItem.Text = "Terrain";
            // 
            // saveToolStripMenuItem1
            // 
            this.saveToolStripMenuItem1.Name = "saveToolStripMenuItem1";
            this.saveToolStripMenuItem1.Size = new System.Drawing.Size(109, 22);
            this.saveToolStripMenuItem1.Text = "Save";
            this.saveToolStripMenuItem1.Click += new System.EventHandler(this.saveToolStripMenuItem1_Click);
            // 
            // loadToolStripMenuItem1
            // 
            this.loadToolStripMenuItem1.Name = "loadToolStripMenuItem1";
            this.loadToolStripMenuItem1.Size = new System.Drawing.Size(109, 22);
            this.loadToolStripMenuItem1.Text = "Load";
            this.loadToolStripMenuItem1.Click += new System.EventHandler(this.loadToolStripMenuItem1_Click);
            // 
            // loadToolStripMenuItem
            // 
            this.loadToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.saveToolStripMenuItem2,
            this.loadToolStripMenuItem2});
            this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
            this.loadToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
            this.loadToolStripMenuItem.Text = "Unit";
            // 
            // saveToolStripMenuItem2
            // 
            this.saveToolStripMenuItem2.Name = "saveToolStripMenuItem2";
            this.saveToolStripMenuItem2.Size = new System.Drawing.Size(109, 22);
            this.saveToolStripMenuItem2.Text = "Save";
            this.saveToolStripMenuItem2.Click += new System.EventHandler(this.saveToolStripMenuItem2_Click);
            // 
            // loadToolStripMenuItem2
            // 
            this.loadToolStripMenuItem2.Name = "loadToolStripMenuItem2";
            this.loadToolStripMenuItem2.Size = new System.Drawing.Size(109, 22);
            this.loadToolStripMenuItem2.Text = "Load";
            // 
            // viewToolStripMenuItem
            // 
            this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.cameraToolStripMenuItem});
            this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
            this.viewToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
            this.viewToolStripMenuItem.Text = "View";
            // 
            // cameraToolStripMenuItem
            // 
            this.cameraToolStripMenuItem.Name = "cameraToolStripMenuItem";
            this.cameraToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.cameraToolStripMenuItem.Text = "Camera";
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.exitApplicationToolStripMenuItem});
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
            this.exitToolStripMenuItem.Text = "Exit";
            // 
            // exitApplicationToolStripMenuItem
            // 
            this.exitApplicationToolStripMenuItem.Name = "exitApplicationToolStripMenuItem";
            this.exitApplicationToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
            this.exitApplicationToolStripMenuItem.Text = "Exit application";
            // 
            // mainPanel
            // 
            this.mainPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.mainPanel.BackColor = System.Drawing.Color.Orange;
            this.mainPanel.Controls.Add(this.tabControl1);
            this.mainPanel.Location = new System.Drawing.Point(739, 27);
            this.mainPanel.Name = "mainPanel";
            this.mainPanel.Size = new System.Drawing.Size(241, 545);
            this.mainPanel.TabIndex = 2;
            // 
            // 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.mainTab);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tabControl1.Location = new System.Drawing.Point(3, 3);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(238, 539);
            this.tabControl1.TabIndex = 0;
            // 
            // mainTab
            // 
            this.mainTab.Controls.Add(this.groupBox3);
            this.mainTab.Location = new System.Drawing.Point(4, 22);
            this.mainTab.Name = "mainTab";
            this.mainTab.Padding = new System.Windows.Forms.Padding(3);
            this.mainTab.Size = new System.Drawing.Size(230, 513);
            this.mainTab.TabIndex = 0;
            this.mainTab.Text = "Land";
            this.mainTab.UseVisualStyleBackColor = true;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.button22);
            this.groupBox3.Controls.Add(this.textBox1);
            this.groupBox3.Controls.Add(this.label8);
            this.groupBox3.Controls.Add(this.button21);
            this.groupBox3.Controls.Add(this.picDitailed);
            this.groupBox3.Controls.Add(this.picBase);
            this.groupBox3.Controls.Add(this.picHmap);
            this.groupBox3.Controls.Add(this.lblAlfaTex);
            this.groupBox3.Controls.Add(this.lblDetail);
            this.groupBox3.Controls.Add(this.lblBaseTex);
            this.groupBox3.Controls.Add(this.button11);
            this.groupBox3.Controls.Add(this.label22);
            this.groupBox3.Controls.Add(this.button10);
            this.groupBox3.Controls.Add(this.label21);
            this.groupBox3.Controls.Add(this.button9);
            this.groupBox3.Controls.Add(this.label20);
            this.groupBox3.Controls.Add(this.button8);
            this.groupBox3.Controls.Add(this.label19);
            this.groupBox3.Location = new System.Drawing.Point(10, 16);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(212, 584);
            this.groupBox3.TabIndex = 10;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Terrain";
            // 
            // picDitailed
            // 
            this.picDitailed.Location = new System.Drawing.Point(96, 267);
            this.picDitailed.Name = "picDitailed";
            this.picDitailed.Size = new System.Drawing.Size(91, 69);
            this.picDitailed.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.picDitailed.TabIndex = 22;
            this.picDitailed.TabStop = false;
            // 
            // picBase
            // 
            this.picBase.Location = new System.Drawing.Point(96, 155);
            this.picBase.Name = "picBase";
            this.picBase.Size = new System.Drawing.Size(91, 69);
            this.picBase.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.picBase.TabIndex = 21;
            this.picBase.TabStop = false;
            // 
            // picHmap
            // 
            this.picHmap.Location = new System.Drawing.Point(96, 21);
            this.picHmap.Name = "picHmap";
            this.picHmap.Size = new System.Drawing.Size(91, 69);
            this.picHmap.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.picHmap.TabIndex = 20;
            this.picHmap.TabStop = false;
            // 
            // lblAlfaTex
            // 
            this.lblAlfaTex.AutoSize = true;
            this.lblAlfaTex.Location = new System.Drawing.Point(10, 366);
            this.lblAlfaTex.Name = "lblAlfaTex";
            this.lblAlfaTex.Size = new System.Drawing.Size(25, 13);
            this.lblAlfaTex.TabIndex = 19;
            this.lblAlfaTex.Text = "Null";
            // 
            // lblDetail
            // 
            this.lblDetail.AutoSize = true;
            this.lblDetail.Location = new System.Drawing.Point(10, 279);
            this.lblDetail.Name = "lblDetail";
            this.lblDetail.Size = new System.Drawing.Size(23, 13);
            this.lblDetail.TabIndex = 18;
            this.lblDetail.Text = "null";
            // 
            // lblBaseTex
            // 
            this.lblBaseTex.AutoSize = true;
            this.lblBaseTex.Location = new System.Drawing.Point(7, 182);
            this.lblBaseTex.Name = "lblBaseTex";
            this.lblBaseTex.Size = new System.Drawing.Size(23, 13);
            this.lblBaseTex.TabIndex = 17;
            this.lblBaseTex.Text = "null";
            // 
            // button11
            // 
            this.button11.Location = new System.Drawing.Point(9, 382);
            this.button11.Name = "button11";
            this.button11.Size = new System.Drawing.Size(63, 26);
            this.button11.TabIndex = 15;
            this.button11.Text = "Add";
            this.button11.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.button11.UseVisualStyleBackColor = true;
            this.button11.Click += new System.EventHandler(this.button11_Click);
            // 
            // label22
            // 
            this.label22.AutoSize = true;
            this.label22.Location = new System.Drawing.Point(6, 353);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(78, 13);
            this.label22.TabIndex = 14;
            this.label22.Text = "Alpha texture : ";
            // 
            // button10
            // 
            this.button10.Location = new System.Drawing.Point(10, 310);
            this.button10.Name = "button10";
            this.button10.Size = new System.Drawing.Size(63, 26);
            this.button10.TabIndex = 13;
            this.button10.Text = "Add";
            this.button10.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.button10.UseVisualStyleBackColor = true;
            this.button10.Click += new System.EventHandler(this.button10_Click);
            // 
            // label21
            // 
            this.label21.AutoSize = true;
            this.label21.Location = new System.Drawing.Point(6, 254);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(78, 13);
            this.label21.TabIndex = 12;
            this.label21.Text = "Detail texture : ";
            // 
            // button9
            // 
            this.button9.Location = new System.Drawing.Point(6, 198);
            this.button9.Name = "button9";
            this.button9.Size = new System.Drawing.Size(63, 26);
            this.button9.TabIndex = 11;
            this.button9.Text = "Add";
            this.button9.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.button9.UseVisualStyleBackColor = true;
            this.button9.Click += new System.EventHandler(this.button9_Click);
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Location = new System.Drawing.Point(6, 151);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(75, 13);
            this.label20.TabIndex = 10;
            this.label20.Text = "Base texture : ";
            // 
            // button8
            // 
            this.button8.Location = new System.Drawing.Point(9, 64);
            this.button8.Name = "button8";
            this.button8.Size = new System.Drawing.Size(63, 26);
            this.button8.TabIndex = 9;
            this.button8.Text = "Add";
            this.button8.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.button8.UseVisualStyleBackColor = true;
            this.button8.Click += new System.EventHandler(this.button8_Click);
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(6, 16);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(67, 13);
            this.label19.TabIndex = 8;
            this.label19.Text = "Heightmap : ";
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.button6);
            this.tabPage2.Controls.Add(this.label4);
            this.tabPage2.Controls.Add(this.tvUnitsList);
            this.tabPage2.Controls.Add(this.button1);
            this.tabPage2.Controls.Add(this.groupBox1);
            this.tabPage2.Controls.Add(this.txtUnitName);
            this.tabPage2.Controls.Add(this.label1);
            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(230, 513);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Unit";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // button6
            // 
            this.button6.Location = new System.Drawing.Point(76, 111);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(146, 30);
            this.button6.TabIndex = 6;
            this.button6.Text = "Remove unit";
            this.button6.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.button6.UseVisualStyleBackColor = true;
            this.button6.Click += new System.EventHandler(this.button6_Click);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(9, 282);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(55, 13);
            this.label4.TabIndex = 5;
            this.label4.Text = "Units list : ";
            // 
            // tvUnitsList
            // 
            this.tvUnitsList.Location = new System.Drawing.Point(9, 302);
            this.tvUnitsList.Name = "tvUnitsList";
            this.tvUnitsList.Size = new System.Drawing.Size(213, 303);
            this.tvUnitsList.TabIndex = 4;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(76, 75);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(146, 30);
            this.button1.TabIndex = 3;
            this.button1.Text = "Add unit";
            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(76, 29);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(146, 40);
            this.groupBox1.TabIndex = 2;
            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(76, 3);
            this.txtUnitName.Name = "txtUnitName";
            this.txtUnitName.Size = new System.Drawing.Size(146, 20);
            this.txtUnitName.TabIndex = 1;
            this.txtUnitName.Text = "unit0";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(6, 10);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(64, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Unit name : ";
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.groupBox5);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Size = new System.Drawing.Size(230, 513);
            this.tabPage1.TabIndex = 2;
            this.tabPage1.Text = "Envirement";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.txtStrenght);
            this.groupBox5.Controls.Add(this.label5);
            this.groupBox5.Controls.Add(this.txtRadius);
            this.groupBox5.Controls.Add(this.label3);
            this.groupBox5.Controls.Add(this.button3);
            this.groupBox5.Location = new System.Drawing.Point(3, 3);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(219, 130);
            this.groupBox5.TabIndex = 0;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "Physicx";
            // 
            // txtStrenght
            // 
            this.txtStrenght.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.txtStrenght.Location = new System.Drawing.Point(6, 65);
            this.txtStrenght.Name = "txtStrenght";
            this.txtStrenght.Size = new System.Drawing.Size(57, 20);
            this.txtStrenght.TabIndex = 21;
            this.txtStrenght.Text = "1";
            this.txtStrenght.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
            // 
            // 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(3, 50);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(47, 13);
            this.label5.TabIndex = 20;
            this.label5.Text = "Strength";
            // 
            // txtRadius
            // 
            this.txtRadius.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.txtRadius.Location = new System.Drawing.Point(6, 26);
            this.txtRadius.Name = "txtRadius";
            this.txtRadius.Size = new System.Drawing.Size(57, 20);
            this.txtRadius.TabIndex = 19;
            this.txtRadius.Text = "1";
            // 
            // 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(3, 11);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(40, 13);
            this.label3.TabIndex = 18;
            this.label3.Text = "Radius";
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(6, 91);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(81, 23);
            this.button3.TabIndex = 17;
            this.button3.Text = "Explosion !";
            this.button3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click_2);
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.groupBox6);
            this.tabPage3.Controls.Add(this.groupBox4);
            this.tabPage3.Controls.Add(this.groupBox2);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(230, 513);
            this.tabPage3.TabIndex = 3;
            this.tabPage3.Text = "Water, SkyBox, etc..";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // groupBox6
            // 
            this.groupBox6.Controls.Add(this.button20);
            this.groupBox6.Controls.Add(this.txtSpeed);
            this.groupBox6.Controls.Add(this.label6);
            this.groupBox6.Controls.Add(this.lblCloudsTexture);
            this.groupBox6.Controls.Add(this.button4);
            this.groupBox6.Controls.Add(this.label7);
            this.groupBox6.Location = new System.Drawing.Point(3, 408);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Size = new System.Drawing.Size(212, 102);
            this.groupBox6.TabIndex = 13;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "Clouds";
            // 
            // lblCloudsTexture
            // 
            this.lblCloudsTexture.AutoSize = true;
            this.lblCloudsTexture.Location = new System.Drawing.Point(7, 29);
            this.lblCloudsTexture.Name = "lblCloudsTexture";
            this.lblCloudsTexture.Size = new System.Drawing.Size(23, 13);
            this.lblCloudsTexture.TabIndex = 18;
            this.lblCloudsTexture.Text = "null";
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(6, 45);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(63, 26);
            this.button4.TabIndex = 16;
            this.button4.Text = "Add";
            this.button4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click_1);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(6, 16);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(101, 13);
            this.label7.TabIndex = 8;
            this.label7.Text = "Add clouds texture :";
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.button5);
            this.groupBox4.Controls.Add(this.button19);
            this.groupBox4.Controls.Add(this.button18);
            this.groupBox4.Controls.Add(this.lblSkyFront);
            this.groupBox4.Controls.Add(this.button17);
            this.groupBox4.Controls.Add(this.lblSkyBack);
            this.groupBox4.Controls.Add(this.button16);
            this.groupBox4.Controls.Add(this.lblSkyRight);
            this.groupBox4.Controls.Add(this.button15);
            this.groupBox4.Controls.Add(this.lblSkyLeft);
            this.groupBox4.Controls.Add(this.button14);
            this.groupBox4.Controls.Add(this.lblSkyDown);
            this.groupBox4.Controls.Add(this.button13);
            this.groupBox4.Controls.Add(this.lblSkyTop);
            this.groupBox4.Location = new System.Drawing.Point(3, 91);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(219, 311);
            this.groupBox4.TabIndex = 11;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Sky box :";
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(6, 271);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(124, 34);
            this.button5.TabIndex = 13;
            this.button5.Text = "Add skybox";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click_1);
            // 
            // button19
            // 
            this.button19.Location = new System.Drawing.Point(10, 423);
            this.button19.Name = "button19";
            this.button19.Size = new System.Drawing.Size(136, 44);
            this.button19.TabIndex = 12;
            this.button19.Text = "Create skybox";
            this.button19.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.button19.UseVisualStyleBackColor = true;
            this.button19.Click += new System.EventHandler(this.button19_Click);
            // 
            // button18
            // 
            this.button18.Location = new System.Drawing.Point(6, 229);
            this.button18.Name = "button18";
            this.button18.Size = new System.Drawing.Size(75, 23);
            this.button18.TabIndex = 11;
            this.button18.Text = "Sky Front";
            this.button18.UseVisualStyleBackColor = true;
            this.button18.Click += new System.EventHandler(this.button18_Click);
            // 
            // lblSkyFront
            // 
            this.lblSkyFront.AutoSize = true;
            this.lblSkyFront.Location = new System.Drawing.Point(7, 255);
            this.lblSkyFront.Name = "lblSkyFront";
            this.lblSkyFront.Size = new System.Drawing.Size(23, 13);
            this.lblSkyFront.TabIndex = 10;
            this.lblSkyFront.Text = "null";
            // 
            // button17
            // 
            this.button17.Location = new System.Drawing.Point(6, 187);
            this.button17.Name = "button17";
            this.button17.Size = new System.Drawing.Size(75, 23);
            this.button17.TabIndex = 9;
            this.button17.Text = "Sky Back";
            this.button17.UseVisualStyleBackColor = true;
            this.button17.Click += new System.EventHandler(this.button17_Click);
            // 
            // lblSkyBack
            // 
            this.lblSkyBack.AutoSize = true;
            this.lblSkyBack.Location = new System.Drawing.Point(7, 213);
            this.lblSkyBack.Name = "lblSkyBack";
            this.lblSkyBack.Size = new System.Drawing.Size(23, 13);
            this.lblSkyBack.TabIndex = 8;
            this.lblSkyBack.Text = "null";
            // 
            // button16
            // 
            this.button16.Location = new System.Drawing.Point(9, 145);
            this.button16.Name = "button16";
            this.button16.Size = new System.Drawing.Size(75, 23);
            this.button16.TabIndex = 7;
            this.button16.Text = "Sky Right";
            this.button16.UseVisualStyleBackColor = true;
            this.button16.Click += new System.EventHandler(this.button16_Click);
            // 
            // lblSkyRight
            // 
            this.lblSkyRight.AutoSize = true;
            this.lblSkyRight.Location = new System.Drawing.Point(7, 171);
            this.lblSkyRight.Name = "lblSkyRight";
            this.lblSkyRight.Size = new System.Drawing.Size(23, 13);
            this.lblSkyRight.TabIndex = 6;
            this.lblSkyRight.Text = "null";
            // 
            // button15
            // 
            this.button15.Location = new System.Drawing.Point(9, 103);
            this.button15.Name = "button15";
            this.button15.Size = new System.Drawing.Size(75, 23);
            this.button15.TabIndex = 5;
            this.button15.Text = "Sky Left";
            this.button15.UseVisualStyleBackColor = true;
            this.button15.Click += new System.EventHandler(this.button15_Click);
            // 
            // lblSkyLeft
            // 
            this.lblSkyLeft.AutoSize = true;
            this.lblSkyLeft.Location = new System.Drawing.Point(7, 129);
            this.lblSkyLeft.Name = "lblSkyLeft";
            this.lblSkyLeft.Size = new System.Drawing.Size(23, 13);
            this.lblSkyLeft.TabIndex = 4;
            this.lblSkyLeft.Text = "null";
            // 
            // button14
            // 
            this.button14.Location = new System.Drawing.Point(10, 61);
            this.button14.Name = "button14";
            this.button14.Size = new System.Drawing.Size(75, 23);
            this.button14.TabIndex = 3;
            this.button14.Text = "Sky Down";
            this.button14.UseVisualStyleBackColor = true;
            this.button14.Click += new System.EventHandler(this.button14_Click);
            // 
            // lblSkyDown
            // 
            this.lblSkyDown.AutoSize = true;
            this.lblSkyDown.Location = new System.Drawing.Point(7, 87);
            this.lblSkyDown.Name = "lblSkyDown";
            this.lblSkyDown.Size = new System.Drawing.Size(23, 13);
            this.lblSkyDown.TabIndex = 2;
            this.lblSkyDown.Text = "null";
            // 
            // button13
            // 
            this.button13.Location = new System.Drawing.Point(10, 19);
            this.button13.Name = "button13";
            this.button13.Size = new System.Drawing.Size(75, 23);
            this.button13.TabIndex = 1;
            this.button13.Text = "Sky Top";
            this.button13.UseVisualStyleBackColor = true;
            this.button13.Click += new System.EventHandler(this.button13_Click);
            // 
            // lblSkyTop
            // 
            this.lblSkyTop.AutoSize = true;
            this.lblSkyTop.Location = new System.Drawing.Point(7, 45);
            this.lblSkyTop.Name = "lblSkyTop";
            this.lblSkyTop.Size = new System.Drawing.Size(23, 13);
            this.lblSkyTop.TabIndex = 0;
            this.lblSkyTop.Text = "null";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.lblDuduv);
            this.groupBox2.Controls.Add(this.button12);
            this.groupBox2.Controls.Add(this.label23);
            this.groupBox2.Location = new System.Drawing.Point(3, 3);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(212, 87);
            this.groupBox2.TabIndex = 10;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Water";
            // 
            // lblDuduv
            // 
            this.lblDuduv.AutoSize = true;
            this.lblDuduv.Location = new System.Drawing.Point(7, 40);
            this.lblDuduv.Name = "lblDuduv";
            this.lblDuduv.Size = new System.Drawing.Size(23, 13);
            this.lblDuduv.TabIndex = 18;
            this.lblDuduv.Text = "null";
            // 
            // button12
            // 
            this.button12.Location = new System.Drawing.Point(10, 56);
            this.button12.Name = "button12";
            this.button12.Size = new System.Drawing.Size(63, 26);
            this.button12.TabIndex = 16;
            this.button12.Text = "Add";
            this.button12.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.button12.UseVisualStyleBackColor = true;
            this.button12.Click += new System.EventHandler(this.button12_Click);
            // 
            // label23
            // 
            this.label23.AutoSize = true;
            this.label23.Location = new System.Drawing.Point(6, 16);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(132, 13);
            this.label23.TabIndex = 8;
            this.label23.Text = "Add water duduv texture : ";
            // 
            // drugiPanel
            // 
            this.drugiPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.drugiPanel.BackColor = System.Drawing.Color.Orange;
            this.drugiPanel.Controls.Add(this.btnPhysics);
            this.drugiPanel.Controls.Add(this.button7);
            this.drugiPanel.Controls.Add(this.txtMZ);
            this.drugiPanel.Controls.Add(this.label18);
            this.drugiPanel.Controls.Add(this.txtMY);
            this.drugiPanel.Controls.Add(this.label17);
            this.drugiPanel.Controls.Add(this.txtMX);
            this.drugiPanel.Controls.Add(this.label16);
            this.drugiPanel.Controls.Add(this.button2);
            this.drugiPanel.Controls.Add(this.lblAction);
            this.drugiPanel.Controls.Add(this.cmdScale);
            this.drugiPanel.Controls.Add(this.cmdRotate);
            this.drugiPanel.Controls.Add(this.cmdMove);
            this.drugiPanel.Controls.Add(this.lblSelectedUnit);
            this.drugiPanel.Controls.Add(this.label2);
            this.drugiPanel.Location = new System.Drawing.Point(12, 27);
            this.drugiPanel.Name = "drugiPanel";
            this.drugiPanel.Size = new System.Drawing.Size(721, 54);
            this.drugiPanel.TabIndex = 3;
            // 
            // btnPhysics
            // 
            this.btnPhysics.Location = new System.Drawing.Point(122, 15);
            this.btnPhysics.Name = "btnPhysics";
            this.btnPhysics.Size = new System.Drawing.Size(81, 23);
            this.btnPhysics.TabIndex = 16;
            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);
            // 
            // button7
            // 
            this.button7.Location = new System.Drawing.Point(414, 11);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(44, 37);
            this.button7.TabIndex = 15;
            this.button7.Text = "Set";
            this.button7.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.button7.UseVisualStyleBackColor = true;
            this.button7.Click += new System.EventHandler(this.button7_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(351, 18);
            this.txtMZ.Name = "txtMZ";
            this.txtMZ.Size = new System.Drawing.Size(57, 20);
            this.txtMZ.TabIndex = 14;
            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(348, 3);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(12, 13);
            this.label18.TabIndex = 13;
            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(288, 18);
            this.txtMY.Name = "txtMY";
            this.txtMY.Size = new System.Drawing.Size(57, 20);
            this.txtMY.TabIndex = 11;
            this.txtMY.Text = "0";
            this.txtMY.TextChanged += new System.EventHandler(this.txtMY_TextChanged);
            // 
            // 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(285, 3);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(12, 13);
            this.label17.TabIndex = 10;
            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(225, 18);
            this.txtMX.Name = "txtMX";
            this.txtMX.Size = new System.Drawing.Size(57, 20);
            this.txtMX.TabIndex = 8;
            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(222, 3);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(12, 13);
            this.label16.TabIndex = 7;
            this.label16.Text = "x";
            // 
            // 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(467, 28);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(69, 26);
            this.button2.TabIndex = 6;
            this.button2.Text = "Quit action";
            this.button2.UseVisualStyleBackColor = false;
            this.button2.Click += new System.EventHandler(this.button2_Click_1);
            // 
            // 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(464, 3);
            this.lblAction.Name = "lblAction";
            this.lblAction.Size = new System.Drawing.Size(37, 13);
            this.lblAction.TabIndex = 5;
            this.lblAction.Text = "Action";
            // 
            // cmdScale
            // 
            this.cmdScale.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cmdScale.BackgroundImage = global::SceneEditor.Properties.Resources.scale;
            this.cmdScale.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.cmdScale.Cursor = System.Windows.Forms.Cursors.Hand;
            this.cmdScale.Location = new System.Drawing.Point(663, 3);
            this.cmdScale.Name = "cmdScale";
            this.cmdScale.Size = new System.Drawing.Size(53, 48);
            this.cmdScale.TabIndex = 4;
            this.cmdScale.UseVisualStyleBackColor = true;
            this.cmdScale.Click += new System.EventHandler(this.button4_Click);
            // 
            // cmdRotate
            // 
            this.cmdRotate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cmdRotate.BackgroundImage = global::SceneEditor.Properties.Resources.rotate;
            this.cmdRotate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.cmdRotate.Cursor = System.Windows.Forms.Cursors.Hand;
            this.cmdRotate.Location = new System.Drawing.Point(603, 3);
            this.cmdRotate.Name = "cmdRotate";
            this.cmdRotate.Size = new System.Drawing.Size(54, 48);
            this.cmdRotate.TabIndex = 3;
            this.cmdRotate.UseVisualStyleBackColor = true;
            this.cmdRotate.Click += new System.EventHandler(this.button3_Click);
            // 
            // cmdMove
            // 
            this.cmdMove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cmdMove.BackgroundImage = global::SceneEditor.Properties.Resources.move;
            this.cmdMove.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.cmdMove.Cursor = System.Windows.Forms.Cursors.Hand;
            this.cmdMove.Location = new System.Drawing.Point(542, 3);
            this.cmdMove.Name = "cmdMove";
            this.cmdMove.Size = new System.Drawing.Size(55, 48);
            this.cmdMove.TabIndex = 2;
            this.cmdMove.UseVisualStyleBackColor = true;
            this.cmdMove.Click += new System.EventHandler(this.button2_Click);
            // 
            // lblSelectedUnit
            // 
            this.lblSelectedUnit.AutoSize = true;
            this.lblSelectedUnit.Location = new System.Drawing.Point(6, 21);
            this.lblSelectedUnit.Name = "lblSelectedUnit";
            this.lblSelectedUnit.Size = new System.Drawing.Size(23, 13);
            this.lblSelectedUnit.TabIndex = 1;
            this.lblSelectedUnit.Text = "null";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(6, 3);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(78, 13);
            this.label2.TabIndex = 0;
            this.label2.Text = "Selected unit : ";
            // 
            // gbDebug
            // 
            this.gbDebug.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.gbDebug.BackColor = System.Drawing.Color.DarkOrange;
            this.gbDebug.Controls.Add(this.rtbDebugWindow);
            this.gbDebug.ForeColor = System.Drawing.Color.White;
            this.gbDebug.Location = new System.Drawing.Point(15, 495);
            this.gbDebug.Name = "gbDebug";
            this.gbDebug.Size = new System.Drawing.Size(718, 76);
            this.gbDebug.TabIndex = 4;
            this.gbDebug.TabStop = false;
            this.gbDebug.Text = "Debug";
            // 
            // rtbDebugWindow
            // 
            this.rtbDebugWindow.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.rtbDebugWindow.Location = new System.Drawing.Point(6, 15);
            this.rtbDebugWindow.Name = "rtbDebugWindow";
            this.rtbDebugWindow.Size = new System.Drawing.Size(706, 55);
            this.rtbDebugWindow.TabIndex = 0;
            this.rtbDebugWindow.Text = "";
            // 
            // 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.BackColor = System.Drawing.Color.White;
            this.picScene.Cursor = System.Windows.Forms.Cursors.Default;
            this.picScene.Location = new System.Drawing.Point(12, 81);
            this.picScene.Name = "picScene";
            this.picScene.Size = new System.Drawing.Size(721, 408);
            this.picScene.TabIndex = 0;
            this.picScene.TabStop = false;
            this.picScene.Click += new System.EventHandler(this.picScene_Click);
            // 
            // oLandHM
            // 
            this.oLandHM.FileName = "openFileDialog1";
            // 
            // oBaseTex
            // 
            this.oBaseTex.FileName = "openFileDialog1";
            // 
            // ofdLoadScene
            // 
            this.ofdLoadScene.FileName = "openFileDialog1";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(7, 74);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(84, 13);
            this.label6.TabIndex = 19;
            this.label6.Text = "Set cloud speed";
            // 
            // txtSpeed
            // 
            this.txtSpeed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.txtSpeed.Location = new System.Drawing.Point(97, 67);
            this.txtSpeed.Name = "txtSpeed";
            this.txtSpeed.Size = new System.Drawing.Size(57, 20);
            this.txtSpeed.TabIndex = 20;
            this.txtSpeed.Text = "0";
            // 
            // button20
            // 
            this.button20.Location = new System.Drawing.Point(160, 61);
            this.button20.Name = "button20";
            this.button20.Size = new System.Drawing.Size(46, 26);
            this.button20.TabIndex = 21;
            this.button20.Text = "Set";
            this.button20.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.button20.UseVisualStyleBackColor = true;
            this.button20.Click += new System.EventHandler(this.button20_Click);
            // 
            // button21
            // 
            this.button21.Location = new System.Drawing.Point(9, 427);
            this.button21.Name = "button21";
            this.button21.Size = new System.Drawing.Size(63, 26);
            this.button21.TabIndex = 23;
            this.button21.Text = "Add fog : ";
            this.button21.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.button21.UseVisualStyleBackColor = true;
            this.button21.Click += new System.EventHandler(this.button21_Click);
            // 
            // textBox1
            // 
            this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox1.Location = new System.Drawing.Point(97, 464);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(57, 20);
            this.textBox1.TabIndex = 25;
            this.textBox1.Text = "0";
            // 
            // label8
            // 
            this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(18, 467);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(73, 13);
            this.label8.TabIndex = 24;
            this.label8.Text = "Set fog dest. :";
            // 
            // button22
            // 
            this.button22.Location = new System.Drawing.Point(160, 458);
            this.button22.Name = "button22";
            this.button22.Size = new System.Drawing.Size(44, 26);
            this.button22.TabIndex = 26;
            this.button22.Text = "Set";
            this.button22.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.button22.UseVisualStyleBackColor = true;
            this.button22.Click += new System.EventHandler(this.button22_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(980, 584);
            this.Controls.Add(this.gbDebug);
            this.Controls.Add(this.drugiPanel);
            this.Controls.Add(this.mainPanel);
            this.Controls.Add(this.picScene);
            this.Controls.Add(this.mnuGlavniMeni);
            this.MainMenuStrip = this.mnuGlavniMeni;
            this.Name = "Form1";
            this.Text = "gefx Scene Editor ver beta 1.0.0.0";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.Form1_Load);
            this.mnuGlavniMeni.ResumeLayout(false);
            this.mnuGlavniMeni.PerformLayout();
            this.mainPanel.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.mainTab.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picDitailed)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picBase)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picHmap)).EndInit();
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.tabPage1.ResumeLayout(false);
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            this.tabPage3.ResumeLayout(false);
            this.groupBox6.ResumeLayout(false);
            this.groupBox6.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.drugiPanel.ResumeLayout(false);
            this.drugiPanel.PerformLayout();
            this.gbDebug.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picScene)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.PictureBox picScene;
        private System.Windows.Forms.MenuStrip mnuGlavniMeni;
        private System.Windows.Forms.Panel mainPanel;
        private System.Windows.Forms.Panel drugiPanel;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage mainTab;
        private System.Windows.Forms.TabPage tabPage2;
        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 label1;
        private System.Windows.Forms.GroupBox gbDebug;
        private System.Windows.Forms.RichTextBox rtbDebugWindow;
        private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem loadToolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem loadToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem2;
        private System.Windows.Forms.ToolStripMenuItem loadToolStripMenuItem2;
        private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem cameraToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem exitApplicationToolStripMenuItem;
        private System.Windows.Forms.Label lblSelectedUnit;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.OpenFileDialog oLoadUnitMesh;
        private System.Windows.Forms.Button cmdMove;
        private System.Windows.Forms.Button cmdScale;
        private System.Windows.Forms.Button cmdRotate;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TreeView tvUnitsList;
        private System.Windows.Forms.Label lblAction;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.Button button6;
        private System.Windows.Forms.SaveFileDialog sfdUnit;
        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.GroupBox groupBox3;
        private System.Windows.Forms.Button button11;
        private System.Windows.Forms.Label label22;
        private System.Windows.Forms.Button button10;
        private System.Windows.Forms.Label label21;
        private System.Windows.Forms.Button button9;
        private System.Windows.Forms.Label label20;
        private System.Windows.Forms.Button button8;
        private System.Windows.Forms.Label label19;
        private System.Windows.Forms.TabPage tabPage3;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button button12;
        private System.Windows.Forms.Label label23;
        private System.Windows.Forms.OpenFileDialog oLandHM;
        private System.Windows.Forms.PictureBox picDitailed;
        private System.Windows.Forms.PictureBox picBase;
        private System.Windows.Forms.PictureBox picHmap;
        private System.Windows.Forms.Label lblAlfaTex;
        private System.Windows.Forms.Label lblDetail;
        private System.Windows.Forms.Label lblBaseTex;
        private System.Windows.Forms.OpenFileDialog oBaseTex;
        private System.Windows.Forms.Label lblDuduv;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.Button button13;
        private System.Windows.Forms.Label lblSkyTop;
        private System.Windows.Forms.Button button19;
        private System.Windows.Forms.Button button18;
        private System.Windows.Forms.Label lblSkyFront;
        private System.Windows.Forms.Button button17;
        private System.Windows.Forms.Label lblSkyBack;
        private System.Windows.Forms.Button button16;
        private System.Windows.Forms.Label lblSkyRight;
        private System.Windows.Forms.Button button15;
        private System.Windows.Forms.Label lblSkyLeft;
        private System.Windows.Forms.Button button14;
        private System.Windows.Forms.Label lblSkyDown;
        private System.Windows.Forms.Button btnPhysics;
        private System.Windows.Forms.GroupBox groupBox5;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.TextBox txtStrenght;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox txtRadius;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.GroupBox groupBox6;
        private System.Windows.Forms.Label lblCloudsTexture;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Button button5;
        private System.Windows.Forms.SaveFileDialog sfdSaveScene;
        private System.Windows.Forms.OpenFileDialog ofdLoadScene;
        private System.Windows.Forms.Button button20;
        private System.Windows.Forms.TextBox txtSpeed;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Button button21;
        private System.Windows.Forms.Button button22;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Label label8;
    }
}

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