예제 #1
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.Rotate     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.m_Timer    = new System.Windows.Forms.Timer(this.components);
     this.SuspendLayout();
     //
     // Rotate
     //
     this.Rotate.ButtonProperties.BorderOffset = 2;
     this.Rotate.Location        = new System.Drawing.Point(9, 9);
     this.Rotate.Name            = "Rotate";
     this.Rotate.Size            = new System.Drawing.Size(122, 24);
     this.Rotate.TabIndex        = 1;
     this.Rotate.Text            = "Rotate";
     this.Rotate.CheckedChanged += new System.EventHandler(this.Rotate_CheckedChanged);
     //
     // Timer1
     //
     this.m_Timer.Interval = 50;
     this.m_Timer.Tick    += new System.EventHandler(this.Timer1_Tick);
     //
     // NMultiplePiesUC
     //
     this.Controls.Add(this.Rotate);
     this.Name = "NMultiplePiesUC";
     this.Size = new System.Drawing.Size(180, 41);
     this.ResumeLayout(false);
 }
예제 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ConnectorLinesStrokeButton = new Nevron.UI.WinForm.Controls.NButton();
     this.ShowConnectorLinesCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // ConnectorLinesStrokeButton
     //
     this.ConnectorLinesStrokeButton.Location = new System.Drawing.Point(6, 39);
     this.ConnectorLinesStrokeButton.Name     = "ConnectorLinesStrokeButton";
     this.ConnectorLinesStrokeButton.Size     = new System.Drawing.Size(163, 24);
     this.ConnectorLinesStrokeButton.TabIndex = 8;
     this.ConnectorLinesStrokeButton.Text     = "Connector Lines Stoke..";
     this.ConnectorLinesStrokeButton.Click   += new System.EventHandler(this.ConnectorLinesStrokeButton_Click);
     //
     // ShowConnectorLinesCheckBox
     //
     this.ShowConnectorLinesCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowConnectorLinesCheckBox.Location        = new System.Drawing.Point(6, 12);
     this.ShowConnectorLinesCheckBox.Name            = "ShowConnectorLinesCheckBox";
     this.ShowConnectorLinesCheckBox.Size            = new System.Drawing.Size(163, 21);
     this.ShowConnectorLinesCheckBox.TabIndex        = 4;
     this.ShowConnectorLinesCheckBox.Text            = "Show Connector Lines";
     this.ShowConnectorLinesCheckBox.CheckedChanged += new System.EventHandler(this.ShowConnectorLinesCheckBox_CheckedChanged);
     //
     // NBarConnectorLinesUC
     //
     this.Controls.Add(this.ConnectorLinesStrokeButton);
     this.Controls.Add(this.ShowConnectorLinesCheckBox);
     this.Name = "NBarConnectorLinesUC";
     this.Size = new System.Drawing.Size(180, 505);
     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()
 {
     this.smoothShadingCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.GenerateDataButton = new Nevron.UI.WinForm.Controls.NButton();
     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);
     //
     // NRectilinearGridUC
     //
     this.Controls.Add(this.GenerateDataButton);
     this.Controls.Add(this.smoothShadingCheck);
     this.Name = "NRectilinearGridUC";
     this.Size = new System.Drawing.Size(176, 151);
     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()
 {
     this.ShowAverageCheck  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowOutliersCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // ShowAverageCheck
     //
     this.ShowAverageCheck.ButtonProperties.BorderOffset = 2;
     this.ShowAverageCheck.Location        = new System.Drawing.Point(9, 8);
     this.ShowAverageCheck.Name            = "ShowAverageCheck";
     this.ShowAverageCheck.Size            = new System.Drawing.Size(144, 21);
     this.ShowAverageCheck.TabIndex        = 0;
     this.ShowAverageCheck.Text            = "Show Average";
     this.ShowAverageCheck.CheckedChanged += new System.EventHandler(this.ShowAverageCheck_CheckedChanged);
     //
     // ShowOutliersCheck
     //
     this.ShowOutliersCheck.ButtonProperties.BorderOffset = 2;
     this.ShowOutliersCheck.Location        = new System.Drawing.Point(9, 32);
     this.ShowOutliersCheck.Name            = "ShowOutliersCheck";
     this.ShowOutliersCheck.Size            = new System.Drawing.Size(144, 21);
     this.ShowOutliersCheck.TabIndex        = 1;
     this.ShowOutliersCheck.Text            = "Show Outliers";
     this.ShowOutliersCheck.CheckedChanged += new System.EventHandler(this.ShowOutliersCheck_CheckedChanged);
     //
     // NPointChartAndBoxPlotUC
     //
     this.Controls.Add(this.ShowOutliersCheck);
     this.Controls.Add(this.ShowAverageCheck);
     this.Name = "NPointChartAndBoxPlotUC";
     this.Size = new System.Drawing.Size(180, 129);
     this.ResumeLayout(false);
 }
예제 #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.FillStyleButton    = new Nevron.UI.WinForm.Controls.NButton();
     this.smoothShadingCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // FillStyleButton
     //
     this.FillStyleButton.Location = new System.Drawing.Point(4, 10);
     this.FillStyleButton.Name     = "FillStyleButton";
     this.FillStyleButton.Size     = new System.Drawing.Size(171, 27);
     this.FillStyleButton.TabIndex = 1;
     this.FillStyleButton.Text     = "Surface Fill Style...";
     this.FillStyleButton.Click   += new System.EventHandler(this.FillStyleButton_Click);
     //
     // smoothShadingCheck
     //
     this.smoothShadingCheck.ButtonProperties.BorderOffset = 2;
     this.smoothShadingCheck.Location        = new System.Drawing.Point(4, 45);
     this.smoothShadingCheck.Name            = "smoothShadingCheck";
     this.smoothShadingCheck.Size            = new System.Drawing.Size(163, 20);
     this.smoothShadingCheck.TabIndex        = 5;
     this.smoothShadingCheck.Text            = "Smooth Shading";
     this.smoothShadingCheck.CheckedChanged += new System.EventHandler(this.SmoothShadingCheck_CheckedChanged);
     //
     // NMeshFillStyleUC
     //
     this.Controls.Add(this.smoothShadingCheck);
     this.Controls.Add(this.FillStyleButton);
     this.Name = "NMeshFillStyleUC";
     this.Size = new System.Drawing.Size(180, 164);
     this.ResumeLayout(false);
 }
예제 #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.paletteFrameCheck  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.smoothPaletteCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.antialiasCheck     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.lineStyleButton    = new Nevron.UI.WinForm.Controls.NButton();
     this.SuspendLayout();
     //
     // paletteFrameCheck
     //
     this.paletteFrameCheck.ButtonProperties.BorderOffset = 2;
     this.paletteFrameCheck.Location        = new System.Drawing.Point(10, 10);
     this.paletteFrameCheck.Name            = "paletteFrameCheck";
     this.paletteFrameCheck.Size            = new System.Drawing.Size(157, 20);
     this.paletteFrameCheck.TabIndex        = 0;
     this.paletteFrameCheck.Text            = "Palette Frame";
     this.paletteFrameCheck.CheckedChanged += new System.EventHandler(this.paletteFrameCheck_CheckedChanged);
     //
     // smoothPaletteCheck
     //
     this.smoothPaletteCheck.ButtonProperties.BorderOffset = 2;
     this.smoothPaletteCheck.Enabled         = false;
     this.smoothPaletteCheck.Location        = new System.Drawing.Point(10, 39);
     this.smoothPaletteCheck.Name            = "smoothPaletteCheck";
     this.smoothPaletteCheck.Size            = new System.Drawing.Size(157, 20);
     this.smoothPaletteCheck.TabIndex        = 1;
     this.smoothPaletteCheck.Text            = "Smooth Palette";
     this.smoothPaletteCheck.CheckedChanged += new System.EventHandler(this.smoothPaletteCheck_CheckedChanged);
     //
     // antialiasCheck
     //
     this.antialiasCheck.ButtonProperties.BorderOffset = 2;
     this.antialiasCheck.Location        = new System.Drawing.Point(10, 68);
     this.antialiasCheck.Name            = "antialiasCheck";
     this.antialiasCheck.Size            = new System.Drawing.Size(157, 21);
     this.antialiasCheck.TabIndex        = 2;
     this.antialiasCheck.Text            = "Antialiasing";
     this.antialiasCheck.CheckedChanged += new System.EventHandler(this.antialiasCheck_CheckedChanged);
     //
     // lineStyleButton
     //
     this.lineStyleButton.Location = new System.Drawing.Point(10, 100);
     this.lineStyleButton.Name     = "lineStyleButton";
     this.lineStyleButton.Size     = new System.Drawing.Size(157, 27);
     this.lineStyleButton.TabIndex = 3;
     this.lineStyleButton.Text     = "Line Style...";
     this.lineStyleButton.Click   += new System.EventHandler(this.lineStyleButton_Click);
     //
     // NGridFrameUC
     //
     this.Controls.Add(this.lineStyleButton);
     this.Controls.Add(this.antialiasCheck);
     this.Controls.Add(this.paletteFrameCheck);
     this.Controls.Add(this.smoothPaletteCheck);
     this.Name = "NGridFrameUC";
     this.Size = new System.Drawing.Size(180, 150);
     this.ResumeLayout(false);
 }
예제 #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.ChangeDataButton       = new Nevron.UI.WinForm.Controls.NButton();
     this.ShowDownwardArrows     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowUpwardArrows       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowEqualSignsCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // ChangeDataButton
     //
     this.ChangeDataButton.Location = new System.Drawing.Point(6, 101);
     this.ChangeDataButton.Name     = "ChangeDataButton";
     this.ChangeDataButton.Size     = new System.Drawing.Size(170, 23);
     this.ChangeDataButton.TabIndex = 4;
     this.ChangeDataButton.Text     = "Change data";
     this.ChangeDataButton.Click   += new System.EventHandler(this.ChangeDataButton_Click);
     //
     // ShowDownwardArrows
     //
     this.ShowDownwardArrows.ButtonProperties.BorderOffset = 2;
     this.ShowDownwardArrows.Location        = new System.Drawing.Point(6, 5);
     this.ShowDownwardArrows.Name            = "ShowDownwardArrows";
     this.ShowDownwardArrows.Size            = new System.Drawing.Size(146, 24);
     this.ShowDownwardArrows.TabIndex        = 0;
     this.ShowDownwardArrows.Text            = "Show downward arrows";
     this.ShowDownwardArrows.CheckedChanged += new System.EventHandler(this.ShowDownwardArrows_CheckedChanged);
     //
     // ShowUpwardArrows
     //
     this.ShowUpwardArrows.ButtonProperties.BorderOffset = 2;
     this.ShowUpwardArrows.Location        = new System.Drawing.Point(6, 37);
     this.ShowUpwardArrows.Name            = "ShowUpwardArrows";
     this.ShowUpwardArrows.Size            = new System.Drawing.Size(146, 24);
     this.ShowUpwardArrows.TabIndex        = 1;
     this.ShowUpwardArrows.Text            = "Show upward arrows";
     this.ShowUpwardArrows.CheckedChanged += new System.EventHandler(this.ShowUpwardArrows_CheckedChanged);
     //
     // ShowEqualSignsCheckBox
     //
     this.ShowEqualSignsCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowEqualSignsCheckBox.Location        = new System.Drawing.Point(6, 69);
     this.ShowEqualSignsCheckBox.Name            = "ShowEqualSignsCheckBox";
     this.ShowEqualSignsCheckBox.Size            = new System.Drawing.Size(146, 24);
     this.ShowEqualSignsCheckBox.TabIndex        = 2;
     this.ShowEqualSignsCheckBox.Text            = "Show equal signs";
     this.ShowEqualSignsCheckBox.CheckedChanged += new System.EventHandler(this.ShowEqualSignsCheckBox_CheckedChanged);
     //
     // NCustomPaintingUsingGDIPlusUC
     //
     this.Controls.Add(this.ShowEqualSignsCheckBox);
     this.Controls.Add(this.ShowUpwardArrows);
     this.Controls.Add(this.ShowDownwardArrows);
     this.Controls.Add(this.ChangeDataButton);
     this.Name = "NCustomPaintingUsingGDIPlusUC";
     this.Size = new System.Drawing.Size(180, 432);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.AutoWallVisibilityCheck  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.LightsInCameraSpaceCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.AxisAnchorsModeCombo     = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // AutoWallVisibilityCheck
     //
     this.AutoWallVisibilityCheck.ButtonProperties.BorderOffset = 2;
     this.AutoWallVisibilityCheck.Location        = new System.Drawing.Point(12, 14);
     this.AutoWallVisibilityCheck.Name            = "AutoWallVisibilityCheck";
     this.AutoWallVisibilityCheck.Size            = new System.Drawing.Size(157, 21);
     this.AutoWallVisibilityCheck.TabIndex        = 0;
     this.AutoWallVisibilityCheck.Text            = "Enable Auto Wall Visibility";
     this.AutoWallVisibilityCheck.CheckedChanged += new System.EventHandler(this.AutoWallVisibilityCheck_CheckedChanged);
     //
     // LightsInCameraSpaceCheck
     //
     this.LightsInCameraSpaceCheck.ButtonProperties.BorderOffset = 2;
     this.LightsInCameraSpaceCheck.Location        = new System.Drawing.Point(12, 48);
     this.LightsInCameraSpaceCheck.Name            = "LightsInCameraSpaceCheck";
     this.LightsInCameraSpaceCheck.Size            = new System.Drawing.Size(157, 21);
     this.LightsInCameraSpaceCheck.TabIndex        = 2;
     this.LightsInCameraSpaceCheck.Text            = "Lights in Camera Space";
     this.LightsInCameraSpaceCheck.CheckedChanged += new System.EventHandler(this.LightsInCameraSpaceCheck_CheckedChanged);
     //
     // AxisAnchorsModeCombo
     //
     this.AxisAnchorsModeCombo.ListProperties.CheckBoxDataMember = "";
     this.AxisAnchorsModeCombo.ListProperties.DataSource         = null;
     this.AxisAnchorsModeCombo.ListProperties.DisplayMember      = "";
     this.AxisAnchorsModeCombo.Location              = new System.Drawing.Point(12, 99);
     this.AxisAnchorsModeCombo.Name                  = "AxisAnchorsModeCombo";
     this.AxisAnchorsModeCombo.Size                  = new System.Drawing.Size(142, 21);
     this.AxisAnchorsModeCombo.TabIndex              = 3;
     this.AxisAnchorsModeCombo.SelectedIndexChanged += new System.EventHandler(this.AxisAnchorsModeCombo_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(12, 82);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(80, 14);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Axis Anchors Mode:";
     //
     // NAutoWallsAndAxesVisibilityUC
     //
     this.Controls.Add(this.label2);
     this.Controls.Add(this.AxisAnchorsModeCombo);
     this.Controls.Add(this.LightsInCameraSpaceCheck);
     this.Controls.Add(this.AutoWallVisibilityCheck);
     this.Name = "NAutoWallsAndAxesVisibilityUC";
     this.Size = new System.Drawing.Size(180, 238);
     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.ChangeXValuesButton = new Nevron.UI.WinForm.Controls.NButton();
     this.PrimaryXRoundToTick = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.InvertXCheck        = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.InvertYCheck        = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // ChangeXValuesButton
     //
     this.ChangeXValuesButton.Location = new System.Drawing.Point(8, 10);
     this.ChangeXValuesButton.Name     = "ChangeXValuesButton";
     this.ChangeXValuesButton.Size     = new System.Drawing.Size(158, 24);
     this.ChangeXValuesButton.TabIndex = 1;
     this.ChangeXValuesButton.Text     = "Change X Values";
     this.ChangeXValuesButton.Click   += new System.EventHandler(this.ChangeXValuesButton_Click);
     //
     // PrimaryXRoundToTick
     //
     this.PrimaryXRoundToTick.ButtonProperties.BorderOffset = 2;
     this.PrimaryXRoundToTick.Location        = new System.Drawing.Point(8, 53);
     this.PrimaryXRoundToTick.Name            = "PrimaryXRoundToTick";
     this.PrimaryXRoundToTick.Size            = new System.Drawing.Size(171, 19);
     this.PrimaryXRoundToTick.TabIndex        = 2;
     this.PrimaryXRoundToTick.Text            = "X Axis Round To Tick";
     this.PrimaryXRoundToTick.CheckedChanged += new System.EventHandler(this.PrimaryXRoundToTick_CheckedChanged);
     //
     // InvertXCheck
     //
     this.InvertXCheck.ButtonProperties.BorderOffset = 2;
     this.InvertXCheck.Location        = new System.Drawing.Point(8, 84);
     this.InvertXCheck.Name            = "InvertXCheck";
     this.InvertXCheck.Size            = new System.Drawing.Size(171, 19);
     this.InvertXCheck.TabIndex        = 3;
     this.InvertXCheck.Text            = "Invert X Axis Ruler";
     this.InvertXCheck.CheckedChanged += new System.EventHandler(this.InvertXCheck_CheckedChanged);
     //
     // InvertYCheck
     //
     this.InvertYCheck.ButtonProperties.BorderOffset = 2;
     this.InvertYCheck.Location        = new System.Drawing.Point(8, 107);
     this.InvertYCheck.Name            = "InvertYCheck";
     this.InvertYCheck.Size            = new System.Drawing.Size(171, 19);
     this.InvertYCheck.TabIndex        = 4;
     this.InvertYCheck.Text            = "Invert Y Axis Ruler";
     this.InvertYCheck.CheckedChanged += new System.EventHandler(this.InvertYCheck_CheckedChanged);
     //
     // NXYScatterAreaUC
     //
     this.Controls.Add(this.InvertYCheck);
     this.Controls.Add(this.InvertXCheck);
     this.Controls.Add(this.PrimaryXRoundToTick);
     this.Controls.Add(this.ChangeXValuesButton);
     this.Name = "NXYScatterAreaUC";
     this.Size = new System.Drawing.Size(180, 277);
     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()
 {
     this.GenerateDataButton            = new Nevron.UI.WinForm.Controls.NButton();
     this.EnableInitialPositioningCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.EnableLabelAdjustmentCheck    = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.StackRadarAreasCheck          = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // GenerateDataButton
     //
     this.GenerateDataButton.Location = new System.Drawing.Point(4, 9);
     this.GenerateDataButton.Name     = "GenerateDataButton";
     this.GenerateDataButton.Size     = new System.Drawing.Size(171, 24);
     this.GenerateDataButton.TabIndex = 4;
     this.GenerateDataButton.Text     = "Generate Data";
     this.GenerateDataButton.Click   += new System.EventHandler(this.GenerateDataButton_Click);
     //
     // EnableInitialPositioningCheck
     //
     this.EnableInitialPositioningCheck.ButtonProperties.BorderOffset = 2;
     this.EnableInitialPositioningCheck.Location        = new System.Drawing.Point(4, 47);
     this.EnableInitialPositioningCheck.Name            = "EnableInitialPositioningCheck";
     this.EnableInitialPositioningCheck.Size            = new System.Drawing.Size(166, 21);
     this.EnableInitialPositioningCheck.TabIndex        = 12;
     this.EnableInitialPositioningCheck.Text            = "Enable Initial Positioning";
     this.EnableInitialPositioningCheck.CheckedChanged += new System.EventHandler(this.EnableInitialPositioningCheck_CheckedChanged);
     //
     // EnableLabelAdjustmentCheck
     //
     this.EnableLabelAdjustmentCheck.ButtonProperties.BorderOffset = 2;
     this.EnableLabelAdjustmentCheck.Location        = new System.Drawing.Point(4, 78);
     this.EnableLabelAdjustmentCheck.Name            = "EnableLabelAdjustmentCheck";
     this.EnableLabelAdjustmentCheck.Size            = new System.Drawing.Size(166, 21);
     this.EnableLabelAdjustmentCheck.TabIndex        = 11;
     this.EnableLabelAdjustmentCheck.Text            = "Enable Label Adjustment";
     this.EnableLabelAdjustmentCheck.CheckedChanged += new System.EventHandler(this.EnableLabelAdjustmentCheck_CheckedChanged);
     //
     // StackRadarAreasCheck
     //
     this.StackRadarAreasCheck.ButtonProperties.BorderOffset = 2;
     this.StackRadarAreasCheck.Location        = new System.Drawing.Point(5, 148);
     this.StackRadarAreasCheck.Name            = "StackRadarAreasCheck";
     this.StackRadarAreasCheck.Size            = new System.Drawing.Size(166, 21);
     this.StackRadarAreasCheck.TabIndex        = 13;
     this.StackRadarAreasCheck.Text            = "Stack Radar Areas";
     this.StackRadarAreasCheck.CheckedChanged += new System.EventHandler(this.StackRadarAreasCheck_CheckedChanged);
     //
     // NAutoLabelsRadarUC
     //
     this.Controls.Add(this.StackRadarAreasCheck);
     this.Controls.Add(this.EnableInitialPositioningCheck);
     this.Controls.Add(this.EnableLabelAdjustmentCheck);
     this.Controls.Add(this.GenerateDataButton);
     this.Name = "NAutoLabelsRadarUC";
     this.Size = new System.Drawing.Size(180, 262);
     this.ResumeLayout(false);
 }
예제 #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.ZoomInFillStyleButton       = new Nevron.UI.WinForm.Controls.NButton();
     this.ZoomOutFillStyleButton      = new Nevron.UI.WinForm.Controls.NButton();
     this.PreserveAspectRatioCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ZoomInBoundsOnlyCheckBox    = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // ZoomInFillStyleButton
     //
     this.ZoomInFillStyleButton.Location = new System.Drawing.Point(7, 11);
     this.ZoomInFillStyleButton.Name     = "ZoomInFillStyleButton";
     this.ZoomInFillStyleButton.Size     = new System.Drawing.Size(160, 23);
     this.ZoomInFillStyleButton.TabIndex = 0;
     this.ZoomInFillStyleButton.Text     = "Zoom In Fill Style...";
     this.ZoomInFillStyleButton.Click   += new System.EventHandler(this.ZoomInFillStyleButton_Click);
     //
     // ZoomOutFillStyleButton
     //
     this.ZoomOutFillStyleButton.Location = new System.Drawing.Point(7, 43);
     this.ZoomOutFillStyleButton.Name     = "ZoomOutFillStyleButton";
     this.ZoomOutFillStyleButton.Size     = new System.Drawing.Size(160, 23);
     this.ZoomOutFillStyleButton.TabIndex = 1;
     this.ZoomOutFillStyleButton.Text     = "Zoom Out Fill Style...";
     this.ZoomOutFillStyleButton.Click   += new System.EventHandler(this.ZoomOutFillStyleButton_Click);
     //
     // PreserveAspectRatioCheckBox
     //
     this.PreserveAspectRatioCheckBox.ButtonProperties.BorderOffset = 2;
     this.PreserveAspectRatioCheckBox.Location        = new System.Drawing.Point(7, 70);
     this.PreserveAspectRatioCheckBox.Name            = "PreserveAspectRatioCheckBox";
     this.PreserveAspectRatioCheckBox.Size            = new System.Drawing.Size(152, 24);
     this.PreserveAspectRatioCheckBox.TabIndex        = 2;
     this.PreserveAspectRatioCheckBox.Text            = "Preserve Aspect Ratio";
     this.PreserveAspectRatioCheckBox.CheckedChanged += new System.EventHandler(this.PreserveAspectRatioCheckBox_CheckedChanged);
     //
     // ZoomInBoundsOnlyCheckBox
     //
     this.ZoomInBoundsOnlyCheckBox.ButtonProperties.BorderOffset = 2;
     this.ZoomInBoundsOnlyCheckBox.Location        = new System.Drawing.Point(7, 94);
     this.ZoomInBoundsOnlyCheckBox.Name            = "ZoomInBoundsOnlyCheckBox";
     this.ZoomInBoundsOnlyCheckBox.Size            = new System.Drawing.Size(152, 24);
     this.ZoomInBoundsOnlyCheckBox.TabIndex        = 3;
     this.ZoomInBoundsOnlyCheckBox.Text            = "Zoom In Bounds Only";
     this.ZoomInBoundsOnlyCheckBox.CheckedChanged += new System.EventHandler(this.ZoomInBoundsOnlyCheckBox_CheckedChanged);
     //
     // NPanelZoomToolUC
     //
     this.Controls.Add(this.ZoomInBoundsOnlyCheckBox);
     this.Controls.Add(this.PreserveAspectRatioCheckBox);
     this.Controls.Add(this.ZoomOutFillStyleButton);
     this.Controls.Add(this.ZoomInFillStyleButton);
     this.Name = "NPanelZoomToolUC";
     this.Size = new System.Drawing.Size(180, 664);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ChangeDataButton  = new Nevron.UI.WinForm.Controls.NButton();
     this.ClockwiseCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.PieStyleCombo     = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1            = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // ChangeDataButton
     //
     this.ChangeDataButton.Location = new System.Drawing.Point(4, 9);
     this.ChangeDataButton.Name     = "ChangeDataButton";
     this.ChangeDataButton.Size     = new System.Drawing.Size(172, 24);
     this.ChangeDataButton.TabIndex = 0;
     this.ChangeDataButton.Text     = "Change Data";
     this.ChangeDataButton.Click   += new System.EventHandler(this.ChangeDataButton_Click);
     //
     // ClockwiseCheckBox
     //
     this.ClockwiseCheckBox.ButtonProperties.BorderOffset = 2;
     this.ClockwiseCheckBox.Location        = new System.Drawing.Point(4, 116);
     this.ClockwiseCheckBox.Name            = "ClockwiseCheckBox";
     this.ClockwiseCheckBox.Size            = new System.Drawing.Size(165, 23);
     this.ClockwiseCheckBox.TabIndex        = 3;
     this.ClockwiseCheckBox.Text            = "Clockwise";
     this.ClockwiseCheckBox.CheckedChanged += new System.EventHandler(this.ClockwiseCheckBox_CheckedChanged);
     //
     // PieStyleCombo
     //
     this.PieStyleCombo.ListProperties.CheckBoxDataMember = "";
     this.PieStyleCombo.ListProperties.DataSource         = null;
     this.PieStyleCombo.ListProperties.DisplayMember      = "";
     this.PieStyleCombo.Location              = new System.Drawing.Point(4, 69);
     this.PieStyleCombo.Name                  = "PieStyleCombo";
     this.PieStyleCombo.Size                  = new System.Drawing.Size(172, 21);
     this.PieStyleCombo.TabIndex              = 2;
     this.PieStyleCombo.SelectedIndexChanged += new System.EventHandler(this.PieStyleCombo_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(4, 53);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(165, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Pie Style:";
     //
     // NNonoverlappingLabelsUC
     //
     this.Controls.Add(this.PieStyleCombo);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.ClockwiseCheckBox);
     this.Controls.Add(this.ChangeDataButton);
     this.Name = "NNonoverlappingLabelsUC";
     this.Size = new System.Drawing.Size(180, 206);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnChangeXValues = new Nevron.UI.WinForm.Controls.NButton();
     this.btnChangeYValues = new Nevron.UI.WinForm.Controls.NButton();
     this.checkRoundToTick = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.checkShowMarkers = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // btnChangeXValues
     //
     this.btnChangeXValues.Location = new System.Drawing.Point(6, 47);
     this.btnChangeXValues.Name     = "btnChangeXValues";
     this.btnChangeXValues.Size     = new System.Drawing.Size(169, 32);
     this.btnChangeXValues.TabIndex = 1;
     this.btnChangeXValues.Text     = "Change X Values";
     this.btnChangeXValues.Click   += new System.EventHandler(this.btnChangeXValues_Click);
     //
     // btnChangeYValues
     //
     this.btnChangeYValues.Location = new System.Drawing.Point(6, 7);
     this.btnChangeYValues.Name     = "btnChangeYValues";
     this.btnChangeYValues.Size     = new System.Drawing.Size(169, 32);
     this.btnChangeYValues.TabIndex = 0;
     this.btnChangeYValues.Text     = "Change Y Values";
     this.btnChangeYValues.Click   += new System.EventHandler(this.btnChangeYValues_Click);
     //
     // checkRoundToTick
     //
     this.checkRoundToTick.ButtonProperties.BorderOffset = 2;
     this.checkRoundToTick.Location        = new System.Drawing.Point(5, 135);
     this.checkRoundToTick.Name            = "checkRoundToTick";
     this.checkRoundToTick.Size            = new System.Drawing.Size(169, 24);
     this.checkRoundToTick.TabIndex        = 3;
     this.checkRoundToTick.Text            = "Axis Round To Tick ";
     this.checkRoundToTick.CheckedChanged += new System.EventHandler(this.checkRoundToTick_CheckedChanged);
     //
     // checkShowMarkers
     //
     this.checkShowMarkers.ButtonProperties.BorderOffset = 2;
     this.checkShowMarkers.Location        = new System.Drawing.Point(5, 95);
     this.checkShowMarkers.Name            = "checkShowMarkers";
     this.checkShowMarkers.Size            = new System.Drawing.Size(169, 24);
     this.checkShowMarkers.TabIndex        = 2;
     this.checkShowMarkers.Text            = "Show Markers";
     this.checkShowMarkers.CheckedChanged += new System.EventHandler(this.checkShowMarkers_CheckedChanged);
     //
     // NDateTimeSmoothLineUC
     //
     this.Controls.Add(this.checkRoundToTick);
     this.Controls.Add(this.checkShowMarkers);
     this.Controls.Add(this.btnChangeXValues);
     this.Controls.Add(this.btnChangeYValues);
     this.Name = "NDateTimeSmoothLineUC";
     this.Size = new System.Drawing.Size(180, 176);
     this.ResumeLayout(false);
 }
예제 #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.InflateMarginsCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.AxesRoundToTick     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ChangeXValuesButton = new Nevron.UI.WinForm.Controls.NButton();
     this.ChangeZValues       = new Nevron.UI.WinForm.Controls.NButton();
     this.SuspendLayout();
     //
     // InflateMarginsCheck
     //
     this.InflateMarginsCheck.ButtonProperties.BorderOffset = 2;
     this.InflateMarginsCheck.Location        = new System.Drawing.Point(5, 100);
     this.InflateMarginsCheck.Name            = "InflateMarginsCheck";
     this.InflateMarginsCheck.Size            = new System.Drawing.Size(170, 21);
     this.InflateMarginsCheck.TabIndex        = 3;
     this.InflateMarginsCheck.Text            = "Inflate Margins";
     this.InflateMarginsCheck.CheckedChanged += new System.EventHandler(this.InflateMarginsCheck_CheckedChanged);
     //
     // AxesRoundToTick
     //
     this.AxesRoundToTick.ButtonProperties.BorderOffset = 2;
     this.AxesRoundToTick.Location        = new System.Drawing.Point(5, 73);
     this.AxesRoundToTick.Name            = "AxesRoundToTick";
     this.AxesRoundToTick.Size            = new System.Drawing.Size(170, 20);
     this.AxesRoundToTick.TabIndex        = 2;
     this.AxesRoundToTick.Text            = "Axes Round To Tick";
     this.AxesRoundToTick.CheckedChanged += new System.EventHandler(this.AxesRoundToTick_CheckedChanged);
     //
     // ChangeXValuesButton
     //
     this.ChangeXValuesButton.Location = new System.Drawing.Point(5, 9);
     this.ChangeXValuesButton.Name     = "ChangeXValuesButton";
     this.ChangeXValuesButton.Size     = new System.Drawing.Size(170, 24);
     this.ChangeXValuesButton.TabIndex = 0;
     this.ChangeXValuesButton.Text     = "Change X Values";
     this.ChangeXValuesButton.Click   += new System.EventHandler(this.ChangeXValuesButton_Click);
     //
     // ChangeZValues
     //
     this.ChangeZValues.Location = new System.Drawing.Point(5, 39);
     this.ChangeZValues.Name     = "ChangeZValues";
     this.ChangeZValues.Size     = new System.Drawing.Size(170, 23);
     this.ChangeZValues.TabIndex = 1;
     this.ChangeZValues.Text     = "Change Z Values";
     this.ChangeZValues.Click   += new System.EventHandler(this.ChangeYValues_Click);
     //
     // NXYZScatterPointUC
     //
     this.Controls.Add(this.ChangeZValues);
     this.Controls.Add(this.InflateMarginsCheck);
     this.Controls.Add(this.AxesRoundToTick);
     this.Controls.Add(this.ChangeXValuesButton);
     this.Name = "NXYZScatterPointUC";
     this.Size = new System.Drawing.Size(180, 148);
     this.ResumeLayout(false);
 }
예제 #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.FillStyleButton    = new Nevron.UI.WinForm.Controls.NButton();
     this.smoothShadingCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label4             = new System.Windows.Forms.Label();
     this.texturePlaneCombo  = new Nevron.UI.WinForm.Controls.NComboBox();
     this.SuspendLayout();
     //
     // FillStyleButton
     //
     this.FillStyleButton.Location = new System.Drawing.Point(10, 10);
     this.FillStyleButton.Name     = "FillStyleButton";
     this.FillStyleButton.Size     = new System.Drawing.Size(151, 27);
     this.FillStyleButton.TabIndex = 0;
     this.FillStyleButton.Text     = "Surface Fill Style...";
     this.FillStyleButton.Click   += new System.EventHandler(this.FillStyleButton_Click);
     //
     // smoothShadingCheck
     //
     this.smoothShadingCheck.ButtonProperties.BorderOffset = 2;
     this.smoothShadingCheck.Location        = new System.Drawing.Point(10, 45);
     this.smoothShadingCheck.Name            = "smoothShadingCheck";
     this.smoothShadingCheck.Size            = new System.Drawing.Size(143, 20);
     this.smoothShadingCheck.TabIndex        = 1;
     this.smoothShadingCheck.Text            = "Smooth Shading";
     this.smoothShadingCheck.CheckedChanged += new System.EventHandler(this.SmoothShadingCheck_CheckedChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(10, 87);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(131, 14);
     this.label4.TabIndex = 2;
     this.label4.Text     = "Texture Plane:";
     //
     // texturePlaneCombo
     //
     this.texturePlaneCombo.ListProperties.CheckBoxDataMember = "";
     this.texturePlaneCombo.ListProperties.DataSource         = null;
     this.texturePlaneCombo.ListProperties.DisplayMember      = "";
     this.texturePlaneCombo.Location              = new System.Drawing.Point(10, 103);
     this.texturePlaneCombo.Name                  = "texturePlaneCombo";
     this.texturePlaneCombo.Size                  = new System.Drawing.Size(151, 21);
     this.texturePlaneCombo.TabIndex              = 3;
     this.texturePlaneCombo.SelectedIndexChanged += new System.EventHandler(this.TexturePlaneCombo_SelectedIndexChanged);
     //
     // NGridFillStyleUC
     //
     this.Controls.Add(this.label4);
     this.Controls.Add(this.texturePlaneCombo);
     this.Controls.Add(this.smoothShadingCheck);
     this.Controls.Add(this.FillStyleButton);
     this.Name = "NGridFillStyleUC";
     this.Size = new System.Drawing.Size(180, 211);
     this.ResumeLayout(false);
 }
예제 #16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ShowFirstHorizontalSectionCheck  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowSecondHorizontalSectionCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowFirstVerticalSectionCheck    = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowSecondVerticalSectionCheck   = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // ShowFirstHorizontalSectionCheck
     //
     this.ShowFirstHorizontalSectionCheck.Location        = new System.Drawing.Point(8, 64);
     this.ShowFirstHorizontalSectionCheck.Name            = "ShowFirstHorizontalSectionCheck";
     this.ShowFirstHorizontalSectionCheck.Size            = new System.Drawing.Size(144, 20);
     this.ShowFirstHorizontalSectionCheck.TabIndex        = 7;
     this.ShowFirstHorizontalSectionCheck.Text            = "Show X Section [2, 8]";
     this.ShowFirstHorizontalSectionCheck.CheckedChanged += new System.EventHandler(this.ShowFirstHorizontalSectionCheck_CheckedChanged);
     //
     // ShowSecondHorizontalSectionCheck
     //
     this.ShowSecondHorizontalSectionCheck.Location        = new System.Drawing.Point(8, 88);
     this.ShowSecondHorizontalSectionCheck.Name            = "ShowSecondHorizontalSectionCheck";
     this.ShowSecondHorizontalSectionCheck.Size            = new System.Drawing.Size(144, 20);
     this.ShowSecondHorizontalSectionCheck.TabIndex        = 8;
     this.ShowSecondHorizontalSectionCheck.Text            = "Show X Section [14, 18]";
     this.ShowSecondHorizontalSectionCheck.CheckedChanged += new System.EventHandler(this.ShowSecondHorizontalSectionCheck_CheckedChanged);
     //
     // ShowFirstVerticalSectionCheck
     //
     this.ShowFirstVerticalSectionCheck.Location        = new System.Drawing.Point(8, 8);
     this.ShowFirstVerticalSectionCheck.Name            = "ShowFirstVerticalSectionCheck";
     this.ShowFirstVerticalSectionCheck.Size            = new System.Drawing.Size(144, 20);
     this.ShowFirstVerticalSectionCheck.TabIndex        = 9;
     this.ShowFirstVerticalSectionCheck.Text            = "Show Y Section [20, 40]";
     this.ShowFirstVerticalSectionCheck.CheckedChanged += new System.EventHandler(this.ShowFirstVerticalSectionCheck_CheckedChanged);
     //
     // ShowSecondVerticalSectionCheck
     //
     this.ShowSecondVerticalSectionCheck.Location        = new System.Drawing.Point(8, 32);
     this.ShowSecondVerticalSectionCheck.Name            = "ShowSecondVerticalSectionCheck";
     this.ShowSecondVerticalSectionCheck.Size            = new System.Drawing.Size(136, 20);
     this.ShowSecondVerticalSectionCheck.TabIndex        = 10;
     this.ShowSecondVerticalSectionCheck.Text            = "Show Y Section [70, 90]";
     this.ShowSecondVerticalSectionCheck.CheckedChanged += new System.EventHandler(this.ShowSecondVerticalSectionCheck_CheckedChanged);
     //
     // NAxisSectionsUC
     //
     this.Controls.Add(this.ShowSecondVerticalSectionCheck);
     this.Controls.Add(this.ShowFirstVerticalSectionCheck);
     this.Controls.Add(this.ShowSecondHorizontalSectionCheck);
     this.Controls.Add(this.ShowFirstHorizontalSectionCheck);
     this.Name = "NAxisSectionsUC";
     this.Size = new System.Drawing.Size(160, 264);
     this.ResumeLayout(false);
 }
예제 #17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ShowVerticalDropLinesCheckBox   = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowHorizontalDropLinesCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowDepthDropLinesCheckBox      = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // ShowVerticalDropLinesCheckBox
     //
     this.ShowVerticalDropLinesCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowVerticalDropLinesCheckBox.Location        = new System.Drawing.Point(0, 29);
     this.ShowVerticalDropLinesCheckBox.Name            = "ShowVerticalDropLinesCheckBox";
     this.ShowVerticalDropLinesCheckBox.Size            = new System.Drawing.Size(172, 21);
     this.ShowVerticalDropLinesCheckBox.TabIndex        = 1;
     this.ShowVerticalDropLinesCheckBox.Text            = "Show Vertical Drop Lines";
     this.ShowVerticalDropLinesCheckBox.CheckedChanged += new System.EventHandler(this.ShowVerticalDropLinesCheckBox_CheckedChanged);
     //
     // ShowHorizontalDropLinesCheckBox
     //
     this.ShowHorizontalDropLinesCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowHorizontalDropLinesCheckBox.Location        = new System.Drawing.Point(0, 2);
     this.ShowHorizontalDropLinesCheckBox.Name            = "ShowHorizontalDropLinesCheckBox";
     this.ShowHorizontalDropLinesCheckBox.Size            = new System.Drawing.Size(172, 21);
     this.ShowHorizontalDropLinesCheckBox.TabIndex        = 0;
     this.ShowHorizontalDropLinesCheckBox.Text            = "Show Horizontal Drop Lines";
     this.ShowHorizontalDropLinesCheckBox.CheckedChanged += new System.EventHandler(this.ShowHorizontalDropLinesCheckBox_CheckedChanged);
     //
     // ShowDepthDropLinesCheckBox
     //
     this.ShowDepthDropLinesCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowDepthDropLinesCheckBox.Location        = new System.Drawing.Point(0, 56);
     this.ShowDepthDropLinesCheckBox.Name            = "ShowDepthDropLinesCheckBox";
     this.ShowDepthDropLinesCheckBox.Size            = new System.Drawing.Size(172, 21);
     this.ShowDepthDropLinesCheckBox.TabIndex        = 2;
     this.ShowDepthDropLinesCheckBox.Text            = "Show Depth Drop Lines";
     this.ShowDepthDropLinesCheckBox.CheckedChanged += new System.EventHandler(this.ShowDepthDropLinesCheckBox_CheckedChanged);
     //
     // NPointDropLines3DUC
     //
     this.Controls.Add(this.ShowDepthDropLinesCheckBox);
     this.Controls.Add(this.ShowHorizontalDropLinesCheckBox);
     this.Controls.Add(this.ShowVerticalDropLinesCheckBox);
     this.Name = "NPointDropLines3DUC";
     this.Size = new System.Drawing.Size(180, 320);
     this.ResumeLayout(false);
 }
예제 #18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ShowPoint1 = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowPoint2 = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowPoint3 = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // ShowPoint1
     //
     this.ShowPoint1.ButtonProperties.BorderOffset = 2;
     this.ShowPoint1.Location        = new System.Drawing.Point(10, 10);
     this.ShowPoint1.Name            = "ShowPoint1";
     this.ShowPoint1.Size            = new System.Drawing.Size(132, 24);
     this.ShowPoint1.TabIndex        = 0;
     this.ShowPoint1.Text            = "Show Point 1";
     this.ShowPoint1.CheckedChanged += new System.EventHandler(this.ShowPoint1_CheckedChanged);
     //
     // ShowPoint2
     //
     this.ShowPoint2.ButtonProperties.BorderOffset = 2;
     this.ShowPoint2.Location        = new System.Drawing.Point(10, 37);
     this.ShowPoint2.Name            = "ShowPoint2";
     this.ShowPoint2.Size            = new System.Drawing.Size(132, 24);
     this.ShowPoint2.TabIndex        = 1;
     this.ShowPoint2.Text            = "Show Point 2";
     this.ShowPoint2.CheckedChanged += new System.EventHandler(this.ShowPoint2_CheckedChanged);
     //
     // ShowPoint3
     //
     this.ShowPoint3.ButtonProperties.BorderOffset = 2;
     this.ShowPoint3.Location        = new System.Drawing.Point(10, 64);
     this.ShowPoint3.Name            = "ShowPoint3";
     this.ShowPoint3.Size            = new System.Drawing.Size(132, 24);
     this.ShowPoint3.TabIndex        = 2;
     this.ShowPoint3.Text            = "Show Point 3";
     this.ShowPoint3.CheckedChanged += new System.EventHandler(this.ShowPoint3_CheckedChanged);
     //
     // NXYZMultiSeriesPointUC
     //
     this.Controls.Add(this.ShowPoint3);
     this.Controls.Add(this.ShowPoint2);
     this.Controls.Add(this.ShowPoint1);
     this.Name = "NXYZMultiSeriesPointUC";
     this.Size = new System.Drawing.Size(180, 115);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnChangeData    = new Nevron.UI.WinForm.Controls.NButton();
     this.checkShowMarkers = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.checkRoundToTick = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // btnChangeData
     //
     this.btnChangeData.Location = new System.Drawing.Point(5, 8);
     this.btnChangeData.Name     = "btnChangeData";
     this.btnChangeData.Size     = new System.Drawing.Size(170, 32);
     this.btnChangeData.TabIndex = 0;
     this.btnChangeData.Text     = "Change Data";
     this.btnChangeData.Click   += new System.EventHandler(this.btnChangeData_Click);
     //
     // checkShowMarkers
     //
     this.checkShowMarkers.ButtonProperties.BorderOffset = 2;
     this.checkShowMarkers.Location        = new System.Drawing.Point(5, 56);
     this.checkShowMarkers.Name            = "checkShowMarkers";
     this.checkShowMarkers.Size            = new System.Drawing.Size(170, 24);
     this.checkShowMarkers.TabIndex        = 1;
     this.checkShowMarkers.Text            = "Show Markers";
     this.checkShowMarkers.CheckedChanged += new System.EventHandler(this.checkShowMarkers_CheckedChanged);
     //
     // checkRoundToTick
     //
     this.checkRoundToTick.ButtonProperties.BorderOffset = 2;
     this.checkRoundToTick.Location        = new System.Drawing.Point(5, 96);
     this.checkRoundToTick.Name            = "checkRoundToTick";
     this.checkRoundToTick.Size            = new System.Drawing.Size(170, 24);
     this.checkRoundToTick.TabIndex        = 2;
     this.checkRoundToTick.Text            = "Axis Round To Tick ";
     this.checkRoundToTick.CheckedChanged += new System.EventHandler(this.checkRoundToTick_CheckedChanged);
     //
     // NXYZScatterSmoothLineUC
     //
     this.Controls.Add(this.checkRoundToTick);
     this.Controls.Add(this.checkShowMarkers);
     this.Controls.Add(this.btnChangeData);
     this.Name = "NXYZScatterSmoothLineUC";
     this.Size = new System.Drawing.Size(180, 150);
     this.ResumeLayout(false);
 }
예제 #20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.NewDataButton       = new Nevron.UI.WinForm.Controls.NButton();
     this.AxesRoundToTick     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.InflateMarginsCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // NewDataButton
     //
     this.NewDataButton.Location = new System.Drawing.Point(8, 8);
     this.NewDataButton.Name     = "NewDataButton";
     this.NewDataButton.Size     = new System.Drawing.Size(161, 24);
     this.NewDataButton.TabIndex = 0;
     this.NewDataButton.Text     = "New Data";
     this.NewDataButton.Click   += new System.EventHandler(this.NewDataButton_Click);
     //
     // AxesRoundToTick
     //
     this.AxesRoundToTick.ButtonProperties.BorderOffset = 2;
     this.AxesRoundToTick.Location        = new System.Drawing.Point(8, 46);
     this.AxesRoundToTick.Name            = "AxesRoundToTick";
     this.AxesRoundToTick.Size            = new System.Drawing.Size(161, 19);
     this.AxesRoundToTick.TabIndex        = 1;
     this.AxesRoundToTick.Text            = "Axes Round To Tick";
     this.AxesRoundToTick.CheckedChanged += new System.EventHandler(this.AxesRoundToTick_CheckedChanged);
     //
     // InflateMarginsCheck
     //
     this.InflateMarginsCheck.ButtonProperties.BorderOffset = 2;
     this.InflateMarginsCheck.Location        = new System.Drawing.Point(8, 72);
     this.InflateMarginsCheck.Name            = "InflateMarginsCheck";
     this.InflateMarginsCheck.Size            = new System.Drawing.Size(161, 20);
     this.InflateMarginsCheck.TabIndex        = 2;
     this.InflateMarginsCheck.Text            = "Inflate Margins";
     this.InflateMarginsCheck.CheckedChanged += new System.EventHandler(this.InflateMarginsCheck_CheckedChanged);
     //
     // NXYScatterPointUC
     //
     this.Controls.Add(this.InflateMarginsCheck);
     this.Controls.Add(this.AxesRoundToTick);
     this.Controls.Add(this.NewDataButton);
     this.Name = "NXYScatterPointUC";
     this.Size = new System.Drawing.Size(180, 106);
     this.ResumeLayout(false);
 }
예제 #21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.PagingViewResetModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.AnimateZoomingCheckBox      = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(144, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Paging View Reset Mode:";
     //
     // PagingViewResetModeComboBox
     //
     this.PagingViewResetModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.PagingViewResetModeComboBox.ListProperties.DataSource         = null;
     this.PagingViewResetModeComboBox.ListProperties.DisplayMember      = "";
     this.PagingViewResetModeComboBox.Location              = new System.Drawing.Point(8, 26);
     this.PagingViewResetModeComboBox.Name                  = "PagingViewResetModeComboBox";
     this.PagingViewResetModeComboBox.Size                  = new System.Drawing.Size(160, 21);
     this.PagingViewResetModeComboBox.TabIndex              = 1;
     this.PagingViewResetModeComboBox.SelectedIndexChanged += new System.EventHandler(this.PagingViewResetModeComboBox_SelectedIndexChanged);
     //
     // AnimateZoomingCheckBox
     //
     this.AnimateZoomingCheckBox.ButtonProperties.BorderOffset = 2;
     this.AnimateZoomingCheckBox.Location        = new System.Drawing.Point(11, 53);
     this.AnimateZoomingCheckBox.Name            = "AnimateZoomingCheckBox";
     this.AnimateZoomingCheckBox.Size            = new System.Drawing.Size(141, 24);
     this.AnimateZoomingCheckBox.TabIndex        = 12;
     this.AnimateZoomingCheckBox.Text            = "Animate Zooming";
     this.AnimateZoomingCheckBox.CheckedChanged += new System.EventHandler(this.AnimateZoomingCheckBox_CheckedChanged);
     //
     // NAxisScrollToolUC
     //
     this.Controls.Add(this.AnimateZoomingCheckBox);
     this.Controls.Add(this.PagingViewResetModeComboBox);
     this.Controls.Add(this.label1);
     this.Name = "NAxisScrollToolUC";
     this.Size = new System.Drawing.Size(180, 200);
     this.ResumeLayout(false);
 }
예제 #22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.EnableLabelAdjustmentCheck    = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.GenerateDataButton            = new Nevron.UI.WinForm.Controls.NButton();
     this.EnableDataPointSafeguardCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // EnableLabelAdjustmentCheck
     //
     this.EnableLabelAdjustmentCheck.ButtonProperties.BorderOffset = 2;
     this.EnableLabelAdjustmentCheck.Location        = new System.Drawing.Point(5, 50);
     this.EnableLabelAdjustmentCheck.Name            = "EnableLabelAdjustmentCheck";
     this.EnableLabelAdjustmentCheck.Size            = new System.Drawing.Size(171, 21);
     this.EnableLabelAdjustmentCheck.TabIndex        = 6;
     this.EnableLabelAdjustmentCheck.Text            = "Enable Label Adjustment";
     this.EnableLabelAdjustmentCheck.CheckedChanged += new System.EventHandler(this.EnableLabelAdjustmentCheck_CheckedChanged);
     //
     // GenerateDataButton
     //
     this.GenerateDataButton.Location = new System.Drawing.Point(5, 9);
     this.GenerateDataButton.Name     = "GenerateDataButton";
     this.GenerateDataButton.Size     = new System.Drawing.Size(171, 24);
     this.GenerateDataButton.TabIndex = 4;
     this.GenerateDataButton.Text     = "Generate Data";
     this.GenerateDataButton.Click   += new System.EventHandler(this.GenerateDataButton_Click);
     //
     // EnableDataPointSafeguardCheck
     //
     this.EnableDataPointSafeguardCheck.ButtonProperties.BorderOffset = 2;
     this.EnableDataPointSafeguardCheck.Location        = new System.Drawing.Point(5, 83);
     this.EnableDataPointSafeguardCheck.Name            = "EnableDataPointSafeguardCheck";
     this.EnableDataPointSafeguardCheck.Size            = new System.Drawing.Size(171, 21);
     this.EnableDataPointSafeguardCheck.TabIndex        = 10;
     this.EnableDataPointSafeguardCheck.Text            = "Enable Data Point Safeguard";
     this.EnableDataPointSafeguardCheck.CheckedChanged += new System.EventHandler(this.EnableDataPointSafeguardCheck_CheckedChanged);
     //
     // NAutoLabelsAreaUC
     //
     this.Controls.Add(this.EnableDataPointSafeguardCheck);
     this.Controls.Add(this.EnableLabelAdjustmentCheck);
     this.Controls.Add(this.GenerateDataButton);
     this.Name = "NAutoLabelsAreaUC";
     this.Size = new System.Drawing.Size(180, 148);
     this.ResumeLayout(false);
 }
예제 #23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnChangeYValues = new Nevron.UI.WinForm.Controls.NButton();
     this.btnChangeXValues = new Nevron.UI.WinForm.Controls.NButton();
     this.ShowMarkersCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // btnChangeYValues
     //
     this.btnChangeYValues.Location = new System.Drawing.Point(5, 8);
     this.btnChangeYValues.Name     = "btnChangeYValues";
     this.btnChangeYValues.Size     = new System.Drawing.Size(170, 32);
     this.btnChangeYValues.TabIndex = 0;
     this.btnChangeYValues.Text     = "Change Y Values";
     this.btnChangeYValues.Click   += new System.EventHandler(this.btnChangeYValues_Click);
     //
     // btnChangeXValues
     //
     this.btnChangeXValues.Location = new System.Drawing.Point(5, 48);
     this.btnChangeXValues.Name     = "btnChangeXValues";
     this.btnChangeXValues.Size     = new System.Drawing.Size(170, 32);
     this.btnChangeXValues.TabIndex = 1;
     this.btnChangeXValues.Text     = "Change X Values";
     this.btnChangeXValues.Click   += new System.EventHandler(this.btnChangeXValues_Click);
     //
     // ShowMarkersCheck
     //
     this.ShowMarkersCheck.ButtonProperties.BorderOffset = 2;
     this.ShowMarkersCheck.Location        = new System.Drawing.Point(5, 96);
     this.ShowMarkersCheck.Name            = "ShowMarkersCheck";
     this.ShowMarkersCheck.Size            = new System.Drawing.Size(162, 24);
     this.ShowMarkersCheck.TabIndex        = 2;
     this.ShowMarkersCheck.Text            = "Show Markers";
     this.ShowMarkersCheck.CheckedChanged += new System.EventHandler(this.ShowMarkersCheck_CheckedChanged);
     //
     // NDateTimeStepLineUC
     //
     this.Controls.Add(this.ShowMarkersCheck);
     this.Controls.Add(this.btnChangeXValues);
     this.Controls.Add(this.btnChangeYValues);
     this.Name = "NDateTimeStepLineUC";
     this.Size = new System.Drawing.Size(180, 150);
     this.ResumeLayout(false);
 }
예제 #24
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.SuspendLayout();
     //
     // smoothShadingCheck
     //
     this.smoothShadingCheck.ButtonProperties.BorderOffset = 2;
     this.smoothShadingCheck.Location        = new System.Drawing.Point(3, 12);
     this.smoothShadingCheck.Name            = "smoothShadingCheck";
     this.smoothShadingCheck.Size            = new System.Drawing.Size(163, 20);
     this.smoothShadingCheck.TabIndex        = 5;
     this.smoothShadingCheck.Text            = "Smooth Shading";
     this.smoothShadingCheck.CheckedChanged += new System.EventHandler(this.SmoothShadingCheck_CheckedChanged);
     //
     // NMeshSurfaceCustomColorsUC
     //
     this.Controls.Add(this.smoothShadingCheck);
     this.Name = "NMeshSurfaceCustomColorsUC";
     this.Size = new System.Drawing.Size(180, 164);
     this.ResumeLayout(false);
 }
예제 #25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.CandleStyleCombo = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1           = new System.Windows.Forms.Label();
     this.ShowBB           = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowSMA          = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // CandleStyleCombo
     //
     this.CandleStyleCombo.ListProperties.CheckBoxDataMember = "";
     this.CandleStyleCombo.ListProperties.DataSource         = null;
     this.CandleStyleCombo.ListProperties.DisplayMember      = "";
     this.CandleStyleCombo.Location              = new System.Drawing.Point(7, 36);
     this.CandleStyleCombo.Name                  = "CandleStyleCombo";
     this.CandleStyleCombo.Size                  = new System.Drawing.Size(164, 21);
     this.CandleStyleCombo.TabIndex              = 1;
     this.CandleStyleCombo.SelectedIndexChanged += new System.EventHandler(this.CandleStyleCombo_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(7, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(107, 21);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Candle Style:";
     //
     // ShowBB
     //
     this.ShowBB.ButtonProperties.BorderOffset = 2;
     this.ShowBB.ButtonProperties.WrapText     = true;
     this.ShowBB.Checked         = true;
     this.ShowBB.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.ShowBB.Location        = new System.Drawing.Point(7, 115);
     this.ShowBB.Name            = "ShowBB";
     this.ShowBB.Size            = new System.Drawing.Size(162, 35);
     this.ShowBB.TabIndex        = 3;
     this.ShowBB.Text            = "Show Bollinger Bands";
     this.ShowBB.CheckedChanged += new System.EventHandler(this.ShowBB_CheckedChanged);
     //
     // ShowSMA
     //
     this.ShowSMA.ButtonProperties.BorderOffset = 2;
     this.ShowSMA.ButtonProperties.WrapText     = true;
     this.ShowSMA.Checked         = true;
     this.ShowSMA.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.ShowSMA.Location        = new System.Drawing.Point(7, 70);
     this.ShowSMA.Name            = "ShowSMA";
     this.ShowSMA.Size            = new System.Drawing.Size(162, 37);
     this.ShowSMA.TabIndex        = 2;
     this.ShowSMA.Text            = "Show Simple Moving Average";
     this.ShowSMA.CheckedChanged += new System.EventHandler(this.ShowSMA_CheckedChanged);
     //
     // NFinancialChartUC
     //
     this.Controls.Add(this.CandleStyleCombo);
     this.Controls.Add(this.ShowBB);
     this.Controls.Add(this.ShowSMA);
     this.Controls.Add(this.label1);
     this.Name = "NFinancialChartUC";
     this.Size = new System.Drawing.Size(180, 177);
     this.ResumeLayout(false);
 }
예제 #26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ChangeDataButton = new Nevron.UI.WinForm.Controls.NButton();
     this.label1           = new System.Windows.Forms.Label();
     this.FirstRowIndividualModeComboBox      = new Nevron.UI.WinForm.Controls.NComboBox();
     this.CreateSeparatorForEachLevelCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label2 = new System.Windows.Forms.Label();
     this.FirstRowSeparatorModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.GroupRowSeparatorModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.GroupRowIndividualModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.SuspendLayout();
     //
     // ChangeDataButton
     //
     this.ChangeDataButton.Location = new System.Drawing.Point(10, 293);
     this.ChangeDataButton.Name     = "ChangeDataButton";
     this.ChangeDataButton.Size     = new System.Drawing.Size(153, 23);
     this.ChangeDataButton.TabIndex = 9;
     this.ChangeDataButton.Text     = "Change Data";
     this.ChangeDataButton.UseVisualStyleBackColor = true;
     this.ChangeDataButton.Click += new System.EventHandler(this.ChangeDataButton_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(10, 57);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(108, 13);
     this.label1.TabIndex = 2;
     this.label1.Text     = "First Row Tick Mode:";
     //
     // FirstRowIndividualModeComboBox
     //
     this.FirstRowIndividualModeComboBox.Location              = new System.Drawing.Point(10, 76);
     this.FirstRowIndividualModeComboBox.Name                  = "FirstRowIndividualModeComboBox";
     this.FirstRowIndividualModeComboBox.Size                  = new System.Drawing.Size(153, 21);
     this.FirstRowIndividualModeComboBox.TabIndex              = 3;
     this.FirstRowIndividualModeComboBox.SelectedIndexChanged += new System.EventHandler(this.LabelTickModeComboBox_SelectedIndexChanged);
     //
     // CreateSeparatorForEachLevelCheckBox
     //
     this.CreateSeparatorForEachLevelCheckBox.AutoSize = true;
     this.CreateSeparatorForEachLevelCheckBox.ButtonProperties.BorderOffset = 2;
     this.CreateSeparatorForEachLevelCheckBox.Location = new System.Drawing.Point(10, 270);
     this.CreateSeparatorForEachLevelCheckBox.Name     = "CreateSeparatorForEachLevelCheckBox";
     this.CreateSeparatorForEachLevelCheckBox.Size     = new System.Drawing.Size(153, 17);
     this.CreateSeparatorForEachLevelCheckBox.TabIndex = 8;
     this.CreateSeparatorForEachLevelCheckBox.Text     = "Create Separator per Level";
     this.CreateSeparatorForEachLevelCheckBox.UseVisualStyleBackColor = true;
     this.CreateSeparatorForEachLevelCheckBox.CheckedChanged         += new System.EventHandler(this.CreateSeparatorForEachLevelCheckBox_CheckedChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(10, 10);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(133, 13);
     this.label2.TabIndex = 0;
     this.label2.Text     = "First Row Separator Mode:";
     //
     // FirstRowSeparatorModeComboBox
     //
     this.FirstRowSeparatorModeComboBox.Location              = new System.Drawing.Point(10, 29);
     this.FirstRowSeparatorModeComboBox.Name                  = "FirstRowSeparatorModeComboBox";
     this.FirstRowSeparatorModeComboBox.Size                  = new System.Drawing.Size(153, 21);
     this.FirstRowSeparatorModeComboBox.TabIndex              = 1;
     this.FirstRowSeparatorModeComboBox.SelectedIndexChanged += new System.EventHandler(this.FirstRowSeparatorModeComboBox_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(10, 138);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(143, 13);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Group Row Separator Mode:";
     //
     // GroupRowSeparatorModeComboBox
     //
     this.GroupRowSeparatorModeComboBox.Location              = new System.Drawing.Point(10, 157);
     this.GroupRowSeparatorModeComboBox.Name                  = "GroupRowSeparatorModeComboBox";
     this.GroupRowSeparatorModeComboBox.Size                  = new System.Drawing.Size(153, 21);
     this.GroupRowSeparatorModeComboBox.TabIndex              = 5;
     this.GroupRowSeparatorModeComboBox.SelectedIndexChanged += new System.EventHandler(this.SeparatorModeComboBox_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(10, 183);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(118, 13);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Group Row Tick Mode:";
     //
     // GroupRowIndividualModeComboBox
     //
     this.GroupRowIndividualModeComboBox.Location              = new System.Drawing.Point(10, 202);
     this.GroupRowIndividualModeComboBox.Name                  = "GroupRowIndividualModeComboBox";
     this.GroupRowIndividualModeComboBox.Size                  = new System.Drawing.Size(153, 21);
     this.GroupRowIndividualModeComboBox.TabIndex              = 7;
     this.GroupRowIndividualModeComboBox.SelectedIndexChanged += new System.EventHandler(this.GroupRowIndividualComboBox_SelectedIndexChanged);
     //
     // NHierarchicalScaleUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.label4);
     this.Controls.Add(this.GroupRowIndividualModeComboBox);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.GroupRowSeparatorModeComboBox);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.FirstRowSeparatorModeComboBox);
     this.Controls.Add(this.CreateSeparatorForEachLevelCheckBox);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.FirstRowIndividualModeComboBox);
     this.Controls.Add(this.ChangeDataButton);
     this.Name = "NHierarchicalScaleUC";
     this.Size = new System.Drawing.Size(174, 559);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1              = new System.Windows.Forms.Label();
     this.BarShapeCombo       = new Nevron.UI.WinForm.Controls.NComboBox();
     this.BarFEButton         = new Nevron.UI.WinForm.Controls.NButton();
     this.BarBorderButton     = new Nevron.UI.WinForm.Controls.NButton();
     this.ShowDataLabelsCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ExportBMPButton     = new Nevron.UI.WinForm.Controls.NButton();
     this.ExportPNGButton     = new Nevron.UI.WinForm.Controls.NButton();
     this.ExportJPEGButton    = new Nevron.UI.WinForm.Controls.NButton();
     this.ExportGIFButton     = new Nevron.UI.WinForm.Controls.NButton();
     this.ExportTIFFButton    = new Nevron.UI.WinForm.Controls.NButton();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(5, 10);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(171, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Bar Shape:";
     //
     // BarShapeCombo
     //
     this.BarShapeCombo.ListProperties.CheckBoxDataMember = "";
     this.BarShapeCombo.ListProperties.DataSource         = null;
     this.BarShapeCombo.ListProperties.DisplayMember      = "";
     this.BarShapeCombo.Location              = new System.Drawing.Point(5, 27);
     this.BarShapeCombo.Name                  = "BarShapeCombo";
     this.BarShapeCombo.Size                  = new System.Drawing.Size(171, 21);
     this.BarShapeCombo.TabIndex              = 2;
     this.BarShapeCombo.SelectedIndexChanged += new System.EventHandler(this.BarStyleCombo_SelectedIndexChanged);
     //
     // BarFEButton
     //
     this.BarFEButton.Location = new System.Drawing.Point(5, 58);
     this.BarFEButton.Name     = "BarFEButton";
     this.BarFEButton.Size     = new System.Drawing.Size(171, 24);
     this.BarFEButton.TabIndex = 4;
     this.BarFEButton.Text     = "Bar Fill Style...";
     this.BarFEButton.Click   += new System.EventHandler(this.BarFEButton_Click);
     //
     // BarBorderButton
     //
     this.BarBorderButton.Location = new System.Drawing.Point(5, 89);
     this.BarBorderButton.Name     = "BarBorderButton";
     this.BarBorderButton.Size     = new System.Drawing.Size(171, 24);
     this.BarBorderButton.TabIndex = 18;
     this.BarBorderButton.Text     = "Bar Border...";
     this.BarBorderButton.Click   += new System.EventHandler(this.BarBorderButton_Click);
     //
     // ShowDataLabelsCheck
     //
     this.ShowDataLabelsCheck.ButtonProperties.BorderOffset = 2;
     this.ShowDataLabelsCheck.Location        = new System.Drawing.Point(5, 131);
     this.ShowDataLabelsCheck.Name            = "ShowDataLabelsCheck";
     this.ShowDataLabelsCheck.Size            = new System.Drawing.Size(171, 21);
     this.ShowDataLabelsCheck.TabIndex        = 27;
     this.ShowDataLabelsCheck.Text            = "Show Data Labels";
     this.ShowDataLabelsCheck.CheckedChanged += new System.EventHandler(this.ShowDataLabelsCheck_CheckedChanged);
     //
     // ExportBMPButton
     //
     this.ExportBMPButton.Location = new System.Drawing.Point(5, 176);
     this.ExportBMPButton.Name     = "ExportBMPButton";
     this.ExportBMPButton.Size     = new System.Drawing.Size(171, 24);
     this.ExportBMPButton.TabIndex = 28;
     this.ExportBMPButton.Text     = "Export BMP";
     this.ExportBMPButton.Click   += new System.EventHandler(this.ExportBMPButton_Click);
     //
     // ExportPNGButton
     //
     this.ExportPNGButton.Location = new System.Drawing.Point(5, 208);
     this.ExportPNGButton.Name     = "ExportPNGButton";
     this.ExportPNGButton.Size     = new System.Drawing.Size(171, 24);
     this.ExportPNGButton.TabIndex = 29;
     this.ExportPNGButton.Text     = "Export PNG";
     this.ExportPNGButton.Click   += new System.EventHandler(this.ExportPNGButton_Click);
     //
     // ExportJPEGButton
     //
     this.ExportJPEGButton.Location = new System.Drawing.Point(5, 240);
     this.ExportJPEGButton.Name     = "ExportJPEGButton";
     this.ExportJPEGButton.Size     = new System.Drawing.Size(171, 24);
     this.ExportJPEGButton.TabIndex = 30;
     this.ExportJPEGButton.Text     = "Export JPEG";
     this.ExportJPEGButton.Click   += new System.EventHandler(this.ExportJPEGButton_Click);
     //
     // ExportGIFButton
     //
     this.ExportGIFButton.Location = new System.Drawing.Point(5, 272);
     this.ExportGIFButton.Name     = "ExportGIFButton";
     this.ExportGIFButton.Size     = new System.Drawing.Size(171, 24);
     this.ExportGIFButton.TabIndex = 31;
     this.ExportGIFButton.Text     = "Export GIF";
     this.ExportGIFButton.Click   += new System.EventHandler(this.ExportGIFButton_Click);
     //
     // ExportTIFFButton
     //
     this.ExportTIFFButton.Location = new System.Drawing.Point(5, 304);
     this.ExportTIFFButton.Name     = "ExportTIFFButton";
     this.ExportTIFFButton.Size     = new System.Drawing.Size(171, 24);
     this.ExportTIFFButton.TabIndex = 32;
     this.ExportTIFFButton.Text     = "Export TIFF";
     this.ExportTIFFButton.Click   += new System.EventHandler(this.ExportTIFFButton_Click);
     //
     // NRasterImageExportUC
     //
     this.Controls.Add(this.ExportTIFFButton);
     this.Controls.Add(this.ExportGIFButton);
     this.Controls.Add(this.ExportJPEGButton);
     this.Controls.Add(this.ExportPNGButton);
     this.Controls.Add(this.ExportBMPButton);
     this.Controls.Add(this.ShowDataLabelsCheck);
     this.Controls.Add(this.BarBorderButton);
     this.Controls.Add(this.BarFEButton);
     this.Controls.Add(this.BarShapeCombo);
     this.Controls.Add(this.label1);
     this.Name = "NRasterImageExportUC";
     this.Size = new System.Drawing.Size(180, 347);
     this.ResumeLayout(false);
 }
예제 #28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label2                     = new System.Windows.Forms.Label();
     this.XProportionCombo           = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1                     = new System.Windows.Forms.Label();
     this.label3                     = new System.Windows.Forms.Label();
     this.YProportionCombo           = new Nevron.UI.WinForm.Controls.NComboBox();
     this.UsePlotAspectCheckBox      = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowContentAreaCheckBox    = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label4                     = new System.Windows.Forms.Label();
     this.FitAxisContentModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 75);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(80, 14);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Proportion:";
     //
     // XProportionCombo
     //
     this.XProportionCombo.ListProperties.CheckBoxDataMember = "";
     this.XProportionCombo.ListProperties.DataSource         = null;
     this.XProportionCombo.ListProperties.DisplayMember      = "";
     this.XProportionCombo.Location              = new System.Drawing.Point(41, 96);
     this.XProportionCombo.Name                  = "XProportionCombo";
     this.XProportionCombo.Size                  = new System.Drawing.Size(118, 21);
     this.XProportionCombo.TabIndex              = 5;
     this.XProportionCombo.SelectedIndexChanged += new System.EventHandler(this.XProportionCombo_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 103);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(29, 14);
     this.label1.TabIndex = 4;
     this.label1.Text     = "X:";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 130);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(29, 14);
     this.label3.TabIndex = 6;
     this.label3.Text     = "Y:";
     //
     // YProportionCombo
     //
     this.YProportionCombo.ListProperties.CheckBoxDataMember = "";
     this.YProportionCombo.ListProperties.DataSource         = null;
     this.YProportionCombo.ListProperties.DisplayMember      = "";
     this.YProportionCombo.Location              = new System.Drawing.Point(41, 123);
     this.YProportionCombo.Name                  = "YProportionCombo";
     this.YProportionCombo.Size                  = new System.Drawing.Size(118, 21);
     this.YProportionCombo.TabIndex              = 7;
     this.YProportionCombo.SelectedIndexChanged += new System.EventHandler(this.YProportionCombo_SelectedIndexChanged);
     //
     // UsePlotAspectCheckBox
     //
     this.UsePlotAspectCheckBox.ButtonProperties.BorderOffset = 2;
     this.UsePlotAspectCheckBox.Location        = new System.Drawing.Point(8, 51);
     this.UsePlotAspectCheckBox.Name            = "UsePlotAspectCheckBox";
     this.UsePlotAspectCheckBox.Size            = new System.Drawing.Size(157, 21);
     this.UsePlotAspectCheckBox.TabIndex        = 2;
     this.UsePlotAspectCheckBox.Text            = "Use Plot Aspect";
     this.UsePlotAspectCheckBox.CheckedChanged += new System.EventHandler(this.UsePlotAspectCheckBox_CheckedChanged);
     //
     // ShowContentAreaCheckBox
     //
     this.ShowContentAreaCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowContentAreaCheckBox.Location        = new System.Drawing.Point(8, 150);
     this.ShowContentAreaCheckBox.Name            = "ShowContentAreaCheckBox";
     this.ShowContentAreaCheckBox.Size            = new System.Drawing.Size(157, 21);
     this.ShowContentAreaCheckBox.TabIndex        = 8;
     this.ShowContentAreaCheckBox.Text            = "Show Content Area";
     this.ShowContentAreaCheckBox.CheckedChanged += new System.EventHandler(this.ShowContentAreaCheckBox_CheckedChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(8, 8);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(113, 13);
     this.label4.TabIndex = 0;
     this.label4.Text     = "Fit Axis Content Mode:";
     //
     // FitAxisContentModeComboBox
     //
     this.FitAxisContentModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.FitAxisContentModeComboBox.ListProperties.DataSource         = null;
     this.FitAxisContentModeComboBox.ListProperties.DisplayMember      = "";
     this.FitAxisContentModeComboBox.Location              = new System.Drawing.Point(8, 24);
     this.FitAxisContentModeComboBox.Name                  = "FitAxisContentModeComboBox";
     this.FitAxisContentModeComboBox.Size                  = new System.Drawing.Size(151, 21);
     this.FitAxisContentModeComboBox.TabIndex              = 1;
     this.FitAxisContentModeComboBox.SelectedIndexChanged += new System.EventHandler(this.FitAxisContentModeComboBox_SelectedIndexChanged);
     //
     // NChartAspect2DUC
     //
     this.Controls.Add(this.FitAxisContentModeComboBox);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.ShowContentAreaCheckBox);
     this.Controls.Add(this.UsePlotAspectCheckBox);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.YProportionCombo);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.XProportionCombo);
     this.Name = "NChartAspect2DUC";
     this.Size = new System.Drawing.Size(180, 370);
     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.DailyDataButton          = new Nevron.UI.WinForm.Controls.NButton();
     this.WeeklyDataButton         = new Nevron.UI.WinForm.Controls.NButton();
     this.MonthlyDataButton        = new Nevron.UI.WinForm.Controls.NButton();
     this.YearyDataButton          = new Nevron.UI.WinForm.Controls.NButton();
     this.FirstRowVisibleCheckBox  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SecondRowVisibleCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ThirdRowVisibleCheckBox  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // DailyDataButton
     //
     this.DailyDataButton.Location = new System.Drawing.Point(13, 100);
     this.DailyDataButton.Name     = "DailyDataButton";
     this.DailyDataButton.Size     = new System.Drawing.Size(153, 23);
     this.DailyDataButton.TabIndex = 4;
     this.DailyDataButton.Text     = "Daily Data";
     this.DailyDataButton.UseVisualStyleBackColor = true;
     this.DailyDataButton.Click += new System.EventHandler(this.DailyDataButton_Click);
     //
     // WeeklyDataButton
     //
     this.WeeklyDataButton.Location = new System.Drawing.Point(13, 129);
     this.WeeklyDataButton.Name     = "WeeklyDataButton";
     this.WeeklyDataButton.Size     = new System.Drawing.Size(153, 23);
     this.WeeklyDataButton.TabIndex = 6;
     this.WeeklyDataButton.Text     = "Weekly Data";
     this.WeeklyDataButton.UseVisualStyleBackColor = true;
     this.WeeklyDataButton.Click += new System.EventHandler(this.WeeklyDataButton_Click);
     //
     // MonthlyDataButton
     //
     this.MonthlyDataButton.Location = new System.Drawing.Point(13, 158);
     this.MonthlyDataButton.Name     = "MonthlyDataButton";
     this.MonthlyDataButton.Size     = new System.Drawing.Size(153, 23);
     this.MonthlyDataButton.TabIndex = 7;
     this.MonthlyDataButton.Text     = "Monthly Data";
     this.MonthlyDataButton.UseVisualStyleBackColor = true;
     this.MonthlyDataButton.Click += new System.EventHandler(this.MonthlyDataButton_Click);
     //
     // YearyDataButton
     //
     this.YearyDataButton.Location = new System.Drawing.Point(13, 187);
     this.YearyDataButton.Name     = "YearyDataButton";
     this.YearyDataButton.Size     = new System.Drawing.Size(153, 23);
     this.YearyDataButton.TabIndex = 8;
     this.YearyDataButton.Text     = "Yearly Data";
     this.YearyDataButton.UseVisualStyleBackColor = true;
     this.YearyDataButton.Click += new System.EventHandler(this.YearyDataButton_Click);
     //
     // FirstRowVisibleCheckBox
     //
     this.FirstRowVisibleCheckBox.AutoSize = true;
     this.FirstRowVisibleCheckBox.ButtonProperties.BorderOffset = 2;
     this.FirstRowVisibleCheckBox.Location = new System.Drawing.Point(13, 10);
     this.FirstRowVisibleCheckBox.Name     = "FirstRowVisibleCheckBox";
     this.FirstRowVisibleCheckBox.Size     = new System.Drawing.Size(103, 17);
     this.FirstRowVisibleCheckBox.TabIndex = 19;
     this.FirstRowVisibleCheckBox.Text     = "First Row Visible";
     this.FirstRowVisibleCheckBox.UseVisualStyleBackColor = true;
     this.FirstRowVisibleCheckBox.CheckedChanged         += new System.EventHandler(this.FirstRowVisibleCheckBox_CheckedChanged);
     //
     // SecondRowVisibleCheckBox
     //
     this.SecondRowVisibleCheckBox.AutoSize = true;
     this.SecondRowVisibleCheckBox.ButtonProperties.BorderOffset = 2;
     this.SecondRowVisibleCheckBox.Location = new System.Drawing.Point(13, 33);
     this.SecondRowVisibleCheckBox.Name     = "SecondRowVisibleCheckBox";
     this.SecondRowVisibleCheckBox.Size     = new System.Drawing.Size(121, 17);
     this.SecondRowVisibleCheckBox.TabIndex = 18;
     this.SecondRowVisibleCheckBox.Text     = "Second Row Visible";
     this.SecondRowVisibleCheckBox.UseVisualStyleBackColor = true;
     this.SecondRowVisibleCheckBox.CheckedChanged         += new System.EventHandler(this.SecondRowVisibleCheckBox_CheckedChanged);
     //
     // ThirdRowVisibleCheckBox
     //
     this.ThirdRowVisibleCheckBox.AutoSize = true;
     this.ThirdRowVisibleCheckBox.ButtonProperties.BorderOffset = 2;
     this.ThirdRowVisibleCheckBox.Location = new System.Drawing.Point(13, 56);
     this.ThirdRowVisibleCheckBox.Name     = "ThirdRowVisibleCheckBox";
     this.ThirdRowVisibleCheckBox.Size     = new System.Drawing.Size(108, 17);
     this.ThirdRowVisibleCheckBox.TabIndex = 17;
     this.ThirdRowVisibleCheckBox.Text     = "Third Row Visible";
     this.ThirdRowVisibleCheckBox.UseVisualStyleBackColor = true;
     this.ThirdRowVisibleCheckBox.CheckedChanged         += new System.EventHandler(this.ThirdRowVisibleCheckBox_CheckedChanged);
     //
     // NValueTimelineScaleUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.FirstRowVisibleCheckBox);
     this.Controls.Add(this.SecondRowVisibleCheckBox);
     this.Controls.Add(this.ThirdRowVisibleCheckBox);
     this.Controls.Add(this.YearyDataButton);
     this.Controls.Add(this.MonthlyDataButton);
     this.Controls.Add(this.WeeklyDataButton);
     this.Controls.Add(this.DailyDataButton);
     this.Name = "NValueTimelineScaleUC";
     this.Size = new System.Drawing.Size(178, 232);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnChangeYValues    = new Nevron.UI.WinForm.Controls.NButton();
     this.ShowMarkersCheck    = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowDropLinesCheck  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.OriginValueTextBox  = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label1              = new System.Windows.Forms.Label();
     this.AreaOriginModeCombo = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2              = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // btnChangeYValues
     //
     this.btnChangeYValues.Location = new System.Drawing.Point(6, 8);
     this.btnChangeYValues.Name     = "btnChangeYValues";
     this.btnChangeYValues.Size     = new System.Drawing.Size(170, 32);
     this.btnChangeYValues.TabIndex = 0;
     this.btnChangeYValues.Text     = "Change Y Values";
     this.btnChangeYValues.Click   += new System.EventHandler(this.btnChangeYValues_Click);
     //
     // ShowMarkersCheck
     //
     this.ShowMarkersCheck.ButtonProperties.BorderOffset = 2;
     this.ShowMarkersCheck.Location        = new System.Drawing.Point(5, 48);
     this.ShowMarkersCheck.Name            = "ShowMarkersCheck";
     this.ShowMarkersCheck.Size            = new System.Drawing.Size(170, 24);
     this.ShowMarkersCheck.TabIndex        = 1;
     this.ShowMarkersCheck.Text            = "Show Markers";
     this.ShowMarkersCheck.CheckedChanged += new System.EventHandler(this.checkShowMarkers_CheckedChanged);
     //
     // ShowDropLinesCheck
     //
     this.ShowDropLinesCheck.ButtonProperties.BorderOffset = 2;
     this.ShowDropLinesCheck.Location        = new System.Drawing.Point(5, 72);
     this.ShowDropLinesCheck.Name            = "ShowDropLinesCheck";
     this.ShowDropLinesCheck.Size            = new System.Drawing.Size(170, 24);
     this.ShowDropLinesCheck.TabIndex        = 2;
     this.ShowDropLinesCheck.Text            = "Show Drop Lines";
     this.ShowDropLinesCheck.CheckedChanged += new System.EventHandler(this.ShowDropLinesCheck_CheckedChanged);
     //
     // OriginValueTextBox
     //
     this.OriginValueTextBox.Location     = new System.Drawing.Point(6, 180);
     this.OriginValueTextBox.Name         = "OriginValueTextBox";
     this.OriginValueTextBox.Size         = new System.Drawing.Size(170, 18);
     this.OriginValueTextBox.TabIndex     = 6;
     this.OriginValueTextBox.TextChanged += new System.EventHandler(this.OriginValueTextBox_TextChanged);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(6, 159);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(106, 20);
     this.label1.TabIndex  = 5;
     this.label1.Text      = "Origin Value:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // AreaOriginModeCombo
     //
     this.AreaOriginModeCombo.ListProperties.CheckBoxDataMember = "";
     this.AreaOriginModeCombo.ListProperties.DataSource         = null;
     this.AreaOriginModeCombo.ListProperties.DisplayMember      = "";
     this.AreaOriginModeCombo.Location              = new System.Drawing.Point(6, 128);
     this.AreaOriginModeCombo.Name                  = "AreaOriginModeCombo";
     this.AreaOriginModeCombo.Size                  = new System.Drawing.Size(170, 21);
     this.AreaOriginModeCombo.TabIndex              = 4;
     this.AreaOriginModeCombo.SelectedIndexChanged += new System.EventHandler(this.AreaOriginModeCombo_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(6, 112);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(162, 16);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Area Origin Mode:";
     //
     // NSmoothArea3DUC
     //
     this.Controls.Add(this.AreaOriginModeCombo);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.OriginValueTextBox);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.ShowDropLinesCheck);
     this.Controls.Add(this.ShowMarkersCheck);
     this.Controls.Add(this.btnChangeYValues);
     this.Name = "NSmoothArea3DUC";
     this.Size = new System.Drawing.Size(180, 212);
     this.ResumeLayout(false);
 }