Newer
Older
LSPipeline / UserControls / CtrlParticleParamPage.Designer.cs
wxn on 1 Dec 2016 38 KB first
namespace WorldGIS
{
    partial class CtrlParticleParamPage
    {
        /// <summary> 
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary> 
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region 组件设计器生成的代码

        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.label1 = new System.Windows.Forms.Label();
            this.textBoxEmitPerSec = new System.Windows.Forms.TextBox();
            this.textBoxSetSizeFixY = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.textBoxVelFix = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.textBoxAccFix = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.textBoxAngleXYFix = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.textBoxAngleXZRnd = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.textBoxAccRnd = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.textBoxVelRnd = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.textBoxLifeFix = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.textBoxLifeRnd = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.textBoxRotFix = new System.Windows.Forms.TextBox();
            this.label11 = new System.Windows.Forms.Label();
            this.textBoxRotRnd = new System.Windows.Forms.TextBox();
            this.label12 = new System.Windows.Forms.Label();
            this.textBoxRotVelFix = new System.Windows.Forms.TextBox();
            this.label13 = new System.Windows.Forms.Label();
            this.textBoxSetSizeFixX = new System.Windows.Forms.TextBox();
            this.label14 = new System.Windows.Forms.Label();
            this.textBoxRotVelRnd = new System.Windows.Forms.TextBox();
            this.label15 = new System.Windows.Forms.Label();
            this.textBoxColorRndStart = new System.Windows.Forms.TextBox();
            this.label16 = new System.Windows.Forms.Label();
            this.textBoxColorRndEnd = new System.Windows.Forms.TextBox();
            this.label17 = new System.Windows.Forms.Label();
            this.textBoxEndTime = new System.Windows.Forms.TextBox();
            this.label20 = new System.Windows.Forms.Label();
            this.textBoxStartTime = new System.Windows.Forms.TextBox();
            this.label21 = new System.Windows.Forms.Label();
            this.textBoxAngleXZFix = new System.Windows.Forms.TextBox();
            this.label22 = new System.Windows.Forms.Label();
            this.textBoxAngleXYRnd = new System.Windows.Forms.TextBox();
            this.label23 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.textBoxTexturePath = new System.Windows.Forms.TextBox();
            this.label24 = new System.Windows.Forms.Label();
            this.buttonTexturePath = new System.Windows.Forms.Button();
            this.label18 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.label25 = new System.Windows.Forms.Label();
            this.label26 = new System.Windows.Forms.Label();
            this.label27 = new System.Windows.Forms.Label();
            this.label28 = new System.Windows.Forms.Label();
            this.label29 = new System.Windows.Forms.Label();
            this.label30 = new System.Windows.Forms.Label();
            this.label31 = new System.Windows.Forms.Label();
            this.label32 = new System.Windows.Forms.Label();
            this.label33 = new System.Windows.Forms.Label();
            this.label34 = new System.Windows.Forms.Label();
            this.label35 = new System.Windows.Forms.Label();
            this.label36 = new System.Windows.Forms.Label();
            this.label39 = new System.Windows.Forms.Label();
            this.label40 = new System.Windows.Forms.Label();
            this.label41 = new System.Windows.Forms.Label();
            this.label42 = new System.Windows.Forms.Label();
            this.label43 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(7, 41);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "粒子宽度";
            // 
            // textBoxEmitPerSec
            // 
            this.textBoxEmitPerSec.Location = new System.Drawing.Point(250, 143);
            this.textBoxEmitPerSec.Name = "textBoxEmitPerSec";
            this.textBoxEmitPerSec.Size = new System.Drawing.Size(63, 21);
            this.textBoxEmitPerSec.TabIndex = 1;
            this.textBoxEmitPerSec.Text = "60";
            this.textBoxEmitPerSec.TextChanged += new System.EventHandler(this.textBoxEmitPerSec_TextChanged);
            // 
            // textBoxSetSizeFixY
            // 
            this.textBoxSetSizeFixY.Location = new System.Drawing.Point(73, 58);
            this.textBoxSetSizeFixY.Name = "textBoxSetSizeFixY";
            this.textBoxSetSizeFixY.Size = new System.Drawing.Size(65, 21);
            this.textBoxSetSizeFixY.TabIndex = 3;
            this.textBoxSetSizeFixY.Text = "20";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(7, 67);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "粒子高度";
            // 
            // textBoxVelFix
            // 
            this.textBoxVelFix.Location = new System.Drawing.Point(74, 82);
            this.textBoxVelFix.Name = "textBoxVelFix";
            this.textBoxVelFix.Size = new System.Drawing.Size(64, 21);
            this.textBoxVelFix.TabIndex = 5;
            this.textBoxVelFix.Text = "70";
            this.textBoxVelFix.TextChanged += new System.EventHandler(this.textBoxVelFix_TextChanged);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(7, 91);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 4;
            this.label3.Text = "初始速度";
            // 
            // textBoxAccFix
            // 
            this.textBoxAccFix.Location = new System.Drawing.Point(74, 131);
            this.textBoxAccFix.Name = "textBoxAccFix";
            this.textBoxAccFix.Size = new System.Drawing.Size(64, 21);
            this.textBoxAccFix.TabIndex = 7;
            this.textBoxAccFix.Text = "-0.3";
            this.textBoxAccFix.TextChanged += new System.EventHandler(this.textBoxAccFix_TextChanged);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(7, 140);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 6;
            this.label4.Text = "初始加速度";
            // 
            // textBoxAngleXYFix
            // 
            this.textBoxAngleXYFix.Location = new System.Drawing.Point(74, 183);
            this.textBoxAngleXYFix.Name = "textBoxAngleXYFix";
            this.textBoxAngleXYFix.Size = new System.Drawing.Size(64, 21);
            this.textBoxAngleXYFix.TabIndex = 9;
            this.textBoxAngleXYFix.Text = "0";
            this.textBoxAngleXYFix.TextChanged += new System.EventHandler(this.textBoxAngleXYFix_TextChanged);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(7, 190);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(41, 12);
            this.label5.TabIndex = 8;
            this.label5.Text = "方向角";
            // 
            // textBoxAngleXZRnd
            // 
            this.textBoxAngleXZRnd.Location = new System.Drawing.Point(74, 260);
            this.textBoxAngleXZRnd.Name = "textBoxAngleXZRnd";
            this.textBoxAngleXZRnd.Size = new System.Drawing.Size(64, 21);
            this.textBoxAngleXZRnd.TabIndex = 11;
            this.textBoxAngleXZRnd.Text = "5";
            this.textBoxAngleXZRnd.TextChanged += new System.EventHandler(this.textBoxAngleXZRnd_TextChanged);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(7, 266);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(65, 12);
            this.label6.TabIndex = 10;
            this.label6.Text = "高度角范围";
            // 
            // textBoxAccRnd
            // 
            this.textBoxAccRnd.Location = new System.Drawing.Point(74, 156);
            this.textBoxAccRnd.Name = "textBoxAccRnd";
            this.textBoxAccRnd.Size = new System.Drawing.Size(64, 21);
            this.textBoxAccRnd.TabIndex = 13;
            this.textBoxAccRnd.Text = "0";
            this.textBoxAccRnd.TextChanged += new System.EventHandler(this.textBoxAccRnd_TextChanged);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(7, 165);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(65, 12);
            this.label7.TabIndex = 12;
            this.label7.Text = "加速度范围";
            // 
            // textBoxVelRnd
            // 
            this.textBoxVelRnd.Location = new System.Drawing.Point(74, 107);
            this.textBoxVelRnd.Name = "textBoxVelRnd";
            this.textBoxVelRnd.Size = new System.Drawing.Size(64, 21);
            this.textBoxVelRnd.TabIndex = 15;
            this.textBoxVelRnd.Text = "30";
            this.textBoxVelRnd.TextChanged += new System.EventHandler(this.textBoxVelRnd_TextChanged);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(7, 113);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(65, 12);
            this.label8.TabIndex = 14;
            this.label8.Text = "初速度范围";
            // 
            // textBoxLifeFix
            // 
            this.textBoxLifeFix.Location = new System.Drawing.Point(74, 285);
            this.textBoxLifeFix.Name = "textBoxLifeFix";
            this.textBoxLifeFix.Size = new System.Drawing.Size(64, 21);
            this.textBoxLifeFix.TabIndex = 17;
            this.textBoxLifeFix.Text = "2.0";
            this.textBoxLifeFix.TextChanged += new System.EventHandler(this.textBoxLifeFix_TextChanged);
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(7, 291);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(65, 12);
            this.label9.TabIndex = 16;
            this.label9.Text = "粒子生命值";
            // 
            // textBoxLifeRnd
            // 
            this.textBoxLifeRnd.Location = new System.Drawing.Point(73, 309);
            this.textBoxLifeRnd.Name = "textBoxLifeRnd";
            this.textBoxLifeRnd.Size = new System.Drawing.Size(65, 21);
            this.textBoxLifeRnd.TabIndex = 19;
            this.textBoxLifeRnd.Text = "1.0";
            this.textBoxLifeRnd.TextChanged += new System.EventHandler(this.textBoxLifeRnd_TextChanged);
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(7, 315);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(65, 12);
            this.label10.TabIndex = 18;
            this.label10.Text = "生命值范围";
            // 
            // textBoxRotFix
            // 
            this.textBoxRotFix.Location = new System.Drawing.Point(250, 33);
            this.textBoxRotFix.Name = "textBoxRotFix";
            this.textBoxRotFix.Size = new System.Drawing.Size(63, 21);
            this.textBoxRotFix.TabIndex = 21;
            this.textBoxRotFix.Text = "0";
            this.textBoxRotFix.TextChanged += new System.EventHandler(this.textBoxRotFix_TextChanged);
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(173, 40);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(77, 12);
            this.label11.TabIndex = 20;
            this.label11.Text = "初始旋转角度";
            // 
            // textBoxRotRnd
            // 
            this.textBoxRotRnd.Location = new System.Drawing.Point(250, 61);
            this.textBoxRotRnd.Name = "textBoxRotRnd";
            this.textBoxRotRnd.Size = new System.Drawing.Size(63, 21);
            this.textBoxRotRnd.TabIndex = 23;
            this.textBoxRotRnd.Text = "10";
            this.textBoxRotRnd.TextChanged += new System.EventHandler(this.textBoxRotRnd_TextChanged);
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(173, 67);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(77, 12);
            this.label12.TabIndex = 22;
            this.label12.Text = "旋转角度范围";
            // 
            // textBoxRotVelFix
            // 
            this.textBoxRotVelFix.Location = new System.Drawing.Point(250, 88);
            this.textBoxRotVelFix.Name = "textBoxRotVelFix";
            this.textBoxRotVelFix.Size = new System.Drawing.Size(63, 21);
            this.textBoxRotVelFix.TabIndex = 25;
            this.textBoxRotVelFix.Text = "0";
            this.textBoxRotVelFix.TextChanged += new System.EventHandler(this.textBoxRotVelFix_TextChanged);
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(173, 95);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(77, 12);
            this.label13.TabIndex = 24;
            this.label13.Text = "初始旋转速度";
            // 
            // textBoxSetSizeFixX
            // 
            this.textBoxSetSizeFixX.Location = new System.Drawing.Point(73, 33);
            this.textBoxSetSizeFixX.Name = "textBoxSetSizeFixX";
            this.textBoxSetSizeFixX.Size = new System.Drawing.Size(64, 21);
            this.textBoxSetSizeFixX.TabIndex = 27;
            this.textBoxSetSizeFixX.Text = "20";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(173, 124);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(77, 12);
            this.label14.TabIndex = 26;
            this.label14.Text = "旋转速度范围";
            // 
            // textBoxRotVelRnd
            // 
            this.textBoxRotVelRnd.Location = new System.Drawing.Point(250, 116);
            this.textBoxRotVelRnd.Name = "textBoxRotVelRnd";
            this.textBoxRotVelRnd.Size = new System.Drawing.Size(63, 21);
            this.textBoxRotVelRnd.TabIndex = 29;
            this.textBoxRotVelRnd.Text = "180";
            this.textBoxRotVelRnd.TextChanged += new System.EventHandler(this.textBoxRotVelRnd_TextChanged);
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(173, 149);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(65, 12);
            this.label15.TabIndex = 28;
            this.label15.Text = "每秒粒子数";
            // 
            // textBoxColorRndStart
            // 
            this.textBoxColorRndStart.BackColor = System.Drawing.Color.Cyan;
            this.textBoxColorRndStart.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.textBoxColorRndStart.Location = new System.Drawing.Point(250, 170);
            this.textBoxColorRndStart.Name = "textBoxColorRndStart";
            this.textBoxColorRndStart.ReadOnly = true;
            this.textBoxColorRndStart.Size = new System.Drawing.Size(63, 21);
            this.textBoxColorRndStart.TabIndex = 31;
            this.textBoxColorRndStart.Text = "单击-颜色";
            this.textBoxColorRndStart.Click += new System.EventHandler(this.textBoxColorRndStart_Click);
            this.textBoxColorRndStart.BackColorChanged += new System.EventHandler(this.textBoxColorRndStart_BackColorChanged);
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(173, 178);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(77, 12);
            this.label16.TabIndex = 30;
            this.label16.Text = "粒子起始颜色";
            // 
            // textBoxColorRndEnd
            // 
            this.textBoxColorRndEnd.BackColor = System.Drawing.Color.Cyan;
            this.textBoxColorRndEnd.Location = new System.Drawing.Point(250, 198);
            this.textBoxColorRndEnd.Name = "textBoxColorRndEnd";
            this.textBoxColorRndEnd.ReadOnly = true;
            this.textBoxColorRndEnd.Size = new System.Drawing.Size(63, 21);
            this.textBoxColorRndEnd.TabIndex = 33;
            this.textBoxColorRndEnd.Text = "单击-颜色";
            this.textBoxColorRndEnd.Click += new System.EventHandler(this.textBoxColorRndEnd_Click);
            this.textBoxColorRndEnd.BackColorChanged += new System.EventHandler(this.textBoxColorRndEnd_BackColorChanged);
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(173, 207);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(77, 12);
            this.label17.TabIndex = 32;
            this.label17.Text = "粒子终止颜色";
            // 
            // textBoxEndTime
            // 
            this.textBoxEndTime.Location = new System.Drawing.Point(250, 253);
            this.textBoxEndTime.Name = "textBoxEndTime";
            this.textBoxEndTime.Size = new System.Drawing.Size(63, 21);
            this.textBoxEndTime.TabIndex = 41;
            this.textBoxEndTime.Text = "1.8";
            this.textBoxEndTime.TextChanged += new System.EventHandler(this.textBoxEndTime_TextChanged);
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Location = new System.Drawing.Point(173, 260);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(77, 12);
            this.label20.TabIndex = 40;
            this.label20.Text = "发射结束时间";
            // 
            // textBoxStartTime
            // 
            this.textBoxStartTime.Location = new System.Drawing.Point(250, 226);
            this.textBoxStartTime.Name = "textBoxStartTime";
            this.textBoxStartTime.Size = new System.Drawing.Size(63, 21);
            this.textBoxStartTime.TabIndex = 39;
            this.textBoxStartTime.Text = "0";
            this.textBoxStartTime.TextChanged += new System.EventHandler(this.textBoxStartTime_TextChanged);
            // 
            // label21
            // 
            this.label21.AutoSize = true;
            this.label21.Location = new System.Drawing.Point(173, 233);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(77, 12);
            this.label21.TabIndex = 38;
            this.label21.Text = "开始发射时间";
            // 
            // textBoxAngleXZFix
            // 
            this.textBoxAngleXZFix.Location = new System.Drawing.Point(74, 234);
            this.textBoxAngleXZFix.Name = "textBoxAngleXZFix";
            this.textBoxAngleXZFix.Size = new System.Drawing.Size(64, 21);
            this.textBoxAngleXZFix.TabIndex = 43;
            this.textBoxAngleXZFix.Text = "85";
            this.textBoxAngleXZFix.TextChanged += new System.EventHandler(this.textBoxAngleXZFix_TextChanged);
            // 
            // label22
            // 
            this.label22.AutoSize = true;
            this.label22.Location = new System.Drawing.Point(7, 242);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(41, 12);
            this.label22.TabIndex = 42;
            this.label22.Text = "高度角";
            // 
            // textBoxAngleXYRnd
            // 
            this.textBoxAngleXYRnd.Location = new System.Drawing.Point(74, 208);
            this.textBoxAngleXYRnd.Name = "textBoxAngleXYRnd";
            this.textBoxAngleXYRnd.Size = new System.Drawing.Size(64, 21);
            this.textBoxAngleXYRnd.TabIndex = 45;
            this.textBoxAngleXYRnd.Text = "180";
            this.textBoxAngleXYRnd.TextChanged += new System.EventHandler(this.textBoxAngleXYRnd_TextChanged);
            // 
            // label23
            // 
            this.label23.AutoSize = true;
            this.label23.Location = new System.Drawing.Point(6, 216);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(65, 12);
            this.label23.TabIndex = 44;
            this.label23.Text = "方向角范围";
            // 
            // groupBox1
            // 
            this.groupBox1.Location = new System.Drawing.Point(167, 28);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(3, 300);
            this.groupBox1.TabIndex = 46;
            this.groupBox1.TabStop = false;
            // 
            // textBoxTexturePath
            // 
            this.textBoxTexturePath.Location = new System.Drawing.Point(73, 6);
            this.textBoxTexturePath.Name = "textBoxTexturePath";
            this.textBoxTexturePath.Size = new System.Drawing.Size(181, 21);
            this.textBoxTexturePath.TabIndex = 48;
            this.textBoxTexturePath.TextChanged += new System.EventHandler(this.textBoxTexturePath_TextChanged);
            // 
            // label24
            // 
            this.label24.AutoSize = true;
            this.label24.Location = new System.Drawing.Point(7, 14);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(53, 12);
            this.label24.TabIndex = 47;
            this.label24.Text = "图片路径";
            // 
            // buttonTexturePath
            // 
            this.buttonTexturePath.Location = new System.Drawing.Point(261, 5);
            this.buttonTexturePath.Name = "buttonTexturePath";
            this.buttonTexturePath.Size = new System.Drawing.Size(54, 23);
            this.buttonTexturePath.TabIndex = 49;
            this.buttonTexturePath.Text = "...";
            this.buttonTexturePath.UseVisualStyleBackColor = true;
            this.buttonTexturePath.Click += new System.EventHandler(this.button1_Click);
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Location = new System.Drawing.Point(140, 213);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(17, 12);
            this.label18.TabIndex = 61;
            this.label18.Text = "度";
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(141, 239);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(17, 12);
            this.label19.TabIndex = 60;
            this.label19.Text = "度";
            // 
            // label25
            // 
            this.label25.AutoSize = true;
            this.label25.Location = new System.Drawing.Point(141, 314);
            this.label25.Name = "label25";
            this.label25.Size = new System.Drawing.Size(11, 12);
            this.label25.TabIndex = 59;
            this.label25.Text = "s";
            // 
            // label26
            // 
            this.label26.AutoSize = true;
            this.label26.Location = new System.Drawing.Point(141, 291);
            this.label26.Name = "label26";
            this.label26.Size = new System.Drawing.Size(11, 12);
            this.label26.TabIndex = 58;
            this.label26.Text = "s";
            // 
            // label27
            // 
            this.label27.AutoSize = true;
            this.label27.Location = new System.Drawing.Point(141, 112);
            this.label27.Name = "label27";
            this.label27.Size = new System.Drawing.Size(23, 12);
            this.label27.TabIndex = 57;
            this.label27.Text = "m/s";
            // 
            // label28
            // 
            this.label28.AutoSize = true;
            this.label28.Location = new System.Drawing.Point(141, 162);
            this.label28.Name = "label28";
            this.label28.Size = new System.Drawing.Size(23, 12);
            this.label28.TabIndex = 56;
            this.label28.Text = "m/s";
            // 
            // label29
            // 
            this.label29.AutoSize = true;
            this.label29.Location = new System.Drawing.Point(141, 267);
            this.label29.Name = "label29";
            this.label29.Size = new System.Drawing.Size(17, 12);
            this.label29.TabIndex = 55;
            this.label29.Text = "度";
            // 
            // label30
            // 
            this.label30.AutoSize = true;
            this.label30.Location = new System.Drawing.Point(141, 187);
            this.label30.Name = "label30";
            this.label30.Size = new System.Drawing.Size(17, 12);
            this.label30.TabIndex = 54;
            this.label30.Text = "度";
            // 
            // label31
            // 
            this.label31.AutoSize = true;
            this.label31.Location = new System.Drawing.Point(140, 137);
            this.label31.Name = "label31";
            this.label31.Size = new System.Drawing.Size(23, 12);
            this.label31.TabIndex = 53;
            this.label31.Text = "m/s";
            // 
            // label32
            // 
            this.label32.AutoSize = true;
            this.label32.Location = new System.Drawing.Point(141, 88);
            this.label32.Name = "label32";
            this.label32.Size = new System.Drawing.Size(23, 12);
            this.label32.TabIndex = 52;
            this.label32.Text = "m/s";
            // 
            // label33
            // 
            this.label33.AutoSize = true;
            this.label33.Location = new System.Drawing.Point(141, 64);
            this.label33.Name = "label33";
            this.label33.Size = new System.Drawing.Size(11, 12);
            this.label33.TabIndex = 51;
            this.label33.Text = "m";
            // 
            // label34
            // 
            this.label34.AutoSize = true;
            this.label34.Location = new System.Drawing.Point(141, 38);
            this.label34.Name = "label34";
            this.label34.Size = new System.Drawing.Size(11, 12);
            this.label34.TabIndex = 50;
            this.label34.Text = "m";
            // 
            // label35
            // 
            this.label35.AutoSize = true;
            this.label35.Location = new System.Drawing.Point(315, 259);
            this.label35.Name = "label35";
            this.label35.Size = new System.Drawing.Size(11, 12);
            this.label35.TabIndex = 70;
            this.label35.Text = "s";
            // 
            // label36
            // 
            this.label36.AutoSize = true;
            this.label36.Location = new System.Drawing.Point(316, 232);
            this.label36.Name = "label36";
            this.label36.Size = new System.Drawing.Size(11, 12);
            this.label36.TabIndex = 69;
            this.label36.Text = "s";
            // 
            // label39
            // 
            this.label39.AutoSize = true;
            this.label39.Location = new System.Drawing.Point(314, 148);
            this.label39.Name = "label39";
            this.label39.Size = new System.Drawing.Size(17, 12);
            this.label39.TabIndex = 66;
            this.label39.Text = "个";
            // 
            // label40
            // 
            this.label40.AutoSize = true;
            this.label40.Location = new System.Drawing.Point(314, 122);
            this.label40.Name = "label40";
            this.label40.Size = new System.Drawing.Size(23, 12);
            this.label40.TabIndex = 65;
            this.label40.Text = "m/s";
            // 
            // label41
            // 
            this.label41.AutoSize = true;
            this.label41.Location = new System.Drawing.Point(313, 94);
            this.label41.Name = "label41";
            this.label41.Size = new System.Drawing.Size(23, 12);
            this.label41.TabIndex = 64;
            this.label41.Text = "m/s";
            // 
            // label42
            // 
            this.label42.AutoSize = true;
            this.label42.Location = new System.Drawing.Point(315, 66);
            this.label42.Name = "label42";
            this.label42.Size = new System.Drawing.Size(17, 12);
            this.label42.TabIndex = 63;
            this.label42.Text = "度";
            // 
            // label43
            // 
            this.label43.AutoSize = true;
            this.label43.Location = new System.Drawing.Point(315, 39);
            this.label43.Name = "label43";
            this.label43.Size = new System.Drawing.Size(17, 12);
            this.label43.TabIndex = 62;
            this.label43.Text = "度";
            // 
            // CtrlParticleParamPage
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.label35);
            this.Controls.Add(this.label36);
            this.Controls.Add(this.label39);
            this.Controls.Add(this.label40);
            this.Controls.Add(this.label41);
            this.Controls.Add(this.label42);
            this.Controls.Add(this.label43);
            this.Controls.Add(this.label18);
            this.Controls.Add(this.label19);
            this.Controls.Add(this.label25);
            this.Controls.Add(this.label26);
            this.Controls.Add(this.label27);
            this.Controls.Add(this.label28);
            this.Controls.Add(this.label29);
            this.Controls.Add(this.label30);
            this.Controls.Add(this.label31);
            this.Controls.Add(this.label32);
            this.Controls.Add(this.label33);
            this.Controls.Add(this.label34);
            this.Controls.Add(this.buttonTexturePath);
            this.Controls.Add(this.textBoxTexturePath);
            this.Controls.Add(this.label24);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.textBoxAngleXYRnd);
            this.Controls.Add(this.label23);
            this.Controls.Add(this.textBoxAngleXZFix);
            this.Controls.Add(this.label22);
            this.Controls.Add(this.textBoxEndTime);
            this.Controls.Add(this.label20);
            this.Controls.Add(this.textBoxStartTime);
            this.Controls.Add(this.label21);
            this.Controls.Add(this.textBoxColorRndEnd);
            this.Controls.Add(this.label17);
            this.Controls.Add(this.textBoxColorRndStart);
            this.Controls.Add(this.label16);
            this.Controls.Add(this.textBoxRotVelRnd);
            this.Controls.Add(this.label15);
            this.Controls.Add(this.textBoxSetSizeFixX);
            this.Controls.Add(this.label14);
            this.Controls.Add(this.textBoxRotVelFix);
            this.Controls.Add(this.label13);
            this.Controls.Add(this.textBoxRotRnd);
            this.Controls.Add(this.label12);
            this.Controls.Add(this.textBoxRotFix);
            this.Controls.Add(this.label11);
            this.Controls.Add(this.textBoxLifeRnd);
            this.Controls.Add(this.label10);
            this.Controls.Add(this.textBoxLifeFix);
            this.Controls.Add(this.label9);
            this.Controls.Add(this.textBoxVelRnd);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.textBoxAccRnd);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.textBoxAngleXZRnd);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.textBoxAngleXYFix);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.textBoxAccFix);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.textBoxVelFix);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.textBoxSetSizeFixY);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.textBoxEmitPerSec);
            this.Controls.Add(this.label1);
            this.Name = "CtrlParticleParamPage";
            this.Size = new System.Drawing.Size(334, 334);
            this.Load += new System.EventHandler(this.CtrlParticleParamPage_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox textBoxEmitPerSec;
        private System.Windows.Forms.TextBox textBoxSetSizeFixY;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox textBoxVelFix;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox textBoxAccFix;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox textBoxAngleXYFix;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox textBoxAngleXZRnd;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox textBoxAccRnd;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox textBoxVelRnd;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.TextBox textBoxLifeFix;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.TextBox textBoxLifeRnd;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.TextBox textBoxRotFix;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.TextBox textBoxRotRnd;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.TextBox textBoxRotVelFix;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.TextBox textBoxSetSizeFixX;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.TextBox textBoxRotVelRnd;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.TextBox textBoxColorRndStart;
        private System.Windows.Forms.Label label16;
        private System.Windows.Forms.TextBox textBoxColorRndEnd;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.TextBox textBoxEndTime;
        private System.Windows.Forms.Label label20;
        private System.Windows.Forms.TextBox textBoxStartTime;
        private System.Windows.Forms.Label label21;
        private System.Windows.Forms.TextBox textBoxAngleXZFix;
        private System.Windows.Forms.Label label22;
        private System.Windows.Forms.TextBox textBoxAngleXYRnd;
        private System.Windows.Forms.Label label23;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox textBoxTexturePath;
        private System.Windows.Forms.Label label24;
        private System.Windows.Forms.Button buttonTexturePath;
        private System.Windows.Forms.Label label18;
        private System.Windows.Forms.Label label19;
        private System.Windows.Forms.Label label25;
        private System.Windows.Forms.Label label26;
        private System.Windows.Forms.Label label27;
        private System.Windows.Forms.Label label28;
        private System.Windows.Forms.Label label29;
        private System.Windows.Forms.Label label30;
        private System.Windows.Forms.Label label31;
        private System.Windows.Forms.Label label32;
        private System.Windows.Forms.Label label33;
        private System.Windows.Forms.Label label34;
        private System.Windows.Forms.Label label35;
        private System.Windows.Forms.Label label36;
        private System.Windows.Forms.Label label39;
        private System.Windows.Forms.Label label40;
        private System.Windows.Forms.Label label41;
        private System.Windows.Forms.Label label42;
        private System.Windows.Forms.Label label43;
    }
}