|
|
|
@ -42,6 +42,18 @@
|
|
|
|
|
this.splitter1 = new System.Windows.Forms.Splitter();
|
|
|
|
|
this.stPanel4 = new Toolbox.Library.Forms.STPanel();
|
|
|
|
|
this.stTabControl2 = new Toolbox.Library.Forms.STTabControl();
|
|
|
|
|
this.ParamsTabPage = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.param9CB = new BarSlider.BarSlider();
|
|
|
|
|
this.param8CB = new BarSlider.BarSlider();
|
|
|
|
|
this.param6CB = new BarSlider.BarSlider();
|
|
|
|
|
this.param7CB = new BarSlider.BarSlider();
|
|
|
|
|
this.param5CB = new BarSlider.BarSlider();
|
|
|
|
|
this.stTextBox2 = new Toolbox.Library.Forms.STTextBox();
|
|
|
|
|
this.stTextBox1 = new Toolbox.Library.Forms.STTextBox();
|
|
|
|
|
this.param4CB = new BarSlider.BarSlider();
|
|
|
|
|
this.param2CB = new BarSlider.BarSlider();
|
|
|
|
|
this.param3CB = new BarSlider.BarSlider();
|
|
|
|
|
this.param1CB = new BarSlider.BarSlider();
|
|
|
|
|
this.TransformTabPage = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.stPanel6 = new Toolbox.Library.Forms.STPanel();
|
|
|
|
|
this.transformParamTB = new Toolbox.Library.Forms.STTextBox();
|
|
|
|
@ -50,21 +62,9 @@
|
|
|
|
|
this.scaleYUD = new BarSlider.BarSlider();
|
|
|
|
|
this.scaleXUD = new BarSlider.BarSlider();
|
|
|
|
|
this.stPanel2 = new Toolbox.Library.Forms.STPanel();
|
|
|
|
|
this.ParamsTabPage = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.stTextBox2 = new Toolbox.Library.Forms.STTextBox();
|
|
|
|
|
this.stTextBox1 = new Toolbox.Library.Forms.STTextBox();
|
|
|
|
|
this.param4CB = new BarSlider.BarSlider();
|
|
|
|
|
this.param2CB = new BarSlider.BarSlider();
|
|
|
|
|
this.param3CB = new BarSlider.BarSlider();
|
|
|
|
|
this.param1CB = new BarSlider.BarSlider();
|
|
|
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.stPanel7 = new Toolbox.Library.Forms.STPanel();
|
|
|
|
|
this.param5CB = new BarSlider.BarSlider();
|
|
|
|
|
this.param9CB = new BarSlider.BarSlider();
|
|
|
|
|
this.param8CB = new BarSlider.BarSlider();
|
|
|
|
|
this.param6CB = new BarSlider.BarSlider();
|
|
|
|
|
this.param7CB = new BarSlider.BarSlider();
|
|
|
|
|
this.stTabControl1.SuspendLayout();
|
|
|
|
|
this.tabPage1.SuspendLayout();
|
|
|
|
|
this.stPanel1.SuspendLayout();
|
|
|
|
@ -75,9 +75,9 @@
|
|
|
|
|
this.stPanel5.SuspendLayout();
|
|
|
|
|
this.stPanel4.SuspendLayout();
|
|
|
|
|
this.stTabControl2.SuspendLayout();
|
|
|
|
|
this.ParamsTabPage.SuspendLayout();
|
|
|
|
|
this.TransformTabPage.SuspendLayout();
|
|
|
|
|
this.stPanel6.SuspendLayout();
|
|
|
|
|
this.ParamsTabPage.SuspendLayout();
|
|
|
|
|
this.tabPage3.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
@ -250,6 +250,430 @@
|
|
|
|
|
this.stTabControl2.Size = new System.Drawing.Size(169, 467);
|
|
|
|
|
this.stTabControl2.TabIndex = 17;
|
|
|
|
|
//
|
|
|
|
|
// ParamsTabPage
|
|
|
|
|
//
|
|
|
|
|
this.ParamsTabPage.Controls.Add(this.param9CB);
|
|
|
|
|
this.ParamsTabPage.Controls.Add(this.param8CB);
|
|
|
|
|
this.ParamsTabPage.Controls.Add(this.param6CB);
|
|
|
|
|
this.ParamsTabPage.Controls.Add(this.param7CB);
|
|
|
|
|
this.ParamsTabPage.Controls.Add(this.param5CB);
|
|
|
|
|
this.ParamsTabPage.Controls.Add(this.stTextBox2);
|
|
|
|
|
this.ParamsTabPage.Controls.Add(this.stTextBox1);
|
|
|
|
|
this.ParamsTabPage.Controls.Add(this.param4CB);
|
|
|
|
|
this.ParamsTabPage.Controls.Add(this.param2CB);
|
|
|
|
|
this.ParamsTabPage.Controls.Add(this.param3CB);
|
|
|
|
|
this.ParamsTabPage.Controls.Add(this.param1CB);
|
|
|
|
|
this.ParamsTabPage.Location = new System.Drawing.Point(4, 25);
|
|
|
|
|
this.ParamsTabPage.Name = "ParamsTabPage";
|
|
|
|
|
this.ParamsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
|
|
|
this.ParamsTabPage.Size = new System.Drawing.Size(161, 438);
|
|
|
|
|
this.ParamsTabPage.TabIndex = 1;
|
|
|
|
|
this.ParamsTabPage.Text = "Params";
|
|
|
|
|
this.ParamsTabPage.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// param9CB
|
|
|
|
|
//
|
|
|
|
|
this.param9CB.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.param9CB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
|
|
|
|
this.param9CB.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|
|
|
|
this.param9CB.BarPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param9CB.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param9CB.BarPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param9CB.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|
|
|
|
this.param9CB.DataType = null;
|
|
|
|
|
this.param9CB.DrawSemitransparentThumb = false;
|
|
|
|
|
this.param9CB.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(121)))), ((int)(((byte)(180)))));
|
|
|
|
|
this.param9CB.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param9CB.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param9CB.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param9CB.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|
|
|
|
this.param9CB.IncrementAmount = 0.01F;
|
|
|
|
|
this.param9CB.InputName = "Param9";
|
|
|
|
|
this.param9CB.LargeChange = 5F;
|
|
|
|
|
this.param9CB.Location = new System.Drawing.Point(6, 311);
|
|
|
|
|
this.param9CB.Maximum = 9999999F;
|
|
|
|
|
this.param9CB.Minimum = -9999999F;
|
|
|
|
|
this.param9CB.Name = "param9CB";
|
|
|
|
|
this.param9CB.Precision = 0.01F;
|
|
|
|
|
this.param9CB.ScaleDivisions = 1;
|
|
|
|
|
this.param9CB.ScaleSubDivisions = 2;
|
|
|
|
|
this.param9CB.ShowDivisionsText = false;
|
|
|
|
|
this.param9CB.ShowSmallScale = false;
|
|
|
|
|
this.param9CB.Size = new System.Drawing.Size(149, 25);
|
|
|
|
|
this.param9CB.SmallChange = 1F;
|
|
|
|
|
this.param9CB.TabIndex = 19;
|
|
|
|
|
this.param9CB.Text = "barSlider3";
|
|
|
|
|
this.param9CB.ThumbInnerColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param9CB.ThumbPenColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param9CB.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param9CB.ThumbSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param9CB.TickAdd = 0F;
|
|
|
|
|
this.param9CB.TickColor = System.Drawing.Color.White;
|
|
|
|
|
this.param9CB.TickDivide = 0F;
|
|
|
|
|
this.param9CB.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
|
|
this.param9CB.UseInterlapsedBar = true;
|
|
|
|
|
this.param9CB.Value = -9999999F;
|
|
|
|
|
//
|
|
|
|
|
// param8CB
|
|
|
|
|
//
|
|
|
|
|
this.param8CB.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.param8CB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
|
|
|
|
this.param8CB.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|
|
|
|
this.param8CB.BarPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param8CB.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param8CB.BarPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param8CB.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|
|
|
|
this.param8CB.DataType = null;
|
|
|
|
|
this.param8CB.DrawSemitransparentThumb = false;
|
|
|
|
|
this.param8CB.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(121)))), ((int)(((byte)(180)))));
|
|
|
|
|
this.param8CB.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param8CB.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param8CB.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param8CB.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|
|
|
|
this.param8CB.IncrementAmount = 0.01F;
|
|
|
|
|
this.param8CB.InputName = "Param8";
|
|
|
|
|
this.param8CB.LargeChange = 5F;
|
|
|
|
|
this.param8CB.Location = new System.Drawing.Point(6, 280);
|
|
|
|
|
this.param8CB.Maximum = 9999999F;
|
|
|
|
|
this.param8CB.Minimum = -9999999F;
|
|
|
|
|
this.param8CB.Name = "param8CB";
|
|
|
|
|
this.param8CB.Precision = 0.01F;
|
|
|
|
|
this.param8CB.ScaleDivisions = 1;
|
|
|
|
|
this.param8CB.ScaleSubDivisions = 2;
|
|
|
|
|
this.param8CB.ShowDivisionsText = false;
|
|
|
|
|
this.param8CB.ShowSmallScale = false;
|
|
|
|
|
this.param8CB.Size = new System.Drawing.Size(149, 25);
|
|
|
|
|
this.param8CB.SmallChange = 1F;
|
|
|
|
|
this.param8CB.TabIndex = 18;
|
|
|
|
|
this.param8CB.Text = "barSlider3";
|
|
|
|
|
this.param8CB.ThumbInnerColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param8CB.ThumbPenColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param8CB.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param8CB.ThumbSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param8CB.TickAdd = 0F;
|
|
|
|
|
this.param8CB.TickColor = System.Drawing.Color.White;
|
|
|
|
|
this.param8CB.TickDivide = 0F;
|
|
|
|
|
this.param8CB.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
|
|
this.param8CB.UseInterlapsedBar = true;
|
|
|
|
|
this.param8CB.Value = -9999999F;
|
|
|
|
|
//
|
|
|
|
|
// param6CB
|
|
|
|
|
//
|
|
|
|
|
this.param6CB.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.param6CB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
|
|
|
|
this.param6CB.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|
|
|
|
this.param6CB.BarPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param6CB.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param6CB.BarPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param6CB.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|
|
|
|
this.param6CB.DataType = null;
|
|
|
|
|
this.param6CB.DrawSemitransparentThumb = false;
|
|
|
|
|
this.param6CB.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(121)))), ((int)(((byte)(180)))));
|
|
|
|
|
this.param6CB.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param6CB.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param6CB.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param6CB.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|
|
|
|
this.param6CB.IncrementAmount = 0.01F;
|
|
|
|
|
this.param6CB.InputName = "Param6";
|
|
|
|
|
this.param6CB.LargeChange = 5F;
|
|
|
|
|
this.param6CB.Location = new System.Drawing.Point(6, 218);
|
|
|
|
|
this.param6CB.Maximum = 9999999F;
|
|
|
|
|
this.param6CB.Minimum = -9999999F;
|
|
|
|
|
this.param6CB.Name = "param6CB";
|
|
|
|
|
this.param6CB.Precision = 0.01F;
|
|
|
|
|
this.param6CB.ScaleDivisions = 1;
|
|
|
|
|
this.param6CB.ScaleSubDivisions = 2;
|
|
|
|
|
this.param6CB.ShowDivisionsText = false;
|
|
|
|
|
this.param6CB.ShowSmallScale = false;
|
|
|
|
|
this.param6CB.Size = new System.Drawing.Size(149, 25);
|
|
|
|
|
this.param6CB.SmallChange = 1F;
|
|
|
|
|
this.param6CB.TabIndex = 16;
|
|
|
|
|
this.param6CB.Text = "barSlider2";
|
|
|
|
|
this.param6CB.ThumbInnerColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param6CB.ThumbPenColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param6CB.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param6CB.ThumbSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param6CB.TickAdd = 0F;
|
|
|
|
|
this.param6CB.TickColor = System.Drawing.Color.White;
|
|
|
|
|
this.param6CB.TickDivide = 0F;
|
|
|
|
|
this.param6CB.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
|
|
this.param6CB.UseInterlapsedBar = true;
|
|
|
|
|
this.param6CB.Value = -9999999F;
|
|
|
|
|
//
|
|
|
|
|
// param7CB
|
|
|
|
|
//
|
|
|
|
|
this.param7CB.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.param7CB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
|
|
|
|
this.param7CB.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|
|
|
|
this.param7CB.BarPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param7CB.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param7CB.BarPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param7CB.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|
|
|
|
this.param7CB.DataType = null;
|
|
|
|
|
this.param7CB.DrawSemitransparentThumb = false;
|
|
|
|
|
this.param7CB.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(121)))), ((int)(((byte)(180)))));
|
|
|
|
|
this.param7CB.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param7CB.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param7CB.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param7CB.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|
|
|
|
this.param7CB.IncrementAmount = 0.01F;
|
|
|
|
|
this.param7CB.InputName = "Param7";
|
|
|
|
|
this.param7CB.LargeChange = 5F;
|
|
|
|
|
this.param7CB.Location = new System.Drawing.Point(6, 249);
|
|
|
|
|
this.param7CB.Maximum = 9999999F;
|
|
|
|
|
this.param7CB.Minimum = -9999999F;
|
|
|
|
|
this.param7CB.Name = "param7CB";
|
|
|
|
|
this.param7CB.Precision = 0.01F;
|
|
|
|
|
this.param7CB.ScaleDivisions = 1;
|
|
|
|
|
this.param7CB.ScaleSubDivisions = 2;
|
|
|
|
|
this.param7CB.ShowDivisionsText = false;
|
|
|
|
|
this.param7CB.ShowSmallScale = false;
|
|
|
|
|
this.param7CB.Size = new System.Drawing.Size(149, 25);
|
|
|
|
|
this.param7CB.SmallChange = 1F;
|
|
|
|
|
this.param7CB.TabIndex = 17;
|
|
|
|
|
this.param7CB.Text = "barSlider4";
|
|
|
|
|
this.param7CB.ThumbInnerColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param7CB.ThumbPenColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param7CB.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param7CB.ThumbSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param7CB.TickAdd = 0F;
|
|
|
|
|
this.param7CB.TickColor = System.Drawing.Color.White;
|
|
|
|
|
this.param7CB.TickDivide = 0F;
|
|
|
|
|
this.param7CB.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
|
|
this.param7CB.UseInterlapsedBar = true;
|
|
|
|
|
this.param7CB.Value = -9999999F;
|
|
|
|
|
//
|
|
|
|
|
// param5CB
|
|
|
|
|
//
|
|
|
|
|
this.param5CB.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.param5CB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
|
|
|
|
this.param5CB.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|
|
|
|
this.param5CB.BarPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param5CB.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param5CB.BarPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param5CB.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|
|
|
|
this.param5CB.DataType = null;
|
|
|
|
|
this.param5CB.DrawSemitransparentThumb = false;
|
|
|
|
|
this.param5CB.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(121)))), ((int)(((byte)(180)))));
|
|
|
|
|
this.param5CB.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param5CB.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param5CB.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param5CB.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|
|
|
|
this.param5CB.IncrementAmount = 0.01F;
|
|
|
|
|
this.param5CB.InputName = "Param5";
|
|
|
|
|
this.param5CB.LargeChange = 5F;
|
|
|
|
|
this.param5CB.Location = new System.Drawing.Point(6, 187);
|
|
|
|
|
this.param5CB.Maximum = 9999999F;
|
|
|
|
|
this.param5CB.Minimum = -9999999F;
|
|
|
|
|
this.param5CB.Name = "param5CB";
|
|
|
|
|
this.param5CB.Precision = 0.01F;
|
|
|
|
|
this.param5CB.ScaleDivisions = 1;
|
|
|
|
|
this.param5CB.ScaleSubDivisions = 2;
|
|
|
|
|
this.param5CB.ShowDivisionsText = false;
|
|
|
|
|
this.param5CB.ShowSmallScale = false;
|
|
|
|
|
this.param5CB.Size = new System.Drawing.Size(149, 25);
|
|
|
|
|
this.param5CB.SmallChange = 1F;
|
|
|
|
|
this.param5CB.TabIndex = 15;
|
|
|
|
|
this.param5CB.Text = "barSlider3";
|
|
|
|
|
this.param5CB.ThumbInnerColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param5CB.ThumbPenColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param5CB.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param5CB.ThumbSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param5CB.TickAdd = 0F;
|
|
|
|
|
this.param5CB.TickColor = System.Drawing.Color.White;
|
|
|
|
|
this.param5CB.TickDivide = 0F;
|
|
|
|
|
this.param5CB.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
|
|
this.param5CB.UseInterlapsedBar = true;
|
|
|
|
|
this.param5CB.Value = -9999999F;
|
|
|
|
|
//
|
|
|
|
|
// stTextBox2
|
|
|
|
|
//
|
|
|
|
|
this.stTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.stTextBox2.Location = new System.Drawing.Point(6, 32);
|
|
|
|
|
this.stTextBox2.Name = "stTextBox2";
|
|
|
|
|
this.stTextBox2.Size = new System.Drawing.Size(149, 20);
|
|
|
|
|
this.stTextBox2.TabIndex = 14;
|
|
|
|
|
//
|
|
|
|
|
// stTextBox1
|
|
|
|
|
//
|
|
|
|
|
this.stTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.stTextBox1.Location = new System.Drawing.Point(6, 6);
|
|
|
|
|
this.stTextBox1.Name = "stTextBox1";
|
|
|
|
|
this.stTextBox1.Size = new System.Drawing.Size(149, 20);
|
|
|
|
|
this.stTextBox1.TabIndex = 13;
|
|
|
|
|
//
|
|
|
|
|
// param4CB
|
|
|
|
|
//
|
|
|
|
|
this.param4CB.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.param4CB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
|
|
|
|
this.param4CB.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|
|
|
|
this.param4CB.BarPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param4CB.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param4CB.BarPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param4CB.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|
|
|
|
this.param4CB.DataType = null;
|
|
|
|
|
this.param4CB.DrawSemitransparentThumb = false;
|
|
|
|
|
this.param4CB.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(121)))), ((int)(((byte)(180)))));
|
|
|
|
|
this.param4CB.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param4CB.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param4CB.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param4CB.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|
|
|
|
this.param4CB.IncrementAmount = 0.01F;
|
|
|
|
|
this.param4CB.InputName = "Param4";
|
|
|
|
|
this.param4CB.LargeChange = 5F;
|
|
|
|
|
this.param4CB.Location = new System.Drawing.Point(6, 156);
|
|
|
|
|
this.param4CB.Maximum = 9999999F;
|
|
|
|
|
this.param4CB.Minimum = -9999999F;
|
|
|
|
|
this.param4CB.Name = "param4CB";
|
|
|
|
|
this.param4CB.Precision = 0.01F;
|
|
|
|
|
this.param4CB.ScaleDivisions = 1;
|
|
|
|
|
this.param4CB.ScaleSubDivisions = 2;
|
|
|
|
|
this.param4CB.ShowDivisionsText = false;
|
|
|
|
|
this.param4CB.ShowSmallScale = false;
|
|
|
|
|
this.param4CB.Size = new System.Drawing.Size(149, 25);
|
|
|
|
|
this.param4CB.SmallChange = 1F;
|
|
|
|
|
this.param4CB.TabIndex = 12;
|
|
|
|
|
this.param4CB.Text = "barSlider3";
|
|
|
|
|
this.param4CB.ThumbInnerColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param4CB.ThumbPenColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param4CB.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param4CB.ThumbSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param4CB.TickAdd = 0F;
|
|
|
|
|
this.param4CB.TickColor = System.Drawing.Color.White;
|
|
|
|
|
this.param4CB.TickDivide = 0F;
|
|
|
|
|
this.param4CB.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
|
|
this.param4CB.UseInterlapsedBar = true;
|
|
|
|
|
this.param4CB.Value = -9999999F;
|
|
|
|
|
//
|
|
|
|
|
// param2CB
|
|
|
|
|
//
|
|
|
|
|
this.param2CB.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.param2CB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
|
|
|
|
this.param2CB.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|
|
|
|
this.param2CB.BarPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param2CB.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param2CB.BarPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param2CB.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|
|
|
|
this.param2CB.DataType = null;
|
|
|
|
|
this.param2CB.DrawSemitransparentThumb = false;
|
|
|
|
|
this.param2CB.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(121)))), ((int)(((byte)(180)))));
|
|
|
|
|
this.param2CB.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param2CB.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param2CB.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param2CB.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|
|
|
|
this.param2CB.IncrementAmount = 0.01F;
|
|
|
|
|
this.param2CB.InputName = "Param2";
|
|
|
|
|
this.param2CB.LargeChange = 5F;
|
|
|
|
|
this.param2CB.Location = new System.Drawing.Point(6, 94);
|
|
|
|
|
this.param2CB.Maximum = 9999999F;
|
|
|
|
|
this.param2CB.Minimum = -9999999F;
|
|
|
|
|
this.param2CB.Name = "param2CB";
|
|
|
|
|
this.param2CB.Precision = 0.01F;
|
|
|
|
|
this.param2CB.ScaleDivisions = 1;
|
|
|
|
|
this.param2CB.ScaleSubDivisions = 2;
|
|
|
|
|
this.param2CB.ShowDivisionsText = false;
|
|
|
|
|
this.param2CB.ShowSmallScale = false;
|
|
|
|
|
this.param2CB.Size = new System.Drawing.Size(149, 25);
|
|
|
|
|
this.param2CB.SmallChange = 1F;
|
|
|
|
|
this.param2CB.TabIndex = 10;
|
|
|
|
|
this.param2CB.Text = "barSlider2";
|
|
|
|
|
this.param2CB.ThumbInnerColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param2CB.ThumbPenColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param2CB.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param2CB.ThumbSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param2CB.TickAdd = 0F;
|
|
|
|
|
this.param2CB.TickColor = System.Drawing.Color.White;
|
|
|
|
|
this.param2CB.TickDivide = 0F;
|
|
|
|
|
this.param2CB.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
|
|
this.param2CB.UseInterlapsedBar = true;
|
|
|
|
|
this.param2CB.Value = -9999999F;
|
|
|
|
|
//
|
|
|
|
|
// param3CB
|
|
|
|
|
//
|
|
|
|
|
this.param3CB.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.param3CB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
|
|
|
|
this.param3CB.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|
|
|
|
this.param3CB.BarPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param3CB.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param3CB.BarPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param3CB.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|
|
|
|
this.param3CB.DataType = null;
|
|
|
|
|
this.param3CB.DrawSemitransparentThumb = false;
|
|
|
|
|
this.param3CB.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(121)))), ((int)(((byte)(180)))));
|
|
|
|
|
this.param3CB.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param3CB.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param3CB.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param3CB.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|
|
|
|
this.param3CB.IncrementAmount = 0.01F;
|
|
|
|
|
this.param3CB.InputName = "Param3";
|
|
|
|
|
this.param3CB.LargeChange = 5F;
|
|
|
|
|
this.param3CB.Location = new System.Drawing.Point(6, 125);
|
|
|
|
|
this.param3CB.Maximum = 9999999F;
|
|
|
|
|
this.param3CB.Minimum = -9999999F;
|
|
|
|
|
this.param3CB.Name = "param3CB";
|
|
|
|
|
this.param3CB.Precision = 0.01F;
|
|
|
|
|
this.param3CB.ScaleDivisions = 1;
|
|
|
|
|
this.param3CB.ScaleSubDivisions = 2;
|
|
|
|
|
this.param3CB.ShowDivisionsText = false;
|
|
|
|
|
this.param3CB.ShowSmallScale = false;
|
|
|
|
|
this.param3CB.Size = new System.Drawing.Size(149, 25);
|
|
|
|
|
this.param3CB.SmallChange = 1F;
|
|
|
|
|
this.param3CB.TabIndex = 11;
|
|
|
|
|
this.param3CB.Text = "barSlider4";
|
|
|
|
|
this.param3CB.ThumbInnerColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param3CB.ThumbPenColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param3CB.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param3CB.ThumbSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param3CB.TickAdd = 0F;
|
|
|
|
|
this.param3CB.TickColor = System.Drawing.Color.White;
|
|
|
|
|
this.param3CB.TickDivide = 0F;
|
|
|
|
|
this.param3CB.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
|
|
this.param3CB.UseInterlapsedBar = true;
|
|
|
|
|
this.param3CB.Value = -9999999F;
|
|
|
|
|
//
|
|
|
|
|
// param1CB
|
|
|
|
|
//
|
|
|
|
|
this.param1CB.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.param1CB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
|
|
|
|
this.param1CB.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|
|
|
|
this.param1CB.BarPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param1CB.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param1CB.BarPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param1CB.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|
|
|
|
this.param1CB.DataType = null;
|
|
|
|
|
this.param1CB.DrawSemitransparentThumb = false;
|
|
|
|
|
this.param1CB.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(121)))), ((int)(((byte)(180)))));
|
|
|
|
|
this.param1CB.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param1CB.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param1CB.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param1CB.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|
|
|
|
this.param1CB.IncrementAmount = 0.01F;
|
|
|
|
|
this.param1CB.InputName = "Param1";
|
|
|
|
|
this.param1CB.LargeChange = 5F;
|
|
|
|
|
this.param1CB.Location = new System.Drawing.Point(6, 63);
|
|
|
|
|
this.param1CB.Maximum = 9999999F;
|
|
|
|
|
this.param1CB.Minimum = -9999999F;
|
|
|
|
|
this.param1CB.Name = "param1CB";
|
|
|
|
|
this.param1CB.Precision = 0.01F;
|
|
|
|
|
this.param1CB.ScaleDivisions = 1;
|
|
|
|
|
this.param1CB.ScaleSubDivisions = 2;
|
|
|
|
|
this.param1CB.ShowDivisionsText = false;
|
|
|
|
|
this.param1CB.ShowSmallScale = false;
|
|
|
|
|
this.param1CB.Size = new System.Drawing.Size(149, 25);
|
|
|
|
|
this.param1CB.SmallChange = 1F;
|
|
|
|
|
this.param1CB.TabIndex = 1;
|
|
|
|
|
this.param1CB.Text = "barSlider1";
|
|
|
|
|
this.param1CB.ThumbInnerColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param1CB.ThumbPenColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param1CB.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param1CB.ThumbSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param1CB.TickAdd = 0F;
|
|
|
|
|
this.param1CB.TickColor = System.Drawing.Color.White;
|
|
|
|
|
this.param1CB.TickDivide = 0F;
|
|
|
|
|
this.param1CB.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
|
|
this.param1CB.UseInterlapsedBar = true;
|
|
|
|
|
this.param1CB.Value = -9999999F;
|
|
|
|
|
//
|
|
|
|
|
// TransformTabPage
|
|
|
|
|
//
|
|
|
|
|
this.TransformTabPage.Controls.Add(this.stPanel6);
|
|
|
|
@ -303,8 +727,8 @@
|
|
|
|
|
this.translateYUD.InputName = "Translate Y";
|
|
|
|
|
this.translateYUD.LargeChange = 5F;
|
|
|
|
|
this.translateYUD.Location = new System.Drawing.Point(3, 25);
|
|
|
|
|
this.translateYUD.Maximum = 100F;
|
|
|
|
|
this.translateYUD.Minimum = 0F;
|
|
|
|
|
this.translateYUD.Maximum = 99999F;
|
|
|
|
|
this.translateYUD.Minimum = -99999F;
|
|
|
|
|
this.translateYUD.Name = "translateYUD";
|
|
|
|
|
this.translateYUD.Precision = 0.01F;
|
|
|
|
|
this.translateYUD.ScaleDivisions = 1;
|
|
|
|
@ -346,8 +770,8 @@
|
|
|
|
|
this.translateXUD.InputName = "Translate X";
|
|
|
|
|
this.translateXUD.LargeChange = 5F;
|
|
|
|
|
this.translateXUD.Location = new System.Drawing.Point(3, 51);
|
|
|
|
|
this.translateXUD.Maximum = 100F;
|
|
|
|
|
this.translateXUD.Minimum = 0F;
|
|
|
|
|
this.translateXUD.Maximum = 99999F;
|
|
|
|
|
this.translateXUD.Minimum = -99999F;
|
|
|
|
|
this.translateXUD.Name = "translateXUD";
|
|
|
|
|
this.translateXUD.Precision = 0.01F;
|
|
|
|
|
this.translateXUD.ScaleDivisions = 1;
|
|
|
|
@ -389,8 +813,8 @@
|
|
|
|
|
this.scaleYUD.InputName = "Scale Y";
|
|
|
|
|
this.scaleYUD.LargeChange = 5F;
|
|
|
|
|
this.scaleYUD.Location = new System.Drawing.Point(3, 103);
|
|
|
|
|
this.scaleYUD.Maximum = 100F;
|
|
|
|
|
this.scaleYUD.Minimum = 0F;
|
|
|
|
|
this.scaleYUD.Maximum = 99999F;
|
|
|
|
|
this.scaleYUD.Minimum = -99999F;
|
|
|
|
|
this.scaleYUD.Name = "scaleYUD";
|
|
|
|
|
this.scaleYUD.Precision = 0.01F;
|
|
|
|
|
this.scaleYUD.ScaleDivisions = 1;
|
|
|
|
@ -433,8 +857,8 @@
|
|
|
|
|
this.scaleXUD.InputName = "Scale X";
|
|
|
|
|
this.scaleXUD.LargeChange = 5F;
|
|
|
|
|
this.scaleXUD.Location = new System.Drawing.Point(3, 77);
|
|
|
|
|
this.scaleXUD.Maximum = 100F;
|
|
|
|
|
this.scaleXUD.Minimum = 0F;
|
|
|
|
|
this.scaleXUD.Maximum = 99999F;
|
|
|
|
|
this.scaleXUD.Minimum = -99999F;
|
|
|
|
|
this.scaleXUD.Name = "scaleXUD";
|
|
|
|
|
this.scaleXUD.Precision = 0.01F;
|
|
|
|
|
this.scaleXUD.ScaleDivisions = 1;
|
|
|
|
@ -463,215 +887,6 @@
|
|
|
|
|
this.stPanel2.Size = new System.Drawing.Size(8, 8);
|
|
|
|
|
this.stPanel2.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// ParamsTabPage
|
|
|
|
|
//
|
|
|
|
|
this.ParamsTabPage.Controls.Add(this.param9CB);
|
|
|
|
|
this.ParamsTabPage.Controls.Add(this.param8CB);
|
|
|
|
|
this.ParamsTabPage.Controls.Add(this.param6CB);
|
|
|
|
|
this.ParamsTabPage.Controls.Add(this.param7CB);
|
|
|
|
|
this.ParamsTabPage.Controls.Add(this.param5CB);
|
|
|
|
|
this.ParamsTabPage.Controls.Add(this.stTextBox2);
|
|
|
|
|
this.ParamsTabPage.Controls.Add(this.stTextBox1);
|
|
|
|
|
this.ParamsTabPage.Controls.Add(this.param4CB);
|
|
|
|
|
this.ParamsTabPage.Controls.Add(this.param2CB);
|
|
|
|
|
this.ParamsTabPage.Controls.Add(this.param3CB);
|
|
|
|
|
this.ParamsTabPage.Controls.Add(this.param1CB);
|
|
|
|
|
this.ParamsTabPage.Location = new System.Drawing.Point(4, 25);
|
|
|
|
|
this.ParamsTabPage.Name = "ParamsTabPage";
|
|
|
|
|
this.ParamsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
|
|
|
this.ParamsTabPage.Size = new System.Drawing.Size(161, 438);
|
|
|
|
|
this.ParamsTabPage.TabIndex = 1;
|
|
|
|
|
this.ParamsTabPage.Text = "Params";
|
|
|
|
|
this.ParamsTabPage.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// stTextBox2
|
|
|
|
|
//
|
|
|
|
|
this.stTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.stTextBox2.Location = new System.Drawing.Point(6, 32);
|
|
|
|
|
this.stTextBox2.Name = "stTextBox2";
|
|
|
|
|
this.stTextBox2.Size = new System.Drawing.Size(149, 20);
|
|
|
|
|
this.stTextBox2.TabIndex = 14;
|
|
|
|
|
//
|
|
|
|
|
// stTextBox1
|
|
|
|
|
//
|
|
|
|
|
this.stTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.stTextBox1.Location = new System.Drawing.Point(6, 6);
|
|
|
|
|
this.stTextBox1.Name = "stTextBox1";
|
|
|
|
|
this.stTextBox1.Size = new System.Drawing.Size(149, 20);
|
|
|
|
|
this.stTextBox1.TabIndex = 13;
|
|
|
|
|
//
|
|
|
|
|
// param4CB
|
|
|
|
|
//
|
|
|
|
|
this.param4CB.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.param4CB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
|
|
|
|
this.param4CB.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|
|
|
|
this.param4CB.BarPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param4CB.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param4CB.BarPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param4CB.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|
|
|
|
this.param4CB.DataType = null;
|
|
|
|
|
this.param4CB.DrawSemitransparentThumb = false;
|
|
|
|
|
this.param4CB.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(121)))), ((int)(((byte)(180)))));
|
|
|
|
|
this.param4CB.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param4CB.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param4CB.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param4CB.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|
|
|
|
this.param4CB.IncrementAmount = 0.01F;
|
|
|
|
|
this.param4CB.InputName = "Param4";
|
|
|
|
|
this.param4CB.LargeChange = 5F;
|
|
|
|
|
this.param4CB.Location = new System.Drawing.Point(6, 156);
|
|
|
|
|
this.param4CB.Maximum = 100F;
|
|
|
|
|
this.param4CB.Minimum = 0F;
|
|
|
|
|
this.param4CB.Name = "param4CB";
|
|
|
|
|
this.param4CB.Precision = 0.01F;
|
|
|
|
|
this.param4CB.ScaleDivisions = 1;
|
|
|
|
|
this.param4CB.ScaleSubDivisions = 2;
|
|
|
|
|
this.param4CB.ShowDivisionsText = false;
|
|
|
|
|
this.param4CB.ShowSmallScale = false;
|
|
|
|
|
this.param4CB.Size = new System.Drawing.Size(149, 25);
|
|
|
|
|
this.param4CB.SmallChange = 1F;
|
|
|
|
|
this.param4CB.TabIndex = 12;
|
|
|
|
|
this.param4CB.Text = "barSlider3";
|
|
|
|
|
this.param4CB.ThumbInnerColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param4CB.ThumbPenColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param4CB.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param4CB.ThumbSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param4CB.TickAdd = 0F;
|
|
|
|
|
this.param4CB.TickColor = System.Drawing.Color.White;
|
|
|
|
|
this.param4CB.TickDivide = 0F;
|
|
|
|
|
this.param4CB.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
|
|
this.param4CB.UseInterlapsedBar = true;
|
|
|
|
|
this.param4CB.Value = 30F;
|
|
|
|
|
//
|
|
|
|
|
// param2CB
|
|
|
|
|
//
|
|
|
|
|
this.param2CB.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.param2CB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
|
|
|
|
this.param2CB.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|
|
|
|
this.param2CB.BarPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param2CB.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param2CB.BarPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param2CB.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|
|
|
|
this.param2CB.DataType = null;
|
|
|
|
|
this.param2CB.DrawSemitransparentThumb = false;
|
|
|
|
|
this.param2CB.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(121)))), ((int)(((byte)(180)))));
|
|
|
|
|
this.param2CB.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param2CB.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param2CB.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param2CB.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|
|
|
|
this.param2CB.IncrementAmount = 0.01F;
|
|
|
|
|
this.param2CB.InputName = "Param2";
|
|
|
|
|
this.param2CB.LargeChange = 5F;
|
|
|
|
|
this.param2CB.Location = new System.Drawing.Point(6, 94);
|
|
|
|
|
this.param2CB.Maximum = 100F;
|
|
|
|
|
this.param2CB.Minimum = 0F;
|
|
|
|
|
this.param2CB.Name = "param2CB";
|
|
|
|
|
this.param2CB.Precision = 0.01F;
|
|
|
|
|
this.param2CB.ScaleDivisions = 1;
|
|
|
|
|
this.param2CB.ScaleSubDivisions = 2;
|
|
|
|
|
this.param2CB.ShowDivisionsText = false;
|
|
|
|
|
this.param2CB.ShowSmallScale = false;
|
|
|
|
|
this.param2CB.Size = new System.Drawing.Size(149, 25);
|
|
|
|
|
this.param2CB.SmallChange = 1F;
|
|
|
|
|
this.param2CB.TabIndex = 10;
|
|
|
|
|
this.param2CB.Text = "barSlider2";
|
|
|
|
|
this.param2CB.ThumbInnerColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param2CB.ThumbPenColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param2CB.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param2CB.ThumbSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param2CB.TickAdd = 0F;
|
|
|
|
|
this.param2CB.TickColor = System.Drawing.Color.White;
|
|
|
|
|
this.param2CB.TickDivide = 0F;
|
|
|
|
|
this.param2CB.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
|
|
this.param2CB.UseInterlapsedBar = true;
|
|
|
|
|
this.param2CB.Value = 30F;
|
|
|
|
|
//
|
|
|
|
|
// param3CB
|
|
|
|
|
//
|
|
|
|
|
this.param3CB.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.param3CB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
|
|
|
|
this.param3CB.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|
|
|
|
this.param3CB.BarPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param3CB.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param3CB.BarPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param3CB.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|
|
|
|
this.param3CB.DataType = null;
|
|
|
|
|
this.param3CB.DrawSemitransparentThumb = false;
|
|
|
|
|
this.param3CB.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(121)))), ((int)(((byte)(180)))));
|
|
|
|
|
this.param3CB.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param3CB.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param3CB.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param3CB.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|
|
|
|
this.param3CB.IncrementAmount = 0.01F;
|
|
|
|
|
this.param3CB.InputName = "Param3";
|
|
|
|
|
this.param3CB.LargeChange = 5F;
|
|
|
|
|
this.param3CB.Location = new System.Drawing.Point(6, 125);
|
|
|
|
|
this.param3CB.Maximum = 100F;
|
|
|
|
|
this.param3CB.Minimum = 0F;
|
|
|
|
|
this.param3CB.Name = "param3CB";
|
|
|
|
|
this.param3CB.Precision = 0.01F;
|
|
|
|
|
this.param3CB.ScaleDivisions = 1;
|
|
|
|
|
this.param3CB.ScaleSubDivisions = 2;
|
|
|
|
|
this.param3CB.ShowDivisionsText = false;
|
|
|
|
|
this.param3CB.ShowSmallScale = false;
|
|
|
|
|
this.param3CB.Size = new System.Drawing.Size(149, 25);
|
|
|
|
|
this.param3CB.SmallChange = 1F;
|
|
|
|
|
this.param3CB.TabIndex = 11;
|
|
|
|
|
this.param3CB.Text = "barSlider4";
|
|
|
|
|
this.param3CB.ThumbInnerColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param3CB.ThumbPenColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param3CB.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param3CB.ThumbSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param3CB.TickAdd = 0F;
|
|
|
|
|
this.param3CB.TickColor = System.Drawing.Color.White;
|
|
|
|
|
this.param3CB.TickDivide = 0F;
|
|
|
|
|
this.param3CB.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
|
|
this.param3CB.UseInterlapsedBar = true;
|
|
|
|
|
this.param3CB.Value = 30F;
|
|
|
|
|
//
|
|
|
|
|
// param1CB
|
|
|
|
|
//
|
|
|
|
|
this.param1CB.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.param1CB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
|
|
|
|
this.param1CB.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|
|
|
|
this.param1CB.BarPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param1CB.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param1CB.BarPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param1CB.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|
|
|
|
this.param1CB.DataType = null;
|
|
|
|
|
this.param1CB.DrawSemitransparentThumb = false;
|
|
|
|
|
this.param1CB.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(121)))), ((int)(((byte)(180)))));
|
|
|
|
|
this.param1CB.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param1CB.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param1CB.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param1CB.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|
|
|
|
this.param1CB.IncrementAmount = 0.01F;
|
|
|
|
|
this.param1CB.InputName = "Param1";
|
|
|
|
|
this.param1CB.LargeChange = 5F;
|
|
|
|
|
this.param1CB.Location = new System.Drawing.Point(6, 63);
|
|
|
|
|
this.param1CB.Maximum = 100F;
|
|
|
|
|
this.param1CB.Minimum = 0F;
|
|
|
|
|
this.param1CB.Name = "param1CB";
|
|
|
|
|
this.param1CB.Precision = 0.01F;
|
|
|
|
|
this.param1CB.ScaleDivisions = 1;
|
|
|
|
|
this.param1CB.ScaleSubDivisions = 2;
|
|
|
|
|
this.param1CB.ShowDivisionsText = false;
|
|
|
|
|
this.param1CB.ShowSmallScale = false;
|
|
|
|
|
this.param1CB.Size = new System.Drawing.Size(149, 25);
|
|
|
|
|
this.param1CB.SmallChange = 1F;
|
|
|
|
|
this.param1CB.TabIndex = 1;
|
|
|
|
|
this.param1CB.Text = "barSlider1";
|
|
|
|
|
this.param1CB.ThumbInnerColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param1CB.ThumbPenColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param1CB.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param1CB.ThumbSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param1CB.TickAdd = 0F;
|
|
|
|
|
this.param1CB.TickColor = System.Drawing.Color.White;
|
|
|
|
|
this.param1CB.TickDivide = 0F;
|
|
|
|
|
this.param1CB.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
|
|
this.param1CB.UseInterlapsedBar = true;
|
|
|
|
|
this.param1CB.Value = 30F;
|
|
|
|
|
//
|
|
|
|
|
// tabPage2
|
|
|
|
|
//
|
|
|
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 25);
|
|
|
|
@ -701,221 +916,6 @@
|
|
|
|
|
this.stPanel7.Size = new System.Drawing.Size(561, 734);
|
|
|
|
|
this.stPanel7.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// param5CB
|
|
|
|
|
//
|
|
|
|
|
this.param5CB.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.param5CB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
|
|
|
|
this.param5CB.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|
|
|
|
this.param5CB.BarPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param5CB.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param5CB.BarPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param5CB.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|
|
|
|
this.param5CB.DataType = null;
|
|
|
|
|
this.param5CB.DrawSemitransparentThumb = false;
|
|
|
|
|
this.param5CB.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(121)))), ((int)(((byte)(180)))));
|
|
|
|
|
this.param5CB.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param5CB.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param5CB.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param5CB.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|
|
|
|
this.param5CB.IncrementAmount = 0.01F;
|
|
|
|
|
this.param5CB.InputName = "Param5";
|
|
|
|
|
this.param5CB.LargeChange = 5F;
|
|
|
|
|
this.param5CB.Location = new System.Drawing.Point(6, 187);
|
|
|
|
|
this.param5CB.Maximum = 100F;
|
|
|
|
|
this.param5CB.Minimum = 0F;
|
|
|
|
|
this.param5CB.Name = "param5CB";
|
|
|
|
|
this.param5CB.Precision = 0.01F;
|
|
|
|
|
this.param5CB.ScaleDivisions = 1;
|
|
|
|
|
this.param5CB.ScaleSubDivisions = 2;
|
|
|
|
|
this.param5CB.ShowDivisionsText = false;
|
|
|
|
|
this.param5CB.ShowSmallScale = false;
|
|
|
|
|
this.param5CB.Size = new System.Drawing.Size(149, 25);
|
|
|
|
|
this.param5CB.SmallChange = 1F;
|
|
|
|
|
this.param5CB.TabIndex = 15;
|
|
|
|
|
this.param5CB.Text = "barSlider3";
|
|
|
|
|
this.param5CB.ThumbInnerColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param5CB.ThumbPenColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param5CB.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param5CB.ThumbSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param5CB.TickAdd = 0F;
|
|
|
|
|
this.param5CB.TickColor = System.Drawing.Color.White;
|
|
|
|
|
this.param5CB.TickDivide = 0F;
|
|
|
|
|
this.param5CB.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
|
|
this.param5CB.UseInterlapsedBar = true;
|
|
|
|
|
this.param5CB.Value = 30F;
|
|
|
|
|
//
|
|
|
|
|
// param9CB
|
|
|
|
|
//
|
|
|
|
|
this.param9CB.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.param9CB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
|
|
|
|
this.param9CB.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|
|
|
|
this.param9CB.BarPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param9CB.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param9CB.BarPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param9CB.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|
|
|
|
this.param9CB.DataType = null;
|
|
|
|
|
this.param9CB.DrawSemitransparentThumb = false;
|
|
|
|
|
this.param9CB.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(121)))), ((int)(((byte)(180)))));
|
|
|
|
|
this.param9CB.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param9CB.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param9CB.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param9CB.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|
|
|
|
this.param9CB.IncrementAmount = 0.01F;
|
|
|
|
|
this.param9CB.InputName = "Param9";
|
|
|
|
|
this.param9CB.LargeChange = 5F;
|
|
|
|
|
this.param9CB.Location = new System.Drawing.Point(6, 311);
|
|
|
|
|
this.param9CB.Maximum = 100F;
|
|
|
|
|
this.param9CB.Minimum = 0F;
|
|
|
|
|
this.param9CB.Name = "param9CB";
|
|
|
|
|
this.param9CB.Precision = 0.01F;
|
|
|
|
|
this.param9CB.ScaleDivisions = 1;
|
|
|
|
|
this.param9CB.ScaleSubDivisions = 2;
|
|
|
|
|
this.param9CB.ShowDivisionsText = false;
|
|
|
|
|
this.param9CB.ShowSmallScale = false;
|
|
|
|
|
this.param9CB.Size = new System.Drawing.Size(149, 25);
|
|
|
|
|
this.param9CB.SmallChange = 1F;
|
|
|
|
|
this.param9CB.TabIndex = 19;
|
|
|
|
|
this.param9CB.Text = "barSlider3";
|
|
|
|
|
this.param9CB.ThumbInnerColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param9CB.ThumbPenColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param9CB.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param9CB.ThumbSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param9CB.TickAdd = 0F;
|
|
|
|
|
this.param9CB.TickColor = System.Drawing.Color.White;
|
|
|
|
|
this.param9CB.TickDivide = 0F;
|
|
|
|
|
this.param9CB.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
|
|
this.param9CB.UseInterlapsedBar = true;
|
|
|
|
|
this.param9CB.Value = 30F;
|
|
|
|
|
//
|
|
|
|
|
// param8CB
|
|
|
|
|
//
|
|
|
|
|
this.param8CB.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.param8CB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
|
|
|
|
this.param8CB.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|
|
|
|
this.param8CB.BarPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param8CB.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param8CB.BarPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param8CB.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|
|
|
|
this.param8CB.DataType = null;
|
|
|
|
|
this.param8CB.DrawSemitransparentThumb = false;
|
|
|
|
|
this.param8CB.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(121)))), ((int)(((byte)(180)))));
|
|
|
|
|
this.param8CB.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param8CB.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param8CB.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param8CB.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|
|
|
|
this.param8CB.IncrementAmount = 0.01F;
|
|
|
|
|
this.param8CB.InputName = "Param8";
|
|
|
|
|
this.param8CB.LargeChange = 5F;
|
|
|
|
|
this.param8CB.Location = new System.Drawing.Point(6, 280);
|
|
|
|
|
this.param8CB.Maximum = 100F;
|
|
|
|
|
this.param8CB.Minimum = 0F;
|
|
|
|
|
this.param8CB.Name = "param8CB";
|
|
|
|
|
this.param8CB.Precision = 0.01F;
|
|
|
|
|
this.param8CB.ScaleDivisions = 1;
|
|
|
|
|
this.param8CB.ScaleSubDivisions = 2;
|
|
|
|
|
this.param8CB.ShowDivisionsText = false;
|
|
|
|
|
this.param8CB.ShowSmallScale = false;
|
|
|
|
|
this.param8CB.Size = new System.Drawing.Size(149, 25);
|
|
|
|
|
this.param8CB.SmallChange = 1F;
|
|
|
|
|
this.param8CB.TabIndex = 18;
|
|
|
|
|
this.param8CB.Text = "barSlider3";
|
|
|
|
|
this.param8CB.ThumbInnerColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param8CB.ThumbPenColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param8CB.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param8CB.ThumbSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param8CB.TickAdd = 0F;
|
|
|
|
|
this.param8CB.TickColor = System.Drawing.Color.White;
|
|
|
|
|
this.param8CB.TickDivide = 0F;
|
|
|
|
|
this.param8CB.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
|
|
this.param8CB.UseInterlapsedBar = true;
|
|
|
|
|
this.param8CB.Value = 30F;
|
|
|
|
|
//
|
|
|
|
|
// param6CB
|
|
|
|
|
//
|
|
|
|
|
this.param6CB.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.param6CB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
|
|
|
|
this.param6CB.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|
|
|
|
this.param6CB.BarPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param6CB.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param6CB.BarPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param6CB.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|
|
|
|
this.param6CB.DataType = null;
|
|
|
|
|
this.param6CB.DrawSemitransparentThumb = false;
|
|
|
|
|
this.param6CB.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(121)))), ((int)(((byte)(180)))));
|
|
|
|
|
this.param6CB.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param6CB.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param6CB.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param6CB.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|
|
|
|
this.param6CB.IncrementAmount = 0.01F;
|
|
|
|
|
this.param6CB.InputName = "Param6";
|
|
|
|
|
this.param6CB.LargeChange = 5F;
|
|
|
|
|
this.param6CB.Location = new System.Drawing.Point(6, 218);
|
|
|
|
|
this.param6CB.Maximum = 100F;
|
|
|
|
|
this.param6CB.Minimum = 0F;
|
|
|
|
|
this.param6CB.Name = "param6CB";
|
|
|
|
|
this.param6CB.Precision = 0.01F;
|
|
|
|
|
this.param6CB.ScaleDivisions = 1;
|
|
|
|
|
this.param6CB.ScaleSubDivisions = 2;
|
|
|
|
|
this.param6CB.ShowDivisionsText = false;
|
|
|
|
|
this.param6CB.ShowSmallScale = false;
|
|
|
|
|
this.param6CB.Size = new System.Drawing.Size(149, 25);
|
|
|
|
|
this.param6CB.SmallChange = 1F;
|
|
|
|
|
this.param6CB.TabIndex = 16;
|
|
|
|
|
this.param6CB.Text = "barSlider2";
|
|
|
|
|
this.param6CB.ThumbInnerColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param6CB.ThumbPenColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param6CB.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param6CB.ThumbSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param6CB.TickAdd = 0F;
|
|
|
|
|
this.param6CB.TickColor = System.Drawing.Color.White;
|
|
|
|
|
this.param6CB.TickDivide = 0F;
|
|
|
|
|
this.param6CB.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
|
|
this.param6CB.UseInterlapsedBar = true;
|
|
|
|
|
this.param6CB.Value = 30F;
|
|
|
|
|
//
|
|
|
|
|
// param7CB
|
|
|
|
|
//
|
|
|
|
|
this.param7CB.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.param7CB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
|
|
|
|
this.param7CB.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|
|
|
|
this.param7CB.BarPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param7CB.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param7CB.BarPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param7CB.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|
|
|
|
this.param7CB.DataType = null;
|
|
|
|
|
this.param7CB.DrawSemitransparentThumb = false;
|
|
|
|
|
this.param7CB.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(121)))), ((int)(((byte)(180)))));
|
|
|
|
|
this.param7CB.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|
|
|
|
this.param7CB.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|
|
|
|
this.param7CB.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|
|
|
|
this.param7CB.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|
|
|
|
this.param7CB.IncrementAmount = 0.01F;
|
|
|
|
|
this.param7CB.InputName = "Param7";
|
|
|
|
|
this.param7CB.LargeChange = 5F;
|
|
|
|
|
this.param7CB.Location = new System.Drawing.Point(6, 249);
|
|
|
|
|
this.param7CB.Maximum = 100F;
|
|
|
|
|
this.param7CB.Minimum = 0F;
|
|
|
|
|
this.param7CB.Name = "param7CB";
|
|
|
|
|
this.param7CB.Precision = 0.01F;
|
|
|
|
|
this.param7CB.ScaleDivisions = 1;
|
|
|
|
|
this.param7CB.ScaleSubDivisions = 2;
|
|
|
|
|
this.param7CB.ShowDivisionsText = false;
|
|
|
|
|
this.param7CB.ShowSmallScale = false;
|
|
|
|
|
this.param7CB.Size = new System.Drawing.Size(149, 25);
|
|
|
|
|
this.param7CB.SmallChange = 1F;
|
|
|
|
|
this.param7CB.TabIndex = 17;
|
|
|
|
|
this.param7CB.Text = "barSlider4";
|
|
|
|
|
this.param7CB.ThumbInnerColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param7CB.ThumbPenColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.param7CB.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param7CB.ThumbSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.param7CB.TickAdd = 0F;
|
|
|
|
|
this.param7CB.TickColor = System.Drawing.Color.White;
|
|
|
|
|
this.param7CB.TickDivide = 0F;
|
|
|
|
|
this.param7CB.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
|
|
this.param7CB.UseInterlapsedBar = true;
|
|
|
|
|
this.param7CB.Value = 30F;
|
|
|
|
|
//
|
|
|
|
|
// GFLXMaterialEditor
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
@ -935,11 +935,11 @@
|
|
|
|
|
this.stPanel5.ResumeLayout(false);
|
|
|
|
|
this.stPanel4.ResumeLayout(false);
|
|
|
|
|
this.stTabControl2.ResumeLayout(false);
|
|
|
|
|
this.ParamsTabPage.ResumeLayout(false);
|
|
|
|
|
this.ParamsTabPage.PerformLayout();
|
|
|
|
|
this.TransformTabPage.ResumeLayout(false);
|
|
|
|
|
this.stPanel6.ResumeLayout(false);
|
|
|
|
|
this.stPanel6.PerformLayout();
|
|
|
|
|
this.ParamsTabPage.ResumeLayout(false);
|
|
|
|
|
this.ParamsTabPage.PerformLayout();
|
|
|
|
|
this.tabPage3.ResumeLayout(false);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|