コード例 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     VixenModules.App.ColorGradients.ColorGradient colorGradient5 = new VixenModules.App.ColorGradients.ColorGradient();
     VixenModules.App.Curves.Curve curve5 = new VixenModules.App.Curves.Curve();
     this.groupBoxColor = new System.Windows.Forms.GroupBox();
     this.radioButtonGradientAcrossItems    = new System.Windows.Forms.RadioButton();
     this.colorTypeEditorControlStaticColor = new VixenModules.EffectEditor.ColorTypeEditor.ColorTypeEditorControl();
     this.radioButtonStaticColor            = new System.Windows.Forms.RadioButton();
     this.label7 = new System.Windows.Forms.Label();
     this.radioButtonGradientIndividual          = new System.Windows.Forms.RadioButton();
     this.colorGradientTypeEditorControlGradient = new VixenModules.EffectEditor.ColorGradientTypeEditor.ColorGradientTypeEditorControl();
     this.radioButtonGradientOverWhole           = new System.Windows.Forms.RadioButton();
     this.groupBoxSpeed                    = new System.Windows.Forms.GroupBox();
     this.radioButtonRevolutionTime        = new System.Windows.Forms.RadioButton();
     this.radioButtonRevolutionFrequency   = new System.Windows.Forms.RadioButton();
     this.radioButtonRevolutionCount       = new System.Windows.Forms.RadioButton();
     this.numericUpDownRevolutionCount     = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownRevolutionTime      = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownRevolutionFrequency = new System.Windows.Forms.NumericUpDown();
     this.groupBoxPulse                    = new System.Windows.Forms.GroupBox();
     this.label1 = new System.Windows.Forms.Label();
     this.curveTypeEditorControlEachPulse    = new VixenModules.EffectEditor.CurveTypeEditor.CurveTypeEditorControl();
     this.numericUpDownPulsePercentage       = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownPulseTime             = new System.Windows.Forms.NumericUpDown();
     this.radioButtonPulseEvenlyDistributed  = new System.Windows.Forms.RadioButton();
     this.radioButtonPulsePercentage         = new System.Windows.Forms.RadioButton();
     this.radioButtonPulseFixedTime          = new System.Windows.Forms.RadioButton();
     this.levelTypeEditorControlDefaultLevel = new VixenModules.EffectEditor.LevelTypeEditor.LevelTypeEditorControl();
     this.label2                        = new System.Windows.Forms.Label();
     this.checkBoxReverse               = new System.Windows.Forms.CheckBox();
     this.groupByDepthOfEffect          = new System.Windows.Forms.GroupBox();
     this.numericUpDownDepthOfEffect    = new System.Windows.Forms.NumericUpDown();
     this.radioButtonApplyToAllElements = new System.Windows.Forms.RadioButton();
     this.radioButtonApplyToLevel       = new System.Windows.Forms.RadioButton();
     this.groupBoxColor.SuspendLayout();
     this.groupBoxSpeed.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownRevolutionCount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownRevolutionTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownRevolutionFrequency)).BeginInit();
     this.groupBoxPulse.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPulsePercentage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPulseTime)).BeginInit();
     this.groupByDepthOfEffect.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDepthOfEffect)).BeginInit();
     this.SuspendLayout();
     //
     // groupBoxColor
     //
     this.groupBoxColor.Controls.Add(this.radioButtonGradientAcrossItems);
     this.groupBoxColor.Controls.Add(this.colorTypeEditorControlStaticColor);
     this.groupBoxColor.Controls.Add(this.radioButtonStaticColor);
     this.groupBoxColor.Controls.Add(this.label7);
     this.groupBoxColor.Controls.Add(this.radioButtonGradientIndividual);
     this.groupBoxColor.Controls.Add(this.colorGradientTypeEditorControlGradient);
     this.groupBoxColor.Controls.Add(this.radioButtonGradientOverWhole);
     this.groupBoxColor.Location = new System.Drawing.Point(307, 3);
     this.groupBoxColor.Name     = "groupBoxColor";
     this.groupBoxColor.Size     = new System.Drawing.Size(295, 205);
     this.groupBoxColor.TabIndex = 6;
     this.groupBoxColor.TabStop  = false;
     this.groupBoxColor.Text     = "Color Handling";
     //
     // radioButtonGradientAcrossItems
     //
     this.radioButtonGradientAcrossItems.AutoSize = true;
     this.radioButtonGradientAcrossItems.Location = new System.Drawing.Point(6, 126);
     this.radioButtonGradientAcrossItems.Name     = "radioButtonGradientAcrossItems";
     this.radioButtonGradientAcrossItems.Size     = new System.Drawing.Size(283, 17);
     this.radioButtonGradientAcrossItems.TabIndex = 9;
     this.radioButtonGradientAcrossItems.TabStop  = true;
     this.radioButtonGradientAcrossItems.Text     = "The gradient is spread over the range of sub-elements.";
     this.radioButtonGradientAcrossItems.UseVisualStyleBackColor = true;
     //
     // colorTypeEditorControlStaticColor
     //
     this.colorTypeEditorControlStaticColor.ColorValue            = System.Drawing.Color.Empty;
     this.colorTypeEditorControlStaticColor.EffectParameterValues = new object[] {
         ((object)(System.Drawing.Color.Empty))
     };
     this.colorTypeEditorControlStaticColor.Location     = new System.Drawing.Point(94, 20);
     this.colorTypeEditorControlStaticColor.Name         = "colorTypeEditorControlStaticColor";
     this.colorTypeEditorControlStaticColor.Size         = new System.Drawing.Size(40, 40);
     this.colorTypeEditorControlStaticColor.TabIndex     = 8;
     this.colorTypeEditorControlStaticColor.TargetEffect = null;
     //
     // radioButtonStaticColor
     //
     this.radioButtonStaticColor.AutoSize = true;
     this.radioButtonStaticColor.Location = new System.Drawing.Point(6, 32);
     this.radioButtonStaticColor.Name     = "radioButtonStaticColor";
     this.radioButtonStaticColor.Size     = new System.Drawing.Size(82, 17);
     this.radioButtonStaticColor.TabIndex = 7;
     this.radioButtonStaticColor.TabStop  = true;
     this.radioButtonStaticColor.Text     = "Static Color:";
     this.radioButtonStaticColor.UseVisualStyleBackColor = true;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(38, 166);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(50, 13);
     this.label7.TabIndex = 6;
     this.label7.Text     = "Gradient:";
     //
     // radioButtonGradientIndividual
     //
     this.radioButtonGradientIndividual.AutoSize = true;
     this.radioButtonGradientIndividual.Location = new System.Drawing.Point(6, 103);
     this.radioButtonGradientIndividual.Name     = "radioButtonGradientIndividual";
     this.radioButtonGradientIndividual.Size     = new System.Drawing.Size(241, 17);
     this.radioButtonGradientIndividual.TabIndex = 2;
     this.radioButtonGradientIndividual.TabStop  = true;
     this.radioButtonGradientIndividual.Text     = "Each individual pulse uses the entire gradient.";
     this.radioButtonGradientIndividual.UseVisualStyleBackColor = true;
     //
     // colorGradientTypeEditorControlGradient
     //
     colorGradient5.Gammacorrected           = false;
     colorGradient5.IsCurrentLibraryGradient = false;
     colorGradient5.LibraryReferenceName     = string.Empty;
     colorGradient5.Title = null;
     this.colorGradientTypeEditorControlGradient.ColorGradientValue    = colorGradient5;
     this.colorGradientTypeEditorControlGradient.EffectParameterValues = new object[] {
         ((object)(colorGradient5))
     };
     this.colorGradientTypeEditorControlGradient.Location     = new System.Drawing.Point(94, 152);
     this.colorGradientTypeEditorControlGradient.Name         = "colorGradientTypeEditorControlGradient";
     this.colorGradientTypeEditorControlGradient.Size         = new System.Drawing.Size(100, 40);
     this.colorGradientTypeEditorControlGradient.TabIndex     = 1;
     this.colorGradientTypeEditorControlGradient.TargetEffect = null;
     //
     // radioButtonGradientOverWhole
     //
     this.radioButtonGradientOverWhole.AutoSize = true;
     this.radioButtonGradientOverWhole.Location = new System.Drawing.Point(6, 67);
     this.radioButtonGradientOverWhole.Name     = "radioButtonGradientOverWhole";
     this.radioButtonGradientOverWhole.Size     = new System.Drawing.Size(264, 30);
     this.radioButtonGradientOverWhole.TabIndex = 0;
     this.radioButtonGradientOverWhole.TabStop  = true;
     this.radioButtonGradientOverWhole.Text     = "The gradient is shown over the whole effect.\r\nAll elements display the same color" +
                                                  " at a given time.";
     this.radioButtonGradientOverWhole.UseVisualStyleBackColor = true;
     //
     // groupBoxSpeed
     //
     this.groupBoxSpeed.Controls.Add(this.radioButtonRevolutionTime);
     this.groupBoxSpeed.Controls.Add(this.radioButtonRevolutionFrequency);
     this.groupBoxSpeed.Controls.Add(this.radioButtonRevolutionCount);
     this.groupBoxSpeed.Controls.Add(this.numericUpDownRevolutionCount);
     this.groupBoxSpeed.Controls.Add(this.numericUpDownRevolutionTime);
     this.groupBoxSpeed.Controls.Add(this.numericUpDownRevolutionFrequency);
     this.groupBoxSpeed.Location = new System.Drawing.Point(3, 3);
     this.groupBoxSpeed.Name     = "groupBoxSpeed";
     this.groupBoxSpeed.Size     = new System.Drawing.Size(298, 112);
     this.groupBoxSpeed.TabIndex = 5;
     this.groupBoxSpeed.TabStop  = false;
     this.groupBoxSpeed.Text     = "Spin Speed";
     //
     // radioButtonRevolutionTime
     //
     this.radioButtonRevolutionTime.AutoSize = true;
     this.radioButtonRevolutionTime.Location = new System.Drawing.Point(12, 76);
     this.radioButtonRevolutionTime.Name     = "radioButtonRevolutionTime";
     this.radioButtonRevolutionTime.Size     = new System.Drawing.Size(165, 17);
     this.radioButtonRevolutionTime.TabIndex = 8;
     this.radioButtonRevolutionTime.TabStop  = true;
     this.radioButtonRevolutionTime.Text     = "Fixed revolution duration (ms):";
     this.radioButtonRevolutionTime.UseVisualStyleBackColor = true;
     this.radioButtonRevolutionTime.CheckedChanged         += new System.EventHandler(this.radioButtonRevolutionItem_CheckedChanged);
     //
     // radioButtonRevolutionFrequency
     //
     this.radioButtonRevolutionFrequency.AutoSize = true;
     this.radioButtonRevolutionFrequency.Location = new System.Drawing.Point(12, 50);
     this.radioButtonRevolutionFrequency.Name     = "radioButtonRevolutionFrequency";
     this.radioButtonRevolutionFrequency.Size     = new System.Drawing.Size(174, 17);
     this.radioButtonRevolutionFrequency.TabIndex = 7;
     this.radioButtonRevolutionFrequency.TabStop  = true;
     this.radioButtonRevolutionFrequency.Text     = "Fixed revolution frequency (Hz):";
     this.radioButtonRevolutionFrequency.UseVisualStyleBackColor = true;
     this.radioButtonRevolutionFrequency.CheckedChanged         += new System.EventHandler(this.radioButtonRevolutionItem_CheckedChanged);
     //
     // radioButtonRevolutionCount
     //
     this.radioButtonRevolutionCount.AutoSize = true;
     this.radioButtonRevolutionCount.Location = new System.Drawing.Point(12, 24);
     this.radioButtonRevolutionCount.Name     = "radioButtonRevolutionCount";
     this.radioButtonRevolutionCount.Size     = new System.Drawing.Size(157, 17);
     this.radioButtonRevolutionCount.TabIndex = 6;
     this.radioButtonRevolutionCount.TabStop  = true;
     this.radioButtonRevolutionCount.Text     = "Fixed number of revolutions:";
     this.radioButtonRevolutionCount.UseVisualStyleBackColor = true;
     this.radioButtonRevolutionCount.CheckedChanged         += new System.EventHandler(this.radioButtonRevolutionItem_CheckedChanged);
     //
     // numericUpDownRevolutionCount
     //
     this.numericUpDownRevolutionCount.DecimalPlaces = 2;
     this.numericUpDownRevolutionCount.Location      = new System.Drawing.Point(197, 24);
     this.numericUpDownRevolutionCount.Maximum       = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.numericUpDownRevolutionCount.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         131072
     });
     this.numericUpDownRevolutionCount.Name     = "numericUpDownRevolutionCount";
     this.numericUpDownRevolutionCount.Size     = new System.Drawing.Size(48, 20);
     this.numericUpDownRevolutionCount.TabIndex = 4;
     this.numericUpDownRevolutionCount.Value    = new decimal(new int[] {
         3,
         0,
         0,
         0
     });
     this.numericUpDownRevolutionCount.ValueChanged += new System.EventHandler(this.numericUpDownAny_ValueChanged);
     //
     // numericUpDownRevolutionTime
     //
     this.numericUpDownRevolutionTime.Increment = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.numericUpDownRevolutionTime.Location = new System.Drawing.Point(197, 76);
     this.numericUpDownRevolutionTime.Maximum  = new decimal(new int[] {
         100000,
         0,
         0,
         0
     });
     this.numericUpDownRevolutionTime.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownRevolutionTime.Name     = "numericUpDownRevolutionTime";
     this.numericUpDownRevolutionTime.Size     = new System.Drawing.Size(48, 20);
     this.numericUpDownRevolutionTime.TabIndex = 2;
     this.numericUpDownRevolutionTime.Value    = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.numericUpDownRevolutionTime.ValueChanged += new System.EventHandler(this.numericUpDownAny_ValueChanged);
     //
     // numericUpDownRevolutionFrequency
     //
     this.numericUpDownRevolutionFrequency.DecimalPlaces = 2;
     this.numericUpDownRevolutionFrequency.Location      = new System.Drawing.Point(197, 50);
     this.numericUpDownRevolutionFrequency.Maximum       = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.numericUpDownRevolutionFrequency.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         131072
     });
     this.numericUpDownRevolutionFrequency.Name     = "numericUpDownRevolutionFrequency";
     this.numericUpDownRevolutionFrequency.Size     = new System.Drawing.Size(48, 20);
     this.numericUpDownRevolutionFrequency.TabIndex = 0;
     this.numericUpDownRevolutionFrequency.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownRevolutionFrequency.ValueChanged += new System.EventHandler(this.numericUpDownAny_ValueChanged);
     //
     // groupBoxPulse
     //
     this.groupBoxPulse.Controls.Add(this.label1);
     this.groupBoxPulse.Controls.Add(this.curveTypeEditorControlEachPulse);
     this.groupBoxPulse.Controls.Add(this.numericUpDownPulsePercentage);
     this.groupBoxPulse.Controls.Add(this.numericUpDownPulseTime);
     this.groupBoxPulse.Controls.Add(this.radioButtonPulseEvenlyDistributed);
     this.groupBoxPulse.Controls.Add(this.radioButtonPulsePercentage);
     this.groupBoxPulse.Controls.Add(this.radioButtonPulseFixedTime);
     this.groupBoxPulse.Location = new System.Drawing.Point(3, 121);
     this.groupBoxPulse.Name     = "groupBoxPulse";
     this.groupBoxPulse.Size     = new System.Drawing.Size(298, 184);
     this.groupBoxPulse.TabIndex = 4;
     this.groupBoxPulse.TabStop  = false;
     this.groupBoxPulse.Text     = "Pulse";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(19, 127);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(89, 13);
     this.label1.TabIndex = 15;
     this.label1.Text     = "Individual Pulses:";
     //
     // curveTypeEditorControlEachPulse
     //
     curve5.IsCurrentLibraryCurve = false;
     curve5.LibraryReferenceName  = string.Empty;
     this.curveTypeEditorControlEachPulse.CurveValue            = curve5;
     this.curveTypeEditorControlEachPulse.EffectParameterValues = new object[] {
         ((object)(curve5))
     };
     this.curveTypeEditorControlEachPulse.Location     = new System.Drawing.Point(118, 94);
     this.curveTypeEditorControlEachPulse.Name         = "curveTypeEditorControlEachPulse";
     this.curveTypeEditorControlEachPulse.Size         = new System.Drawing.Size(150, 80);
     this.curveTypeEditorControlEachPulse.TabIndex     = 14;
     this.curveTypeEditorControlEachPulse.TargetEffect = null;
     //
     // numericUpDownPulsePercentage
     //
     this.numericUpDownPulsePercentage.Increment = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.numericUpDownPulsePercentage.Location = new System.Drawing.Point(197, 42);
     this.numericUpDownPulsePercentage.Maximum  = new decimal(new int[] {
         500,
         0,
         0,
         0
     });
     this.numericUpDownPulsePercentage.Name     = "numericUpDownPulsePercentage";
     this.numericUpDownPulsePercentage.Size     = new System.Drawing.Size(48, 20);
     this.numericUpDownPulsePercentage.TabIndex = 13;
     this.numericUpDownPulsePercentage.Value    = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.numericUpDownPulsePercentage.ValueChanged += new System.EventHandler(this.numericUpDownAny_ValueChanged);
     //
     // numericUpDownPulseTime
     //
     this.numericUpDownPulseTime.Increment = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.numericUpDownPulseTime.Location = new System.Drawing.Point(197, 68);
     this.numericUpDownPulseTime.Maximum  = new decimal(new int[] {
         100000,
         0,
         0,
         0
     });
     this.numericUpDownPulseTime.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownPulseTime.Name     = "numericUpDownPulseTime";
     this.numericUpDownPulseTime.Size     = new System.Drawing.Size(48, 20);
     this.numericUpDownPulseTime.TabIndex = 12;
     this.numericUpDownPulseTime.Value    = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.numericUpDownPulseTime.ValueChanged += new System.EventHandler(this.numericUpDownAny_ValueChanged);
     //
     // radioButtonPulseEvenlyDistributed
     //
     this.radioButtonPulseEvenlyDistributed.AutoSize = true;
     this.radioButtonPulseEvenlyDistributed.Location = new System.Drawing.Point(16, 19);
     this.radioButtonPulseEvenlyDistributed.Name     = "radioButtonPulseEvenlyDistributed";
     this.radioButtonPulseEvenlyDistributed.Size     = new System.Drawing.Size(271, 17);
     this.radioButtonPulseEvenlyDistributed.TabIndex = 11;
     this.radioButtonPulseEvenlyDistributed.TabStop  = true;
     this.radioButtonPulseEvenlyDistributed.Text     = "Evenly distributed pulses throughout each revolution";
     this.radioButtonPulseEvenlyDistributed.UseVisualStyleBackColor = true;
     this.radioButtonPulseEvenlyDistributed.CheckedChanged         += new System.EventHandler(this.radioButtonPulseItem_CheckedChanged);
     //
     // radioButtonPulsePercentage
     //
     this.radioButtonPulsePercentage.AutoSize = true;
     this.radioButtonPulsePercentage.Location = new System.Drawing.Point(16, 42);
     this.radioButtonPulsePercentage.Name     = "radioButtonPulsePercentage";
     this.radioButtonPulsePercentage.Size     = new System.Drawing.Size(171, 17);
     this.radioButtonPulsePercentage.TabIndex = 10;
     this.radioButtonPulsePercentage.TabStop  = true;
     this.radioButtonPulsePercentage.Text     = "Percentage of each revolution:";
     this.radioButtonPulsePercentage.UseVisualStyleBackColor = true;
     this.radioButtonPulsePercentage.CheckedChanged         += new System.EventHandler(this.radioButtonPulseItem_CheckedChanged);
     //
     // radioButtonPulseFixedTime
     //
     this.radioButtonPulseFixedTime.AutoSize = true;
     this.radioButtonPulseFixedTime.Location = new System.Drawing.Point(16, 69);
     this.radioButtonPulseFixedTime.Name     = "radioButtonPulseFixedTime";
     this.radioButtonPulseFixedTime.Size     = new System.Drawing.Size(167, 17);
     this.radioButtonPulseFixedTime.TabIndex = 9;
     this.radioButtonPulseFixedTime.TabStop  = true;
     this.radioButtonPulseFixedTime.Text     = "Fixed time for each pulse (ms):";
     this.radioButtonPulseFixedTime.UseVisualStyleBackColor = true;
     this.radioButtonPulseFixedTime.CheckedChanged         += new System.EventHandler(this.radioButtonPulseItem_CheckedChanged);
     //
     // levelTypeEditorControlDefaultLevel
     //
     this.levelTypeEditorControlDefaultLevel.EffectParameterValues = new object[] {
         ((object)(1D))
     };
     this.levelTypeEditorControlDefaultLevel.LevelValue   = 1D;
     this.levelTypeEditorControlDefaultLevel.Location     = new System.Drawing.Point(477, 214);
     this.levelTypeEditorControlDefaultLevel.Name         = "levelTypeEditorControlDefaultLevel";
     this.levelTypeEditorControlDefaultLevel.Size         = new System.Drawing.Size(90, 39);
     this.levelTypeEditorControlDefaultLevel.TabIndex     = 7;
     this.levelTypeEditorControlDefaultLevel.TargetEffect = null;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(328, 227);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(143, 13);
     this.label2.TabIndex = 9;
     this.label2.Text     = "Default level for all elements:";
     //
     // checkBoxReverse
     //
     this.checkBoxReverse.AutoSize = true;
     this.checkBoxReverse.Location = new System.Drawing.Point(331, 257);
     this.checkBoxReverse.Name     = "checkBoxReverse";
     this.checkBoxReverse.Size     = new System.Drawing.Size(96, 17);
     this.checkBoxReverse.TabIndex = 10;
     this.checkBoxReverse.Text     = "Spin in reverse";
     this.checkBoxReverse.UseVisualStyleBackColor = true;
     //
     // groupByDepthOfEffect
     //
     this.groupByDepthOfEffect.Controls.Add(this.numericUpDownDepthOfEffect);
     this.groupByDepthOfEffect.Controls.Add(this.radioButtonApplyToAllElements);
     this.groupByDepthOfEffect.Controls.Add(this.radioButtonApplyToLevel);
     this.groupByDepthOfEffect.Location = new System.Drawing.Point(3, 311);
     this.groupByDepthOfEffect.Name     = "groupByDepthOfEffect";
     this.groupByDepthOfEffect.Size     = new System.Drawing.Size(298, 74);
     this.groupByDepthOfEffect.TabIndex = 27;
     this.groupByDepthOfEffect.TabStop  = false;
     this.groupByDepthOfEffect.Text     = "Effect Applies To";
     //
     // numericUpDownDepthOfEffect
     //
     this.numericUpDownDepthOfEffect.Location = new System.Drawing.Point(230, 43);
     this.numericUpDownDepthOfEffect.Maximum  = new decimal(new int[] {
         99,
         0,
         0,
         0
     });
     this.numericUpDownDepthOfEffect.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownDepthOfEffect.Name     = "numericUpDownDepthOfEffect";
     this.numericUpDownDepthOfEffect.Size     = new System.Drawing.Size(42, 20);
     this.numericUpDownDepthOfEffect.TabIndex = 26;
     this.numericUpDownDepthOfEffect.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // radioButtonApplyToAllElements
     //
     this.radioButtonApplyToAllElements.AutoSize = true;
     this.radioButtonApplyToAllElements.Location = new System.Drawing.Point(16, 20);
     this.radioButtonApplyToAllElements.Name     = "radioButtonApplyToAllElements";
     this.radioButtonApplyToAllElements.Size     = new System.Drawing.Size(82, 17);
     this.radioButtonApplyToAllElements.TabIndex = 24;
     this.radioButtonApplyToAllElements.TabStop  = true;
     this.radioButtonApplyToAllElements.Text     = "All Elements";
     this.radioButtonApplyToAllElements.UseVisualStyleBackColor = true;
     this.radioButtonApplyToAllElements.CheckedChanged         += new System.EventHandler(this.radioButtonEffectAppliesTo_CheckedChanged);
     //
     // radioButtonApplyToLevel
     //
     this.radioButtonApplyToLevel.AutoSize = true;
     this.radioButtonApplyToLevel.Location = new System.Drawing.Point(16, 43);
     this.radioButtonApplyToLevel.Name     = "radioButtonApplyToLevel";
     this.radioButtonApplyToLevel.Size     = new System.Drawing.Size(218, 17);
     this.radioButtonApplyToLevel.TabIndex = 25;
     this.radioButtonApplyToLevel.TabStop  = true;
     this.radioButtonApplyToLevel.Text     = "Only Groups/Elements nested this deep: ";
     this.radioButtonApplyToLevel.UseVisualStyleBackColor = true;
     this.radioButtonApplyToLevel.CheckedChanged         += new System.EventHandler(this.radioButtonEffectAppliesTo_CheckedChanged);
     //
     // SpinEffectEditorControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupByDepthOfEffect);
     this.Controls.Add(this.checkBoxReverse);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.levelTypeEditorControlDefaultLevel);
     this.Controls.Add(this.groupBoxColor);
     this.Controls.Add(this.groupBoxSpeed);
     this.Controls.Add(this.groupBoxPulse);
     this.Name  = "SpinEffectEditorControl";
     this.Size  = new System.Drawing.Size(606, 392);
     this.Load += new System.EventHandler(this.SpinEffectEditorControl_Load);
     this.groupBoxColor.ResumeLayout(false);
     this.groupBoxColor.PerformLayout();
     this.groupBoxSpeed.ResumeLayout(false);
     this.groupBoxSpeed.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownRevolutionCount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownRevolutionTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownRevolutionFrequency)).EndInit();
     this.groupBoxPulse.ResumeLayout(false);
     this.groupBoxPulse.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPulsePercentage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPulseTime)).EndInit();
     this.groupByDepthOfEffect.ResumeLayout(false);
     this.groupByDepthOfEffect.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDepthOfEffect)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     VixenModules.App.ColorGradients.ColorGradient colorGradient1 = new VixenModules.App.ColorGradients.ColorGradient();
     this.groupBoxLevels = new System.Windows.Forms.GroupBox();
     this.label5         = new System.Windows.Forms.Label();
     this.numericUpDownLevelVariation = new System.Windows.Forms.NumericUpDown();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.levelTypeEditorControlMaxValue = new VixenModules.EffectEditor.LevelTypeEditor.LevelTypeEditorControl();
     this.levelTypeEditorControlMinValue = new VixenModules.EffectEditor.LevelTypeEditor.LevelTypeEditorControl();
     this.groupBoxDetails                        = new System.Windows.Forms.GroupBox();
     this.label6                                 = new System.Windows.Forms.Label();
     this.numericUpDownCoverage                  = new System.Windows.Forms.NumericUpDown();
     this.label4                                 = new System.Windows.Forms.Label();
     this.numericUpDownPulseTimeVariation        = new System.Windows.Forms.NumericUpDown();
     this.label3                                 = new System.Windows.Forms.Label();
     this.numericUpDownAveragePulseTime          = new System.Windows.Forms.NumericUpDown();
     this.groupBoxColor                          = new System.Windows.Forms.GroupBox();
     this.radioButtonGradientAcrossItems         = new System.Windows.Forms.RadioButton();
     this.colorTypeEditorControlStaticColor      = new VixenModules.EffectEditor.ColorTypeEditor.ColorTypeEditorControl();
     this.radioButtonStaticColor                 = new System.Windows.Forms.RadioButton();
     this.label7                                 = new System.Windows.Forms.Label();
     this.radioButtonGradientIndividual          = new System.Windows.Forms.RadioButton();
     this.colorGradientTypeEditorControlGradient = new VixenModules.EffectEditor.ColorGradientTypeEditor.ColorGradientTypeEditorControl();
     this.radioButtonGradientOverWhole           = new System.Windows.Forms.RadioButton();
     this.groupBoxElements                       = new System.Windows.Forms.GroupBox();
     this.numericUpDownDepthOfEffect             = new System.Windows.Forms.NumericUpDown();
     this.radioButtonSynchronizedElements        = new System.Windows.Forms.RadioButton();
     this.radioButtonIndividualElements          = new System.Windows.Forms.RadioButton();
     this.radioButtonApplyToLevel                = new System.Windows.Forms.RadioButton();
     this.groupBoxLevels.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownLevelVariation)).BeginInit();
     this.groupBoxDetails.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownCoverage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPulseTimeVariation)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownAveragePulseTime)).BeginInit();
     this.groupBoxColor.SuspendLayout();
     this.groupBoxElements.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDepthOfEffect)).BeginInit();
     this.SuspendLayout();
     //
     // groupBoxLevels
     //
     this.groupBoxLevels.Controls.Add(this.label5);
     this.groupBoxLevels.Controls.Add(this.numericUpDownLevelVariation);
     this.groupBoxLevels.Controls.Add(this.label2);
     this.groupBoxLevels.Controls.Add(this.label1);
     this.groupBoxLevels.Controls.Add(this.levelTypeEditorControlMaxValue);
     this.groupBoxLevels.Controls.Add(this.levelTypeEditorControlMinValue);
     this.groupBoxLevels.Location = new System.Drawing.Point(3, 147);
     this.groupBoxLevels.Name     = "groupBoxLevels";
     this.groupBoxLevels.Size     = new System.Drawing.Size(210, 145);
     this.groupBoxLevels.TabIndex = 0;
     this.groupBoxLevels.TabStop  = false;
     this.groupBoxLevels.Text     = "Levels";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(13, 110);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(96, 13);
     this.label5.TabIndex = 5;
     this.label5.Text     = "Level variation (%):";
     //
     // numericUpDownLevelVariation
     //
     this.numericUpDownLevelVariation.Location = new System.Drawing.Point(121, 108);
     this.numericUpDownLevelVariation.Name     = "numericUpDownLevelVariation";
     this.numericUpDownLevelVariation.Size     = new System.Drawing.Size(59, 20);
     this.numericUpDownLevelVariation.TabIndex = 4;
     this.numericUpDownLevelVariation.Value    = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(26, 72);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(83, 13);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Maximum Level:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(26, 30);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(80, 13);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Minimum Level:";
     //
     // levelTypeEditorControlMaxValue
     //
     this.levelTypeEditorControlMaxValue.EffectParameterValues = new object[] {
         ((object)(1D))
     };
     this.levelTypeEditorControlMaxValue.LevelValue   = 1D;
     this.levelTypeEditorControlMaxValue.Location     = new System.Drawing.Point(112, 59);
     this.levelTypeEditorControlMaxValue.Name         = "levelTypeEditorControlMaxValue";
     this.levelTypeEditorControlMaxValue.Size         = new System.Drawing.Size(90, 39);
     this.levelTypeEditorControlMaxValue.TabIndex     = 1;
     this.levelTypeEditorControlMaxValue.TargetEffect = null;
     //
     // levelTypeEditorControlMinValue
     //
     this.levelTypeEditorControlMinValue.EffectParameterValues = new object[] {
         ((object)(1D))
     };
     this.levelTypeEditorControlMinValue.LevelValue   = 1D;
     this.levelTypeEditorControlMinValue.Location     = new System.Drawing.Point(112, 17);
     this.levelTypeEditorControlMinValue.Name         = "levelTypeEditorControlMinValue";
     this.levelTypeEditorControlMinValue.Size         = new System.Drawing.Size(90, 39);
     this.levelTypeEditorControlMinValue.TabIndex     = 0;
     this.levelTypeEditorControlMinValue.TargetEffect = null;
     //
     // groupBoxDetails
     //
     this.groupBoxDetails.Controls.Add(this.label6);
     this.groupBoxDetails.Controls.Add(this.numericUpDownCoverage);
     this.groupBoxDetails.Controls.Add(this.label4);
     this.groupBoxDetails.Controls.Add(this.numericUpDownPulseTimeVariation);
     this.groupBoxDetails.Controls.Add(this.label3);
     this.groupBoxDetails.Controls.Add(this.numericUpDownAveragePulseTime);
     this.groupBoxDetails.Location = new System.Drawing.Point(3, 3);
     this.groupBoxDetails.Name     = "groupBoxDetails";
     this.groupBoxDetails.Size     = new System.Drawing.Size(210, 138);
     this.groupBoxDetails.TabIndex = 1;
     this.groupBoxDetails.TabStop  = false;
     this.groupBoxDetails.Text     = "Twinkle Details";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(63, 26);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(73, 13);
     this.label6.TabIndex = 5;
     this.label6.Text     = "Coverage (%):";
     //
     // numericUpDownCoverage
     //
     this.numericUpDownCoverage.Location = new System.Drawing.Point(142, 24);
     this.numericUpDownCoverage.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownCoverage.Name     = "numericUpDownCoverage";
     this.numericUpDownCoverage.Size     = new System.Drawing.Size(48, 20);
     this.numericUpDownCoverage.TabIndex = 4;
     this.numericUpDownCoverage.Value    = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(18, 99);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(118, 13);
     this.label4.TabIndex = 3;
     this.label4.Text     = "Pulse time variation (%):";
     //
     // numericUpDownPulseTimeVariation
     //
     this.numericUpDownPulseTimeVariation.Increment = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.numericUpDownPulseTimeVariation.Location = new System.Drawing.Point(142, 96);
     this.numericUpDownPulseTimeVariation.Maximum  = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.numericUpDownPulseTimeVariation.Name     = "numericUpDownPulseTimeVariation";
     this.numericUpDownPulseTimeVariation.Size     = new System.Drawing.Size(48, 20);
     this.numericUpDownPulseTimeVariation.TabIndex = 2;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(14, 63);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(122, 13);
     this.label3.TabIndex = 1;
     this.label3.Text     = "Average pulse time (ms):";
     //
     // numericUpDownAveragePulseTime
     //
     this.numericUpDownAveragePulseTime.Increment = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.numericUpDownAveragePulseTime.Location = new System.Drawing.Point(142, 60);
     this.numericUpDownAveragePulseTime.Maximum  = new decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.numericUpDownAveragePulseTime.Minimum = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.numericUpDownAveragePulseTime.Name     = "numericUpDownAveragePulseTime";
     this.numericUpDownAveragePulseTime.Size     = new System.Drawing.Size(48, 20);
     this.numericUpDownAveragePulseTime.TabIndex = 0;
     this.numericUpDownAveragePulseTime.Value    = new decimal(new int[] {
         400,
         0,
         0,
         0
     });
     //
     // groupBoxColor
     //
     this.groupBoxColor.Controls.Add(this.radioButtonGradientAcrossItems);
     this.groupBoxColor.Controls.Add(this.colorTypeEditorControlStaticColor);
     this.groupBoxColor.Controls.Add(this.radioButtonStaticColor);
     this.groupBoxColor.Controls.Add(this.label7);
     this.groupBoxColor.Controls.Add(this.radioButtonGradientIndividual);
     this.groupBoxColor.Controls.Add(this.colorGradientTypeEditorControlGradient);
     this.groupBoxColor.Controls.Add(this.radioButtonGradientOverWhole);
     this.groupBoxColor.Location = new System.Drawing.Point(219, 7);
     this.groupBoxColor.Name     = "groupBoxColor";
     this.groupBoxColor.Size     = new System.Drawing.Size(278, 209);
     this.groupBoxColor.TabIndex = 2;
     this.groupBoxColor.TabStop  = false;
     this.groupBoxColor.Text     = "Color Handling";
     //
     // radioButtonGradientAcrossItems
     //
     this.radioButtonGradientAcrossItems.AutoSize = true;
     this.radioButtonGradientAcrossItems.Location = new System.Drawing.Point(6, 126);
     this.radioButtonGradientAcrossItems.Name     = "radioButtonGradientAcrossItems";
     this.radioButtonGradientAcrossItems.Size     = new System.Drawing.Size(240, 17);
     this.radioButtonGradientAcrossItems.TabIndex = 9;
     this.radioButtonGradientAcrossItems.TabStop  = true;
     this.radioButtonGradientAcrossItems.Text     = "The gradient is spread over the sub-elements.";
     this.radioButtonGradientAcrossItems.UseVisualStyleBackColor = true;
     //
     // colorTypeEditorControlStaticColor
     //
     this.colorTypeEditorControlStaticColor.ColorValue            = System.Drawing.Color.Empty;
     this.colorTypeEditorControlStaticColor.EffectParameterValues = new object[] {
         ((object)(System.Drawing.Color.Empty))
     };
     this.colorTypeEditorControlStaticColor.Location     = new System.Drawing.Point(94, 20);
     this.colorTypeEditorControlStaticColor.Name         = "colorTypeEditorControlStaticColor";
     this.colorTypeEditorControlStaticColor.Size         = new System.Drawing.Size(40, 40);
     this.colorTypeEditorControlStaticColor.TabIndex     = 8;
     this.colorTypeEditorControlStaticColor.TargetEffect = null;
     //
     // radioButtonStaticColor
     //
     this.radioButtonStaticColor.AutoSize = true;
     this.radioButtonStaticColor.Location = new System.Drawing.Point(6, 32);
     this.radioButtonStaticColor.Name     = "radioButtonStaticColor";
     this.radioButtonStaticColor.Size     = new System.Drawing.Size(82, 17);
     this.radioButtonStaticColor.TabIndex = 7;
     this.radioButtonStaticColor.TabStop  = true;
     this.radioButtonStaticColor.Text     = "Static Color:";
     this.radioButtonStaticColor.UseVisualStyleBackColor = true;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(23, 170);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(50, 13);
     this.label7.TabIndex = 6;
     this.label7.Text     = "Gradient:";
     //
     // radioButtonGradientIndividual
     //
     this.radioButtonGradientIndividual.AutoSize = true;
     this.radioButtonGradientIndividual.Location = new System.Drawing.Point(6, 103);
     this.radioButtonGradientIndividual.Name     = "radioButtonGradientIndividual";
     this.radioButtonGradientIndividual.Size     = new System.Drawing.Size(249, 17);
     this.radioButtonGradientIndividual.TabIndex = 2;
     this.radioButtonGradientIndividual.TabStop  = true;
     this.radioButtonGradientIndividual.Text     = "Each individual twinkle uses the entire gradient.";
     this.radioButtonGradientIndividual.UseVisualStyleBackColor = true;
     //
     // colorGradientTypeEditorControlGradient
     //
     colorGradient1.Gammacorrected           = false;
     colorGradient1.IsCurrentLibraryGradient = false;
     colorGradient1.LibraryReferenceName     = "";
     colorGradient1.Title = null;
     this.colorGradientTypeEditorControlGradient.ColorGradientValue    = colorGradient1;
     this.colorGradientTypeEditorControlGradient.EffectParameterValues = new object[] {
         ((object)(colorGradient1))
     };
     this.colorGradientTypeEditorControlGradient.Location     = new System.Drawing.Point(79, 156);
     this.colorGradientTypeEditorControlGradient.Name         = "colorGradientTypeEditorControlGradient";
     this.colorGradientTypeEditorControlGradient.Size         = new System.Drawing.Size(100, 40);
     this.colorGradientTypeEditorControlGradient.TabIndex     = 1;
     this.colorGradientTypeEditorControlGradient.TargetEffect = null;
     //
     // radioButtonGradientOverWhole
     //
     this.radioButtonGradientOverWhole.AutoSize = true;
     this.radioButtonGradientOverWhole.Location = new System.Drawing.Point(6, 67);
     this.radioButtonGradientOverWhole.Name     = "radioButtonGradientOverWhole";
     this.radioButtonGradientOverWhole.Size     = new System.Drawing.Size(263, 30);
     this.radioButtonGradientOverWhole.TabIndex = 0;
     this.radioButtonGradientOverWhole.TabStop  = true;
     this.radioButtonGradientOverWhole.Text     = "The gradient is shown over the whole effect.\r\nAll elements display the same color" +
                                                  " at a given time.";
     this.radioButtonGradientOverWhole.UseVisualStyleBackColor = true;
     //
     // groupBoxElements
     //
     this.groupBoxElements.Controls.Add(this.numericUpDownDepthOfEffect);
     this.groupBoxElements.Controls.Add(this.radioButtonSynchronizedElements);
     this.groupBoxElements.Controls.Add(this.radioButtonIndividualElements);
     this.groupBoxElements.Controls.Add(this.radioButtonApplyToLevel);
     this.groupBoxElements.Location = new System.Drawing.Point(219, 222);
     this.groupBoxElements.Name     = "groupBoxElements";
     this.groupBoxElements.Size     = new System.Drawing.Size(278, 90);
     this.groupBoxElements.TabIndex = 3;
     this.groupBoxElements.TabStop  = false;
     this.groupBoxElements.Text     = "Element Handling";
     //
     // numericUpDownDepthOfEffect
     //
     this.numericUpDownDepthOfEffect.Location = new System.Drawing.Point(233, 42);
     this.numericUpDownDepthOfEffect.Maximum  = new decimal(new int[] {
         99,
         0,
         0,
         0
     });
     this.numericUpDownDepthOfEffect.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownDepthOfEffect.Name     = "numericUpDownDepthOfEffect";
     this.numericUpDownDepthOfEffect.Size     = new System.Drawing.Size(42, 20);
     this.numericUpDownDepthOfEffect.TabIndex = 26;
     this.numericUpDownDepthOfEffect.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // radioButtonSynchronizedElements
     //
     this.radioButtonSynchronizedElements.AutoSize = true;
     this.radioButtonSynchronizedElements.Location = new System.Drawing.Point(6, 65);
     this.radioButtonSynchronizedElements.Name     = "radioButtonSynchronizedElements";
     this.radioButtonSynchronizedElements.Size     = new System.Drawing.Size(237, 17);
     this.radioButtonSynchronizedElements.TabIndex = 1;
     this.radioButtonSynchronizedElements.TabStop  = true;
     this.radioButtonSynchronizedElements.Text     = "Twinkle all Elements together (synchronized).";
     this.radioButtonSynchronizedElements.UseVisualStyleBackColor = true;
     this.radioButtonSynchronizedElements.CheckedChanged         += new System.EventHandler(this.radioButtonEffectAppliesTo_CheckedChanged);
     //
     // radioButtonIndividualElements
     //
     this.radioButtonIndividualElements.AutoSize = true;
     this.radioButtonIndividualElements.Location = new System.Drawing.Point(6, 19);
     this.radioButtonIndividualElements.Name     = "radioButtonIndividualElements";
     this.radioButtonIndividualElements.Size     = new System.Drawing.Size(190, 17);
     this.radioButtonIndividualElements.TabIndex = 0;
     this.radioButtonIndividualElements.TabStop  = true;
     this.radioButtonIndividualElements.Text     = "Twinkle all Elements independently";
     this.radioButtonIndividualElements.UseVisualStyleBackColor = true;
     this.radioButtonIndividualElements.CheckedChanged         += new System.EventHandler(this.radioButtonEffectAppliesTo_CheckedChanged);
     //
     // radioButtonApplyToLevel
     //
     this.radioButtonApplyToLevel.AutoSize = true;
     this.radioButtonApplyToLevel.Location = new System.Drawing.Point(6, 42);
     this.radioButtonApplyToLevel.Name     = "radioButtonApplyToLevel";
     this.radioButtonApplyToLevel.Size     = new System.Drawing.Size(232, 17);
     this.radioButtonApplyToLevel.TabIndex = 25;
     this.radioButtonApplyToLevel.TabStop  = true;
     this.radioButtonApplyToLevel.Text     = "Twinke Groups/Elements nested this deep: ";
     this.radioButtonApplyToLevel.UseVisualStyleBackColor = true;
     this.radioButtonApplyToLevel.CheckedChanged         += new System.EventHandler(this.radioButtonEffectAppliesTo_CheckedChanged);
     //
     // TwinkleEffectEditorControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupBoxElements);
     this.Controls.Add(this.groupBoxColor);
     this.Controls.Add(this.groupBoxDetails);
     this.Controls.Add(this.groupBoxLevels);
     this.Name = "TwinkleEffectEditorControl";
     this.Size = new System.Drawing.Size(504, 316);
     this.groupBoxLevels.ResumeLayout(false);
     this.groupBoxLevels.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownLevelVariation)).EndInit();
     this.groupBoxDetails.ResumeLayout(false);
     this.groupBoxDetails.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownCoverage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPulseTimeVariation)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownAveragePulseTime)).EndInit();
     this.groupBoxColor.ResumeLayout(false);
     this.groupBoxColor.PerformLayout();
     this.groupBoxElements.ResumeLayout(false);
     this.groupBoxElements.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDepthOfEffect)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #3
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			VixenModules.App.ColorGradients.ColorGradient colorGradient2 = new VixenModules.App.ColorGradients.ColorGradient();
			this.groupBoxLevels = new System.Windows.Forms.GroupBox();
			this.label5 = new System.Windows.Forms.Label();
			this.numericUpDownLevelVariation = new System.Windows.Forms.NumericUpDown();
			this.label2 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.levelTypeEditorControlMaxValue = new VixenModules.EffectEditor.LevelTypeEditor.LevelTypeEditorControl();
			this.levelTypeEditorControlMinValue = new VixenModules.EffectEditor.LevelTypeEditor.LevelTypeEditorControl();
			this.groupBoxDetails = new System.Windows.Forms.GroupBox();
			this.label6 = new System.Windows.Forms.Label();
			this.numericUpDownCoverage = new System.Windows.Forms.NumericUpDown();
			this.label4 = new System.Windows.Forms.Label();
			this.numericUpDownPulseTimeVariation = new System.Windows.Forms.NumericUpDown();
			this.label3 = new System.Windows.Forms.Label();
			this.numericUpDownAveragePulseTime = new System.Windows.Forms.NumericUpDown();
			this.groupBoxColor = new System.Windows.Forms.GroupBox();
			this.colorTypeEditorControlStaticColor = new VixenModules.EffectEditor.ColorTypeEditor.ColorTypeEditorControl();
			this.radioButtonStaticColor = new System.Windows.Forms.RadioButton();
			this.label7 = new System.Windows.Forms.Label();
			this.radioButtonGradientIndividual = new System.Windows.Forms.RadioButton();
			this.colorGradientTypeEditorControlGradient = new VixenModules.EffectEditor.ColorGradientTypeEditor.ColorGradientTypeEditorControl();
			this.radioButtonGradientOverWhole = new System.Windows.Forms.RadioButton();
			this.groupBoxChannels = new System.Windows.Forms.GroupBox();
			this.radioButtonSynchronizedChannels = new System.Windows.Forms.RadioButton();
			this.radioButtonIndividualChannels = new System.Windows.Forms.RadioButton();
			this.radioButtonGradientAcrossItems = new System.Windows.Forms.RadioButton();
			this.groupBoxLevels.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownLevelVariation)).BeginInit();
			this.groupBoxDetails.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownCoverage)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownPulseTimeVariation)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownAveragePulseTime)).BeginInit();
			this.groupBoxColor.SuspendLayout();
			this.groupBoxChannels.SuspendLayout();
			this.SuspendLayout();
			// 
			// groupBoxLevels
			// 
			this.groupBoxLevels.Controls.Add(this.label5);
			this.groupBoxLevels.Controls.Add(this.numericUpDownLevelVariation);
			this.groupBoxLevels.Controls.Add(this.label2);
			this.groupBoxLevels.Controls.Add(this.label1);
			this.groupBoxLevels.Controls.Add(this.levelTypeEditorControlMaxValue);
			this.groupBoxLevels.Controls.Add(this.levelTypeEditorControlMinValue);
			this.groupBoxLevels.Location = new System.Drawing.Point(3, 147);
			this.groupBoxLevels.Name = "groupBoxLevels";
			this.groupBoxLevels.Size = new System.Drawing.Size(210, 145);
			this.groupBoxLevels.TabIndex = 0;
			this.groupBoxLevels.TabStop = false;
			this.groupBoxLevels.Text = "Levels";
			// 
			// label5
			// 
			this.label5.AutoSize = true;
			this.label5.Location = new System.Drawing.Point(13, 110);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(96, 13);
			this.label5.TabIndex = 5;
			this.label5.Text = "Level variation (%):";
			// 
			// numericUpDownLevelVariation
			// 
			this.numericUpDownLevelVariation.Location = new System.Drawing.Point(121, 108);
			this.numericUpDownLevelVariation.Name = "numericUpDownLevelVariation";
			this.numericUpDownLevelVariation.Size = new System.Drawing.Size(59, 20);
			this.numericUpDownLevelVariation.TabIndex = 4;
			this.numericUpDownLevelVariation.Value = new decimal(new int[] {
            50,
            0,
            0,
            0});
			// 
			// label2
			// 
			this.label2.AutoSize = true;
			this.label2.Location = new System.Drawing.Point(26, 72);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(83, 13);
			this.label2.TabIndex = 3;
			this.label2.Text = "Maximum Level:";
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(26, 30);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(80, 13);
			this.label1.TabIndex = 2;
			this.label1.Text = "Minimum Level:";
			// 
			// levelTypeEditorControlMaxValue
			// 
			this.levelTypeEditorControlMaxValue.EffectParameterValues = new object[] {
        ((object)(1D))};
			this.levelTypeEditorControlMaxValue.LevelValue = 1D;
			this.levelTypeEditorControlMaxValue.Location = new System.Drawing.Point(112, 59);
			this.levelTypeEditorControlMaxValue.Name = "levelTypeEditorControlMaxValue";
			this.levelTypeEditorControlMaxValue.Size = new System.Drawing.Size(90, 39);
			this.levelTypeEditorControlMaxValue.TabIndex = 1;
			this.levelTypeEditorControlMaxValue.TargetEffect = null;
			// 
			// levelTypeEditorControlMinValue
			// 
			this.levelTypeEditorControlMinValue.EffectParameterValues = new object[] {
        ((object)(1D))};
			this.levelTypeEditorControlMinValue.LevelValue = 1D;
			this.levelTypeEditorControlMinValue.Location = new System.Drawing.Point(112, 17);
			this.levelTypeEditorControlMinValue.Name = "levelTypeEditorControlMinValue";
			this.levelTypeEditorControlMinValue.Size = new System.Drawing.Size(90, 39);
			this.levelTypeEditorControlMinValue.TabIndex = 0;
			this.levelTypeEditorControlMinValue.TargetEffect = null;
			// 
			// groupBoxDetails
			// 
			this.groupBoxDetails.Controls.Add(this.label6);
			this.groupBoxDetails.Controls.Add(this.numericUpDownCoverage);
			this.groupBoxDetails.Controls.Add(this.label4);
			this.groupBoxDetails.Controls.Add(this.numericUpDownPulseTimeVariation);
			this.groupBoxDetails.Controls.Add(this.label3);
			this.groupBoxDetails.Controls.Add(this.numericUpDownAveragePulseTime);
			this.groupBoxDetails.Location = new System.Drawing.Point(3, 3);
			this.groupBoxDetails.Name = "groupBoxDetails";
			this.groupBoxDetails.Size = new System.Drawing.Size(210, 138);
			this.groupBoxDetails.TabIndex = 1;
			this.groupBoxDetails.TabStop = false;
			this.groupBoxDetails.Text = "Twinkle Details";
			// 
			// label6
			// 
			this.label6.AutoSize = true;
			this.label6.Location = new System.Drawing.Point(63, 26);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(73, 13);
			this.label6.TabIndex = 5;
			this.label6.Text = "Coverage (%):";
			// 
			// numericUpDownCoverage
			// 
			this.numericUpDownCoverage.Location = new System.Drawing.Point(142, 24);
			this.numericUpDownCoverage.Name = "numericUpDownCoverage";
			this.numericUpDownCoverage.Size = new System.Drawing.Size(48, 20);
			this.numericUpDownCoverage.TabIndex = 4;
			this.numericUpDownCoverage.Value = new decimal(new int[] {
            50,
            0,
            0,
            0});
			// 
			// label4
			// 
			this.label4.AutoSize = true;
			this.label4.Location = new System.Drawing.Point(18, 99);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(118, 13);
			this.label4.TabIndex = 3;
			this.label4.Text = "Pulse time variation (%):";
			// 
			// numericUpDownPulseTimeVariation
			// 
			this.numericUpDownPulseTimeVariation.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
			this.numericUpDownPulseTimeVariation.Location = new System.Drawing.Point(142, 96);
			this.numericUpDownPulseTimeVariation.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
			this.numericUpDownPulseTimeVariation.Name = "numericUpDownPulseTimeVariation";
			this.numericUpDownPulseTimeVariation.Size = new System.Drawing.Size(48, 20);
			this.numericUpDownPulseTimeVariation.TabIndex = 2;
			// 
			// label3
			// 
			this.label3.AutoSize = true;
			this.label3.Location = new System.Drawing.Point(14, 63);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(122, 13);
			this.label3.TabIndex = 1;
			this.label3.Text = "Average pulse time (ms):";
			// 
			// numericUpDownAveragePulseTime
			// 
			this.numericUpDownAveragePulseTime.Increment = new decimal(new int[] {
            100,
            0,
            0,
            0});
			this.numericUpDownAveragePulseTime.Location = new System.Drawing.Point(142, 60);
			this.numericUpDownAveragePulseTime.Maximum = new decimal(new int[] {
            10000,
            0,
            0,
            0});
			this.numericUpDownAveragePulseTime.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
			this.numericUpDownAveragePulseTime.Name = "numericUpDownAveragePulseTime";
			this.numericUpDownAveragePulseTime.Size = new System.Drawing.Size(48, 20);
			this.numericUpDownAveragePulseTime.TabIndex = 0;
			this.numericUpDownAveragePulseTime.Value = new decimal(new int[] {
            400,
            0,
            0,
            0});
			// 
			// groupBoxColor
			// 
			this.groupBoxColor.Controls.Add(this.radioButtonGradientAcrossItems);
			this.groupBoxColor.Controls.Add(this.colorTypeEditorControlStaticColor);
			this.groupBoxColor.Controls.Add(this.radioButtonStaticColor);
			this.groupBoxColor.Controls.Add(this.label7);
			this.groupBoxColor.Controls.Add(this.radioButtonGradientIndividual);
			this.groupBoxColor.Controls.Add(this.colorGradientTypeEditorControlGradient);
			this.groupBoxColor.Controls.Add(this.radioButtonGradientOverWhole);
			this.groupBoxColor.Location = new System.Drawing.Point(219, 7);
			this.groupBoxColor.Name = "groupBoxColor";
			this.groupBoxColor.Size = new System.Drawing.Size(278, 209);
			this.groupBoxColor.TabIndex = 2;
			this.groupBoxColor.TabStop = false;
			this.groupBoxColor.Text = "Color Handling";
			// 
			// colorTypeEditorControlStaticColor
			// 
			this.colorTypeEditorControlStaticColor.ColorValue = System.Drawing.Color.Empty;
			this.colorTypeEditorControlStaticColor.EffectParameterValues = new object[] {
        ((object)(System.Drawing.Color.Empty))};
			this.colorTypeEditorControlStaticColor.Location = new System.Drawing.Point(94, 20);
			this.colorTypeEditorControlStaticColor.Name = "colorTypeEditorControlStaticColor";
			this.colorTypeEditorControlStaticColor.Size = new System.Drawing.Size(40, 40);
			this.colorTypeEditorControlStaticColor.TabIndex = 8;
			this.colorTypeEditorControlStaticColor.TargetEffect = null;
			// 
			// radioButtonStaticColor
			// 
			this.radioButtonStaticColor.AutoSize = true;
			this.radioButtonStaticColor.Location = new System.Drawing.Point(6, 32);
			this.radioButtonStaticColor.Name = "radioButtonStaticColor";
			this.radioButtonStaticColor.Size = new System.Drawing.Size(82, 17);
			this.radioButtonStaticColor.TabIndex = 7;
			this.radioButtonStaticColor.TabStop = true;
			this.radioButtonStaticColor.Text = "Static Color:";
			this.radioButtonStaticColor.UseVisualStyleBackColor = true;
			// 
			// label7
			// 
			this.label7.AutoSize = true;
			this.label7.Location = new System.Drawing.Point(23, 170);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(50, 13);
			this.label7.TabIndex = 6;
			this.label7.Text = "Gradient:";
			// 
			// radioButtonGradientIndividual
			// 
			this.radioButtonGradientIndividual.AutoSize = true;
			this.radioButtonGradientIndividual.Location = new System.Drawing.Point(6, 103);
			this.radioButtonGradientIndividual.Name = "radioButtonGradientIndividual";
			this.radioButtonGradientIndividual.Size = new System.Drawing.Size(249, 17);
			this.radioButtonGradientIndividual.TabIndex = 2;
			this.radioButtonGradientIndividual.TabStop = true;
			this.radioButtonGradientIndividual.Text = "Each individual twinkle uses the entire gradient.";
			this.radioButtonGradientIndividual.UseVisualStyleBackColor = true;
			// 
			// colorGradientTypeEditorControlGradient
			// 
			colorGradient2.Gammacorrected = false;
			colorGradient2.IsCurrentLibraryGradient = false;
			colorGradient2.LibraryReferenceName = "";
			colorGradient2.Title = null;
			this.colorGradientTypeEditorControlGradient.ColorGradientValue = colorGradient2;
			this.colorGradientTypeEditorControlGradient.EffectParameterValues = new object[] {
        ((object)(colorGradient2))};
			this.colorGradientTypeEditorControlGradient.Location = new System.Drawing.Point(79, 156);
			this.colorGradientTypeEditorControlGradient.Name = "colorGradientTypeEditorControlGradient";
			this.colorGradientTypeEditorControlGradient.Size = new System.Drawing.Size(100, 40);
			this.colorGradientTypeEditorControlGradient.TabIndex = 1;
			this.colorGradientTypeEditorControlGradient.TargetEffect = null;
			// 
			// radioButtonGradientOverWhole
			// 
			this.radioButtonGradientOverWhole.AutoSize = true;
			this.radioButtonGradientOverWhole.Location = new System.Drawing.Point(6, 67);
			this.radioButtonGradientOverWhole.Name = "radioButtonGradientOverWhole";
			this.radioButtonGradientOverWhole.Size = new System.Drawing.Size(264, 30);
			this.radioButtonGradientOverWhole.TabIndex = 0;
			this.radioButtonGradientOverWhole.TabStop = true;
			this.radioButtonGradientOverWhole.Text = "The gradient is shown over the whole effect.\r\nAll channels display the same color" +
    " at a given time.";
			this.radioButtonGradientOverWhole.UseVisualStyleBackColor = true;
			// 
			// groupBoxChannels
			// 
			this.groupBoxChannels.Controls.Add(this.radioButtonSynchronizedChannels);
			this.groupBoxChannels.Controls.Add(this.radioButtonIndividualChannels);
			this.groupBoxChannels.Location = new System.Drawing.Point(219, 222);
			this.groupBoxChannels.Name = "groupBoxChannels";
			this.groupBoxChannels.Size = new System.Drawing.Size(278, 70);
			this.groupBoxChannels.TabIndex = 3;
			this.groupBoxChannels.TabStop = false;
			this.groupBoxChannels.Text = "Channel Handling";
			// 
			// radioButtonSynchronizedChannels
			// 
			this.radioButtonSynchronizedChannels.AutoSize = true;
			this.radioButtonSynchronizedChannels.Location = new System.Drawing.Point(6, 42);
			this.radioButtonSynchronizedChannels.Name = "radioButtonSynchronizedChannels";
			this.radioButtonSynchronizedChannels.Size = new System.Drawing.Size(237, 17);
			this.radioButtonSynchronizedChannels.TabIndex = 1;
			this.radioButtonSynchronizedChannels.TabStop = true;
			this.radioButtonSynchronizedChannels.Text = "Twinkle all channels together (synchronized).";
			this.radioButtonSynchronizedChannels.UseVisualStyleBackColor = true;
			// 
			// radioButtonIndividualChannels
			// 
			this.radioButtonIndividualChannels.AutoSize = true;
			this.radioButtonIndividualChannels.Location = new System.Drawing.Point(6, 19);
			this.radioButtonIndividualChannels.Name = "radioButtonIndividualChannels";
			this.radioButtonIndividualChannels.Size = new System.Drawing.Size(202, 17);
			this.radioButtonIndividualChannels.TabIndex = 0;
			this.radioButtonIndividualChannels.TabStop = true;
			this.radioButtonIndividualChannels.Text = "Twinkle each channel independently.";
			this.radioButtonIndividualChannels.UseVisualStyleBackColor = true;
			// 
			// radioButtonGradientAcrossItems
			// 
			this.radioButtonGradientAcrossItems.AutoSize = true;
			this.radioButtonGradientAcrossItems.Location = new System.Drawing.Point(6, 126);
			this.radioButtonGradientAcrossItems.Name = "radioButtonGradientAcrossItems";
			this.radioButtonGradientAcrossItems.Size = new System.Drawing.Size(241, 17);
			this.radioButtonGradientAcrossItems.TabIndex = 9;
			this.radioButtonGradientAcrossItems.TabStop = true;
			this.radioButtonGradientAcrossItems.Text = "The gradient is spread over the sub-channels.";
			this.radioButtonGradientAcrossItems.UseVisualStyleBackColor = true;
			// 
			// TwinkleEffectEditorControl
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.groupBoxChannels);
			this.Controls.Add(this.groupBoxColor);
			this.Controls.Add(this.groupBoxDetails);
			this.Controls.Add(this.groupBoxLevels);
			this.Name = "TwinkleEffectEditorControl";
			this.Size = new System.Drawing.Size(504, 300);
			this.groupBoxLevels.ResumeLayout(false);
			this.groupBoxLevels.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownLevelVariation)).EndInit();
			this.groupBoxDetails.ResumeLayout(false);
			this.groupBoxDetails.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownCoverage)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownPulseTimeVariation)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownAveragePulseTime)).EndInit();
			this.groupBoxColor.ResumeLayout(false);
			this.groupBoxColor.PerformLayout();
			this.groupBoxChannels.ResumeLayout(false);
			this.groupBoxChannels.PerformLayout();
			this.ResumeLayout(false);

		}
コード例 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     VixenModules.App.Curves.Curve curve1 = new VixenModules.App.Curves.Curve();
     VixenModules.App.ColorGradients.ColorGradient colorGradient1 = new VixenModules.App.ColorGradients.ColorGradient();
     VixenModules.App.Curves.Curve curve2 = new VixenModules.App.Curves.Curve();
     VixenModules.App.ColorGradients.ColorGradient colorGradient2 = new VixenModules.App.ColorGradients.ColorGradient();
     this.levelTypeEditorControl1 = new VixenModules.EffectEditor.LevelTypeEditor.LevelTypeEditorControl();
     this.colorTypeEditorControl1 = new VixenModules.EffectEditor.ColorTypeEditor.ColorTypeEditorControl();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.curveTypeEditorControl1 = new VixenModules.EffectEditor.CurveTypeEditor.CurveTypeEditorControl();
     this.radioGradient1          = new System.Windows.Forms.RadioButton();
     this.gradient1               = new VixenModules.EffectEditor.ColorGradientTypeEditor.ColorGradientTypeEditorControl();
     this.radioStatic1            = new System.Windows.Forms.RadioButton();
     this.groupBox2               = new System.Windows.Forms.GroupBox();
     this.curveTypeEditorControl2 = new VixenModules.EffectEditor.CurveTypeEditor.CurveTypeEditorControl();
     this.radioGradient2          = new System.Windows.Forms.RadioButton();
     this.radioStatic2            = new System.Windows.Forms.RadioButton();
     this.gradient2               = new VixenModules.EffectEditor.ColorGradientTypeEditor.ColorGradientTypeEditorControl();
     this.levelTypeEditorControl2 = new VixenModules.EffectEditor.LevelTypeEditor.LevelTypeEditorControl();
     this.colorTypeEditorControl2 = new VixenModules.EffectEditor.ColorTypeEditor.ColorTypeEditorControl();
     this.chkEnabled              = new System.Windows.Forms.CheckBox();
     this.trackBarInterval        = new System.Windows.Forms.TrackBar();
     this.numChangeInterval       = new System.Windows.Forms.NumericUpDown();
     this.groupBox3               = new System.Windows.Forms.GroupBox();
     this.numGroup = new System.Windows.Forms.NumericUpDown();
     this.label1   = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarInterval)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numChangeInterval)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numGroup)).BeginInit();
     this.SuspendLayout();
     //
     // levelTypeEditorControl1
     //
     this.levelTypeEditorControl1.EffectParameterValues = new object[] {
         ((object)(1D))
     };
     this.levelTypeEditorControl1.LevelValue   = 1D;
     this.levelTypeEditorControl1.Location     = new System.Drawing.Point(147, 20);
     this.levelTypeEditorControl1.Name         = "levelTypeEditorControl1";
     this.levelTypeEditorControl1.Size         = new System.Drawing.Size(90, 39);
     this.levelTypeEditorControl1.TabIndex     = 18;
     this.levelTypeEditorControl1.TargetEffect = null;
     //
     // colorTypeEditorControl1
     //
     this.colorTypeEditorControl1.ColorValue            = System.Drawing.Color.Empty;
     this.colorTypeEditorControl1.EffectParameterValues = new object[] {
         ((object)(System.Drawing.Color.Empty))
     };
     this.colorTypeEditorControl1.Location     = new System.Drawing.Point(101, 19);
     this.colorTypeEditorControl1.Name         = "colorTypeEditorControl1";
     this.colorTypeEditorControl1.Size         = new System.Drawing.Size(40, 40);
     this.colorTypeEditorControl1.TabIndex     = 17;
     this.colorTypeEditorControl1.TargetEffect = null;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.curveTypeEditorControl1);
     this.groupBox1.Controls.Add(this.radioGradient1);
     this.groupBox1.Controls.Add(this.gradient1);
     this.groupBox1.Controls.Add(this.radioStatic1);
     this.groupBox1.Controls.Add(this.levelTypeEditorControl1);
     this.groupBox1.Controls.Add(this.colorTypeEditorControl1);
     this.groupBox1.Location = new System.Drawing.Point(3, 14);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(263, 202);
     this.groupBox1.TabIndex = 19;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Color 1";
     //
     // curveTypeEditorControl1
     //
     curve1.IsCurrentLibraryCurve                       = false;
     curve1.LibraryReferenceName                        = string.Empty;
     this.curveTypeEditorControl1.CurveValue            = curve1;
     this.curveTypeEditorControl1.EffectParameterValues = new object[] {
         ((object)(curve1))
     };
     this.curveTypeEditorControl1.Location     = new System.Drawing.Point(101, 110);
     this.curveTypeEditorControl1.Name         = "curveTypeEditorControl1";
     this.curveTypeEditorControl1.Size         = new System.Drawing.Size(150, 80);
     this.curveTypeEditorControl1.TabIndex     = 25;
     this.curveTypeEditorControl1.TargetEffect = null;
     //
     // radioGradient1
     //
     this.radioGradient1.AutoSize = true;
     this.radioGradient1.Location = new System.Drawing.Point(23, 76);
     this.radioGradient1.Name     = "radioGradient1";
     this.radioGradient1.Size     = new System.Drawing.Size(65, 17);
     this.radioGradient1.TabIndex = 24;
     this.radioGradient1.Text     = "Gradient";
     this.radioGradient1.UseVisualStyleBackColor = true;
     this.radioGradient1.CheckedChanged         += new System.EventHandler(this.radio1_CheckedChanged);
     //
     // gradient1
     //
     colorGradient1.Gammacorrected           = false;
     colorGradient1.IsCurrentLibraryGradient = false;
     colorGradient1.LibraryReferenceName     = string.Empty;
     colorGradient1.Title = null;
     this.gradient1.ColorGradientValue    = colorGradient1;
     this.gradient1.EffectParameterValues = new object[] {
         ((object)(colorGradient1))
     };
     this.gradient1.Location     = new System.Drawing.Point(101, 64);
     this.gradient1.Name         = "gradient1";
     this.gradient1.Size         = new System.Drawing.Size(100, 40);
     this.gradient1.TabIndex     = 23;
     this.gradient1.TargetEffect = null;
     //
     // radioStatic1
     //
     this.radioStatic1.AutoSize = true;
     this.radioStatic1.Checked  = true;
     this.radioStatic1.Location = new System.Drawing.Point(23, 33);
     this.radioStatic1.Name     = "radioStatic1";
     this.radioStatic1.Size     = new System.Drawing.Size(52, 17);
     this.radioStatic1.TabIndex = 22;
     this.radioStatic1.TabStop  = true;
     this.radioStatic1.Text     = "Static";
     this.radioStatic1.UseVisualStyleBackColor = true;
     this.radioStatic1.CheckedChanged         += new System.EventHandler(this.radio1_CheckedChanged);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.curveTypeEditorControl2);
     this.groupBox2.Controls.Add(this.radioGradient2);
     this.groupBox2.Controls.Add(this.radioStatic2);
     this.groupBox2.Controls.Add(this.gradient2);
     this.groupBox2.Controls.Add(this.levelTypeEditorControl2);
     this.groupBox2.Controls.Add(this.colorTypeEditorControl2);
     this.groupBox2.Location = new System.Drawing.Point(296, 14);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(262, 202);
     this.groupBox2.TabIndex = 20;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Color 2";
     //
     // curveTypeEditorControl2
     //
     curve2.IsCurrentLibraryCurve                       = false;
     curve2.LibraryReferenceName                        = string.Empty;
     this.curveTypeEditorControl2.CurveValue            = curve2;
     this.curveTypeEditorControl2.EffectParameterValues = new object[] {
         ((object)(curve2))
     };
     this.curveTypeEditorControl2.Location     = new System.Drawing.Point(101, 110);
     this.curveTypeEditorControl2.Name         = "curveTypeEditorControl2";
     this.curveTypeEditorControl2.Size         = new System.Drawing.Size(150, 80);
     this.curveTypeEditorControl2.TabIndex     = 23;
     this.curveTypeEditorControl2.TargetEffect = null;
     //
     // radioGradient2
     //
     this.radioGradient2.AutoSize = true;
     this.radioGradient2.Location = new System.Drawing.Point(23, 76);
     this.radioGradient2.Name     = "radioGradient2";
     this.radioGradient2.Size     = new System.Drawing.Size(65, 17);
     this.radioGradient2.TabIndex = 22;
     this.radioGradient2.Text     = "Gradient";
     this.radioGradient2.UseVisualStyleBackColor = true;
     this.radioGradient2.CheckedChanged         += new System.EventHandler(this.radio2_CheckedChanged);
     //
     // radioStatic2
     //
     this.radioStatic2.AutoSize = true;
     this.radioStatic2.Checked  = true;
     this.radioStatic2.Location = new System.Drawing.Point(23, 33);
     this.radioStatic2.Name     = "radioStatic2";
     this.radioStatic2.Size     = new System.Drawing.Size(52, 17);
     this.radioStatic2.TabIndex = 21;
     this.radioStatic2.TabStop  = true;
     this.radioStatic2.Text     = "Static";
     this.radioStatic2.UseVisualStyleBackColor = true;
     this.radioStatic2.CheckedChanged         += new System.EventHandler(this.radio2_CheckedChanged);
     //
     // gradient2
     //
     colorGradient2.Gammacorrected           = false;
     colorGradient2.IsCurrentLibraryGradient = false;
     colorGradient2.LibraryReferenceName     = string.Empty;
     colorGradient2.Title = null;
     this.gradient2.ColorGradientValue    = colorGradient2;
     this.gradient2.EffectParameterValues = new object[] {
         ((object)(colorGradient2))
     };
     this.gradient2.Location     = new System.Drawing.Point(101, 64);
     this.gradient2.Name         = "gradient2";
     this.gradient2.Size         = new System.Drawing.Size(100, 40);
     this.gradient2.TabIndex     = 20;
     this.gradient2.TargetEffect = null;
     //
     // levelTypeEditorControl2
     //
     this.levelTypeEditorControl2.EffectParameterValues = new object[] {
         ((object)(1D))
     };
     this.levelTypeEditorControl2.LevelValue   = 1D;
     this.levelTypeEditorControl2.Location     = new System.Drawing.Point(147, 20);
     this.levelTypeEditorControl2.Name         = "levelTypeEditorControl2";
     this.levelTypeEditorControl2.Size         = new System.Drawing.Size(90, 39);
     this.levelTypeEditorControl2.TabIndex     = 18;
     this.levelTypeEditorControl2.TargetEffect = null;
     //
     // colorTypeEditorControl2
     //
     this.colorTypeEditorControl2.ColorValue            = System.Drawing.Color.Empty;
     this.colorTypeEditorControl2.EffectParameterValues = new object[] {
         ((object)(System.Drawing.Color.Empty))
     };
     this.colorTypeEditorControl2.Location     = new System.Drawing.Point(101, 19);
     this.colorTypeEditorControl2.Name         = "colorTypeEditorControl2";
     this.colorTypeEditorControl2.Size         = new System.Drawing.Size(40, 40);
     this.colorTypeEditorControl2.TabIndex     = 17;
     this.colorTypeEditorControl2.TargetEffect = null;
     //
     // chkEnabled
     //
     this.chkEnabled.AutoSize                = true;
     this.chkEnabled.Location                = new System.Drawing.Point(20, 222);
     this.chkEnabled.Name                    = "chkEnabled";
     this.chkEnabled.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.chkEnabled.Size                    = new System.Drawing.Size(120, 17);
     this.chkEnabled.TabIndex                = 22;
     this.chkEnabled.Text                    = "Make Display Static";
     this.chkEnabled.UseVisualStyleBackColor = true;
     //
     // trackBarInterval
     //
     this.trackBarInterval.Dock          = System.Windows.Forms.DockStyle.Top;
     this.trackBarInterval.Location      = new System.Drawing.Point(3, 16);
     this.trackBarInterval.Maximum       = 5000;
     this.trackBarInterval.Minimum       = 100;
     this.trackBarInterval.Name          = "trackBarInterval";
     this.trackBarInterval.Size          = new System.Drawing.Size(285, 45);
     this.trackBarInterval.TabIndex      = 24;
     this.trackBarInterval.Value         = 100;
     this.trackBarInterval.ValueChanged += new System.EventHandler(this.trackBarInterval_ValueChanged);
     //
     // numChangeInterval
     //
     this.numChangeInterval.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.numChangeInterval.Location      = new System.Drawing.Point(3, 49);
     this.numChangeInterval.Name          = "numChangeInterval";
     this.numChangeInterval.Size          = new System.Drawing.Size(285, 20);
     this.numChangeInterval.TabIndex      = 25;
     this.numChangeInterval.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.numChangeInterval);
     this.groupBox3.Controls.Add(this.trackBarInterval);
     this.groupBox3.Location = new System.Drawing.Point(146, 222);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(291, 72);
     this.groupBox3.TabIndex = 28;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Change Interval";
     //
     // numGroup
     //
     this.numGroup.Location = new System.Drawing.Point(17, 271);
     this.numGroup.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numGroup.Name     = "numGroup";
     this.numGroup.Size     = new System.Drawing.Size(65, 20);
     this.numGroup.TabIndex = 29;
     this.numGroup.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(17, 255);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(113, 13);
     this.label1.TabIndex = 30;
     this.label1.Text     = "Group Element Effects";
     //
     // AlternatingEffectEditorControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.label1);
     this.Controls.Add(this.numGroup);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.chkEnabled);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "AlternatingEffectEditorControl";
     this.Size = new System.Drawing.Size(564, 301);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarInterval)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numChangeInterval)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numGroup)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #5
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            VixenModules.App.Curves.Curve curve1 = new VixenModules.App.Curves.Curve();
            VixenModules.App.ColorGradients.ColorGradient colorGradient1 = new VixenModules.App.ColorGradients.ColorGradient();
            VixenModules.App.Curves.Curve curve2 = new VixenModules.App.Curves.Curve();
            VixenModules.App.ColorGradients.ColorGradient colorGradient2 = new VixenModules.App.ColorGradients.ColorGradient();
            this.levelTypeEditorControl1 = new VixenModules.EffectEditor.LevelTypeEditor.LevelTypeEditorControl();
            this.colorTypeEditorControl1 = new VixenModules.EffectEditor.ColorTypeEditor.ColorTypeEditorControl();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.curveTypeEditorControl1 = new VixenModules.EffectEditor.CurveTypeEditor.CurveTypeEditorControl();
            this.radioGradient1 = new System.Windows.Forms.RadioButton();
            this.gradient1 = new VixenModules.EffectEditor.ColorGradientTypeEditor.ColorGradientTypeEditorControl();
            this.radioStatic1 = new System.Windows.Forms.RadioButton();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.curveTypeEditorControl2 = new VixenModules.EffectEditor.CurveTypeEditor.CurveTypeEditorControl();
            this.radioGradient2 = new System.Windows.Forms.RadioButton();
            this.radioStatic2 = new System.Windows.Forms.RadioButton();
            this.gradient2 = new VixenModules.EffectEditor.ColorGradientTypeEditor.ColorGradientTypeEditorControl();
            this.levelTypeEditorControl2 = new VixenModules.EffectEditor.LevelTypeEditor.LevelTypeEditorControl();
            this.colorTypeEditorControl2 = new VixenModules.EffectEditor.ColorTypeEditor.ColorTypeEditorControl();
            this.chkEnabled = new System.Windows.Forms.CheckBox();
            this.trackBarInterval = new System.Windows.Forms.TrackBar();
            this.numChangeInterval = new System.Windows.Forms.NumericUpDown();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.numGroup = new System.Windows.Forms.NumericUpDown();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarInterval)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numChangeInterval)).BeginInit();
            this.groupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numGroup)).BeginInit();
            this.SuspendLayout();
            // 
            // levelTypeEditorControl1
            // 
            this.levelTypeEditorControl1.EffectParameterValues = new object[] {
        ((object)(1D))};
            this.levelTypeEditorControl1.LevelValue = 1D;
            this.levelTypeEditorControl1.Location = new System.Drawing.Point(147, 20);
            this.levelTypeEditorControl1.Name = "levelTypeEditorControl1";
            this.levelTypeEditorControl1.Size = new System.Drawing.Size(90, 39);
            this.levelTypeEditorControl1.TabIndex = 18;
            this.levelTypeEditorControl1.TargetEffect = null;
            // 
            // colorTypeEditorControl1
            // 
            this.colorTypeEditorControl1.ColorValue = System.Drawing.Color.Empty;
            this.colorTypeEditorControl1.EffectParameterValues = new object[] {
        ((object)(System.Drawing.Color.Empty))};
            this.colorTypeEditorControl1.Location = new System.Drawing.Point(101, 19);
            this.colorTypeEditorControl1.Name = "colorTypeEditorControl1";
            this.colorTypeEditorControl1.Size = new System.Drawing.Size(40, 40);
            this.colorTypeEditorControl1.TabIndex = 17;
            this.colorTypeEditorControl1.TargetEffect = null;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.curveTypeEditorControl1);
            this.groupBox1.Controls.Add(this.radioGradient1);
            this.groupBox1.Controls.Add(this.gradient1);
            this.groupBox1.Controls.Add(this.radioStatic1);
            this.groupBox1.Controls.Add(this.levelTypeEditorControl1);
            this.groupBox1.Controls.Add(this.colorTypeEditorControl1);
            this.groupBox1.Location = new System.Drawing.Point(3, 14);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(263, 202);
            this.groupBox1.TabIndex = 19;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Color 1";
            // 
            // curveTypeEditorControl1
            // 
            curve1.IsCurrentLibraryCurve = false;
            curve1.LibraryReferenceName = "";
            this.curveTypeEditorControl1.CurveValue = curve1;
            this.curveTypeEditorControl1.EffectParameterValues = new object[] {
        ((object)(curve1))};
            this.curveTypeEditorControl1.Location = new System.Drawing.Point(101, 110);
            this.curveTypeEditorControl1.Name = "curveTypeEditorControl1";
            this.curveTypeEditorControl1.Size = new System.Drawing.Size(150, 80);
            this.curveTypeEditorControl1.TabIndex = 25;
            this.curveTypeEditorControl1.TargetEffect = null;
            // 
            // radioGradient1
            // 
            this.radioGradient1.AutoSize = true;
            this.radioGradient1.Location = new System.Drawing.Point(23, 76);
            this.radioGradient1.Name = "radioGradient1";
            this.radioGradient1.Size = new System.Drawing.Size(65, 17);
            this.radioGradient1.TabIndex = 24;
            this.radioGradient1.Text = "Gradient";
            this.radioGradient1.UseVisualStyleBackColor = true;
            this.radioGradient1.CheckedChanged += new System.EventHandler(this.radio1_CheckedChanged);
            // 
            // gradient1
            // 
            colorGradient1.Gammacorrected = false;
            colorGradient1.IsCurrentLibraryGradient = false;
            colorGradient1.LibraryReferenceName = "";
            colorGradient1.Title = null;
            this.gradient1.ColorGradientValue = colorGradient1;
            this.gradient1.EffectParameterValues = new object[] {
        ((object)(colorGradient1))};
            this.gradient1.Location = new System.Drawing.Point(101, 64);
            this.gradient1.Name = "gradient1";
            this.gradient1.Size = new System.Drawing.Size(100, 40);
            this.gradient1.TabIndex = 23;
            this.gradient1.TargetEffect = null;
            // 
            // radioStatic1
            // 
            this.radioStatic1.AutoSize = true;
            this.radioStatic1.Checked = true;
            this.radioStatic1.Location = new System.Drawing.Point(23, 33);
            this.radioStatic1.Name = "radioStatic1";
            this.radioStatic1.Size = new System.Drawing.Size(52, 17);
            this.radioStatic1.TabIndex = 22;
            this.radioStatic1.TabStop = true;
            this.radioStatic1.Text = "Static";
            this.radioStatic1.UseVisualStyleBackColor = true;
            this.radioStatic1.CheckedChanged += new System.EventHandler(this.radio1_CheckedChanged);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.curveTypeEditorControl2);
            this.groupBox2.Controls.Add(this.radioGradient2);
            this.groupBox2.Controls.Add(this.radioStatic2);
            this.groupBox2.Controls.Add(this.gradient2);
            this.groupBox2.Controls.Add(this.levelTypeEditorControl2);
            this.groupBox2.Controls.Add(this.colorTypeEditorControl2);
            this.groupBox2.Location = new System.Drawing.Point(296, 14);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(262, 202);
            this.groupBox2.TabIndex = 20;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Color 2";
            // 
            // curveTypeEditorControl2
            // 
            curve2.IsCurrentLibraryCurve = false;
            curve2.LibraryReferenceName = "";
            this.curveTypeEditorControl2.CurveValue = curve2;
            this.curveTypeEditorControl2.EffectParameterValues = new object[] {
        ((object)(curve2))};
            this.curveTypeEditorControl2.Location = new System.Drawing.Point(101, 110);
            this.curveTypeEditorControl2.Name = "curveTypeEditorControl2";
            this.curveTypeEditorControl2.Size = new System.Drawing.Size(150, 80);
            this.curveTypeEditorControl2.TabIndex = 23;
            this.curveTypeEditorControl2.TargetEffect = null;
            // 
            // radioGradient2
            // 
            this.radioGradient2.AutoSize = true;
            this.radioGradient2.Location = new System.Drawing.Point(23, 76);
            this.radioGradient2.Name = "radioGradient2";
            this.radioGradient2.Size = new System.Drawing.Size(65, 17);
            this.radioGradient2.TabIndex = 22;
            this.radioGradient2.Text = "Gradient";
            this.radioGradient2.UseVisualStyleBackColor = true;
            this.radioGradient2.CheckedChanged += new System.EventHandler(this.radio2_CheckedChanged);
            // 
            // radioStatic2
            // 
            this.radioStatic2.AutoSize = true;
            this.radioStatic2.Checked = true;
            this.radioStatic2.Location = new System.Drawing.Point(23, 33);
            this.radioStatic2.Name = "radioStatic2";
            this.radioStatic2.Size = new System.Drawing.Size(52, 17);
            this.radioStatic2.TabIndex = 21;
            this.radioStatic2.TabStop = true;
            this.radioStatic2.Text = "Static";
            this.radioStatic2.UseVisualStyleBackColor = true;
            this.radioStatic2.CheckedChanged += new System.EventHandler(this.radio2_CheckedChanged);
            // 
            // gradient2
            // 
            colorGradient2.Gammacorrected = false;
            colorGradient2.IsCurrentLibraryGradient = false;
            colorGradient2.LibraryReferenceName = "";
            colorGradient2.Title = null;
            this.gradient2.ColorGradientValue = colorGradient2;
            this.gradient2.EffectParameterValues = new object[] {
        ((object)(colorGradient2))};
            this.gradient2.Location = new System.Drawing.Point(101, 64);
            this.gradient2.Name = "gradient2";
            this.gradient2.Size = new System.Drawing.Size(100, 40);
            this.gradient2.TabIndex = 20;
            this.gradient2.TargetEffect = null;
            // 
            // levelTypeEditorControl2
            // 
            this.levelTypeEditorControl2.EffectParameterValues = new object[] {
        ((object)(1D))};
            this.levelTypeEditorControl2.LevelValue = 1D;
            this.levelTypeEditorControl2.Location = new System.Drawing.Point(147, 20);
            this.levelTypeEditorControl2.Name = "levelTypeEditorControl2";
            this.levelTypeEditorControl2.Size = new System.Drawing.Size(90, 39);
            this.levelTypeEditorControl2.TabIndex = 18;
            this.levelTypeEditorControl2.TargetEffect = null;
            // 
            // colorTypeEditorControl2
            // 
            this.colorTypeEditorControl2.ColorValue = System.Drawing.Color.Empty;
            this.colorTypeEditorControl2.EffectParameterValues = new object[] {
        ((object)(System.Drawing.Color.Empty))};
            this.colorTypeEditorControl2.Location = new System.Drawing.Point(101, 19);
            this.colorTypeEditorControl2.Name = "colorTypeEditorControl2";
            this.colorTypeEditorControl2.Size = new System.Drawing.Size(40, 40);
            this.colorTypeEditorControl2.TabIndex = 17;
            this.colorTypeEditorControl2.TargetEffect = null;
            // 
            // chkEnabled
            // 
            this.chkEnabled.AutoSize = true;
            this.chkEnabled.Location = new System.Drawing.Point(20, 222);
            this.chkEnabled.Name = "chkEnabled";
            this.chkEnabled.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.chkEnabled.Size = new System.Drawing.Size(120, 17);
            this.chkEnabled.TabIndex = 22;
            this.chkEnabled.Text = "Make Display Static";
            this.chkEnabled.UseVisualStyleBackColor = true;
            // 
            // trackBarInterval
            // 
            this.trackBarInterval.Dock = System.Windows.Forms.DockStyle.Top;
            this.trackBarInterval.Location = new System.Drawing.Point(3, 16);
            this.trackBarInterval.Maximum = 5000;
            this.trackBarInterval.Minimum = 1;
            this.trackBarInterval.Name = "trackBarInterval";
            this.trackBarInterval.Size = new System.Drawing.Size(285, 45);
            this.trackBarInterval.TabIndex = 24;
            this.trackBarInterval.Value = 100;
            this.trackBarInterval.ValueChanged += new System.EventHandler(this.trackBarInterval_ValueChanged);
            // 
            // numChangeInterval
            // 
            this.numChangeInterval.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.numChangeInterval.Location = new System.Drawing.Point(3, 49);
            this.numChangeInterval.Name = "numChangeInterval";
            this.numChangeInterval.Size = new System.Drawing.Size(285, 20);
            this.numChangeInterval.TabIndex = 25;
            this.numChangeInterval.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.numChangeInterval);
            this.groupBox3.Controls.Add(this.trackBarInterval);
            this.groupBox3.Location = new System.Drawing.Point(146, 222);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(291, 72);
            this.groupBox3.TabIndex = 28;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Change Interval";
            // 
            // numGroup
            // 
            this.numGroup.Location = new System.Drawing.Point(17, 271);
            this.numGroup.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numGroup.Name = "numGroup";
            this.numGroup.Size = new System.Drawing.Size(65, 20);
            this.numGroup.TabIndex = 29;
            this.numGroup.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(17, 255);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(113, 13);
            this.label1.TabIndex = 30;
            this.label1.Text = "Group Element Effects";
            // 
            // AlternatingEffectEditorControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.label1);
            this.Controls.Add(this.numGroup);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.chkEnabled);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Name = "AlternatingEffectEditorControl";
            this.Size = new System.Drawing.Size(564, 301);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarInterval)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numChangeInterval)).EndInit();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numGroup)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
コード例 #6
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			VixenModules.App.ColorGradients.ColorGradient colorGradient5 = new VixenModules.App.ColorGradients.ColorGradient();
			VixenModules.App.Curves.Curve curve5 = new VixenModules.App.Curves.Curve();
			this.groupBoxColor = new System.Windows.Forms.GroupBox();
			this.radioButtonGradientAcrossItems = new System.Windows.Forms.RadioButton();
			this.colorTypeEditorControlStaticColor = new VixenModules.EffectEditor.ColorTypeEditor.ColorTypeEditorControl();
			this.radioButtonStaticColor = new System.Windows.Forms.RadioButton();
			this.label7 = new System.Windows.Forms.Label();
			this.radioButtonGradientIndividual = new System.Windows.Forms.RadioButton();
			this.colorGradientTypeEditorControlGradient = new VixenModules.EffectEditor.ColorGradientTypeEditor.ColorGradientTypeEditorControl();
			this.radioButtonGradientOverWhole = new System.Windows.Forms.RadioButton();
			this.groupBoxSpeed = new System.Windows.Forms.GroupBox();
			this.radioButtonRevolutionTime = new System.Windows.Forms.RadioButton();
			this.radioButtonRevolutionFrequency = new System.Windows.Forms.RadioButton();
			this.radioButtonRevolutionCount = new System.Windows.Forms.RadioButton();
			this.numericUpDownRevolutionCount = new System.Windows.Forms.NumericUpDown();
			this.numericUpDownRevolutionTime = new System.Windows.Forms.NumericUpDown();
			this.numericUpDownRevolutionFrequency = new System.Windows.Forms.NumericUpDown();
			this.groupBoxPulse = new System.Windows.Forms.GroupBox();
			this.label1 = new System.Windows.Forms.Label();
			this.curveTypeEditorControlEachPulse = new VixenModules.EffectEditor.CurveTypeEditor.CurveTypeEditorControl();
			this.numericUpDownPulsePercentage = new System.Windows.Forms.NumericUpDown();
			this.numericUpDownPulseTime = new System.Windows.Forms.NumericUpDown();
			this.radioButtonPulseEvenlyDistributed = new System.Windows.Forms.RadioButton();
			this.radioButtonPulsePercentage = new System.Windows.Forms.RadioButton();
			this.radioButtonPulseFixedTime = new System.Windows.Forms.RadioButton();
			this.levelTypeEditorControlDefaultLevel = new VixenModules.EffectEditor.LevelTypeEditor.LevelTypeEditorControl();
			this.label2 = new System.Windows.Forms.Label();
			this.checkBoxReverse = new System.Windows.Forms.CheckBox();
			this.groupByDepthOfEffect = new System.Windows.Forms.GroupBox();
			this.numericUpDownDepthOfEffect = new System.Windows.Forms.NumericUpDown();
			this.radioButtonApplyToAllElements = new System.Windows.Forms.RadioButton();
			this.radioButtonApplyToLevel = new System.Windows.Forms.RadioButton();
			this.groupBoxColor.SuspendLayout();
			this.groupBoxSpeed.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownRevolutionCount)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownRevolutionTime)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownRevolutionFrequency)).BeginInit();
			this.groupBoxPulse.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownPulsePercentage)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownPulseTime)).BeginInit();
			this.groupByDepthOfEffect.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownDepthOfEffect)).BeginInit();
			this.SuspendLayout();
			// 
			// groupBoxColor
			// 
			this.groupBoxColor.Controls.Add(this.radioButtonGradientAcrossItems);
			this.groupBoxColor.Controls.Add(this.colorTypeEditorControlStaticColor);
			this.groupBoxColor.Controls.Add(this.radioButtonStaticColor);
			this.groupBoxColor.Controls.Add(this.label7);
			this.groupBoxColor.Controls.Add(this.radioButtonGradientIndividual);
			this.groupBoxColor.Controls.Add(this.colorGradientTypeEditorControlGradient);
			this.groupBoxColor.Controls.Add(this.radioButtonGradientOverWhole);
			this.groupBoxColor.Location = new System.Drawing.Point(307, 3);
			this.groupBoxColor.Name = "groupBoxColor";
			this.groupBoxColor.Size = new System.Drawing.Size(295, 205);
			this.groupBoxColor.TabIndex = 6;
			this.groupBoxColor.TabStop = false;
			this.groupBoxColor.Text = "Color Handling";
			// 
			// radioButtonGradientAcrossItems
			// 
			this.radioButtonGradientAcrossItems.AutoSize = true;
			this.radioButtonGradientAcrossItems.Location = new System.Drawing.Point(6, 126);
			this.radioButtonGradientAcrossItems.Name = "radioButtonGradientAcrossItems";
			this.radioButtonGradientAcrossItems.Size = new System.Drawing.Size(283, 17);
			this.radioButtonGradientAcrossItems.TabIndex = 9;
			this.radioButtonGradientAcrossItems.TabStop = true;
			this.radioButtonGradientAcrossItems.Text = "The gradient is spread over the range of sub-elements.";
			this.radioButtonGradientAcrossItems.UseVisualStyleBackColor = true;
			// 
			// colorTypeEditorControlStaticColor
			// 
			this.colorTypeEditorControlStaticColor.ColorValue = System.Drawing.Color.Empty;
			this.colorTypeEditorControlStaticColor.EffectParameterValues = new object[] {
        ((object)(System.Drawing.Color.Empty))};
			this.colorTypeEditorControlStaticColor.Location = new System.Drawing.Point(94, 20);
			this.colorTypeEditorControlStaticColor.Name = "colorTypeEditorControlStaticColor";
			this.colorTypeEditorControlStaticColor.Size = new System.Drawing.Size(40, 40);
			this.colorTypeEditorControlStaticColor.TabIndex = 8;
			this.colorTypeEditorControlStaticColor.TargetEffect = null;
			// 
			// radioButtonStaticColor
			// 
			this.radioButtonStaticColor.AutoSize = true;
			this.radioButtonStaticColor.Location = new System.Drawing.Point(6, 32);
			this.radioButtonStaticColor.Name = "radioButtonStaticColor";
			this.radioButtonStaticColor.Size = new System.Drawing.Size(82, 17);
			this.radioButtonStaticColor.TabIndex = 7;
			this.radioButtonStaticColor.TabStop = true;
			this.radioButtonStaticColor.Text = "Static Color:";
			this.radioButtonStaticColor.UseVisualStyleBackColor = true;
			// 
			// label7
			// 
			this.label7.AutoSize = true;
			this.label7.Location = new System.Drawing.Point(38, 166);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(50, 13);
			this.label7.TabIndex = 6;
			this.label7.Text = "Gradient:";
			// 
			// radioButtonGradientIndividual
			// 
			this.radioButtonGradientIndividual.AutoSize = true;
			this.radioButtonGradientIndividual.Location = new System.Drawing.Point(6, 103);
			this.radioButtonGradientIndividual.Name = "radioButtonGradientIndividual";
			this.radioButtonGradientIndividual.Size = new System.Drawing.Size(241, 17);
			this.radioButtonGradientIndividual.TabIndex = 2;
			this.radioButtonGradientIndividual.TabStop = true;
			this.radioButtonGradientIndividual.Text = "Each individual pulse uses the entire gradient.";
			this.radioButtonGradientIndividual.UseVisualStyleBackColor = true;
			// 
			// colorGradientTypeEditorControlGradient
			// 
			colorGradient5.Gammacorrected = false;
			colorGradient5.IsCurrentLibraryGradient = false;
			colorGradient5.LibraryReferenceName = string.Empty;
			colorGradient5.Title = null;
			this.colorGradientTypeEditorControlGradient.ColorGradientValue = colorGradient5;
			this.colorGradientTypeEditorControlGradient.EffectParameterValues = new object[] {
        ((object)(colorGradient5))};
			this.colorGradientTypeEditorControlGradient.Location = new System.Drawing.Point(94, 152);
			this.colorGradientTypeEditorControlGradient.Name = "colorGradientTypeEditorControlGradient";
			this.colorGradientTypeEditorControlGradient.Size = new System.Drawing.Size(100, 40);
			this.colorGradientTypeEditorControlGradient.TabIndex = 1;
			this.colorGradientTypeEditorControlGradient.TargetEffect = null;
			// 
			// radioButtonGradientOverWhole
			// 
			this.radioButtonGradientOverWhole.AutoSize = true;
			this.radioButtonGradientOverWhole.Location = new System.Drawing.Point(6, 67);
			this.radioButtonGradientOverWhole.Name = "radioButtonGradientOverWhole";
			this.radioButtonGradientOverWhole.Size = new System.Drawing.Size(264, 30);
			this.radioButtonGradientOverWhole.TabIndex = 0;
			this.radioButtonGradientOverWhole.TabStop = true;
			this.radioButtonGradientOverWhole.Text = "The gradient is shown over the whole effect.\r\nAll elements display the same color" +
    " at a given time.";
			this.radioButtonGradientOverWhole.UseVisualStyleBackColor = true;
			// 
			// groupBoxSpeed
			// 
			this.groupBoxSpeed.Controls.Add(this.radioButtonRevolutionTime);
			this.groupBoxSpeed.Controls.Add(this.radioButtonRevolutionFrequency);
			this.groupBoxSpeed.Controls.Add(this.radioButtonRevolutionCount);
			this.groupBoxSpeed.Controls.Add(this.numericUpDownRevolutionCount);
			this.groupBoxSpeed.Controls.Add(this.numericUpDownRevolutionTime);
			this.groupBoxSpeed.Controls.Add(this.numericUpDownRevolutionFrequency);
			this.groupBoxSpeed.Location = new System.Drawing.Point(3, 3);
			this.groupBoxSpeed.Name = "groupBoxSpeed";
			this.groupBoxSpeed.Size = new System.Drawing.Size(298, 112);
			this.groupBoxSpeed.TabIndex = 5;
			this.groupBoxSpeed.TabStop = false;
			this.groupBoxSpeed.Text = "Spin Speed";
			// 
			// radioButtonRevolutionTime
			// 
			this.radioButtonRevolutionTime.AutoSize = true;
			this.radioButtonRevolutionTime.Location = new System.Drawing.Point(12, 76);
			this.radioButtonRevolutionTime.Name = "radioButtonRevolutionTime";
			this.radioButtonRevolutionTime.Size = new System.Drawing.Size(165, 17);
			this.radioButtonRevolutionTime.TabIndex = 8;
			this.radioButtonRevolutionTime.TabStop = true;
			this.radioButtonRevolutionTime.Text = "Fixed revolution duration (ms):";
			this.radioButtonRevolutionTime.UseVisualStyleBackColor = true;
			this.radioButtonRevolutionTime.CheckedChanged += new System.EventHandler(this.radioButtonRevolutionItem_CheckedChanged);
			// 
			// radioButtonRevolutionFrequency
			// 
			this.radioButtonRevolutionFrequency.AutoSize = true;
			this.radioButtonRevolutionFrequency.Location = new System.Drawing.Point(12, 50);
			this.radioButtonRevolutionFrequency.Name = "radioButtonRevolutionFrequency";
			this.radioButtonRevolutionFrequency.Size = new System.Drawing.Size(174, 17);
			this.radioButtonRevolutionFrequency.TabIndex = 7;
			this.radioButtonRevolutionFrequency.TabStop = true;
			this.radioButtonRevolutionFrequency.Text = "Fixed revolution frequency (Hz):";
			this.radioButtonRevolutionFrequency.UseVisualStyleBackColor = true;
			this.radioButtonRevolutionFrequency.CheckedChanged += new System.EventHandler(this.radioButtonRevolutionItem_CheckedChanged);
			// 
			// radioButtonRevolutionCount
			// 
			this.radioButtonRevolutionCount.AutoSize = true;
			this.radioButtonRevolutionCount.Location = new System.Drawing.Point(12, 24);
			this.radioButtonRevolutionCount.Name = "radioButtonRevolutionCount";
			this.radioButtonRevolutionCount.Size = new System.Drawing.Size(157, 17);
			this.radioButtonRevolutionCount.TabIndex = 6;
			this.radioButtonRevolutionCount.TabStop = true;
			this.radioButtonRevolutionCount.Text = "Fixed number of revolutions:";
			this.radioButtonRevolutionCount.UseVisualStyleBackColor = true;
			this.radioButtonRevolutionCount.CheckedChanged += new System.EventHandler(this.radioButtonRevolutionItem_CheckedChanged);
			// 
			// numericUpDownRevolutionCount
			// 
			this.numericUpDownRevolutionCount.DecimalPlaces = 2;
			this.numericUpDownRevolutionCount.Location = new System.Drawing.Point(197, 24);
			this.numericUpDownRevolutionCount.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
			this.numericUpDownRevolutionCount.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            131072});
			this.numericUpDownRevolutionCount.Name = "numericUpDownRevolutionCount";
			this.numericUpDownRevolutionCount.Size = new System.Drawing.Size(48, 20);
			this.numericUpDownRevolutionCount.TabIndex = 4;
			this.numericUpDownRevolutionCount.Value = new decimal(new int[] {
            3,
            0,
            0,
            0});
			this.numericUpDownRevolutionCount.ValueChanged += new System.EventHandler(this.numericUpDownAny_ValueChanged);
			// 
			// numericUpDownRevolutionTime
			// 
			this.numericUpDownRevolutionTime.Increment = new decimal(new int[] {
            50,
            0,
            0,
            0});
			this.numericUpDownRevolutionTime.Location = new System.Drawing.Point(197, 76);
			this.numericUpDownRevolutionTime.Maximum = new decimal(new int[] {
            100000,
            0,
            0,
            0});
			this.numericUpDownRevolutionTime.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
			this.numericUpDownRevolutionTime.Name = "numericUpDownRevolutionTime";
			this.numericUpDownRevolutionTime.Size = new System.Drawing.Size(48, 20);
			this.numericUpDownRevolutionTime.TabIndex = 2;
			this.numericUpDownRevolutionTime.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
			this.numericUpDownRevolutionTime.ValueChanged += new System.EventHandler(this.numericUpDownAny_ValueChanged);
			// 
			// numericUpDownRevolutionFrequency
			// 
			this.numericUpDownRevolutionFrequency.DecimalPlaces = 2;
			this.numericUpDownRevolutionFrequency.Location = new System.Drawing.Point(197, 50);
			this.numericUpDownRevolutionFrequency.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
			this.numericUpDownRevolutionFrequency.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            131072});
			this.numericUpDownRevolutionFrequency.Name = "numericUpDownRevolutionFrequency";
			this.numericUpDownRevolutionFrequency.Size = new System.Drawing.Size(48, 20);
			this.numericUpDownRevolutionFrequency.TabIndex = 0;
			this.numericUpDownRevolutionFrequency.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
			this.numericUpDownRevolutionFrequency.ValueChanged += new System.EventHandler(this.numericUpDownAny_ValueChanged);
			// 
			// groupBoxPulse
			// 
			this.groupBoxPulse.Controls.Add(this.label1);
			this.groupBoxPulse.Controls.Add(this.curveTypeEditorControlEachPulse);
			this.groupBoxPulse.Controls.Add(this.numericUpDownPulsePercentage);
			this.groupBoxPulse.Controls.Add(this.numericUpDownPulseTime);
			this.groupBoxPulse.Controls.Add(this.radioButtonPulseEvenlyDistributed);
			this.groupBoxPulse.Controls.Add(this.radioButtonPulsePercentage);
			this.groupBoxPulse.Controls.Add(this.radioButtonPulseFixedTime);
			this.groupBoxPulse.Location = new System.Drawing.Point(3, 121);
			this.groupBoxPulse.Name = "groupBoxPulse";
			this.groupBoxPulse.Size = new System.Drawing.Size(298, 184);
			this.groupBoxPulse.TabIndex = 4;
			this.groupBoxPulse.TabStop = false;
			this.groupBoxPulse.Text = "Pulse";
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(19, 127);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(89, 13);
			this.label1.TabIndex = 15;
			this.label1.Text = "Individual Pulses:";
			// 
			// curveTypeEditorControlEachPulse
			// 
			curve5.IsCurrentLibraryCurve = false;
			curve5.LibraryReferenceName = string.Empty;
			this.curveTypeEditorControlEachPulse.CurveValue = curve5;
			this.curveTypeEditorControlEachPulse.EffectParameterValues = new object[] {
        ((object)(curve5))};
			this.curveTypeEditorControlEachPulse.Location = new System.Drawing.Point(118, 94);
			this.curveTypeEditorControlEachPulse.Name = "curveTypeEditorControlEachPulse";
			this.curveTypeEditorControlEachPulse.Size = new System.Drawing.Size(150, 80);
			this.curveTypeEditorControlEachPulse.TabIndex = 14;
			this.curveTypeEditorControlEachPulse.TargetEffect = null;
			// 
			// numericUpDownPulsePercentage
			// 
			this.numericUpDownPulsePercentage.Increment = new decimal(new int[] {
            5,
            0,
            0,
            0});
			this.numericUpDownPulsePercentage.Location = new System.Drawing.Point(197, 42);
			this.numericUpDownPulsePercentage.Maximum = new decimal(new int[] {
            500,
            0,
            0,
            0});
			this.numericUpDownPulsePercentage.Name = "numericUpDownPulsePercentage";
			this.numericUpDownPulsePercentage.Size = new System.Drawing.Size(48, 20);
			this.numericUpDownPulsePercentage.TabIndex = 13;
			this.numericUpDownPulsePercentage.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
			this.numericUpDownPulsePercentage.ValueChanged += new System.EventHandler(this.numericUpDownAny_ValueChanged);
			// 
			// numericUpDownPulseTime
			// 
			this.numericUpDownPulseTime.Increment = new decimal(new int[] {
            50,
            0,
            0,
            0});
			this.numericUpDownPulseTime.Location = new System.Drawing.Point(197, 68);
			this.numericUpDownPulseTime.Maximum = new decimal(new int[] {
            100000,
            0,
            0,
            0});
			this.numericUpDownPulseTime.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
			this.numericUpDownPulseTime.Name = "numericUpDownPulseTime";
			this.numericUpDownPulseTime.Size = new System.Drawing.Size(48, 20);
			this.numericUpDownPulseTime.TabIndex = 12;
			this.numericUpDownPulseTime.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
			this.numericUpDownPulseTime.ValueChanged += new System.EventHandler(this.numericUpDownAny_ValueChanged);
			// 
			// radioButtonPulseEvenlyDistributed
			// 
			this.radioButtonPulseEvenlyDistributed.AutoSize = true;
			this.radioButtonPulseEvenlyDistributed.Location = new System.Drawing.Point(16, 19);
			this.radioButtonPulseEvenlyDistributed.Name = "radioButtonPulseEvenlyDistributed";
			this.radioButtonPulseEvenlyDistributed.Size = new System.Drawing.Size(271, 17);
			this.radioButtonPulseEvenlyDistributed.TabIndex = 11;
			this.radioButtonPulseEvenlyDistributed.TabStop = true;
			this.radioButtonPulseEvenlyDistributed.Text = "Evenly distributed pulses throughout each revolution";
			this.radioButtonPulseEvenlyDistributed.UseVisualStyleBackColor = true;
			this.radioButtonPulseEvenlyDistributed.CheckedChanged += new System.EventHandler(this.radioButtonPulseItem_CheckedChanged);
			// 
			// radioButtonPulsePercentage
			// 
			this.radioButtonPulsePercentage.AutoSize = true;
			this.radioButtonPulsePercentage.Location = new System.Drawing.Point(16, 42);
			this.radioButtonPulsePercentage.Name = "radioButtonPulsePercentage";
			this.radioButtonPulsePercentage.Size = new System.Drawing.Size(171, 17);
			this.radioButtonPulsePercentage.TabIndex = 10;
			this.radioButtonPulsePercentage.TabStop = true;
			this.radioButtonPulsePercentage.Text = "Percentage of each revolution:";
			this.radioButtonPulsePercentage.UseVisualStyleBackColor = true;
			this.radioButtonPulsePercentage.CheckedChanged += new System.EventHandler(this.radioButtonPulseItem_CheckedChanged);
			// 
			// radioButtonPulseFixedTime
			// 
			this.radioButtonPulseFixedTime.AutoSize = true;
			this.radioButtonPulseFixedTime.Location = new System.Drawing.Point(16, 69);
			this.radioButtonPulseFixedTime.Name = "radioButtonPulseFixedTime";
			this.radioButtonPulseFixedTime.Size = new System.Drawing.Size(167, 17);
			this.radioButtonPulseFixedTime.TabIndex = 9;
			this.radioButtonPulseFixedTime.TabStop = true;
			this.radioButtonPulseFixedTime.Text = "Fixed time for each pulse (ms):";
			this.radioButtonPulseFixedTime.UseVisualStyleBackColor = true;
			this.radioButtonPulseFixedTime.CheckedChanged += new System.EventHandler(this.radioButtonPulseItem_CheckedChanged);
			// 
			// levelTypeEditorControlDefaultLevel
			// 
			this.levelTypeEditorControlDefaultLevel.EffectParameterValues = new object[] {
        ((object)(1D))};
			this.levelTypeEditorControlDefaultLevel.LevelValue = 1D;
			this.levelTypeEditorControlDefaultLevel.Location = new System.Drawing.Point(477, 214);
			this.levelTypeEditorControlDefaultLevel.Name = "levelTypeEditorControlDefaultLevel";
			this.levelTypeEditorControlDefaultLevel.Size = new System.Drawing.Size(90, 39);
			this.levelTypeEditorControlDefaultLevel.TabIndex = 7;
			this.levelTypeEditorControlDefaultLevel.TargetEffect = null;
			// 
			// label2
			// 
			this.label2.AutoSize = true;
			this.label2.Location = new System.Drawing.Point(328, 227);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(143, 13);
			this.label2.TabIndex = 9;
			this.label2.Text = "Default level for all elements:";
			// 
			// checkBoxReverse
			// 
			this.checkBoxReverse.AutoSize = true;
			this.checkBoxReverse.Location = new System.Drawing.Point(331, 257);
			this.checkBoxReverse.Name = "checkBoxReverse";
			this.checkBoxReverse.Size = new System.Drawing.Size(96, 17);
			this.checkBoxReverse.TabIndex = 10;
			this.checkBoxReverse.Text = "Spin in reverse";
			this.checkBoxReverse.UseVisualStyleBackColor = true;
			// 
			// groupByDepthOfEffect
			// 
			this.groupByDepthOfEffect.Controls.Add(this.numericUpDownDepthOfEffect);
			this.groupByDepthOfEffect.Controls.Add(this.radioButtonApplyToAllElements);
			this.groupByDepthOfEffect.Controls.Add(this.radioButtonApplyToLevel);
			this.groupByDepthOfEffect.Location = new System.Drawing.Point(3, 311);
			this.groupByDepthOfEffect.Name = "groupByDepthOfEffect";
			this.groupByDepthOfEffect.Size = new System.Drawing.Size(298, 74);
			this.groupByDepthOfEffect.TabIndex = 27;
			this.groupByDepthOfEffect.TabStop = false;
			this.groupByDepthOfEffect.Text = "Effect Applies To";
			// 
			// numericUpDownDepthOfEffect
			// 
			this.numericUpDownDepthOfEffect.Location = new System.Drawing.Point(230, 43);
			this.numericUpDownDepthOfEffect.Maximum = new decimal(new int[] {
            99,
            0,
            0,
            0});
			this.numericUpDownDepthOfEffect.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
			this.numericUpDownDepthOfEffect.Name = "numericUpDownDepthOfEffect";
			this.numericUpDownDepthOfEffect.Size = new System.Drawing.Size(42, 20);
			this.numericUpDownDepthOfEffect.TabIndex = 26;
			this.numericUpDownDepthOfEffect.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
			// 
			// radioButtonApplyToAllElements
			// 
			this.radioButtonApplyToAllElements.AutoSize = true;
			this.radioButtonApplyToAllElements.Location = new System.Drawing.Point(16, 20);
			this.radioButtonApplyToAllElements.Name = "radioButtonApplyToAllElements";
			this.radioButtonApplyToAllElements.Size = new System.Drawing.Size(82, 17);
			this.radioButtonApplyToAllElements.TabIndex = 24;
			this.radioButtonApplyToAllElements.TabStop = true;
			this.radioButtonApplyToAllElements.Text = "All Elements";
			this.radioButtonApplyToAllElements.UseVisualStyleBackColor = true;
			this.radioButtonApplyToAllElements.CheckedChanged += new System.EventHandler(this.radioButtonEffectAppliesTo_CheckedChanged);
			// 
			// radioButtonApplyToLevel
			// 
			this.radioButtonApplyToLevel.AutoSize = true;
			this.radioButtonApplyToLevel.Location = new System.Drawing.Point(16, 43);
			this.radioButtonApplyToLevel.Name = "radioButtonApplyToLevel";
			this.radioButtonApplyToLevel.Size = new System.Drawing.Size(218, 17);
			this.radioButtonApplyToLevel.TabIndex = 25;
			this.radioButtonApplyToLevel.TabStop = true;
			this.radioButtonApplyToLevel.Text = "Only Groups/Elements nested this deep: ";
			this.radioButtonApplyToLevel.UseVisualStyleBackColor = true;
			this.radioButtonApplyToLevel.CheckedChanged += new System.EventHandler(this.radioButtonEffectAppliesTo_CheckedChanged);
			// 
			// SpinEffectEditorControl
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.groupByDepthOfEffect);
			this.Controls.Add(this.checkBoxReverse);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.levelTypeEditorControlDefaultLevel);
			this.Controls.Add(this.groupBoxColor);
			this.Controls.Add(this.groupBoxSpeed);
			this.Controls.Add(this.groupBoxPulse);
			this.Name = "SpinEffectEditorControl";
			this.Size = new System.Drawing.Size(606, 392);
			this.Load += new System.EventHandler(this.SpinEffectEditorControl_Load);
			this.groupBoxColor.ResumeLayout(false);
			this.groupBoxColor.PerformLayout();
			this.groupBoxSpeed.ResumeLayout(false);
			this.groupBoxSpeed.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownRevolutionCount)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownRevolutionTime)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownRevolutionFrequency)).EndInit();
			this.groupBoxPulse.ResumeLayout(false);
			this.groupBoxPulse.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownPulsePercentage)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownPulseTime)).EndInit();
			this.groupByDepthOfEffect.ResumeLayout(false);
			this.groupByDepthOfEffect.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownDepthOfEffect)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
コード例 #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     VixenModules.App.Curves.Curve curve2 = new VixenModules.App.Curves.Curve();
     VixenModules.App.Curves.Curve curve1 = new VixenModules.App.Curves.Curve();
     VixenModules.App.ColorGradients.ColorGradient colorGradient1 = new VixenModules.App.ColorGradients.ColorGradient();
     this.label1 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.numericUpDownPulseTimeOverlap = new System.Windows.Forms.NumericUpDown();
     this.label2        = new System.Windows.Forms.Label();
     this.groupBoxPulse = new System.Windows.Forms.GroupBox();
     this.label3        = new System.Windows.Forms.Label();
     this.radioButtonGradientAcrossItems = new System.Windows.Forms.RadioButton();
     this.radioButtonStaticColor         = new System.Windows.Forms.RadioButton();
     this.groupBoxColor = new System.Windows.Forms.GroupBox();
     this.label7        = new System.Windows.Forms.Label();
     this.radioButtonGradientIndividual = new System.Windows.Forms.RadioButton();
     this.radioButtonGradientOverWhole  = new System.Windows.Forms.RadioButton();
     this.label5 = new System.Windows.Forms.Label();
     this.radioButtonApplyToAllElements          = new System.Windows.Forms.RadioButton();
     this.radioButtonApplyToLevel                = new System.Windows.Forms.RadioButton();
     this.groupByDepthOfEffect                   = new System.Windows.Forms.GroupBox();
     this.curveTypeEditorControlChaseMovement    = new VixenModules.EffectEditor.CurveTypeEditor.CurveTypeEditorControl();
     this.levelTypeEditorControlDefaultLevel     = new VixenModules.EffectEditor.LevelTypeEditor.LevelTypeEditorControl();
     this.curveTypeEditorControlEachPulse        = new VixenModules.EffectEditor.CurveTypeEditor.CurveTypeEditorControl();
     this.colorTypeEditorControlStaticColor      = new VixenModules.EffectEditor.ColorTypeEditor.ColorTypeEditorControl();
     this.colorGradientTypeEditorControlGradient = new VixenModules.EffectEditor.ColorGradientTypeEditor.ColorGradientTypeEditorControl();
     this.numericUpDownDepthOfEffect             = new System.Windows.Forms.NumericUpDown();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPulseTimeOverlap)).BeginInit();
     this.groupBoxPulse.SuspendLayout();
     this.groupBoxColor.SuspendLayout();
     this.groupByDepthOfEffect.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDepthOfEffect)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(10, 56);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(89, 13);
     this.label1.TabIndex = 15;
     this.label1.Text     = "Individual Pulses:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(10, 37);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(92, 13);
     this.label4.TabIndex = 20;
     this.label4.Text     = "Chase movement:";
     //
     // numericUpDownPulseTimeOverlap
     //
     this.numericUpDownPulseTimeOverlap.Increment = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.numericUpDownPulseTimeOverlap.Location = new System.Drawing.Point(162, 122);
     this.numericUpDownPulseTimeOverlap.Maximum  = new decimal(new int[] {
         100000,
         0,
         0,
         0
     });
     this.numericUpDownPulseTimeOverlap.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownPulseTimeOverlap.Name     = "numericUpDownPulseTimeOverlap";
     this.numericUpDownPulseTimeOverlap.Size     = new System.Drawing.Size(48, 20);
     this.numericUpDownPulseTimeOverlap.TabIndex = 12;
     this.numericUpDownPulseTimeOverlap.Value    = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(301, 221);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(69, 13);
     this.label2.TabIndex = 18;
     this.label2.Text     = "Default level:";
     //
     // groupBoxPulse
     //
     this.groupBoxPulse.Controls.Add(this.label3);
     this.groupBoxPulse.Controls.Add(this.label1);
     this.groupBoxPulse.Controls.Add(this.curveTypeEditorControlEachPulse);
     this.groupBoxPulse.Controls.Add(this.numericUpDownPulseTimeOverlap);
     this.groupBoxPulse.Location = new System.Drawing.Point(3, 89);
     this.groupBoxPulse.Name     = "groupBoxPulse";
     this.groupBoxPulse.Size     = new System.Drawing.Size(268, 164);
     this.groupBoxPulse.TabIndex = 13;
     this.groupBoxPulse.TabStop  = false;
     this.groupBoxPulse.Text     = "Pulse";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(10, 124);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(146, 13);
     this.label3.TabIndex = 16;
     this.label3.Text     = "Overlap between pulses (ms):";
     //
     // radioButtonGradientAcrossItems
     //
     this.radioButtonGradientAcrossItems.AutoSize = true;
     this.radioButtonGradientAcrossItems.Location = new System.Drawing.Point(6, 126);
     this.radioButtonGradientAcrossItems.Name     = "radioButtonGradientAcrossItems";
     this.radioButtonGradientAcrossItems.Size     = new System.Drawing.Size(283, 17);
     this.radioButtonGradientAcrossItems.TabIndex = 9;
     this.radioButtonGradientAcrossItems.TabStop  = true;
     this.radioButtonGradientAcrossItems.Text     = "The gradient is spread over the range of sub-elements.";
     this.radioButtonGradientAcrossItems.UseVisualStyleBackColor = true;
     //
     // radioButtonStaticColor
     //
     this.radioButtonStaticColor.AutoSize = true;
     this.radioButtonStaticColor.Location = new System.Drawing.Point(6, 32);
     this.radioButtonStaticColor.Name     = "radioButtonStaticColor";
     this.radioButtonStaticColor.Size     = new System.Drawing.Size(82, 17);
     this.radioButtonStaticColor.TabIndex = 7;
     this.radioButtonStaticColor.TabStop  = true;
     this.radioButtonStaticColor.Text     = "Static Color:";
     this.radioButtonStaticColor.UseVisualStyleBackColor = true;
     //
     // groupBoxColor
     //
     this.groupBoxColor.Controls.Add(this.radioButtonGradientAcrossItems);
     this.groupBoxColor.Controls.Add(this.colorTypeEditorControlStaticColor);
     this.groupBoxColor.Controls.Add(this.radioButtonStaticColor);
     this.groupBoxColor.Controls.Add(this.label7);
     this.groupBoxColor.Controls.Add(this.radioButtonGradientIndividual);
     this.groupBoxColor.Controls.Add(this.colorGradientTypeEditorControlGradient);
     this.groupBoxColor.Controls.Add(this.radioButtonGradientOverWhole);
     this.groupBoxColor.Location = new System.Drawing.Point(277, 3);
     this.groupBoxColor.Name     = "groupBoxColor";
     this.groupBoxColor.Size     = new System.Drawing.Size(295, 205);
     this.groupBoxColor.TabIndex = 15;
     this.groupBoxColor.TabStop  = false;
     this.groupBoxColor.Text     = "Color Handling";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(38, 166);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(50, 13);
     this.label7.TabIndex = 6;
     this.label7.Text     = "Gradient:";
     //
     // radioButtonGradientIndividual
     //
     this.radioButtonGradientIndividual.AutoSize = true;
     this.radioButtonGradientIndividual.Location = new System.Drawing.Point(6, 103);
     this.radioButtonGradientIndividual.Name     = "radioButtonGradientIndividual";
     this.radioButtonGradientIndividual.Size     = new System.Drawing.Size(241, 17);
     this.radioButtonGradientIndividual.TabIndex = 2;
     this.radioButtonGradientIndividual.TabStop  = true;
     this.radioButtonGradientIndividual.Text     = "Each individual pulse uses the entire gradient.";
     this.radioButtonGradientIndividual.UseVisualStyleBackColor = true;
     //
     // radioButtonGradientOverWhole
     //
     this.radioButtonGradientOverWhole.AutoSize = true;
     this.radioButtonGradientOverWhole.Location = new System.Drawing.Point(6, 67);
     this.radioButtonGradientOverWhole.Name     = "radioButtonGradientOverWhole";
     this.radioButtonGradientOverWhole.Size     = new System.Drawing.Size(264, 30);
     this.radioButtonGradientOverWhole.TabIndex = 0;
     this.radioButtonGradientOverWhole.TabStop  = true;
     this.radioButtonGradientOverWhole.Text     = "The gradient is shown over the whole effect.\r\nAll elements display the same color" +
                                                  " at a given time.";
     this.radioButtonGradientOverWhole.UseVisualStyleBackColor = true;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(286, 236);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(109, 13);
     this.label5.TabIndex = 21;
     this.label5.Text     = "(non-active elements)";
     //
     // radioButtonApplyToAllElements
     //
     this.radioButtonApplyToAllElements.AutoSize = true;
     this.radioButtonApplyToAllElements.Location = new System.Drawing.Point(6, 21);
     this.radioButtonApplyToAllElements.Name     = "radioButtonApplyToAllElements";
     this.radioButtonApplyToAllElements.Size     = new System.Drawing.Size(82, 17);
     this.radioButtonApplyToAllElements.TabIndex = 24;
     this.radioButtonApplyToAllElements.TabStop  = true;
     this.radioButtonApplyToAllElements.Text     = "All Elements";
     this.radioButtonApplyToAllElements.UseVisualStyleBackColor = true;
     this.radioButtonApplyToAllElements.CheckedChanged         += new System.EventHandler(this.radioButtonEffectAppliesTo_CheckedChanged);
     //
     // radioButtonApplyToLevel
     //
     this.radioButtonApplyToLevel.AutoSize = true;
     this.radioButtonApplyToLevel.Location = new System.Drawing.Point(6, 43);
     this.radioButtonApplyToLevel.Name     = "radioButtonApplyToLevel";
     this.radioButtonApplyToLevel.Size     = new System.Drawing.Size(218, 17);
     this.radioButtonApplyToLevel.TabIndex = 25;
     this.radioButtonApplyToLevel.TabStop  = true;
     this.radioButtonApplyToLevel.Text     = "Only Groups/Elements nested this deep: ";
     this.radioButtonApplyToLevel.UseVisualStyleBackColor = true;
     this.radioButtonApplyToLevel.CheckedChanged         += new System.EventHandler(this.radioButtonEffectAppliesTo_CheckedChanged);
     //
     // groupByDepthOfEffect
     //
     this.groupByDepthOfEffect.Controls.Add(this.numericUpDownDepthOfEffect);
     this.groupByDepthOfEffect.Controls.Add(this.radioButtonApplyToAllElements);
     this.groupByDepthOfEffect.Controls.Add(this.radioButtonApplyToLevel);
     this.groupByDepthOfEffect.Location = new System.Drawing.Point(3, 262);
     this.groupByDepthOfEffect.Name     = "groupByDepthOfEffect";
     this.groupByDepthOfEffect.Size     = new System.Drawing.Size(268, 74);
     this.groupByDepthOfEffect.TabIndex = 26;
     this.groupByDepthOfEffect.TabStop  = false;
     this.groupByDepthOfEffect.Text     = "Effect Applies To";
     //
     // curveTypeEditorControlChaseMovement
     //
     curve2.IsCurrentLibraryCurve = false;
     curve2.LibraryReferenceName  = "";
     this.curveTypeEditorControlChaseMovement.CurveValue            = curve2;
     this.curveTypeEditorControlChaseMovement.EffectParameterValues = new object[] {
         ((object)(curve2))
     };
     this.curveTypeEditorControlChaseMovement.Location     = new System.Drawing.Point(108, 3);
     this.curveTypeEditorControlChaseMovement.Name         = "curveTypeEditorControlChaseMovement";
     this.curveTypeEditorControlChaseMovement.Size         = new System.Drawing.Size(150, 80);
     this.curveTypeEditorControlChaseMovement.TabIndex     = 17;
     this.curveTypeEditorControlChaseMovement.TargetEffect = null;
     //
     // levelTypeEditorControlDefaultLevel
     //
     this.levelTypeEditorControlDefaultLevel.EffectParameterValues = new object[] {
         ((object)(1D))
     };
     this.levelTypeEditorControlDefaultLevel.LevelValue   = 1D;
     this.levelTypeEditorControlDefaultLevel.Location     = new System.Drawing.Point(399, 214);
     this.levelTypeEditorControlDefaultLevel.Name         = "levelTypeEditorControlDefaultLevel";
     this.levelTypeEditorControlDefaultLevel.Size         = new System.Drawing.Size(90, 39);
     this.levelTypeEditorControlDefaultLevel.TabIndex     = 16;
     this.levelTypeEditorControlDefaultLevel.TargetEffect = null;
     //
     // curveTypeEditorControlEachPulse
     //
     curve1.IsCurrentLibraryCurve = false;
     curve1.LibraryReferenceName  = "";
     this.curveTypeEditorControlEachPulse.CurveValue            = curve1;
     this.curveTypeEditorControlEachPulse.EffectParameterValues = new object[] {
         ((object)(curve1))
     };
     this.curveTypeEditorControlEachPulse.Location     = new System.Drawing.Point(105, 23);
     this.curveTypeEditorControlEachPulse.Name         = "curveTypeEditorControlEachPulse";
     this.curveTypeEditorControlEachPulse.Size         = new System.Drawing.Size(150, 80);
     this.curveTypeEditorControlEachPulse.TabIndex     = 14;
     this.curveTypeEditorControlEachPulse.TargetEffect = null;
     //
     // colorTypeEditorControlStaticColor
     //
     this.colorTypeEditorControlStaticColor.ColorValue            = System.Drawing.Color.Empty;
     this.colorTypeEditorControlStaticColor.EffectParameterValues = new object[] {
         ((object)(System.Drawing.Color.Empty))
     };
     this.colorTypeEditorControlStaticColor.Location     = new System.Drawing.Point(94, 20);
     this.colorTypeEditorControlStaticColor.Name         = "colorTypeEditorControlStaticColor";
     this.colorTypeEditorControlStaticColor.Size         = new System.Drawing.Size(40, 40);
     this.colorTypeEditorControlStaticColor.TabIndex     = 8;
     this.colorTypeEditorControlStaticColor.TargetEffect = null;
     //
     // colorGradientTypeEditorControlGradient
     //
     colorGradient1.Gammacorrected           = false;
     colorGradient1.IsCurrentLibraryGradient = false;
     colorGradient1.LibraryReferenceName     = "";
     colorGradient1.Title = null;
     this.colorGradientTypeEditorControlGradient.ColorGradientValue    = colorGradient1;
     this.colorGradientTypeEditorControlGradient.EffectParameterValues = new object[] {
         ((object)(colorGradient1))
     };
     this.colorGradientTypeEditorControlGradient.Location     = new System.Drawing.Point(94, 152);
     this.colorGradientTypeEditorControlGradient.Name         = "colorGradientTypeEditorControlGradient";
     this.colorGradientTypeEditorControlGradient.Size         = new System.Drawing.Size(100, 40);
     this.colorGradientTypeEditorControlGradient.TabIndex     = 1;
     this.colorGradientTypeEditorControlGradient.TargetEffect = null;
     //
     // numericUpDownDepthOfEffect
     //
     this.numericUpDownDepthOfEffect.Location = new System.Drawing.Point(220, 43);
     this.numericUpDownDepthOfEffect.Maximum  = new decimal(new int[] {
         99,
         0,
         0,
         0
     });
     this.numericUpDownDepthOfEffect.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownDepthOfEffect.Name     = "numericUpDownDepthOfEffect";
     this.numericUpDownDepthOfEffect.Size     = new System.Drawing.Size(42, 20);
     this.numericUpDownDepthOfEffect.TabIndex = 26;
     this.numericUpDownDepthOfEffect.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // ChaseEffectEditorControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupByDepthOfEffect);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.curveTypeEditorControlChaseMovement);
     this.Controls.Add(this.levelTypeEditorControlDefaultLevel);
     this.Controls.Add(this.groupBoxPulse);
     this.Controls.Add(this.groupBoxColor);
     this.Controls.Add(this.label5);
     this.Name = "ChaseEffectEditorControl";
     this.Size = new System.Drawing.Size(579, 342);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPulseTimeOverlap)).EndInit();
     this.groupBoxPulse.ResumeLayout(false);
     this.groupBoxPulse.PerformLayout();
     this.groupBoxColor.ResumeLayout(false);
     this.groupBoxColor.PerformLayout();
     this.groupByDepthOfEffect.ResumeLayout(false);
     this.groupByDepthOfEffect.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDepthOfEffect)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #8
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
            this.components = new System.ComponentModel.Container();
            VixenModules.App.Curves.Curve curve1 = new VixenModules.App.Curves.Curve();
            VixenModules.App.ColorGradients.ColorGradient colorGradient1 = new VixenModules.App.ColorGradients.ColorGradient();
            this.groupBoxPulse = new System.Windows.Forms.GroupBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.radioNumPasses = new System.Windows.Forms.RadioButton();
            this.radioPulseLength = new System.Windows.Forms.RadioButton();
            this.label2 = new System.Windows.Forms.Label();
            this.numericUpDownPulseWidth = new System.Windows.Forms.NumericUpDown();
            this.numericUpDownNumPasses = new System.Windows.Forms.NumericUpDown();
            this.numericUpDownPulseLength = new System.Windows.Forms.NumericUpDown();
            this.label1 = new System.Windows.Forms.Label();
            this.curveTypeEditorControlEachPulse = new VixenModules.EffectEditor.CurveTypeEditor.CurveTypeEditorControl();
            this.groupBoxColor = new System.Windows.Forms.GroupBox();
            this.colorGradientTypeEditorControlGradient = new VixenModules.EffectEditor.ColorGradientTypeEditor.ColorGradientTypeEditorControl();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.radioWipeLeft = new System.Windows.Forms.RadioButton();
            this.radioWipeRight = new System.Windows.Forms.RadioButton();
            this.radioWipeDown = new System.Windows.Forms.RadioButton();
            this.radioWipeUp = new System.Windows.Forms.RadioButton();
            this.toolTipWipe = new System.Windows.Forms.ToolTip(this.components);
            this.groupBoxPulse.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPulseWidth)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownNumPasses)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPulseLength)).BeginInit();
            this.groupBoxColor.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBoxPulse
            // 
            this.groupBoxPulse.Controls.Add(this.groupBox2);
            this.groupBoxPulse.Controls.Add(this.label1);
            this.groupBoxPulse.Controls.Add(this.curveTypeEditorControlEachPulse);
            this.groupBoxPulse.Location = new System.Drawing.Point(3, 3);
            this.groupBoxPulse.Name = "groupBoxPulse";
            this.groupBoxPulse.Size = new System.Drawing.Size(268, 223);
            this.groupBoxPulse.TabIndex = 14;
            this.groupBoxPulse.TabStop = false;
            this.groupBoxPulse.Text = "Pulse";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.radioNumPasses);
            this.groupBox2.Controls.Add(this.radioPulseLength);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Controls.Add(this.numericUpDownPulseWidth);
            this.groupBox2.Controls.Add(this.numericUpDownNumPasses);
            this.groupBox2.Controls.Add(this.numericUpDownPulseLength);
            this.groupBox2.Location = new System.Drawing.Point(13, 95);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(242, 122);
            this.groupBox2.TabIndex = 17;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Pulse Length";
            // 
            // radioNumPasses
            // 
            this.radioNumPasses.AutoSize = true;
            this.radioNumPasses.Location = new System.Drawing.Point(8, 56);
            this.radioNumPasses.Name = "radioNumPasses";
            this.radioNumPasses.Size = new System.Drawing.Size(107, 17);
            this.radioNumPasses.TabIndex = 23;
            this.radioNumPasses.Text = "Number of Wipes";
            this.toolTipWipe.SetToolTip(this.radioNumPasses, "Number of wipes across the effect time.");
            this.radioNumPasses.UseVisualStyleBackColor = true;
            this.radioNumPasses.CheckedChanged += new System.EventHandler(this.radioNumPasses_CheckedChanged);
            // 
            // radioPulseLength
            // 
            this.radioPulseLength.AutoSize = true;
            this.radioPulseLength.Checked = true;
            this.radioPulseLength.Location = new System.Drawing.Point(8, 19);
            this.radioPulseLength.Name = "radioPulseLength";
            this.radioPulseLength.Size = new System.Drawing.Size(109, 17);
            this.radioPulseLength.TabIndex = 22;
            this.radioPulseLength.TabStop = true;
            this.radioPulseLength.Text = "Pulse Length (ms)";
            this.toolTipWipe.SetToolTip(this.radioPulseLength, "Specific pulse width. May result in partial wipe at end of the effect.");
            this.radioPulseLength.UseVisualStyleBackColor = true;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(13, 82);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(104, 13);
            this.label2.TabIndex = 21;
            this.label2.Text = "Pulse Width Percent";
            this.toolTipWipe.SetToolTip(this.label2, "Pulse length as a percent of the wipe segment.");
            // 
            // numericUpDownPulseWidth
            // 
            this.numericUpDownPulseWidth.Enabled = false;
            this.numericUpDownPulseWidth.Location = new System.Drawing.Point(123, 80);
            this.numericUpDownPulseWidth.Name = "numericUpDownPulseWidth";
            this.numericUpDownPulseWidth.Size = new System.Drawing.Size(48, 20);
            this.numericUpDownPulseWidth.TabIndex = 20;
            // 
            // numericUpDownNumPasses
            // 
            this.numericUpDownNumPasses.Enabled = false;
            this.numericUpDownNumPasses.Location = new System.Drawing.Point(123, 53);
            this.numericUpDownNumPasses.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numericUpDownNumPasses.Name = "numericUpDownNumPasses";
            this.numericUpDownNumPasses.Size = new System.Drawing.Size(48, 20);
            this.numericUpDownNumPasses.TabIndex = 19;
            this.numericUpDownNumPasses.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            // 
            // numericUpDownPulseLength
            // 
            this.numericUpDownPulseLength.Increment = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.numericUpDownPulseLength.Location = new System.Drawing.Point(123, 16);
            this.numericUpDownPulseLength.Maximum = new decimal(new int[] {
            100000,
            0,
            0,
            0});
            this.numericUpDownPulseLength.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numericUpDownPulseLength.Name = "numericUpDownPulseLength";
            this.numericUpDownPulseLength.Size = new System.Drawing.Size(48, 20);
            this.numericUpDownPulseLength.TabIndex = 12;
            this.numericUpDownPulseLength.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(17, 45);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(89, 13);
            this.label1.TabIndex = 15;
            this.label1.Text = "Individual Pulses:";
            // 
            // curveTypeEditorControlEachPulse
            // 
            curve1.IsCurrentLibraryCurve = false;
            curve1.LibraryReferenceName = "";
            this.curveTypeEditorControlEachPulse.CurveValue = curve1;
            this.curveTypeEditorControlEachPulse.EffectParameterValues = new object[] {
        ((object)(curve1))};
            this.curveTypeEditorControlEachPulse.Location = new System.Drawing.Point(112, 9);
            this.curveTypeEditorControlEachPulse.Name = "curveTypeEditorControlEachPulse";
            this.curveTypeEditorControlEachPulse.Size = new System.Drawing.Size(150, 80);
            this.curveTypeEditorControlEachPulse.TabIndex = 14;
            this.curveTypeEditorControlEachPulse.TargetEffect = null;
            // 
            // groupBoxColor
            // 
            this.groupBoxColor.Controls.Add(this.colorGradientTypeEditorControlGradient);
            this.groupBoxColor.Location = new System.Drawing.Point(3, 232);
            this.groupBoxColor.Name = "groupBoxColor";
            this.groupBoxColor.Size = new System.Drawing.Size(268, 98);
            this.groupBoxColor.TabIndex = 16;
            this.groupBoxColor.TabStop = false;
            this.groupBoxColor.Text = "Color Handling";
            // 
            // colorGradientTypeEditorControlGradient
            // 
            colorGradient1.Gammacorrected = false;
            colorGradient1.IsCurrentLibraryGradient = false;
            colorGradient1.LibraryReferenceName = "";
            colorGradient1.Title = null;
            this.colorGradientTypeEditorControlGradient.ColorGradientValue = colorGradient1;
            this.colorGradientTypeEditorControlGradient.EffectParameterValues = new object[] {
        ((object)(colorGradient1))};
            this.colorGradientTypeEditorControlGradient.Location = new System.Drawing.Point(6, 19);
            this.colorGradientTypeEditorControlGradient.Name = "colorGradientTypeEditorControlGradient";
            this.colorGradientTypeEditorControlGradient.Size = new System.Drawing.Size(249, 61);
            this.colorGradientTypeEditorControlGradient.TabIndex = 1;
            this.colorGradientTypeEditorControlGradient.TargetEffect = null;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.radioWipeLeft);
            this.groupBox1.Controls.Add(this.radioWipeRight);
            this.groupBox1.Controls.Add(this.radioWipeDown);
            this.groupBox1.Controls.Add(this.radioWipeUp);
            this.groupBox1.Location = new System.Drawing.Point(3, 336);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(267, 44);
            this.groupBox1.TabIndex = 17;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Wipe Direction";
            this.toolTipWipe.SetToolTip(this.groupBox1, "Direction of wipe across the elements configured locations.");
            // 
            // radioWipeLeft
            // 
            this.radioWipeLeft.AutoSize = true;
            this.radioWipeLeft.Location = new System.Drawing.Point(140, 19);
            this.radioWipeLeft.Name = "radioWipeLeft";
            this.radioWipeLeft.Size = new System.Drawing.Size(43, 17);
            this.radioWipeLeft.TabIndex = 3;
            this.radioWipeLeft.TabStop = true;
            this.radioWipeLeft.Text = "Left";
            this.radioWipeLeft.UseVisualStyleBackColor = true;
            // 
            // radioWipeRight
            // 
            this.radioWipeRight.AutoSize = true;
            this.radioWipeRight.Location = new System.Drawing.Point(204, 19);
            this.radioWipeRight.Name = "radioWipeRight";
            this.radioWipeRight.Size = new System.Drawing.Size(50, 17);
            this.radioWipeRight.TabIndex = 2;
            this.radioWipeRight.TabStop = true;
            this.radioWipeRight.Text = "Right";
            this.radioWipeRight.UseVisualStyleBackColor = true;
            // 
            // radioWipeDown
            // 
            this.radioWipeDown.AutoSize = true;
            this.radioWipeDown.Location = new System.Drawing.Point(66, 19);
            this.radioWipeDown.Name = "radioWipeDown";
            this.radioWipeDown.Size = new System.Drawing.Size(53, 17);
            this.radioWipeDown.TabIndex = 1;
            this.radioWipeDown.TabStop = true;
            this.radioWipeDown.Text = "Down";
            this.radioWipeDown.UseVisualStyleBackColor = true;
            // 
            // radioWipeUp
            // 
            this.radioWipeUp.AutoSize = true;
            this.radioWipeUp.Location = new System.Drawing.Point(12, 20);
            this.radioWipeUp.Name = "radioWipeUp";
            this.radioWipeUp.Size = new System.Drawing.Size(39, 17);
            this.radioWipeUp.TabIndex = 0;
            this.radioWipeUp.TabStop = true;
            this.radioWipeUp.Text = "Up";
            this.radioWipeUp.UseVisualStyleBackColor = true;
            // 
            // toolTipWipe
            // 
            this.toolTipWipe.ToolTipTitle = "Wipe Configuration";
            // 
            // WipeEditorControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.groupBoxColor);
            this.Controls.Add(this.groupBoxPulse);
            this.Name = "WipeEditorControl";
            this.Size = new System.Drawing.Size(277, 394);
            this.groupBoxPulse.ResumeLayout(false);
            this.groupBoxPulse.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPulseWidth)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownNumPasses)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPulseLength)).EndInit();
            this.groupBoxColor.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

		}
コード例 #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     VixenModules.App.Curves.Curve curve1 = new VixenModules.App.Curves.Curve();
     VixenModules.App.ColorGradients.ColorGradient colorGradient1 = new VixenModules.App.ColorGradients.ColorGradient();
     this.groupBoxPulse                          = new System.Windows.Forms.GroupBox();
     this.groupBox2                              = new System.Windows.Forms.GroupBox();
     this.radioNumPasses                         = new System.Windows.Forms.RadioButton();
     this.radioPulseLength                       = new System.Windows.Forms.RadioButton();
     this.label2                                 = new System.Windows.Forms.Label();
     this.numericUpDownPulseWidth                = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownNumPasses                 = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownPulseLength               = new System.Windows.Forms.NumericUpDown();
     this.label1                                 = new System.Windows.Forms.Label();
     this.curveTypeEditorControlEachPulse        = new VixenModules.EffectEditor.CurveTypeEditor.CurveTypeEditorControl();
     this.groupBoxColor                          = new System.Windows.Forms.GroupBox();
     this.colorGradientTypeEditorControlGradient = new VixenModules.EffectEditor.ColorGradientTypeEditor.ColorGradientTypeEditorControl();
     this.groupBox1                              = new System.Windows.Forms.GroupBox();
     this.radioWipeLeft                          = new System.Windows.Forms.RadioButton();
     this.radioWipeRight                         = new System.Windows.Forms.RadioButton();
     this.radioWipeDown                          = new System.Windows.Forms.RadioButton();
     this.radioWipeUp                            = new System.Windows.Forms.RadioButton();
     this.toolTipWipe                            = new System.Windows.Forms.ToolTip(this.components);
     this.groupBoxPulse.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPulseWidth)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownNumPasses)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPulseLength)).BeginInit();
     this.groupBoxColor.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBoxPulse
     //
     this.groupBoxPulse.Controls.Add(this.groupBox2);
     this.groupBoxPulse.Controls.Add(this.label1);
     this.groupBoxPulse.Controls.Add(this.curveTypeEditorControlEachPulse);
     this.groupBoxPulse.Location = new System.Drawing.Point(3, 3);
     this.groupBoxPulse.Name     = "groupBoxPulse";
     this.groupBoxPulse.Size     = new System.Drawing.Size(268, 223);
     this.groupBoxPulse.TabIndex = 14;
     this.groupBoxPulse.TabStop  = false;
     this.groupBoxPulse.Text     = "Pulse";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.radioNumPasses);
     this.groupBox2.Controls.Add(this.radioPulseLength);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.numericUpDownPulseWidth);
     this.groupBox2.Controls.Add(this.numericUpDownNumPasses);
     this.groupBox2.Controls.Add(this.numericUpDownPulseLength);
     this.groupBox2.Location = new System.Drawing.Point(13, 95);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(242, 122);
     this.groupBox2.TabIndex = 17;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Pulse Length";
     //
     // radioNumPasses
     //
     this.radioNumPasses.AutoSize = true;
     this.radioNumPasses.Location = new System.Drawing.Point(8, 56);
     this.radioNumPasses.Name     = "radioNumPasses";
     this.radioNumPasses.Size     = new System.Drawing.Size(107, 17);
     this.radioNumPasses.TabIndex = 23;
     this.radioNumPasses.Text     = "Number of Wipes";
     this.toolTipWipe.SetToolTip(this.radioNumPasses, "Number of wipes across the effect time.");
     this.radioNumPasses.UseVisualStyleBackColor = true;
     this.radioNumPasses.CheckedChanged         += new System.EventHandler(this.radioNumPasses_CheckedChanged);
     //
     // radioPulseLength
     //
     this.radioPulseLength.AutoSize = true;
     this.radioPulseLength.Checked  = true;
     this.radioPulseLength.Location = new System.Drawing.Point(8, 19);
     this.radioPulseLength.Name     = "radioPulseLength";
     this.radioPulseLength.Size     = new System.Drawing.Size(109, 17);
     this.radioPulseLength.TabIndex = 22;
     this.radioPulseLength.TabStop  = true;
     this.radioPulseLength.Text     = "Pulse Length (ms)";
     this.toolTipWipe.SetToolTip(this.radioPulseLength, "Specific pulse width. May result in partial wipe at end of the effect.");
     this.radioPulseLength.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(13, 82);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(104, 13);
     this.label2.TabIndex = 21;
     this.label2.Text     = "Pulse Width Percent";
     this.toolTipWipe.SetToolTip(this.label2, "Pulse length as a percent of the wipe segment.");
     //
     // numericUpDownPulseWidth
     //
     this.numericUpDownPulseWidth.Enabled  = false;
     this.numericUpDownPulseWidth.Location = new System.Drawing.Point(123, 80);
     this.numericUpDownPulseWidth.Name     = "numericUpDownPulseWidth";
     this.numericUpDownPulseWidth.Size     = new System.Drawing.Size(48, 20);
     this.numericUpDownPulseWidth.TabIndex = 20;
     //
     // numericUpDownNumPasses
     //
     this.numericUpDownNumPasses.Enabled  = false;
     this.numericUpDownNumPasses.Location = new System.Drawing.Point(123, 53);
     this.numericUpDownNumPasses.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownNumPasses.Name     = "numericUpDownNumPasses";
     this.numericUpDownNumPasses.Size     = new System.Drawing.Size(48, 20);
     this.numericUpDownNumPasses.TabIndex = 19;
     this.numericUpDownNumPasses.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // numericUpDownPulseLength
     //
     this.numericUpDownPulseLength.Increment = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.numericUpDownPulseLength.Location = new System.Drawing.Point(123, 16);
     this.numericUpDownPulseLength.Maximum  = new decimal(new int[] {
         100000,
         0,
         0,
         0
     });
     this.numericUpDownPulseLength.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownPulseLength.Name     = "numericUpDownPulseLength";
     this.numericUpDownPulseLength.Size     = new System.Drawing.Size(48, 20);
     this.numericUpDownPulseLength.TabIndex = 12;
     this.numericUpDownPulseLength.Value    = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(17, 45);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(89, 13);
     this.label1.TabIndex = 15;
     this.label1.Text     = "Individual Pulses:";
     //
     // curveTypeEditorControlEachPulse
     //
     curve1.IsCurrentLibraryCurve = false;
     curve1.LibraryReferenceName  = "";
     this.curveTypeEditorControlEachPulse.CurveValue            = curve1;
     this.curveTypeEditorControlEachPulse.EffectParameterValues = new object[] {
         ((object)(curve1))
     };
     this.curveTypeEditorControlEachPulse.Location     = new System.Drawing.Point(112, 9);
     this.curveTypeEditorControlEachPulse.Name         = "curveTypeEditorControlEachPulse";
     this.curveTypeEditorControlEachPulse.Size         = new System.Drawing.Size(150, 80);
     this.curveTypeEditorControlEachPulse.TabIndex     = 14;
     this.curveTypeEditorControlEachPulse.TargetEffect = null;
     //
     // groupBoxColor
     //
     this.groupBoxColor.Controls.Add(this.colorGradientTypeEditorControlGradient);
     this.groupBoxColor.Location = new System.Drawing.Point(3, 232);
     this.groupBoxColor.Name     = "groupBoxColor";
     this.groupBoxColor.Size     = new System.Drawing.Size(268, 98);
     this.groupBoxColor.TabIndex = 16;
     this.groupBoxColor.TabStop  = false;
     this.groupBoxColor.Text     = "Color Handling";
     //
     // colorGradientTypeEditorControlGradient
     //
     colorGradient1.Gammacorrected           = false;
     colorGradient1.IsCurrentLibraryGradient = false;
     colorGradient1.LibraryReferenceName     = "";
     colorGradient1.Title = null;
     this.colorGradientTypeEditorControlGradient.ColorGradientValue    = colorGradient1;
     this.colorGradientTypeEditorControlGradient.EffectParameterValues = new object[] {
         ((object)(colorGradient1))
     };
     this.colorGradientTypeEditorControlGradient.Location     = new System.Drawing.Point(6, 19);
     this.colorGradientTypeEditorControlGradient.Name         = "colorGradientTypeEditorControlGradient";
     this.colorGradientTypeEditorControlGradient.Size         = new System.Drawing.Size(249, 61);
     this.colorGradientTypeEditorControlGradient.TabIndex     = 1;
     this.colorGradientTypeEditorControlGradient.TargetEffect = null;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radioWipeLeft);
     this.groupBox1.Controls.Add(this.radioWipeRight);
     this.groupBox1.Controls.Add(this.radioWipeDown);
     this.groupBox1.Controls.Add(this.radioWipeUp);
     this.groupBox1.Location = new System.Drawing.Point(3, 336);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(267, 44);
     this.groupBox1.TabIndex = 17;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Wipe Direction";
     this.toolTipWipe.SetToolTip(this.groupBox1, "Direction of wipe across the elements configured locations.");
     //
     // radioWipeLeft
     //
     this.radioWipeLeft.AutoSize = true;
     this.radioWipeLeft.Location = new System.Drawing.Point(140, 19);
     this.radioWipeLeft.Name     = "radioWipeLeft";
     this.radioWipeLeft.Size     = new System.Drawing.Size(43, 17);
     this.radioWipeLeft.TabIndex = 3;
     this.radioWipeLeft.TabStop  = true;
     this.radioWipeLeft.Text     = "Left";
     this.radioWipeLeft.UseVisualStyleBackColor = true;
     //
     // radioWipeRight
     //
     this.radioWipeRight.AutoSize = true;
     this.radioWipeRight.Location = new System.Drawing.Point(204, 19);
     this.radioWipeRight.Name     = "radioWipeRight";
     this.radioWipeRight.Size     = new System.Drawing.Size(50, 17);
     this.radioWipeRight.TabIndex = 2;
     this.radioWipeRight.TabStop  = true;
     this.radioWipeRight.Text     = "Right";
     this.radioWipeRight.UseVisualStyleBackColor = true;
     //
     // radioWipeDown
     //
     this.radioWipeDown.AutoSize = true;
     this.radioWipeDown.Location = new System.Drawing.Point(66, 19);
     this.radioWipeDown.Name     = "radioWipeDown";
     this.radioWipeDown.Size     = new System.Drawing.Size(53, 17);
     this.radioWipeDown.TabIndex = 1;
     this.radioWipeDown.TabStop  = true;
     this.radioWipeDown.Text     = "Down";
     this.radioWipeDown.UseVisualStyleBackColor = true;
     //
     // radioWipeUp
     //
     this.radioWipeUp.AutoSize = true;
     this.radioWipeUp.Location = new System.Drawing.Point(12, 20);
     this.radioWipeUp.Name     = "radioWipeUp";
     this.radioWipeUp.Size     = new System.Drawing.Size(39, 17);
     this.radioWipeUp.TabIndex = 0;
     this.radioWipeUp.TabStop  = true;
     this.radioWipeUp.Text     = "Up";
     this.radioWipeUp.UseVisualStyleBackColor = true;
     //
     // toolTipWipe
     //
     this.toolTipWipe.ToolTipTitle = "Wipe Configuration";
     //
     // WipeEditorControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBoxColor);
     this.Controls.Add(this.groupBoxPulse);
     this.Name = "WipeEditorControl";
     this.Size = new System.Drawing.Size(277, 394);
     this.groupBoxPulse.ResumeLayout(false);
     this.groupBoxPulse.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPulseWidth)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownNumPasses)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPulseLength)).EndInit();
     this.groupBoxColor.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #10
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			VixenModules.App.Curves.Curve curve2 = new VixenModules.App.Curves.Curve();
			VixenModules.App.Curves.Curve curve1 = new VixenModules.App.Curves.Curve();
			VixenModules.App.ColorGradients.ColorGradient colorGradient1 = new VixenModules.App.ColorGradients.ColorGradient();
			this.label1 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.numericUpDownPulseTimeOverlap = new System.Windows.Forms.NumericUpDown();
			this.label2 = new System.Windows.Forms.Label();
			this.groupBoxPulse = new System.Windows.Forms.GroupBox();
			this.label3 = new System.Windows.Forms.Label();
			this.radioButtonGradientAcrossItems = new System.Windows.Forms.RadioButton();
			this.radioButtonStaticColor = new System.Windows.Forms.RadioButton();
			this.groupBoxColor = new System.Windows.Forms.GroupBox();
			this.label7 = new System.Windows.Forms.Label();
			this.radioButtonGradientIndividual = new System.Windows.Forms.RadioButton();
			this.radioButtonGradientOverWhole = new System.Windows.Forms.RadioButton();
			this.label5 = new System.Windows.Forms.Label();
			this.radioButtonApplyToAllElements = new System.Windows.Forms.RadioButton();
			this.radioButtonApplyToLevel = new System.Windows.Forms.RadioButton();
			this.groupByDepthOfEffect = new System.Windows.Forms.GroupBox();
			this.curveTypeEditorControlChaseMovement = new VixenModules.EffectEditor.CurveTypeEditor.CurveTypeEditorControl();
			this.levelTypeEditorControlDefaultLevel = new VixenModules.EffectEditor.LevelTypeEditor.LevelTypeEditorControl();
			this.curveTypeEditorControlEachPulse = new VixenModules.EffectEditor.CurveTypeEditor.CurveTypeEditorControl();
			this.colorTypeEditorControlStaticColor = new VixenModules.EffectEditor.ColorTypeEditor.ColorTypeEditorControl();
			this.colorGradientTypeEditorControlGradient = new VixenModules.EffectEditor.ColorGradientTypeEditor.ColorGradientTypeEditorControl();
			this.numericUpDownDepthOfEffect = new System.Windows.Forms.NumericUpDown();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownPulseTimeOverlap)).BeginInit();
			this.groupBoxPulse.SuspendLayout();
			this.groupBoxColor.SuspendLayout();
			this.groupByDepthOfEffect.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownDepthOfEffect)).BeginInit();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(10, 56);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(89, 13);
			this.label1.TabIndex = 15;
			this.label1.Text = "Individual Pulses:";
			// 
			// label4
			// 
			this.label4.AutoSize = true;
			this.label4.Location = new System.Drawing.Point(10, 37);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(92, 13);
			this.label4.TabIndex = 20;
			this.label4.Text = "Chase movement:";
			// 
			// numericUpDownPulseTimeOverlap
			// 
			this.numericUpDownPulseTimeOverlap.Increment = new decimal(new int[] {
            50,
            0,
            0,
            0});
			this.numericUpDownPulseTimeOverlap.Location = new System.Drawing.Point(162, 122);
			this.numericUpDownPulseTimeOverlap.Maximum = new decimal(new int[] {
            100000,
            0,
            0,
            0});
			this.numericUpDownPulseTimeOverlap.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
			this.numericUpDownPulseTimeOverlap.Name = "numericUpDownPulseTimeOverlap";
			this.numericUpDownPulseTimeOverlap.Size = new System.Drawing.Size(48, 20);
			this.numericUpDownPulseTimeOverlap.TabIndex = 12;
			this.numericUpDownPulseTimeOverlap.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
			// 
			// label2
			// 
			this.label2.AutoSize = true;
			this.label2.Location = new System.Drawing.Point(301, 221);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(69, 13);
			this.label2.TabIndex = 18;
			this.label2.Text = "Default level:";
			// 
			// groupBoxPulse
			// 
			this.groupBoxPulse.Controls.Add(this.label3);
			this.groupBoxPulse.Controls.Add(this.label1);
			this.groupBoxPulse.Controls.Add(this.curveTypeEditorControlEachPulse);
			this.groupBoxPulse.Controls.Add(this.numericUpDownPulseTimeOverlap);
			this.groupBoxPulse.Location = new System.Drawing.Point(3, 89);
			this.groupBoxPulse.Name = "groupBoxPulse";
			this.groupBoxPulse.Size = new System.Drawing.Size(268, 164);
			this.groupBoxPulse.TabIndex = 13;
			this.groupBoxPulse.TabStop = false;
			this.groupBoxPulse.Text = "Pulse";
			// 
			// label3
			// 
			this.label3.AutoSize = true;
			this.label3.Location = new System.Drawing.Point(10, 124);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(146, 13);
			this.label3.TabIndex = 16;
			this.label3.Text = "Overlap between pulses (ms):";
			// 
			// radioButtonGradientAcrossItems
			// 
			this.radioButtonGradientAcrossItems.AutoSize = true;
			this.radioButtonGradientAcrossItems.Location = new System.Drawing.Point(6, 126);
			this.radioButtonGradientAcrossItems.Name = "radioButtonGradientAcrossItems";
			this.radioButtonGradientAcrossItems.Size = new System.Drawing.Size(283, 17);
			this.radioButtonGradientAcrossItems.TabIndex = 9;
			this.radioButtonGradientAcrossItems.TabStop = true;
			this.radioButtonGradientAcrossItems.Text = "The gradient is spread over the range of sub-elements.";
			this.radioButtonGradientAcrossItems.UseVisualStyleBackColor = true;
			// 
			// radioButtonStaticColor
			// 
			this.radioButtonStaticColor.AutoSize = true;
			this.radioButtonStaticColor.Location = new System.Drawing.Point(6, 32);
			this.radioButtonStaticColor.Name = "radioButtonStaticColor";
			this.radioButtonStaticColor.Size = new System.Drawing.Size(82, 17);
			this.radioButtonStaticColor.TabIndex = 7;
			this.radioButtonStaticColor.TabStop = true;
			this.radioButtonStaticColor.Text = "Static Color:";
			this.radioButtonStaticColor.UseVisualStyleBackColor = true;
			// 
			// groupBoxColor
			// 
			this.groupBoxColor.Controls.Add(this.radioButtonGradientAcrossItems);
			this.groupBoxColor.Controls.Add(this.colorTypeEditorControlStaticColor);
			this.groupBoxColor.Controls.Add(this.radioButtonStaticColor);
			this.groupBoxColor.Controls.Add(this.label7);
			this.groupBoxColor.Controls.Add(this.radioButtonGradientIndividual);
			this.groupBoxColor.Controls.Add(this.colorGradientTypeEditorControlGradient);
			this.groupBoxColor.Controls.Add(this.radioButtonGradientOverWhole);
			this.groupBoxColor.Location = new System.Drawing.Point(277, 3);
			this.groupBoxColor.Name = "groupBoxColor";
			this.groupBoxColor.Size = new System.Drawing.Size(295, 205);
			this.groupBoxColor.TabIndex = 15;
			this.groupBoxColor.TabStop = false;
			this.groupBoxColor.Text = "Color Handling";
			// 
			// label7
			// 
			this.label7.AutoSize = true;
			this.label7.Location = new System.Drawing.Point(38, 166);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(50, 13);
			this.label7.TabIndex = 6;
			this.label7.Text = "Gradient:";
			// 
			// radioButtonGradientIndividual
			// 
			this.radioButtonGradientIndividual.AutoSize = true;
			this.radioButtonGradientIndividual.Location = new System.Drawing.Point(6, 103);
			this.radioButtonGradientIndividual.Name = "radioButtonGradientIndividual";
			this.radioButtonGradientIndividual.Size = new System.Drawing.Size(241, 17);
			this.radioButtonGradientIndividual.TabIndex = 2;
			this.radioButtonGradientIndividual.TabStop = true;
			this.radioButtonGradientIndividual.Text = "Each individual pulse uses the entire gradient.";
			this.radioButtonGradientIndividual.UseVisualStyleBackColor = true;
			// 
			// radioButtonGradientOverWhole
			// 
			this.radioButtonGradientOverWhole.AutoSize = true;
			this.radioButtonGradientOverWhole.Location = new System.Drawing.Point(6, 67);
			this.radioButtonGradientOverWhole.Name = "radioButtonGradientOverWhole";
			this.radioButtonGradientOverWhole.Size = new System.Drawing.Size(264, 30);
			this.radioButtonGradientOverWhole.TabIndex = 0;
			this.radioButtonGradientOverWhole.TabStop = true;
			this.radioButtonGradientOverWhole.Text = "The gradient is shown over the whole effect.\r\nAll elements display the same color" +
    " at a given time.";
			this.radioButtonGradientOverWhole.UseVisualStyleBackColor = true;
			// 
			// label5
			// 
			this.label5.AutoSize = true;
			this.label5.Location = new System.Drawing.Point(286, 236);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(109, 13);
			this.label5.TabIndex = 21;
			this.label5.Text = "(non-active elements)";
			// 
			// radioButtonApplyToAllElements
			// 
			this.radioButtonApplyToAllElements.AutoSize = true;
			this.radioButtonApplyToAllElements.Location = new System.Drawing.Point(6, 21);
			this.radioButtonApplyToAllElements.Name = "radioButtonApplyToAllElements";
			this.radioButtonApplyToAllElements.Size = new System.Drawing.Size(82, 17);
			this.radioButtonApplyToAllElements.TabIndex = 24;
			this.radioButtonApplyToAllElements.TabStop = true;
			this.radioButtonApplyToAllElements.Text = "All Elements";
			this.radioButtonApplyToAllElements.UseVisualStyleBackColor = true;
			this.radioButtonApplyToAllElements.CheckedChanged += new System.EventHandler(this.radioButtonEffectAppliesTo_CheckedChanged);
			// 
			// radioButtonApplyToLevel
			// 
			this.radioButtonApplyToLevel.AutoSize = true;
			this.radioButtonApplyToLevel.Location = new System.Drawing.Point(6, 43);
			this.radioButtonApplyToLevel.Name = "radioButtonApplyToLevel";
			this.radioButtonApplyToLevel.Size = new System.Drawing.Size(218, 17);
			this.radioButtonApplyToLevel.TabIndex = 25;
			this.radioButtonApplyToLevel.TabStop = true;
			this.radioButtonApplyToLevel.Text = "Only Groups/Elements nested this deep: ";
			this.radioButtonApplyToLevel.UseVisualStyleBackColor = true;
			this.radioButtonApplyToLevel.CheckedChanged += new System.EventHandler(this.radioButtonEffectAppliesTo_CheckedChanged);
			// 
			// groupByDepthOfEffect
			// 
			this.groupByDepthOfEffect.Controls.Add(this.numericUpDownDepthOfEffect);
			this.groupByDepthOfEffect.Controls.Add(this.radioButtonApplyToAllElements);
			this.groupByDepthOfEffect.Controls.Add(this.radioButtonApplyToLevel);
			this.groupByDepthOfEffect.Location = new System.Drawing.Point(3, 262);
			this.groupByDepthOfEffect.Name = "groupByDepthOfEffect";
			this.groupByDepthOfEffect.Size = new System.Drawing.Size(268, 74);
			this.groupByDepthOfEffect.TabIndex = 26;
			this.groupByDepthOfEffect.TabStop = false;
			this.groupByDepthOfEffect.Text = "Effect Applies To";
			// 
			// curveTypeEditorControlChaseMovement
			// 
			curve2.IsCurrentLibraryCurve = false;
			curve2.LibraryReferenceName = string.Empty;
			this.curveTypeEditorControlChaseMovement.CurveValue = curve2;
			this.curveTypeEditorControlChaseMovement.EffectParameterValues = new object[] {
        ((object)(curve2))};
			this.curveTypeEditorControlChaseMovement.Location = new System.Drawing.Point(108, 3);
			this.curveTypeEditorControlChaseMovement.Name = "curveTypeEditorControlChaseMovement";
			this.curveTypeEditorControlChaseMovement.Size = new System.Drawing.Size(150, 80);
			this.curveTypeEditorControlChaseMovement.TabIndex = 17;
			this.curveTypeEditorControlChaseMovement.TargetEffect = null;
			// 
			// levelTypeEditorControlDefaultLevel
			// 
			this.levelTypeEditorControlDefaultLevel.EffectParameterValues = new object[] {
        ((object)(1D))};
			this.levelTypeEditorControlDefaultLevel.LevelValue = 1D;
			this.levelTypeEditorControlDefaultLevel.Location = new System.Drawing.Point(399, 214);
			this.levelTypeEditorControlDefaultLevel.Name = "levelTypeEditorControlDefaultLevel";
			this.levelTypeEditorControlDefaultLevel.Size = new System.Drawing.Size(90, 39);
			this.levelTypeEditorControlDefaultLevel.TabIndex = 16;
			this.levelTypeEditorControlDefaultLevel.TargetEffect = null;
			// 
			// curveTypeEditorControlEachPulse
			// 
			curve1.IsCurrentLibraryCurve = false;
			curve1.LibraryReferenceName = string.Empty;
			this.curveTypeEditorControlEachPulse.CurveValue = curve1;
			this.curveTypeEditorControlEachPulse.EffectParameterValues = new object[] {
        ((object)(curve1))};
			this.curveTypeEditorControlEachPulse.Location = new System.Drawing.Point(105, 23);
			this.curveTypeEditorControlEachPulse.Name = "curveTypeEditorControlEachPulse";
			this.curveTypeEditorControlEachPulse.Size = new System.Drawing.Size(150, 80);
			this.curveTypeEditorControlEachPulse.TabIndex = 14;
			this.curveTypeEditorControlEachPulse.TargetEffect = null;
			// 
			// colorTypeEditorControlStaticColor
			// 
			this.colorTypeEditorControlStaticColor.ColorValue = System.Drawing.Color.Empty;
			this.colorTypeEditorControlStaticColor.EffectParameterValues = new object[] {
        ((object)(System.Drawing.Color.Empty))};
			this.colorTypeEditorControlStaticColor.Location = new System.Drawing.Point(94, 20);
			this.colorTypeEditorControlStaticColor.Name = "colorTypeEditorControlStaticColor";
			this.colorTypeEditorControlStaticColor.Size = new System.Drawing.Size(40, 40);
			this.colorTypeEditorControlStaticColor.TabIndex = 8;
			this.colorTypeEditorControlStaticColor.TargetEffect = null;
			// 
			// colorGradientTypeEditorControlGradient
			// 
			colorGradient1.Gammacorrected = false;
			colorGradient1.IsCurrentLibraryGradient = false;
			colorGradient1.LibraryReferenceName = string.Empty;
			colorGradient1.Title = null;
			this.colorGradientTypeEditorControlGradient.ColorGradientValue = colorGradient1;
			this.colorGradientTypeEditorControlGradient.EffectParameterValues = new object[] {
        ((object)(colorGradient1))};
			this.colorGradientTypeEditorControlGradient.Location = new System.Drawing.Point(94, 152);
			this.colorGradientTypeEditorControlGradient.Name = "colorGradientTypeEditorControlGradient";
			this.colorGradientTypeEditorControlGradient.Size = new System.Drawing.Size(100, 40);
			this.colorGradientTypeEditorControlGradient.TabIndex = 1;
			this.colorGradientTypeEditorControlGradient.TargetEffect = null;
			// 
			// numericUpDownDepthOfEffect
			// 
			this.numericUpDownDepthOfEffect.Location = new System.Drawing.Point(220, 43);
			this.numericUpDownDepthOfEffect.Maximum = new decimal(new int[] {
            99,
            0,
            0,
            0});
			this.numericUpDownDepthOfEffect.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
			this.numericUpDownDepthOfEffect.Name = "numericUpDownDepthOfEffect";
			this.numericUpDownDepthOfEffect.Size = new System.Drawing.Size(42, 20);
			this.numericUpDownDepthOfEffect.TabIndex = 26;
			this.numericUpDownDepthOfEffect.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
			// 
			// ChaseEffectEditorControl
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.groupByDepthOfEffect);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.curveTypeEditorControlChaseMovement);
			this.Controls.Add(this.levelTypeEditorControlDefaultLevel);
			this.Controls.Add(this.groupBoxPulse);
			this.Controls.Add(this.groupBoxColor);
			this.Controls.Add(this.label5);
			this.Name = "ChaseEffectEditorControl";
			this.Size = new System.Drawing.Size(579, 342);
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownPulseTimeOverlap)).EndInit();
			this.groupBoxPulse.ResumeLayout(false);
			this.groupBoxPulse.PerformLayout();
			this.groupBoxColor.ResumeLayout(false);
			this.groupBoxColor.PerformLayout();
			this.groupByDepthOfEffect.ResumeLayout(false);
			this.groupByDepthOfEffect.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownDepthOfEffect)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}