/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.VectorLengthScaleModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.VectorLengthScaleStepsNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label2 = new System.Windows.Forms.Label();
     this.TextOffsetNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label3 = new System.Windows.Forms.Label();
     this.TableCellOffsetNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label4 = new System.Windows.Forms.Label();
     this.RoundValuesCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.StrokeStyleButton   = new Nevron.UI.WinForm.Controls.NButton();
     ((System.ComponentModel.ISupportInitialize)(this.VectorLengthScaleStepsNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TextOffsetNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TableCellOffsetNumericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // BubbleScaleModeCombo
     //
     this.VectorLengthScaleModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.VectorLengthScaleModeComboBox.ListProperties.DataSource         = null;
     this.VectorLengthScaleModeComboBox.ListProperties.DisplayMember      = "";
     this.VectorLengthScaleModeComboBox.Location              = new System.Drawing.Point(10, 20);
     this.VectorLengthScaleModeComboBox.Name                  = "BubbleScaleModeCombo";
     this.VectorLengthScaleModeComboBox.Size                  = new System.Drawing.Size(150, 21);
     this.VectorLengthScaleModeComboBox.TabIndex              = 3;
     this.VectorLengthScaleModeComboBox.SelectedIndexChanged += new System.EventHandler(this.VectorLengthScaleModeCombo_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(10, 3);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(150, 16);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Bubble Scale Mode:";
     //
     // BubbleScaleStepsUpDown
     //
     this.VectorLengthScaleStepsNumericUpDown.Location = new System.Drawing.Point(10, 193);
     this.VectorLengthScaleStepsNumericUpDown.Maximum  = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.VectorLengthScaleStepsNumericUpDown.Minimum = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.VectorLengthScaleStepsNumericUpDown.Name     = "BubbleScaleStepsUpDown";
     this.VectorLengthScaleStepsNumericUpDown.Size     = new System.Drawing.Size(150, 20);
     this.VectorLengthScaleStepsNumericUpDown.TabIndex = 5;
     this.VectorLengthScaleStepsNumericUpDown.Value    = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.VectorLengthScaleStepsNumericUpDown.ValueChanged += new System.EventHandler(this.VectorLengthScaleStepsUpDown_ValueChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(10, 175);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(150, 16);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Bubble Scale Steps:";
     //
     // TextOffsetNumericUpDown
     //
     this.TextOffsetNumericUpDown.Location = new System.Drawing.Point(10, 76);
     this.TextOffsetNumericUpDown.Name     = "TextOffsetNumericUpDown";
     this.TextOffsetNumericUpDown.Size     = new System.Drawing.Size(150, 20);
     this.TextOffsetNumericUpDown.TabIndex = 7;
     this.TextOffsetNumericUpDown.Value    = new decimal(new int[] {
         70,
         0,
         0,
         0
     });
     this.TextOffsetNumericUpDown.ValueChanged += new System.EventHandler(this.TextOffsetNumericUpDown_ValueChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(10, 58);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(147, 16);
     this.label3.TabIndex = 6;
     this.label3.Text     = "Text Offset:";
     //
     // TableCellOffsetNumericUpDown
     //
     this.TableCellOffsetNumericUpDown.Location = new System.Drawing.Point(12, 131);
     this.TableCellOffsetNumericUpDown.Name     = "TableCellOffsetNumericUpDown";
     this.TableCellOffsetNumericUpDown.Size     = new System.Drawing.Size(150, 20);
     this.TableCellOffsetNumericUpDown.TabIndex = 9;
     this.TableCellOffsetNumericUpDown.Value    = new decimal(new int[] {
         70,
         0,
         0,
         0
     });
     this.TableCellOffsetNumericUpDown.ValueChanged += new System.EventHandler(this.TableCellOffsetNumericUpDown_ValueChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(12, 113);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(147, 16);
     this.label4.TabIndex = 8;
     this.label4.Text     = "Table Cell Offset:";
     //
     // RoundValuesCheckBox
     //
     this.RoundValuesCheckBox.ButtonProperties.BorderOffset = 2;
     this.RoundValuesCheckBox.Location        = new System.Drawing.Point(10, 219);
     this.RoundValuesCheckBox.Name            = "RoundValuesCheckBox";
     this.RoundValuesCheckBox.Size            = new System.Drawing.Size(150, 21);
     this.RoundValuesCheckBox.TabIndex        = 38;
     this.RoundValuesCheckBox.Text            = "Round Values";
     this.RoundValuesCheckBox.CheckedChanged += new System.EventHandler(this.RoundValuesCheckBox_CheckedChanged);
     //
     // StrokeStyleButton
     //
     this.StrokeStyleButton.Location = new System.Drawing.Point(10, 322);
     this.StrokeStyleButton.Name     = "StrokeStyleButton";
     this.StrokeStyleButton.Size     = new System.Drawing.Size(154, 24);
     this.StrokeStyleButton.TabIndex = 39;
     this.StrokeStyleButton.Text     = "Stroke Style...";
     this.StrokeStyleButton.Click   += new System.EventHandler(this.StrokeStyleButton_Click);
     //
     // NVectorLegendScaleUC
     //
     this.Controls.Add(this.StrokeStyleButton);
     this.Controls.Add(this.RoundValuesCheckBox);
     this.Controls.Add(this.TableCellOffsetNumericUpDown);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.TextOffsetNumericUpDown);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.VectorLengthScaleStepsNumericUpDown);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.VectorLengthScaleModeComboBox);
     this.Controls.Add(this.label1);
     this.Name = "NVectorLegendScaleUC";
     this.Size = new System.Drawing.Size(180, 389);
     ((System.ComponentModel.ISupportInitialize)(this.VectorLengthScaleStepsNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TextOffsetNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TableCellOffsetNumericUpDown)).EndInit();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.ClipContourCheckBox         = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowLabelBackgroundCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.AllowLabelsToFlipCheckBox   = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label9 = new System.Windows.Forms.Label();
     this.LabelDistanceUpDown       = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.ShowContourLabelsCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.LabelDistanceUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // ClipContourCheckBox
     //
     this.ClipContourCheckBox.ButtonProperties.BorderOffset = 2;
     this.ClipContourCheckBox.Location        = new System.Drawing.Point(13, 114);
     this.ClipContourCheckBox.Name            = "ClipContourCheckBox";
     this.ClipContourCheckBox.Size            = new System.Drawing.Size(150, 24);
     this.ClipContourCheckBox.TabIndex        = 10;
     this.ClipContourCheckBox.Text            = "Clip Contour";
     this.ClipContourCheckBox.CheckedChanged += new System.EventHandler(this.ClipContourCheckBox_CheckedChanged);
     //
     // ShowLabelBackgroundCheckBox
     //
     this.ShowLabelBackgroundCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowLabelBackgroundCheckBox.Location        = new System.Drawing.Point(13, 81);
     this.ShowLabelBackgroundCheckBox.Name            = "ShowLabelBackgroundCheckBox";
     this.ShowLabelBackgroundCheckBox.Size            = new System.Drawing.Size(150, 24);
     this.ShowLabelBackgroundCheckBox.TabIndex        = 9;
     this.ShowLabelBackgroundCheckBox.Text            = "Show Label Background";
     this.ShowLabelBackgroundCheckBox.CheckedChanged += new System.EventHandler(this.ShowLabelBackgroundCheckBox_CheckedChanged);
     //
     // AllowLabelsToFlipCheckBox
     //
     this.AllowLabelsToFlipCheckBox.ButtonProperties.BorderOffset = 2;
     this.AllowLabelsToFlipCheckBox.Location        = new System.Drawing.Point(13, 48);
     this.AllowLabelsToFlipCheckBox.Name            = "AllowLabelsToFlipCheckBox";
     this.AllowLabelsToFlipCheckBox.Size            = new System.Drawing.Size(150, 24);
     this.AllowLabelsToFlipCheckBox.TabIndex        = 8;
     this.AllowLabelsToFlipCheckBox.Text            = "Allow Labels To Flip";
     this.AllowLabelsToFlipCheckBox.CheckedChanged += new System.EventHandler(this.AllowLabelsToFlipCheckBox_CheckedChanged);
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(13, 144);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(96, 20);
     this.label9.TabIndex  = 11;
     this.label9.Text      = "Label Distance:";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // LabelDistanceUpDown
     //
     this.LabelDistanceUpDown.Location      = new System.Drawing.Point(114, 144);
     this.LabelDistanceUpDown.Name          = "LabelDistanceUpDown";
     this.LabelDistanceUpDown.Size          = new System.Drawing.Size(62, 20);
     this.LabelDistanceUpDown.TabIndex      = 12;
     this.LabelDistanceUpDown.ValueChanged += new System.EventHandler(this.LabelDistanceUpDown_ValueChanged);
     //
     // ShowContourLabelsCheckBox
     //
     this.ShowContourLabelsCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowContourLabelsCheckBox.Location        = new System.Drawing.Point(13, 15);
     this.ShowContourLabelsCheckBox.Name            = "ShowContourLabelsCheckBox";
     this.ShowContourLabelsCheckBox.Size            = new System.Drawing.Size(150, 24);
     this.ShowContourLabelsCheckBox.TabIndex        = 7;
     this.ShowContourLabelsCheckBox.Text            = "Show Contour Labels";
     this.ShowContourLabelsCheckBox.CheckedChanged += new System.EventHandler(this.ShowContourLabelsCheckBox_CheckedChanged);
     //
     // NTriangulatedHeatMapContourUC
     //
     this.Controls.Add(this.ClipContourCheckBox);
     this.Controls.Add(this.ShowLabelBackgroundCheckBox);
     this.Controls.Add(this.AllowLabelsToFlipCheckBox);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.LabelDistanceUpDown);
     this.Controls.Add(this.ShowContourLabelsCheckBox);
     this.Name = "NTriangulatedHeatMapContourUC";
     this.Size = new System.Drawing.Size(179, 516);
     ((System.ComponentModel.ISupportInitialize)(this.LabelDistanceUpDown)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label4 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.MaxVectorLengthNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.MinVectorLengthNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     ((System.ComponentModel.ISupportInitialize)(this.MaxVectorLengthNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MinVectorLengthNumericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(8, 10);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(97, 13);
     this.label4.TabIndex = 8;
     this.label4.Text     = "Min Vector Length:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(11, 65);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 13);
     this.label1.TabIndex = 10;
     this.label1.Text     = "Max Vector Length:";
     //
     // MaxVectorLengthNumericUpDown
     //
     this.MaxVectorLengthNumericUpDown.Location = new System.Drawing.Point(11, 82);
     this.MaxVectorLengthNumericUpDown.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.MaxVectorLengthNumericUpDown.Name     = "MaxVectorLengthNumericUpDown";
     this.MaxVectorLengthNumericUpDown.Size     = new System.Drawing.Size(151, 20);
     this.MaxVectorLengthNumericUpDown.TabIndex = 11;
     this.MaxVectorLengthNumericUpDown.Value    = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.MaxVectorLengthNumericUpDown.ValueChanged += new System.EventHandler(this.MaxVectorLengthNumericUpDown_ValueChanged);
     //
     // MinVectorLengthNumericUpDown
     //
     this.MinVectorLengthNumericUpDown.Location = new System.Drawing.Point(8, 27);
     this.MinVectorLengthNumericUpDown.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.MinVectorLengthNumericUpDown.Name     = "MinVectorLengthNumericUpDown";
     this.MinVectorLengthNumericUpDown.Size     = new System.Drawing.Size(151, 20);
     this.MinVectorLengthNumericUpDown.TabIndex = 9;
     this.MinVectorLengthNumericUpDown.Value    = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.MinVectorLengthNumericUpDown.ValueChanged += new System.EventHandler(this.MinVectorLengthNumericUpDown_ValueChanged);
     //
     // NVectorDirectionModeUC
     //
     this.Controls.Add(this.MaxVectorLengthNumericUpDown);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.MinVectorLengthNumericUpDown);
     this.Controls.Add(this.label4);
     this.Name = "NVectorDirectionModeUC";
     this.Size = new System.Drawing.Size(174, 303);
     ((System.ComponentModel.ISupportInitialize)(this.MaxVectorLengthNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MinVectorLengthNumericUpDown)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.ContourDisplayModeCombo = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.ContourColorModeCombo = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label5                      = new System.Windows.Forms.Label();
     this.ShowFillCheckBox            = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SmoothPaletteCheckBox       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.InterpolateImageCheckBox    = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ContourStrokeStyleButton    = new Nevron.UI.WinForm.Controls.NButton();
     this.ContourDotSizeNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label7                      = new System.Windows.Forms.Label();
     this.groupBox2                   = new System.Windows.Forms.GroupBox();
     this.ShowPointsCheckBox          = new Nevron.UI.WinForm.Controls.NCheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.ContourDotSizeNumericUpDown)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // ContourDisplayModeCombo
     //
     this.ContourDisplayModeCombo.ListProperties.CheckBoxDataMember = "";
     this.ContourDisplayModeCombo.ListProperties.DataSource         = null;
     this.ContourDisplayModeCombo.ListProperties.DisplayMember      = "";
     this.ContourDisplayModeCombo.Location              = new System.Drawing.Point(6, 32);
     this.ContourDisplayModeCombo.Name                  = "ContourDisplayModeCombo";
     this.ContourDisplayModeCombo.Size                  = new System.Drawing.Size(159, 21);
     this.ContourDisplayModeCombo.TabIndex              = 1;
     this.ContourDisplayModeCombo.SelectedIndexChanged += new System.EventHandler(this.ContourDisplayModeCombo_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(6, 16);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(159, 21);
     this.label4.TabIndex = 0;
     this.label4.Text     = "Contour Display Mode:";
     //
     // ContourColorModeCombo
     //
     this.ContourColorModeCombo.ListProperties.CheckBoxDataMember = "";
     this.ContourColorModeCombo.ListProperties.DataSource         = null;
     this.ContourColorModeCombo.ListProperties.DisplayMember      = "";
     this.ContourColorModeCombo.Location              = new System.Drawing.Point(6, 70);
     this.ContourColorModeCombo.Name                  = "ContourColorModeCombo";
     this.ContourColorModeCombo.Size                  = new System.Drawing.Size(159, 21);
     this.ContourColorModeCombo.TabIndex              = 3;
     this.ContourColorModeCombo.SelectedIndexChanged += new System.EventHandler(this.ContourColorModeCombo_SelectedIndexChanged);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(6, 56);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(159, 21);
     this.label5.TabIndex = 2;
     this.label5.Text     = "Contour Color Mode:";
     //
     // ShowFillCheckBox
     //
     this.ShowFillCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowFillCheckBox.Location        = new System.Drawing.Point(6, 200);
     this.ShowFillCheckBox.Name            = "ShowFillCheckBox";
     this.ShowFillCheckBox.Size            = new System.Drawing.Size(150, 24);
     this.ShowFillCheckBox.TabIndex        = 1;
     this.ShowFillCheckBox.Text            = "Show Fill";
     this.ShowFillCheckBox.CheckedChanged += new System.EventHandler(this.ShowFillCheckBox_CheckedChanged);
     //
     // SmoothPaletteCheckBox
     //
     this.SmoothPaletteCheckBox.ButtonProperties.BorderOffset = 2;
     this.SmoothPaletteCheckBox.Location        = new System.Drawing.Point(6, 224);
     this.SmoothPaletteCheckBox.Name            = "SmoothPaletteCheckBox";
     this.SmoothPaletteCheckBox.Size            = new System.Drawing.Size(150, 24);
     this.SmoothPaletteCheckBox.TabIndex        = 2;
     this.SmoothPaletteCheckBox.Text            = "Smooth Palette";
     this.SmoothPaletteCheckBox.CheckedChanged += new System.EventHandler(this.SmoothPaletteCheckBox_CheckedChanged);
     //
     // InterpolateImageCheckBox
     //
     this.InterpolateImageCheckBox.ButtonProperties.BorderOffset = 2;
     this.InterpolateImageCheckBox.Location        = new System.Drawing.Point(6, 248);
     this.InterpolateImageCheckBox.Name            = "InterpolateImageCheckBox";
     this.InterpolateImageCheckBox.Size            = new System.Drawing.Size(150, 24);
     this.InterpolateImageCheckBox.TabIndex        = 3;
     this.InterpolateImageCheckBox.Text            = "Interpolate Image";
     this.InterpolateImageCheckBox.CheckedChanged += new System.EventHandler(this.InterpolateImageCheckBox_CheckedChanged);
     //
     // ContourStrokeStyleButton
     //
     this.ContourStrokeStyleButton.Location = new System.Drawing.Point(6, 109);
     this.ContourStrokeStyleButton.Name     = "ContourStrokeStyleButton";
     this.ContourStrokeStyleButton.Size     = new System.Drawing.Size(159, 24);
     this.ContourStrokeStyleButton.TabIndex = 4;
     this.ContourStrokeStyleButton.Text     = "Contour Stroke Style ...";
     this.ContourStrokeStyleButton.Click   += new System.EventHandler(this.ContourStrokeStyleButton_Click);
     //
     // ContourDotSizeNumericUpDown
     //
     this.ContourDotSizeNumericUpDown.Location      = new System.Drawing.Point(106, 139);
     this.ContourDotSizeNumericUpDown.Name          = "ContourDotSizeNumericUpDown";
     this.ContourDotSizeNumericUpDown.Size          = new System.Drawing.Size(59, 20);
     this.ContourDotSizeNumericUpDown.TabIndex      = 6;
     this.ContourDotSizeNumericUpDown.ValueChanged += new System.EventHandler(this.ContourDotSizeNumericUpDown_ValueChanged);
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(6, 139);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(94, 20);
     this.label7.TabIndex  = 5;
     this.label7.Text      = "Contour Dot Size:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.ContourDisplayModeCombo);
     this.groupBox2.Controls.Add(this.ContourColorModeCombo);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.ContourStrokeStyleButton);
     this.groupBox2.Controls.Add(this.ContourDotSizeNumericUpDown);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox2.Location = new System.Drawing.Point(0, 0);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(179, 182);
     this.groupBox2.TabIndex = 0;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Contour";
     //
     // ShowPointsCheckBox
     //
     this.ShowPointsCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowPointsCheckBox.Location        = new System.Drawing.Point(6, 272);
     this.ShowPointsCheckBox.Name            = "ShowPointsCheckBox";
     this.ShowPointsCheckBox.Size            = new System.Drawing.Size(150, 24);
     this.ShowPointsCheckBox.TabIndex        = 4;
     this.ShowPointsCheckBox.Text            = "Show Points";
     this.ShowPointsCheckBox.CheckedChanged += new System.EventHandler(this.ShowPointsCheckBox_CheckedChanged);
     //
     // NTriangulatedHeatMapUC
     //
     this.Controls.Add(this.ShowPointsCheckBox);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.InterpolateImageCheckBox);
     this.Controls.Add(this.SmoothPaletteCheckBox);
     this.Controls.Add(this.ShowFillCheckBox);
     this.Name = "NTriangulatedHeatMapUC";
     this.Size = new System.Drawing.Size(179, 516);
     ((System.ComponentModel.ISupportInitialize)(this.ContourDotSizeNumericUpDown)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.smoothShadingCheck       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.GenerateDataButton       = new Nevron.UI.WinForm.Controls.NButton();
     this.label1                   = new System.Windows.Forms.Label();
     this.SpacingModeComboBox      = new Nevron.UI.WinForm.Controls.NComboBox();
     this.XGridStepNumericUpDown   = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label2                   = new System.Windows.Forms.Label();
     this.XGridOriginNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label3                   = new System.Windows.Forms.Label();
     this.YGridStepNumericUpDown   = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label4                   = new System.Windows.Forms.Label();
     this.YGridOriginNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label5                   = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.XGridStepNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.XGridOriginNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.YGridStepNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.YGridOriginNumericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // smoothShadingCheck
     //
     this.smoothShadingCheck.ButtonProperties.BorderOffset = 2;
     this.smoothShadingCheck.Location        = new System.Drawing.Point(9, 48);
     this.smoothShadingCheck.Name            = "smoothShadingCheck";
     this.smoothShadingCheck.Size            = new System.Drawing.Size(158, 20);
     this.smoothShadingCheck.TabIndex        = 3;
     this.smoothShadingCheck.Text            = "Smooth Shading";
     this.smoothShadingCheck.CheckedChanged += new System.EventHandler(this.SmoothShadingCheck_CheckedChanged);
     //
     // GenerateDataButton
     //
     this.GenerateDataButton.Location = new System.Drawing.Point(9, 9);
     this.GenerateDataButton.Name     = "GenerateDataButton";
     this.GenerateDataButton.Size     = new System.Drawing.Size(158, 23);
     this.GenerateDataButton.TabIndex = 4;
     this.GenerateDataButton.Text     = "Generate Data";
     this.GenerateDataButton.Click   += new System.EventHandler(this.GenerateDataButton_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(9, 85);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(168, 13);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Spacing Mode:";
     //
     // SpacingModeComboBox
     //
     this.SpacingModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.SpacingModeComboBox.ListProperties.DataSource         = null;
     this.SpacingModeComboBox.ListProperties.DisplayMember      = "";
     this.SpacingModeComboBox.Location              = new System.Drawing.Point(9, 102);
     this.SpacingModeComboBox.Name                  = "SpacingModeComboBox";
     this.SpacingModeComboBox.Size                  = new System.Drawing.Size(158, 21);
     this.SpacingModeComboBox.TabIndex              = 6;
     this.SpacingModeComboBox.SelectedIndexChanged += new System.EventHandler(this.SpacingModeComboBox_SelectedIndexChanged);
     //
     // XGridStepNumericUpDown
     //
     this.XGridStepNumericUpDown.Location = new System.Drawing.Point(12, 200);
     this.XGridStepNumericUpDown.Maximum  = new decimal(new int[] {
         200,
         0,
         0,
         0
     });
     this.XGridStepNumericUpDown.Name          = "XGridStepNumericUpDown";
     this.XGridStepNumericUpDown.Size          = new System.Drawing.Size(120, 20);
     this.XGridStepNumericUpDown.TabIndex      = 11;
     this.XGridStepNumericUpDown.ValueChanged += new System.EventHandler(this.XGridStepNumericUpDown_ValueChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(9, 183);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(64, 13);
     this.label2.TabIndex = 10;
     this.label2.Text     = "X Grid Step:";
     //
     // XGridOriginNumericUpDown
     //
     this.XGridOriginNumericUpDown.Location = new System.Drawing.Point(12, 154);
     this.XGridOriginNumericUpDown.Maximum  = new decimal(new int[] {
         200,
         0,
         0,
         0
     });
     this.XGridOriginNumericUpDown.Name          = "XGridOriginNumericUpDown";
     this.XGridOriginNumericUpDown.Size          = new System.Drawing.Size(120, 20);
     this.XGridOriginNumericUpDown.TabIndex      = 9;
     this.XGridOriginNumericUpDown.ValueChanged += new System.EventHandler(this.XGridOriginNumericUpDown_ValueChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(9, 137);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(69, 13);
     this.label3.TabIndex = 8;
     this.label3.Text     = "X Grid Origin:";
     //
     // YGridStepNumericUpDown
     //
     this.YGridStepNumericUpDown.Location = new System.Drawing.Point(12, 308);
     this.YGridStepNumericUpDown.Maximum  = new decimal(new int[] {
         200,
         0,
         0,
         0
     });
     this.YGridStepNumericUpDown.Name          = "YGridStepNumericUpDown";
     this.YGridStepNumericUpDown.Size          = new System.Drawing.Size(120, 20);
     this.YGridStepNumericUpDown.TabIndex      = 15;
     this.YGridStepNumericUpDown.ValueChanged += new System.EventHandler(this.YGridStepNumericUpDown_ValueChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(9, 291);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(64, 13);
     this.label4.TabIndex = 14;
     this.label4.Text     = "Y Grid Step:";
     //
     // YGridOriginNumericUpDown
     //
     this.YGridOriginNumericUpDown.Location = new System.Drawing.Point(12, 262);
     this.YGridOriginNumericUpDown.Maximum  = new decimal(new int[] {
         200,
         0,
         0,
         0
     });
     this.YGridOriginNumericUpDown.Name          = "YGridOriginNumericUpDown";
     this.YGridOriginNumericUpDown.Size          = new System.Drawing.Size(120, 20);
     this.YGridOriginNumericUpDown.TabIndex      = 13;
     this.YGridOriginNumericUpDown.ValueChanged += new System.EventHandler(this.YGridOriginNumericUpDown_ValueChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(9, 245);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(69, 13);
     this.label5.TabIndex = 12;
     this.label5.Text     = "Y Grid Origin:";
     //
     // NGridSurfaceSpacingUC
     //
     this.Controls.Add(this.YGridStepNumericUpDown);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.YGridOriginNumericUpDown);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.XGridStepNumericUpDown);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.XGridOriginNumericUpDown);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.SpacingModeComboBox);
     this.Controls.Add(this.GenerateDataButton);
     this.Controls.Add(this.smoothShadingCheck);
     this.Name = "NGridSurfaceSpacingUC";
     this.Size = new System.Drawing.Size(176, 378);
     ((System.ComponentModel.ISupportInitialize)(this.XGridStepNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.XGridOriginNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.YGridStepNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.YGridOriginNumericUpDown)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label8 = new System.Windows.Forms.Label();
     this.MaximumLegendItemWidthUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.TextFitModeComboBox          = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.MaximumLegendItemWidthUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(9, 65);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(156, 20);
     this.label8.TabIndex  = 7;
     this.label8.Text      = "Maximum Legend Item Width:";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // MaximumLegendItemWidthUpDown
     //
     this.MaximumLegendItemWidthUpDown.Location = new System.Drawing.Point(12, 88);
     this.MaximumLegendItemWidthUpDown.Maximum  = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.MaximumLegendItemWidthUpDown.Name     = "MaximumLegendItemWidthUpDown";
     this.MaximumLegendItemWidthUpDown.Size     = new System.Drawing.Size(153, 20);
     this.MaximumLegendItemWidthUpDown.TabIndex = 6;
     this.MaximumLegendItemWidthUpDown.Value    = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.MaximumLegendItemWidthUpDown.ValueChanged += new System.EventHandler(this.MaximumLegendItemWidthUpDown_ValueChanged);
     //
     // TextFitModeComboBox
     //
     this.TextFitModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.TextFitModeComboBox.ListProperties.DataSource         = null;
     this.TextFitModeComboBox.ListProperties.DisplayMember      = "";
     this.TextFitModeComboBox.Location              = new System.Drawing.Point(12, 36);
     this.TextFitModeComboBox.Name                  = "TextFitModeComboBox";
     this.TextFitModeComboBox.Size                  = new System.Drawing.Size(153, 21);
     this.TextFitModeComboBox.TabIndex              = 8;
     this.TextFitModeComboBox.SelectedIndexChanged += new System.EventHandler(this.TextFitModeComboBox_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(9, 13);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(156, 20);
     this.label1.TabIndex  = 9;
     this.label1.Text      = "Text Fit Mode:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // NLegendItemTextFitModeUC
     //
     this.Controls.Add(this.label1);
     this.Controls.Add(this.TextFitModeComboBox);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.MaximumLegendItemWidthUpDown);
     this.Name = "NLegendItemTextFitModeUC";
     this.Size = new System.Drawing.Size(180, 680);
     ((System.ComponentModel.ISupportInitialize)(this.MaximumLegendItemWidthUpDown)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #7
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();
     this.DayCheckBox          = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.WeekCheckBox         = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label3               = new System.Windows.Forms.Label();
     this.label2               = new System.Windows.Forms.Label();
     this.label1               = new System.Windows.Forms.Label();
     this.AllowedUnitsGroupBox = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.HourCheckBox         = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SecondCheckBox       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.MinuteCheckBox       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.MillisecondCheckBox  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.EnableUnitSensitiveFormattingCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.StartStopTimerButton = new Nevron.UI.WinForm.Controls.NButton();
     this.timer1           = new System.Windows.Forms.Timer(this.components);
     this.StepUnitComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label4           = new System.Windows.Forms.Label();
     this.StepCountUpDown  = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.ClearDataButton  = new Nevron.UI.WinForm.Controls.NButton();
     this.AllowedUnitsGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.StepCountUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // DayCheckBox
     //
     this.DayCheckBox.ButtonProperties.BorderOffset = 2;
     this.DayCheckBox.Location        = new System.Drawing.Point(16, 76);
     this.DayCheckBox.Name            = "DayCheckBox";
     this.DayCheckBox.Size            = new System.Drawing.Size(104, 24);
     this.DayCheckBox.TabIndex        = 4;
     this.DayCheckBox.Text            = "Day";
     this.DayCheckBox.CheckedChanged += new System.EventHandler(this.DayCheckBox_CheckedChanged);
     //
     // WeekCheckBox
     //
     this.WeekCheckBox.ButtonProperties.BorderOffset = 2;
     this.WeekCheckBox.Location        = new System.Drawing.Point(136, 76);
     this.WeekCheckBox.Name            = "WeekCheckBox";
     this.WeekCheckBox.Size            = new System.Drawing.Size(80, 24);
     this.WeekCheckBox.TabIndex        = 5;
     this.WeekCheckBox.Text            = "Week";
     this.WeekCheckBox.CheckedChanged += new System.EventHandler(this.WeekCheckBox_CheckedChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(0, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(100, 23);
     this.label3.TabIndex = 0;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(0, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(100, 23);
     this.label2.TabIndex = 0;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 23);
     this.label1.TabIndex = 0;
     //
     // AllowedUnitsGroupBox
     //
     this.AllowedUnitsGroupBox.Controls.Add(this.HourCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.SecondCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.MinuteCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.MillisecondCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.WeekCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.DayCheckBox);
     this.AllowedUnitsGroupBox.ImageIndex = 0;
     this.AllowedUnitsGroupBox.Location   = new System.Drawing.Point(8, 0);
     this.AllowedUnitsGroupBox.Name       = "AllowedUnitsGroupBox";
     this.AllowedUnitsGroupBox.Size       = new System.Drawing.Size(240, 109);
     this.AllowedUnitsGroupBox.TabIndex   = 0;
     this.AllowedUnitsGroupBox.TabStop    = false;
     this.AllowedUnitsGroupBox.Text       = "Allowed Date Time Units";
     //
     // HourCheckBox
     //
     this.HourCheckBox.ButtonProperties.BorderOffset = 2;
     this.HourCheckBox.Location        = new System.Drawing.Point(136, 46);
     this.HourCheckBox.Name            = "HourCheckBox";
     this.HourCheckBox.Size            = new System.Drawing.Size(80, 24);
     this.HourCheckBox.TabIndex        = 3;
     this.HourCheckBox.Text            = "Hour";
     this.HourCheckBox.CheckedChanged += new System.EventHandler(this.HourCheckBox_CheckedChanged);
     //
     // SecondCheckBox
     //
     this.SecondCheckBox.ButtonProperties.BorderOffset = 2;
     this.SecondCheckBox.Location        = new System.Drawing.Point(136, 16);
     this.SecondCheckBox.Name            = "SecondCheckBox";
     this.SecondCheckBox.Size            = new System.Drawing.Size(80, 24);
     this.SecondCheckBox.TabIndex        = 1;
     this.SecondCheckBox.Text            = "Second";
     this.SecondCheckBox.CheckedChanged += new System.EventHandler(this.SecondCheckBox_CheckedChanged);
     //
     // MinuteCheckBox
     //
     this.MinuteCheckBox.ButtonProperties.BorderOffset = 2;
     this.MinuteCheckBox.Location        = new System.Drawing.Point(16, 46);
     this.MinuteCheckBox.Name            = "MinuteCheckBox";
     this.MinuteCheckBox.Size            = new System.Drawing.Size(104, 24);
     this.MinuteCheckBox.TabIndex        = 2;
     this.MinuteCheckBox.Text            = "Minute";
     this.MinuteCheckBox.CheckedChanged += new System.EventHandler(this.MinuteCheckBox_CheckedChanged);
     //
     // MillisecondCheckBox
     //
     this.MillisecondCheckBox.ButtonProperties.BorderOffset = 2;
     this.MillisecondCheckBox.Location        = new System.Drawing.Point(16, 16);
     this.MillisecondCheckBox.Name            = "MillisecondCheckBox";
     this.MillisecondCheckBox.Size            = new System.Drawing.Size(104, 24);
     this.MillisecondCheckBox.TabIndex        = 0;
     this.MillisecondCheckBox.Text            = "Millisecond";
     this.MillisecondCheckBox.CheckedChanged += new System.EventHandler(this.MillisecondCheckBox_CheckedChanged);
     //
     // EnableUnitSensitiveFormattingCheckBox
     //
     this.EnableUnitSensitiveFormattingCheckBox.ButtonProperties.BorderOffset = 2;
     this.EnableUnitSensitiveFormattingCheckBox.Location        = new System.Drawing.Point(8, 115);
     this.EnableUnitSensitiveFormattingCheckBox.Name            = "EnableUnitSensitiveFormattingCheckBox";
     this.EnableUnitSensitiveFormattingCheckBox.Size            = new System.Drawing.Size(200, 24);
     this.EnableUnitSensitiveFormattingCheckBox.TabIndex        = 1;
     this.EnableUnitSensitiveFormattingCheckBox.Text            = "Enable Unit Sensitive Formatting";
     this.EnableUnitSensitiveFormattingCheckBox.CheckedChanged += new System.EventHandler(this.EnableUnitSensitiveFormattingCheckBox_CheckedChanged);
     //
     // StartStopTimerButton
     //
     this.StartStopTimerButton.Location = new System.Drawing.Point(8, 174);
     this.StartStopTimerButton.Name     = "StartStopTimerButton";
     this.StartStopTimerButton.Size     = new System.Drawing.Size(232, 23);
     this.StartStopTimerButton.TabIndex = 3;
     this.StartStopTimerButton.Text     = "Stop Timer";
     this.StartStopTimerButton.Click   += new System.EventHandler(this.StartStopTimerButton_Click);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // StepUnitComboBox
     //
     this.StepUnitComboBox.ListProperties.CheckBoxDataMember = "";
     this.StepUnitComboBox.ListProperties.DataSource         = null;
     this.StepUnitComboBox.ListProperties.DisplayMember      = "";
     this.StepUnitComboBox.Location = new System.Drawing.Point(124, 212);
     this.StepUnitComboBox.Name     = "StepUnitComboBox";
     this.StepUnitComboBox.Size     = new System.Drawing.Size(116, 21);
     this.StepUnitComboBox.TabIndex = 6;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(5, 210);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(41, 23);
     this.label4.TabIndex  = 4;
     this.label4.Text      = "Step:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // StepCountUpDown
     //
     this.StepCountUpDown.Location = new System.Drawing.Point(52, 213);
     this.StepCountUpDown.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.StepCountUpDown.Name     = "StepCountUpDown";
     this.StepCountUpDown.Size     = new System.Drawing.Size(66, 20);
     this.StepCountUpDown.TabIndex = 5;
     this.StepCountUpDown.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // ClearDataButton
     //
     this.ClearDataButton.Location = new System.Drawing.Point(8, 145);
     this.ClearDataButton.Name     = "ClearDataButton";
     this.ClearDataButton.Size     = new System.Drawing.Size(232, 23);
     this.ClearDataButton.TabIndex = 2;
     this.ClearDataButton.Text     = "Clear Data";
     this.ClearDataButton.Click   += new System.EventHandler(this.ClearDataButton_Click);
     //
     // NTimeSpanScaleUC
     //
     this.Controls.Add(this.ClearDataButton);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.StepCountUpDown);
     this.Controls.Add(this.StepUnitComboBox);
     this.Controls.Add(this.StartStopTimerButton);
     this.Controls.Add(this.EnableUnitSensitiveFormattingCheckBox);
     this.Controls.Add(this.AllowedUnitsGroupBox);
     this.Name = "NTimeSpanScaleUC";
     this.Size = new System.Drawing.Size(256, 416);
     this.AllowedUnitsGroupBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.StepCountUpDown)).EndInit();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.OriginXUpDown               = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label9                      = new System.Windows.Forms.Label();
     this.OriginYUpDown               = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label1                      = new System.Windows.Forms.Label();
     this.StepXUpDown                 = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label2                      = new System.Windows.Forms.Label();
     this.StepYUpDown                 = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label3                      = new System.Windows.Forms.Label();
     this.ContourDisplayModeCombo     = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label4                      = new System.Windows.Forms.Label();
     this.ContourColorModeCombo       = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label5                      = new System.Windows.Forms.Label();
     this.ShowFillCheckBox            = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SmoothPaletteCheckBox       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.InterpolateImageCheckBox    = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.GridDisplayModeComboBox     = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label6                      = new System.Windows.Forms.Label();
     this.ContourStrokeStyleButton    = new Nevron.UI.WinForm.Controls.NButton();
     this.ContourDotSizeNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label7                      = new System.Windows.Forms.Label();
     this.GridDotSizeNumericUpDown    = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label8                      = new System.Windows.Forms.Label();
     this.GridStrokeStyleButton       = new Nevron.UI.WinForm.Controls.NButton();
     this.groupBox1                   = new System.Windows.Forms.GroupBox();
     this.groupBox2                   = new System.Windows.Forms.GroupBox();
     this.groupBox3                   = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.OriginXUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.OriginYUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.StepXUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.StepYUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ContourDotSizeNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridDotSizeNumericUpDown)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // OriginXUpDown
     //
     this.OriginXUpDown.Location      = new System.Drawing.Point(93, 16);
     this.OriginXUpDown.Name          = "OriginXUpDown";
     this.OriginXUpDown.Size          = new System.Drawing.Size(72, 20);
     this.OriginXUpDown.TabIndex      = 1;
     this.OriginXUpDown.ValueChanged += new System.EventHandler(this.OriginXUpDown_ValueChanged);
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(6, 16);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(48, 20);
     this.label9.TabIndex  = 0;
     this.label9.Text      = "Origin X:";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // OriginYUpDown
     //
     this.OriginYUpDown.Location      = new System.Drawing.Point(93, 42);
     this.OriginYUpDown.Name          = "OriginYUpDown";
     this.OriginYUpDown.Size          = new System.Drawing.Size(72, 20);
     this.OriginYUpDown.TabIndex      = 3;
     this.OriginYUpDown.ValueChanged += new System.EventHandler(this.OriginYUpDown_ValueChanged);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(6, 42);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(48, 20);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Origin Y:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // StepXUpDown
     //
     this.StepXUpDown.Location      = new System.Drawing.Point(93, 68);
     this.StepXUpDown.Name          = "StepXUpDown";
     this.StepXUpDown.Size          = new System.Drawing.Size(72, 20);
     this.StepXUpDown.TabIndex      = 5;
     this.StepXUpDown.ValueChanged += new System.EventHandler(this.StepXUpDown_ValueChanged);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(6, 68);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(48, 20);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Step X:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // StepYUpDown
     //
     this.StepYUpDown.Location      = new System.Drawing.Point(93, 94);
     this.StepYUpDown.Name          = "StepYUpDown";
     this.StepYUpDown.Size          = new System.Drawing.Size(72, 20);
     this.StepYUpDown.TabIndex      = 7;
     this.StepYUpDown.ValueChanged += new System.EventHandler(this.StepYUpDown_ValueChanged);
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(6, 94);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(48, 20);
     this.label3.TabIndex  = 6;
     this.label3.Text      = "Step Y:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ContourDisplayModeCombo
     //
     this.ContourDisplayModeCombo.ListProperties.CheckBoxDataMember = "";
     this.ContourDisplayModeCombo.ListProperties.DataSource         = null;
     this.ContourDisplayModeCombo.ListProperties.DisplayMember      = "";
     this.ContourDisplayModeCombo.Location              = new System.Drawing.Point(6, 32);
     this.ContourDisplayModeCombo.Name                  = "ContourDisplayModeCombo";
     this.ContourDisplayModeCombo.Size                  = new System.Drawing.Size(159, 21);
     this.ContourDisplayModeCombo.TabIndex              = 9;
     this.ContourDisplayModeCombo.SelectedIndexChanged += new System.EventHandler(this.ContourDisplayModeCombo_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(6, 16);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(159, 21);
     this.label4.TabIndex = 8;
     this.label4.Text     = "Contour Display Mode:";
     //
     // ContourColorModeCombo
     //
     this.ContourColorModeCombo.ListProperties.CheckBoxDataMember = "";
     this.ContourColorModeCombo.ListProperties.DataSource         = null;
     this.ContourColorModeCombo.ListProperties.DisplayMember      = "";
     this.ContourColorModeCombo.Location              = new System.Drawing.Point(6, 70);
     this.ContourColorModeCombo.Name                  = "ContourColorModeCombo";
     this.ContourColorModeCombo.Size                  = new System.Drawing.Size(159, 21);
     this.ContourColorModeCombo.TabIndex              = 11;
     this.ContourColorModeCombo.SelectedIndexChanged += new System.EventHandler(this.ContourColorModeCombo_SelectedIndexChanged);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(6, 56);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(159, 21);
     this.label5.TabIndex = 10;
     this.label5.Text     = "Contour Color Mode:";
     //
     // ShowFillCheckBox
     //
     this.ShowFillCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowFillCheckBox.Location        = new System.Drawing.Point(6, 437);
     this.ShowFillCheckBox.Name            = "ShowFillCheckBox";
     this.ShowFillCheckBox.Size            = new System.Drawing.Size(150, 24);
     this.ShowFillCheckBox.TabIndex        = 12;
     this.ShowFillCheckBox.Text            = "Show Fill";
     this.ShowFillCheckBox.CheckedChanged += new System.EventHandler(this.ShowFillCheckBox_CheckedChanged);
     //
     // SmoothPaletteCheckBox
     //
     this.SmoothPaletteCheckBox.ButtonProperties.BorderOffset = 2;
     this.SmoothPaletteCheckBox.Location        = new System.Drawing.Point(6, 458);
     this.SmoothPaletteCheckBox.Name            = "SmoothPaletteCheckBox";
     this.SmoothPaletteCheckBox.Size            = new System.Drawing.Size(150, 24);
     this.SmoothPaletteCheckBox.TabIndex        = 13;
     this.SmoothPaletteCheckBox.Text            = "Smooth Palette";
     this.SmoothPaletteCheckBox.CheckedChanged += new System.EventHandler(this.SmoothPaletteCheckBox_CheckedChanged);
     //
     // InterpolateImageCheckBox
     //
     this.InterpolateImageCheckBox.ButtonProperties.BorderOffset = 2;
     this.InterpolateImageCheckBox.Location        = new System.Drawing.Point(6, 479);
     this.InterpolateImageCheckBox.Name            = "InterpolateImageCheckBox";
     this.InterpolateImageCheckBox.Size            = new System.Drawing.Size(150, 24);
     this.InterpolateImageCheckBox.TabIndex        = 14;
     this.InterpolateImageCheckBox.Text            = "Interpolate Image";
     this.InterpolateImageCheckBox.CheckedChanged += new System.EventHandler(this.InterpolateImageCheckBox_CheckedChanged);
     //
     // GridDisplayModeComboBox
     //
     this.GridDisplayModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.GridDisplayModeComboBox.ListProperties.DataSource         = null;
     this.GridDisplayModeComboBox.ListProperties.DisplayMember      = "";
     this.GridDisplayModeComboBox.Location              = new System.Drawing.Point(6, 32);
     this.GridDisplayModeComboBox.Name                  = "GridDisplayModeComboBox";
     this.GridDisplayModeComboBox.Size                  = new System.Drawing.Size(162, 21);
     this.GridDisplayModeComboBox.TabIndex              = 16;
     this.GridDisplayModeComboBox.SelectedIndexChanged += new System.EventHandler(this.GridDisplayModeComboBox_SelectedIndexChanged);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(6, 16);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(159, 21);
     this.label6.TabIndex = 15;
     this.label6.Text     = "Grid Display Mode:";
     //
     // ContourStrokeStyleButton
     //
     this.ContourStrokeStyleButton.Location = new System.Drawing.Point(6, 109);
     this.ContourStrokeStyleButton.Name     = "ContourStrokeStyleButton";
     this.ContourStrokeStyleButton.Size     = new System.Drawing.Size(159, 24);
     this.ContourStrokeStyleButton.TabIndex = 17;
     this.ContourStrokeStyleButton.Text     = "Contour Stroke Style ...";
     this.ContourStrokeStyleButton.Click   += new System.EventHandler(this.ContourStrokeStyleButton_Click);
     //
     // ContourDotSizeNumericUpDown
     //
     this.ContourDotSizeNumericUpDown.Location      = new System.Drawing.Point(106, 139);
     this.ContourDotSizeNumericUpDown.Name          = "ContourDotSizeNumericUpDown";
     this.ContourDotSizeNumericUpDown.Size          = new System.Drawing.Size(59, 20);
     this.ContourDotSizeNumericUpDown.TabIndex      = 19;
     this.ContourDotSizeNumericUpDown.ValueChanged += new System.EventHandler(this.ContourDotSizeNumericUpDown_ValueChanged);
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(6, 139);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(94, 20);
     this.label7.TabIndex  = 18;
     this.label7.Text      = "Contour Dot Size:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // GridDotSizeNumericUpDown
     //
     this.GridDotSizeNumericUpDown.Location      = new System.Drawing.Point(109, 89);
     this.GridDotSizeNumericUpDown.Name          = "GridDotSizeNumericUpDown";
     this.GridDotSizeNumericUpDown.Size          = new System.Drawing.Size(59, 20);
     this.GridDotSizeNumericUpDown.TabIndex      = 22;
     this.GridDotSizeNumericUpDown.ValueChanged += new System.EventHandler(this.GridDotSizeNumericUpDown_ValueChanged);
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(6, 89);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(94, 20);
     this.label8.TabIndex  = 21;
     this.label8.Text      = "Grid Dot Size:";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // GridStrokeStyleButton
     //
     this.GridStrokeStyleButton.Location = new System.Drawing.Point(6, 59);
     this.GridStrokeStyleButton.Name     = "GridStrokeStyleButton";
     this.GridStrokeStyleButton.Size     = new System.Drawing.Size(162, 24);
     this.GridStrokeStyleButton.TabIndex = 20;
     this.GridStrokeStyleButton.Text     = "Grid Stroke Style ...";
     this.GridStrokeStyleButton.Click   += new System.EventHandler(this.GridStrokeStyleButton_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.OriginXUpDown);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.OriginYUpDown);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.StepXUpDown);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.StepYUpDown);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(179, 124);
     this.groupBox1.TabIndex = 23;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Position";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.ContourDisplayModeCombo);
     this.groupBox2.Controls.Add(this.ContourColorModeCombo);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.ContourStrokeStyleButton);
     this.groupBox2.Controls.Add(this.ContourDotSizeNumericUpDown);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox2.Location = new System.Drawing.Point(0, 124);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(179, 182);
     this.groupBox2.TabIndex = 24;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Contour";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.GridDisplayModeComboBox);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Controls.Add(this.GridStrokeStyleButton);
     this.groupBox3.Controls.Add(this.GridDotSizeNumericUpDown);
     this.groupBox3.Controls.Add(this.label8);
     this.groupBox3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox3.Location = new System.Drawing.Point(0, 306);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(179, 124);
     this.groupBox3.TabIndex = 25;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Grid";
     //
     // NHeatMapContourUC
     //
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.InterpolateImageCheckBox);
     this.Controls.Add(this.SmoothPaletteCheckBox);
     this.Controls.Add(this.ShowFillCheckBox);
     this.Name = "NHeatMapContourUC";
     this.Size = new System.Drawing.Size(179, 516);
     ((System.ComponentModel.ISupportInitialize)(this.OriginXUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.OriginYUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.StepXUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.StepYUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ContourDotSizeNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridDotSizeNumericUpDown)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #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.GroupingModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.MinGroupDistanceUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label3 = new System.Windows.Forms.Label();
     this.CustomDateTimeSpanComboBox     = new Nevron.UI.WinForm.Controls.NComboBox();
     this.GroupPercentWidthNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label4 = new System.Windows.Forms.Label();
     this.ShowHighLowCheckBox    = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowOpenCheckBox       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowCloseCheckBox      = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowAsStickCheckBox    = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowDataLabelsCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.MinGroupDistanceUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GroupPercentWidthNumericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // GroupingModeComboBox
     //
     this.GroupingModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.GroupingModeComboBox.ListProperties.DataSource         = null;
     this.GroupingModeComboBox.ListProperties.DisplayMember      = "";
     this.GroupingModeComboBox.Location              = new System.Drawing.Point(11, 29);
     this.GroupingModeComboBox.Name                  = "GroupingModeComboBox";
     this.GroupingModeComboBox.Size                  = new System.Drawing.Size(151, 21);
     this.GroupingModeComboBox.TabIndex              = 1;
     this.GroupingModeComboBox.SelectedIndexChanged += new System.EventHandler(this.GroupingModeComboBox_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(11, 12);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(83, 13);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Grouping Mode:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(11, 57);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(104, 13);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Min Group Distance:";
     //
     // MinGroupDistanceUpDown
     //
     this.MinGroupDistanceUpDown.Location = new System.Drawing.Point(11, 74);
     this.MinGroupDistanceUpDown.Minimum  = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.MinGroupDistanceUpDown.Name     = "MinGroupDistanceUpDown";
     this.MinGroupDistanceUpDown.Size     = new System.Drawing.Size(151, 20);
     this.MinGroupDistanceUpDown.TabIndex = 3;
     this.MinGroupDistanceUpDown.Value    = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.MinGroupDistanceUpDown.ValueChanged += new System.EventHandler(this.MinGroupDistanceUpDown_ValueChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(11, 101);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(125, 13);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Custom Date Time Span:";
     //
     // CustomDateTimeSpanComboBox
     //
     this.CustomDateTimeSpanComboBox.ListProperties.CheckBoxDataMember = "";
     this.CustomDateTimeSpanComboBox.ListProperties.DataSource         = null;
     this.CustomDateTimeSpanComboBox.ListProperties.DisplayMember      = "";
     this.CustomDateTimeSpanComboBox.Location              = new System.Drawing.Point(11, 118);
     this.CustomDateTimeSpanComboBox.Name                  = "CustomDateTimeSpanComboBox";
     this.CustomDateTimeSpanComboBox.Size                  = new System.Drawing.Size(151, 21);
     this.CustomDateTimeSpanComboBox.TabIndex              = 5;
     this.CustomDateTimeSpanComboBox.SelectedIndexChanged += new System.EventHandler(this.CustomDateTimeSpanComboBox_SelectedIndexChanged);
     //
     // GroupPercentWidthNumericUpDown
     //
     this.GroupPercentWidthNumericUpDown.Location = new System.Drawing.Point(11, 163);
     this.GroupPercentWidthNumericUpDown.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.GroupPercentWidthNumericUpDown.Name     = "GroupPercentWidthNumericUpDown";
     this.GroupPercentWidthNumericUpDown.Size     = new System.Drawing.Size(151, 20);
     this.GroupPercentWidthNumericUpDown.TabIndex = 7;
     this.GroupPercentWidthNumericUpDown.Value    = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.GroupPercentWidthNumericUpDown.ValueChanged += new System.EventHandler(this.GroupPercentWidthNumericUpDown_ValueChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(11, 146);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(110, 13);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Group Percent Width:";
     //
     // ShowHighLowCheckBox
     //
     this.ShowHighLowCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowHighLowCheckBox.Location        = new System.Drawing.Point(11, 237);
     this.ShowHighLowCheckBox.Name            = "ShowHighLowCheckBox";
     this.ShowHighLowCheckBox.Size            = new System.Drawing.Size(151, 24);
     this.ShowHighLowCheckBox.TabIndex        = 9;
     this.ShowHighLowCheckBox.Text            = "Show High Low";
     this.ShowHighLowCheckBox.CheckedChanged += new System.EventHandler(this.ShowHighLowCheckBox_CheckedChanged);
     //
     // ShowOpenCheckBox
     //
     this.ShowOpenCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowOpenCheckBox.Location        = new System.Drawing.Point(11, 261);
     this.ShowOpenCheckBox.Name            = "ShowOpenCheckBox";
     this.ShowOpenCheckBox.Size            = new System.Drawing.Size(151, 24);
     this.ShowOpenCheckBox.TabIndex        = 10;
     this.ShowOpenCheckBox.Text            = "Show Open";
     this.ShowOpenCheckBox.CheckedChanged += new System.EventHandler(this.ShowOpenCheckBox_CheckedChanged);
     //
     // ShowCloseCheckBox
     //
     this.ShowCloseCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowCloseCheckBox.Location        = new System.Drawing.Point(11, 285);
     this.ShowCloseCheckBox.Name            = "ShowCloseCheckBox";
     this.ShowCloseCheckBox.Size            = new System.Drawing.Size(151, 24);
     this.ShowCloseCheckBox.TabIndex        = 11;
     this.ShowCloseCheckBox.Text            = "Show Close";
     this.ShowCloseCheckBox.CheckedChanged += new System.EventHandler(this.ShowCloseCheckBox_CheckedChanged);
     //
     // ShowAsStickCheckBox
     //
     this.ShowAsStickCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowAsStickCheckBox.Location        = new System.Drawing.Point(11, 213);
     this.ShowAsStickCheckBox.Name            = "ShowAsStickCheckBox";
     this.ShowAsStickCheckBox.Size            = new System.Drawing.Size(151, 24);
     this.ShowAsStickCheckBox.TabIndex        = 8;
     this.ShowAsStickCheckBox.Text            = "Draw as Stick";
     this.ShowAsStickCheckBox.CheckedChanged += new System.EventHandler(this.ShowAsStickCheckBox_CheckedChanged);
     //
     // ShowDataLabelsCheckBox
     //
     this.ShowDataLabelsCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowDataLabelsCheckBox.Location        = new System.Drawing.Point(11, 189);
     this.ShowDataLabelsCheckBox.Name            = "ShowDataLabelsCheckBox";
     this.ShowDataLabelsCheckBox.Size            = new System.Drawing.Size(151, 24);
     this.ShowDataLabelsCheckBox.TabIndex        = 12;
     this.ShowDataLabelsCheckBox.Text            = "Show Data Labels";
     this.ShowDataLabelsCheckBox.CheckedChanged += new System.EventHandler(this.ShowDataLabelsCheckBox_CheckedChanged);
     //
     // NStockDataGroupingUC
     //
     this.Controls.Add(this.ShowDataLabelsCheckBox);
     this.Controls.Add(this.ShowAsStickCheckBox);
     this.Controls.Add(this.ShowCloseCheckBox);
     this.Controls.Add(this.ShowOpenCheckBox);
     this.Controls.Add(this.ShowHighLowCheckBox);
     this.Controls.Add(this.GroupPercentWidthNumericUpDown);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.CustomDateTimeSpanComboBox);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.MinGroupDistanceUpDown);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.GroupingModeComboBox);
     this.Controls.Add(this.label2);
     this.Name = "NStockDataGroupingUC";
     this.Size = new System.Drawing.Size(176, 376);
     ((System.ComponentModel.ISupportInitialize)(this.MinGroupDistanceUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GroupPercentWidthNumericUpDown)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.DataPointCountPerLineComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.NumberOfLinesUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     ((System.ComponentModel.ISupportInitialize)(this.NumberOfLinesUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // DataPointCountPerLineComboBox
     //
     this.DataPointCountPerLineComboBox.ListProperties.CheckBoxDataMember = "";
     this.DataPointCountPerLineComboBox.ListProperties.DataSource         = null;
     this.DataPointCountPerLineComboBox.ListProperties.DisplayMember      = "";
     this.DataPointCountPerLineComboBox.Location              = new System.Drawing.Point(8, 27);
     this.DataPointCountPerLineComboBox.Name                  = "DataPointCountPerLineComboBox";
     this.DataPointCountPerLineComboBox.Size                  = new System.Drawing.Size(159, 21);
     this.DataPointCountPerLineComboBox.TabIndex              = 11;
     this.DataPointCountPerLineComboBox.SelectedIndexChanged += new System.EventHandler(this.DataPointCountPerLineComboBox_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 11);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(159, 21);
     this.label4.TabIndex = 10;
     this.label4.Text     = "Data Points per Line:";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 72);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(91, 21);
     this.label1.TabIndex = 12;
     this.label1.Text     = "Number of Lines:";
     //
     // NumberOfLinesUpDown
     //
     this.NumberOfLinesUpDown.Location = new System.Drawing.Point(8, 91);
     this.NumberOfLinesUpDown.Maximum  = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.NumberOfLinesUpDown.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.NumberOfLinesUpDown.Name     = "NumberOfLinesUpDown";
     this.NumberOfLinesUpDown.Size     = new System.Drawing.Size(159, 20);
     this.NumberOfLinesUpDown.TabIndex = 13;
     this.NumberOfLinesUpDown.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.NumberOfLinesUpDown.ValueChanged += new System.EventHandler(this.NumberOfLinesUpDown_ValueChanged);
     //
     // NVertexSurfaceLineCustomColorsUC
     //
     this.Controls.Add(this.NumberOfLinesUpDown);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.DataPointCountPerLineComboBox);
     this.Controls.Add(this.label4);
     this.Name = "NVertexSurfaceLineCustomColorsUC";
     this.Size = new System.Drawing.Size(180, 956);
     ((System.ComponentModel.ISupportInitialize)(this.NumberOfLinesUpDown)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.VerticalDropLinesOriginModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.ShowVerticalDropLinesCheckBox       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.VerticalDropLinesButton             = new Nevron.UI.WinForm.Controls.NButton();
     this.VerticalDropLinesOriginUpDown       = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label3 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.HorizontalDropLinesOriginUpDown       = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.HorizontalDropLinesButton             = new Nevron.UI.WinForm.Controls.NButton();
     this.ShowHorizontalDropLinesCheckBox       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.HorizontalDropLinesOriginModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.VerticalDropLinesOriginUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.HorizontalDropLinesOriginUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // VerticalDropLinesOriginModeComboBox
     //
     this.VerticalDropLinesOriginModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.VerticalDropLinesOriginModeComboBox.ListProperties.DataSource         = null;
     this.VerticalDropLinesOriginModeComboBox.ListProperties.DisplayMember      = "";
     this.VerticalDropLinesOriginModeComboBox.Location              = new System.Drawing.Point(75, 43);
     this.VerticalDropLinesOriginModeComboBox.Name                  = "VerticalDropLinesOriginModeComboBox";
     this.VerticalDropLinesOriginModeComboBox.Size                  = new System.Drawing.Size(101, 21);
     this.VerticalDropLinesOriginModeComboBox.TabIndex              = 2;
     this.VerticalDropLinesOriginModeComboBox.SelectedIndexChanged += new System.EventHandler(this.VerticalDropLinesOriginModeComboBox_SelectedIndexChanged);
     //
     // ShowVerticalDropLinesCheckBox
     //
     this.ShowVerticalDropLinesCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowVerticalDropLinesCheckBox.Location        = new System.Drawing.Point(3, 16);
     this.ShowVerticalDropLinesCheckBox.Name            = "ShowVerticalDropLinesCheckBox";
     this.ShowVerticalDropLinesCheckBox.Size            = new System.Drawing.Size(172, 21);
     this.ShowVerticalDropLinesCheckBox.TabIndex        = 0;
     this.ShowVerticalDropLinesCheckBox.Text            = "Show Vertical Drop Lines";
     this.ShowVerticalDropLinesCheckBox.CheckedChanged += new System.EventHandler(this.ShowVerticalDropLinesCheckBox_CheckedChanged);
     //
     // VerticalDropLinesButton
     //
     this.VerticalDropLinesButton.Location = new System.Drawing.Point(4, 96);
     this.VerticalDropLinesButton.Name     = "VerticalDropLinesButton";
     this.VerticalDropLinesButton.Size     = new System.Drawing.Size(172, 23);
     this.VerticalDropLinesButton.TabIndex = 5;
     this.VerticalDropLinesButton.Text     = "Vertical Drop Lines Stroke Style...";
     this.VerticalDropLinesButton.Click   += new System.EventHandler(this.VerticalDropLinesButton_Click);
     //
     // VerticalDropLinesOriginUpDown
     //
     this.VerticalDropLinesOriginUpDown.DecimalPlaces = 5;
     this.VerticalDropLinesOriginUpDown.Location      = new System.Drawing.Point(75, 67);
     this.VerticalDropLinesOriginUpDown.Maximum       = new decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.VerticalDropLinesOriginUpDown.Minimum = new decimal(new int[] {
         10000,
         0,
         0,
         -2147483648
     });
     this.VerticalDropLinesOriginUpDown.Name     = "VerticalDropLinesOriginUpDown";
     this.VerticalDropLinesOriginUpDown.Size     = new System.Drawing.Size(101, 20);
     this.VerticalDropLinesOriginUpDown.TabIndex = 4;
     this.VerticalDropLinesOriginUpDown.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.VerticalDropLinesOriginUpDown.ValueChanged += new System.EventHandler(this.VericalDropLinesOriginUpDown_ValueChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(4, 51);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(67, 13);
     this.label3.TabIndex = 1;
     this.label3.Text     = "Origin Mode:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(4, 74);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(37, 13);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Origin:";
     //
     // HorizontalDropLinesOriginUpDown
     //
     this.HorizontalDropLinesOriginUpDown.DecimalPlaces = 5;
     this.HorizontalDropLinesOriginUpDown.Location      = new System.Drawing.Point(77, 190);
     this.HorizontalDropLinesOriginUpDown.Maximum       = new decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.HorizontalDropLinesOriginUpDown.Minimum = new decimal(new int[] {
         10000,
         0,
         0,
         -2147483648
     });
     this.HorizontalDropLinesOriginUpDown.Name     = "HorizontalDropLinesOriginUpDown";
     this.HorizontalDropLinesOriginUpDown.Size     = new System.Drawing.Size(101, 20);
     this.HorizontalDropLinesOriginUpDown.TabIndex = 10;
     this.HorizontalDropLinesOriginUpDown.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.HorizontalDropLinesOriginUpDown.ValueChanged += new System.EventHandler(this.HorizontalDropLinesOriginUpDown_ValueChanged);
     //
     // HorizontalDropLinesButton
     //
     this.HorizontalDropLinesButton.Location = new System.Drawing.Point(6, 219);
     this.HorizontalDropLinesButton.Name     = "HorizontalDropLinesButton";
     this.HorizontalDropLinesButton.Size     = new System.Drawing.Size(172, 23);
     this.HorizontalDropLinesButton.TabIndex = 11;
     this.HorizontalDropLinesButton.Text     = "Horizontal Drop Lines Stroke Style...";
     this.HorizontalDropLinesButton.Click   += new System.EventHandler(this.HorizontalDropLinesButton_Click);
     //
     // ShowHorizontalDropLinesCheckBox
     //
     this.ShowHorizontalDropLinesCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowHorizontalDropLinesCheckBox.Location        = new System.Drawing.Point(5, 139);
     this.ShowHorizontalDropLinesCheckBox.Name            = "ShowHorizontalDropLinesCheckBox";
     this.ShowHorizontalDropLinesCheckBox.Size            = new System.Drawing.Size(172, 21);
     this.ShowHorizontalDropLinesCheckBox.TabIndex        = 6;
     this.ShowHorizontalDropLinesCheckBox.Text            = "Show Horizontal Drop Lines";
     this.ShowHorizontalDropLinesCheckBox.CheckedChanged += new System.EventHandler(this.ShowHorizontalDropLinesCheckBox_CheckedChanged);
     //
     // HorizontalDropLinesOriginModeComboBox
     //
     this.HorizontalDropLinesOriginModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.HorizontalDropLinesOriginModeComboBox.ListProperties.DataSource         = null;
     this.HorizontalDropLinesOriginModeComboBox.ListProperties.DisplayMember      = "";
     this.HorizontalDropLinesOriginModeComboBox.Location              = new System.Drawing.Point(77, 166);
     this.HorizontalDropLinesOriginModeComboBox.Name                  = "HorizontalDropLinesOriginModeComboBox";
     this.HorizontalDropLinesOriginModeComboBox.Size                  = new System.Drawing.Size(101, 21);
     this.HorizontalDropLinesOriginModeComboBox.TabIndex              = 8;
     this.HorizontalDropLinesOriginModeComboBox.SelectedIndexChanged += new System.EventHandler(this.HorizontalDropLinesOriginModeComboBox_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(4, 174);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(67, 13);
     this.label2.TabIndex = 7;
     this.label2.Text     = "Origin Mode:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(4, 197);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(37, 13);
     this.label4.TabIndex = 9;
     this.label4.Text     = "Origin:";
     //
     // NPointDropLines2DUC
     //
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.HorizontalDropLinesOriginUpDown);
     this.Controls.Add(this.HorizontalDropLinesButton);
     this.Controls.Add(this.ShowHorizontalDropLinesCheckBox);
     this.Controls.Add(this.HorizontalDropLinesOriginModeComboBox);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.VerticalDropLinesOriginUpDown);
     this.Controls.Add(this.VerticalDropLinesButton);
     this.Controls.Add(this.ShowVerticalDropLinesCheckBox);
     this.Controls.Add(this.VerticalDropLinesOriginModeComboBox);
     this.Name = "NPointDropLines2DUC";
     this.Size = new System.Drawing.Size(180, 320);
     ((System.ComponentModel.ISupportInitialize)(this.VerticalDropLinesOriginUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.HorizontalDropLinesOriginUpDown)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.PaletteColorModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.EnableIndicatorPaletteCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label1 = new System.Windows.Forms.Label();
     this.IndicatorsValueUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     ((System.ComponentModel.ISupportInitialize)(this.IndicatorsValueUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // PaletteColorModeComboBox
     //
     this.PaletteColorModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.PaletteColorModeComboBox.ListProperties.DataSource         = null;
     this.PaletteColorModeComboBox.ListProperties.DisplayMember      = "";
     this.PaletteColorModeComboBox.Location              = new System.Drawing.Point(20, 102);
     this.PaletteColorModeComboBox.Margin                = new System.Windows.Forms.Padding(6, 6, 6, 6);
     this.PaletteColorModeComboBox.Name                  = "PaletteColorModeComboBox";
     this.PaletteColorModeComboBox.Size                  = new System.Drawing.Size(302, 40);
     this.PaletteColorModeComboBox.TabIndex              = 5;
     this.PaletteColorModeComboBox.Text                  = "RangeIndicatorOriginModeComboBox";
     this.PaletteColorModeComboBox.SelectedIndexChanged += new System.EventHandler(this.PaletteColorModeComboBox_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(20, 52);
     this.label2.Margin    = new System.Windows.Forms.Padding(6, 0, 6, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(340, 44);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Palette Spread Mode:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EnableIndicatorPaletteCheckBox
     //
     this.EnableIndicatorPaletteCheckBox.ButtonProperties.BorderOffset = 2;
     this.EnableIndicatorPaletteCheckBox.Location        = new System.Drawing.Point(20, 0);
     this.EnableIndicatorPaletteCheckBox.Margin          = new System.Windows.Forms.Padding(6, 6, 6, 6);
     this.EnableIndicatorPaletteCheckBox.Name            = "EnableIndicatorPaletteCheckBox";
     this.EnableIndicatorPaletteCheckBox.Size            = new System.Drawing.Size(302, 44);
     this.EnableIndicatorPaletteCheckBox.TabIndex        = 36;
     this.EnableIndicatorPaletteCheckBox.Text            = "Enable Indicator Palette";
     this.EnableIndicatorPaletteCheckBox.CheckedChanged += new System.EventHandler(this.EnableIndicatorPaletteCheckBox_CheckedChanged);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(14, 173);
     this.label1.Margin    = new System.Windows.Forms.Padding(6, 0, 6, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(340, 44);
     this.label1.TabIndex  = 37;
     this.label1.Text      = "Indicators Value:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // IndicatorsValueUpDown
     //
     this.IndicatorsValueUpDown.Location = new System.Drawing.Point(26, 223);
     this.IndicatorsValueUpDown.Margin   = new System.Windows.Forms.Padding(6, 6, 6, 6);
     this.IndicatorsValueUpDown.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.IndicatorsValueUpDown.Name     = "IndicatorsValueUpDown";
     this.IndicatorsValueUpDown.Size     = new System.Drawing.Size(296, 30);
     this.IndicatorsValueUpDown.TabIndex = 38;
     this.IndicatorsValueUpDown.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.IndicatorsValueUpDown.ValueChanged += new System.EventHandler(this.IndicatorsValueUpDown_ValueChanged);
     //
     // NIndicatorPaletteUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.IndicatorsValueUpDown);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.EnableIndicatorPaletteCheckBox);
     this.Controls.Add(this.PaletteColorModeComboBox);
     this.Controls.Add(this.label2);
     this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
     this.Name   = "NIndicatorPaletteUC";
     this.Size   = new System.Drawing.Size(360, 483);
     ((System.ComponentModel.ISupportInitialize)(this.IndicatorsValueUpDown)).EndInit();
     this.ResumeLayout(false);
 }