コード例 #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.label1            = new System.Windows.Forms.Label();
     this.DragPlaneComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(11, 11);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(131, 14);
     this.label1.TabIndex = 6;
     this.label1.Text     = "Drag Plane:";
     //
     // DragPlaneComboBox
     //
     this.DragPlaneComboBox.ListProperties.CheckBoxDataMember = "";
     this.DragPlaneComboBox.ListProperties.DataSource         = null;
     this.DragPlaneComboBox.ListProperties.DisplayMember      = "";
     this.DragPlaneComboBox.Location              = new System.Drawing.Point(11, 27);
     this.DragPlaneComboBox.Name                  = "DragPlaneComboBox";
     this.DragPlaneComboBox.Size                  = new System.Drawing.Size(151, 21);
     this.DragPlaneComboBox.TabIndex              = 7;
     this.DragPlaneComboBox.SelectedIndexChanged += new System.EventHandler(this.DragPlaneComboBox_SelectedIndexChanged);
     //
     // NGridSurfaceVerticalCrossSectionUC
     //
     this.Controls.Add(this.label1);
     this.Controls.Add(this.DragPlaneComboBox);
     this.Name = "NGridSurfaceVerticalCrossSectionUC";
     this.Size = new System.Drawing.Size(180, 211);
     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.VertexPrimitiveCombo = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // VertexPrimitiveCombo
     //
     this.VertexPrimitiveCombo.ListProperties.CheckBoxDataMember = "";
     this.VertexPrimitiveCombo.ListProperties.DataSource         = null;
     this.VertexPrimitiveCombo.ListProperties.DisplayMember      = "";
     this.VertexPrimitiveCombo.Location              = new System.Drawing.Point(8, 27);
     this.VertexPrimitiveCombo.Name                  = "VertexPrimitiveCombo";
     this.VertexPrimitiveCombo.Size                  = new System.Drawing.Size(159, 21);
     this.VertexPrimitiveCombo.TabIndex              = 11;
     this.VertexPrimitiveCombo.SelectedIndexChanged += new System.EventHandler(this.VertexPrimitiveCombo_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     = "Vertex Primitive:";
     //
     // NVertexSurfaceUC
     //
     this.Controls.Add(this.VertexPrimitiveCombo);
     this.Controls.Add(this.label4);
     this.Name = "NVertexSurfaceUC";
     this.Size = new System.Drawing.Size(180, 956);
     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.ActiveToolComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1             = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // ActiveToolComboBox
     //
     this.ActiveToolComboBox.ListProperties.CheckBoxDataMember = "";
     this.ActiveToolComboBox.ListProperties.DataSource         = null;
     this.ActiveToolComboBox.ListProperties.DisplayMember      = "";
     this.ActiveToolComboBox.Location              = new System.Drawing.Point(2, 27);
     this.ActiveToolComboBox.Name                  = "ActiveToolComboBox";
     this.ActiveToolComboBox.Size                  = new System.Drawing.Size(157, 21);
     this.ActiveToolComboBox.TabIndex              = 5;
     this.ActiveToolComboBox.SelectedIndexChanged += new System.EventHandler(this.ActiveToolComboBox_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(2, 7);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(72, 16);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Active Tool:";
     //
     // NVolumeSelectionToolUC
     //
     this.Controls.Add(this.ActiveToolComboBox);
     this.Controls.Add(this.label1);
     this.Name = "NVolumeSelectionToolUC";
     this.Size = new System.Drawing.Size(180, 664);
     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.label2            = new System.Windows.Forms.Label();
     this.ChartTypeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(13, 11);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(62, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Chart Type:";
     //
     // ChartTypeComboBox
     //
     this.ChartTypeComboBox.ListProperties.CheckBoxDataMember = "";
     this.ChartTypeComboBox.ListProperties.DataSource         = null;
     this.ChartTypeComboBox.ListProperties.DisplayMember      = "";
     this.ChartTypeComboBox.Location              = new System.Drawing.Point(13, 30);
     this.ChartTypeComboBox.Name                  = "ChartTypeComboBox";
     this.ChartTypeComboBox.Size                  = new System.Drawing.Size(153, 21);
     this.ChartTypeComboBox.TabIndex              = 3;
     this.ChartTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.ChartTypeComboBox_SelectedIndexChanged);
     //
     // NDynamicYAxisRangeUC
     //
     this.Controls.Add(this.label2);
     this.Controls.Add(this.ChartTypeComboBox);
     this.Name = "NDynamicYAxisRangeUC";
     this.Size = new System.Drawing.Size(205, 304);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.CubeSideSizeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // CubeSideSizeComboBox
     //
     this.CubeSideSizeComboBox.ListProperties.CheckBoxDataMember = "";
     this.CubeSideSizeComboBox.ListProperties.DataSource         = null;
     this.CubeSideSizeComboBox.ListProperties.DisplayMember      = "";
     this.CubeSideSizeComboBox.Location              = new System.Drawing.Point(3, 28);
     this.CubeSideSizeComboBox.Name                  = "CubeSideSizeComboBox";
     this.CubeSideSizeComboBox.Size                  = new System.Drawing.Size(159, 21);
     this.CubeSideSizeComboBox.TabIndex              = 13;
     this.CubeSideSizeComboBox.SelectedIndexChanged += new System.EventHandler(this.CubeSideSizeComboBox_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(3, 12);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(159, 21);
     this.label4.TabIndex = 12;
     this.label4.Text     = "Cube Size:";
     //
     // NVertexSurfaceFillCustomColorsUC
     //
     this.Controls.Add(this.CubeSideSizeComboBox);
     this.Controls.Add(this.label4);
     this.Name = "NVertexSurfaceFillCustomColorsUC";
     this.Size = new System.Drawing.Size(180, 956);
     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.SmoothShadingCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.HasFillingCheckBox    = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.FrameModeCombo        = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // SmoothShadingCheckBox
     //
     this.SmoothShadingCheckBox.ButtonProperties.BorderOffset = 2;
     this.SmoothShadingCheckBox.Location        = new System.Drawing.Point(9, 12);
     this.SmoothShadingCheckBox.Name            = "SmoothShadingCheckBox";
     this.SmoothShadingCheckBox.Size            = new System.Drawing.Size(160, 20);
     this.SmoothShadingCheckBox.TabIndex        = 1;
     this.SmoothShadingCheckBox.Text            = "Smooth Shading";
     this.SmoothShadingCheckBox.CheckedChanged += new System.EventHandler(this.SmoothShadingCheckBox_CheckedChanged);
     //
     // HasFillingCheckBox
     //
     this.HasFillingCheckBox.ButtonProperties.BorderOffset = 2;
     this.HasFillingCheckBox.Location        = new System.Drawing.Point(9, 40);
     this.HasFillingCheckBox.Name            = "HasFillingCheckBox";
     this.HasFillingCheckBox.Size            = new System.Drawing.Size(160, 20);
     this.HasFillingCheckBox.TabIndex        = 2;
     this.HasFillingCheckBox.Text            = "Has Filling";
     this.HasFillingCheckBox.CheckedChanged += new System.EventHandler(this.HasFillingCheckBox_CheckedChanged);
     //
     // FrameModeCombo
     //
     this.FrameModeCombo.ListProperties.CheckBoxDataMember = "";
     this.FrameModeCombo.ListProperties.DataSource         = null;
     this.FrameModeCombo.ListProperties.DisplayMember      = "";
     this.FrameModeCombo.Location              = new System.Drawing.Point(12, 88);
     this.FrameModeCombo.Name                  = "FrameModeCombo";
     this.FrameModeCombo.Size                  = new System.Drawing.Size(151, 21);
     this.FrameModeCombo.TabIndex              = 4;
     this.FrameModeCombo.SelectedIndexChanged += new System.EventHandler(this.FrameModeCombo_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(9, 67);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(69, 13);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Frame Mode:";
     //
     // NGridSurfaceCustomColorsUC
     //
     this.Controls.Add(this.label1);
     this.Controls.Add(this.FrameModeCombo);
     this.Controls.Add(this.HasFillingCheckBox);
     this.Controls.Add(this.SmoothShadingCheckBox);
     this.Name = "NGridSurfaceCustomColorsUC";
     this.Size = new System.Drawing.Size(180, 300);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.OrientationComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.ScalePositionComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(4, 5);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(156, 20);
     this.label1.TabIndex  = 11;
     this.label1.Text      = "Orientation:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // OrientationComboBox
     //
     this.OrientationComboBox.ListProperties.CheckBoxDataMember = "";
     this.OrientationComboBox.ListProperties.DataSource         = null;
     this.OrientationComboBox.ListProperties.DisplayMember      = "";
     this.OrientationComboBox.Location              = new System.Drawing.Point(7, 28);
     this.OrientationComboBox.Name                  = "OrientationComboBox";
     this.OrientationComboBox.Size                  = new System.Drawing.Size(153, 21);
     this.OrientationComboBox.TabIndex              = 10;
     this.OrientationComboBox.SelectedIndexChanged += new System.EventHandler(this.OrientationComboBox_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(4, 54);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(156, 20);
     this.label2.TabIndex  = 13;
     this.label2.Text      = "Orientation:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ScalePositionComboBox
     //
     this.ScalePositionComboBox.ListProperties.CheckBoxDataMember = "";
     this.ScalePositionComboBox.ListProperties.DataSource         = null;
     this.ScalePositionComboBox.ListProperties.DisplayMember      = "";
     this.ScalePositionComboBox.Location              = new System.Drawing.Point(7, 77);
     this.ScalePositionComboBox.Name                  = "ScalePositionComboBox";
     this.ScalePositionComboBox.Size                  = new System.Drawing.Size(153, 21);
     this.ScalePositionComboBox.TabIndex              = 12;
     this.ScalePositionComboBox.SelectedIndexChanged += new System.EventHandler(this.ScalePositionComboBox_SelectedIndexChanged);
     //
     // NLegendPaletteItemUC
     //
     this.Controls.Add(this.label2);
     this.Controls.Add(this.ScalePositionComboBox);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.OrientationComboBox);
     this.Name = "NLegendPaletteItemUC";
     this.Size = new System.Drawing.Size(180, 680);
     this.ResumeLayout(false);
 }
コード例 #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.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();
 }
コード例 #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.ShowRowInterlacingCheckBox    = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowColumnInterlacingCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowRowHeadersCheckBox        = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.LabelFormatComboBox           = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label12 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // ShowRowInterlacingCheckBox
     //
     this.ShowRowInterlacingCheckBox.AutoSize = true;
     this.ShowRowInterlacingCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowRowInterlacingCheckBox.Location = new System.Drawing.Point(8, 8);
     this.ShowRowInterlacingCheckBox.Name     = "ShowRowInterlacingCheckBox";
     this.ShowRowInterlacingCheckBox.Size     = new System.Drawing.Size(130, 17);
     this.ShowRowInterlacingCheckBox.TabIndex = 14;
     this.ShowRowInterlacingCheckBox.Text     = "Show Row Interlacing";
     this.ShowRowInterlacingCheckBox.UseVisualStyleBackColor = true;
     this.ShowRowInterlacingCheckBox.CheckedChanged         += new System.EventHandler(this.ShowRowInterlacingCheckBox_CheckedChanged);
     //
     // ShowColumnInterlacingCheckBox
     //
     this.ShowColumnInterlacingCheckBox.AutoSize = true;
     this.ShowColumnInterlacingCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowColumnInterlacingCheckBox.Location = new System.Drawing.Point(8, 33);
     this.ShowColumnInterlacingCheckBox.Name     = "ShowColumnInterlacingCheckBox";
     this.ShowColumnInterlacingCheckBox.Size     = new System.Drawing.Size(143, 17);
     this.ShowColumnInterlacingCheckBox.TabIndex = 15;
     this.ShowColumnInterlacingCheckBox.Text     = "Show Column Interlacing";
     this.ShowColumnInterlacingCheckBox.UseVisualStyleBackColor = true;
     this.ShowColumnInterlacingCheckBox.CheckedChanged         += new System.EventHandler(this.ShowColumnInterlacingCheckBox_CheckedChanged);
     //
     // ShowRowHeadersCheckBox
     //
     this.ShowRowHeadersCheckBox.AutoSize = true;
     this.ShowRowHeadersCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowRowHeadersCheckBox.Location = new System.Drawing.Point(8, 58);
     this.ShowRowHeadersCheckBox.Name     = "ShowRowHeadersCheckBox";
     this.ShowRowHeadersCheckBox.Size     = new System.Drawing.Size(121, 17);
     this.ShowRowHeadersCheckBox.TabIndex = 16;
     this.ShowRowHeadersCheckBox.Text     = "Show Row Headers";
     this.ShowRowHeadersCheckBox.UseVisualStyleBackColor = true;
     this.ShowRowHeadersCheckBox.CheckedChanged         += new System.EventHandler(this.ShowRowHeadersCheckBox_CheckedChanged);
     //
     // LabelFormatComboBox
     //
     this.LabelFormatComboBox.ListProperties.CheckBoxDataMember = "";
     this.LabelFormatComboBox.ListProperties.DataSource         = null;
     this.LabelFormatComboBox.ListProperties.DisplayMember      = "";
     this.LabelFormatComboBox.Location              = new System.Drawing.Point(8, 105);
     this.LabelFormatComboBox.Name                  = "LabelFormatComboBox";
     this.LabelFormatComboBox.Size                  = new System.Drawing.Size(143, 21);
     this.LabelFormatComboBox.TabIndex              = 18;
     this.LabelFormatComboBox.SelectedIndexChanged += new System.EventHandler(this.LabelFormatComboBox_SelectedIndexChanged);
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(8, 89);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(71, 13);
     this.label12.TabIndex = 17;
     this.label12.Text     = "Label Format:";
     //
     // NTableScaleUC
     //
     this.Controls.Add(this.LabelFormatComboBox);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.ShowRowHeadersCheckBox);
     this.Controls.Add(this.ShowColumnInterlacingCheckBox);
     this.Controls.Add(this.ShowRowInterlacingCheckBox);
     this.Name = "NTableScaleUC";
     this.Size = new System.Drawing.Size(162, 304);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #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.nGroupBox3 = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.PaletteLegendModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.smoothPaletteCheck        = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.nGroupBox2          = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.smoothShadingCheck  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label4              = new System.Windows.Forms.Label();
     this.fillModeCombo       = new Nevron.UI.WinForm.Controls.NComboBox();
     this.nGroupBox1          = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.label5              = new System.Windows.Forms.Label();
     this.frameColorModeCombo = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2              = new System.Windows.Forms.Label();
     this.frameModeCombo      = new Nevron.UI.WinForm.Controls.NComboBox();
     this.nGroupBox4          = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.label3              = new System.Windows.Forms.Label();
     this.customValueScroll   = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label1              = new System.Windows.Forms.Label();
     this.positionModeCombo   = new Nevron.UI.WinForm.Controls.NComboBox();
     this.drawFlatCheck       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.LogYAxisCheckBox    = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.nGroupBox3.SuspendLayout();
     this.nGroupBox2.SuspendLayout();
     this.nGroupBox1.SuspendLayout();
     this.nGroupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // nGroupBox3
     //
     this.nGroupBox3.Controls.Add(this.PaletteLegendModeComboBox);
     this.nGroupBox3.Controls.Add(this.smoothPaletteCheck);
     this.nGroupBox3.ImageIndex = 0;
     this.nGroupBox3.Location   = new System.Drawing.Point(1, 253);
     this.nGroupBox3.Name       = "nGroupBox3";
     this.nGroupBox3.Size       = new System.Drawing.Size(171, 98);
     this.nGroupBox3.TabIndex   = 6;
     this.nGroupBox3.TabStop    = false;
     this.nGroupBox3.Text       = "Palette";
     //
     // PaletteLegendModeComboBox
     //
     this.PaletteLegendModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.PaletteLegendModeComboBox.ListProperties.DataSource         = null;
     this.PaletteLegendModeComboBox.ListProperties.DisplayMember      = "";
     this.PaletteLegendModeComboBox.Location              = new System.Drawing.Point(17, 56);
     this.PaletteLegendModeComboBox.Name                  = "PaletteLegendModeComboBox";
     this.PaletteLegendModeComboBox.Size                  = new System.Drawing.Size(142, 21);
     this.PaletteLegendModeComboBox.TabIndex              = 4;
     this.PaletteLegendModeComboBox.SelectedIndexChanged += new System.EventHandler(this.PaletteLegendModeComboBox_SelectedIndexChanged);
     //
     // smoothPaletteCheck
     //
     this.smoothPaletteCheck.ButtonProperties.BorderOffset = 2;
     this.smoothPaletteCheck.Location        = new System.Drawing.Point(17, 29);
     this.smoothPaletteCheck.Name            = "smoothPaletteCheck";
     this.smoothPaletteCheck.Size            = new System.Drawing.Size(142, 21);
     this.smoothPaletteCheck.TabIndex        = 0;
     this.smoothPaletteCheck.Text            = "Smooth Palette";
     this.smoothPaletteCheck.CheckedChanged += new System.EventHandler(this.SmoothPaletteCheck_CheckedChanged);
     //
     // nGroupBox2
     //
     this.nGroupBox2.Controls.Add(this.smoothShadingCheck);
     this.nGroupBox2.Controls.Add(this.label4);
     this.nGroupBox2.Controls.Add(this.fillModeCombo);
     this.nGroupBox2.ImageIndex = 0;
     this.nGroupBox2.Location   = new System.Drawing.Point(1, 5);
     this.nGroupBox2.Name       = "nGroupBox2";
     this.nGroupBox2.Size       = new System.Drawing.Size(174, 96);
     this.nGroupBox2.TabIndex   = 4;
     this.nGroupBox2.TabStop    = false;
     this.nGroupBox2.Text       = "Surface Filling";
     //
     // smoothShadingCheck
     //
     this.smoothShadingCheck.ButtonProperties.BorderOffset = 2;
     this.smoothShadingCheck.Location        = new System.Drawing.Point(17, 69);
     this.smoothShadingCheck.Name            = "smoothShadingCheck";
     this.smoothShadingCheck.Size            = new System.Drawing.Size(158, 20);
     this.smoothShadingCheck.TabIndex        = 2;
     this.smoothShadingCheck.Text            = "Smooth Shading";
     this.smoothShadingCheck.CheckedChanged += new System.EventHandler(this.SmoothShadingCheck_CheckedChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(17, 21);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(142, 14);
     this.label4.TabIndex = 0;
     this.label4.Text     = "Fill Mode:";
     //
     // fillModeCombo
     //
     this.fillModeCombo.ListProperties.CheckBoxDataMember = "";
     this.fillModeCombo.ListProperties.DataSource         = null;
     this.fillModeCombo.ListProperties.DisplayMember      = "";
     this.fillModeCombo.Location              = new System.Drawing.Point(17, 37);
     this.fillModeCombo.Name                  = "fillModeCombo";
     this.fillModeCombo.Size                  = new System.Drawing.Size(142, 21);
     this.fillModeCombo.TabIndex              = 1;
     this.fillModeCombo.SelectedIndexChanged += new System.EventHandler(this.FillModeCombo_SelectedIndexChanged);
     //
     // nGroupBox1
     //
     this.nGroupBox1.Controls.Add(this.label5);
     this.nGroupBox1.Controls.Add(this.frameColorModeCombo);
     this.nGroupBox1.Controls.Add(this.label2);
     this.nGroupBox1.Controls.Add(this.frameModeCombo);
     this.nGroupBox1.ImageIndex = 0;
     this.nGroupBox1.Location   = new System.Drawing.Point(1, 117);
     this.nGroupBox1.Name       = "nGroupBox1";
     this.nGroupBox1.Size       = new System.Drawing.Size(174, 120);
     this.nGroupBox1.TabIndex   = 5;
     this.nGroupBox1.TabStop    = false;
     this.nGroupBox1.Text       = "Surface Frame";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(17, 69);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(142, 14);
     this.label5.TabIndex = 2;
     this.label5.Text     = "Frame Color Mode:";
     //
     // frameColorModeCombo
     //
     this.frameColorModeCombo.ListProperties.CheckBoxDataMember = "";
     this.frameColorModeCombo.ListProperties.DataSource         = null;
     this.frameColorModeCombo.ListProperties.DisplayMember      = "";
     this.frameColorModeCombo.Location              = new System.Drawing.Point(17, 85);
     this.frameColorModeCombo.Name                  = "frameColorModeCombo";
     this.frameColorModeCombo.Size                  = new System.Drawing.Size(142, 21);
     this.frameColorModeCombo.TabIndex              = 3;
     this.frameColorModeCombo.SelectedIndexChanged += new System.EventHandler(this.FrameColorModeCombo_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(17, 21);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(142, 14);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Frame Mode:";
     //
     // frameModeCombo
     //
     this.frameModeCombo.ListProperties.CheckBoxDataMember = "";
     this.frameModeCombo.ListProperties.DataSource         = null;
     this.frameModeCombo.ListProperties.DisplayMember      = "";
     this.frameModeCombo.Location              = new System.Drawing.Point(17, 37);
     this.frameModeCombo.Name                  = "frameModeCombo";
     this.frameModeCombo.Size                  = new System.Drawing.Size(142, 21);
     this.frameModeCombo.TabIndex              = 1;
     this.frameModeCombo.SelectedIndexChanged += new System.EventHandler(this.FrameModeCombo_SelectedIndexChanged);
     //
     // nGroupBox4
     //
     this.nGroupBox4.Controls.Add(this.label3);
     this.nGroupBox4.Controls.Add(this.customValueScroll);
     this.nGroupBox4.Controls.Add(this.label1);
     this.nGroupBox4.Controls.Add(this.positionModeCombo);
     this.nGroupBox4.Controls.Add(this.drawFlatCheck);
     this.nGroupBox4.ImageIndex = 0;
     this.nGroupBox4.Location   = new System.Drawing.Point(1, 357);
     this.nGroupBox4.Name       = "nGroupBox4";
     this.nGroupBox4.Size       = new System.Drawing.Size(174, 136);
     this.nGroupBox4.TabIndex   = 7;
     this.nGroupBox4.TabStop    = false;
     this.nGroupBox4.Text       = "Flat Mode";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(17, 93);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(152, 15);
     this.label3.TabIndex = 3;
     this.label3.Text     = "Custom Value:";
     //
     // customValueScroll
     //
     this.customValueScroll.Enabled       = false;
     this.customValueScroll.LargeChange   = 1;
     this.customValueScroll.Location      = new System.Drawing.Point(17, 109);
     this.customValueScroll.Maximum       = 20;
     this.customValueScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.customValueScroll.Name          = "customValueScroll";
     this.customValueScroll.Size          = new System.Drawing.Size(142, 17);
     this.customValueScroll.TabIndex      = 4;
     this.customValueScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.CustomValueScroll_ValueChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(17, 45);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(152, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Position Mode:";
     //
     // positionModeCombo
     //
     this.positionModeCombo.Enabled = false;
     this.positionModeCombo.ListProperties.CheckBoxDataMember = "";
     this.positionModeCombo.ListProperties.DataSource         = null;
     this.positionModeCombo.ListProperties.DisplayMember      = "";
     this.positionModeCombo.Location              = new System.Drawing.Point(17, 61);
     this.positionModeCombo.Name                  = "positionModeCombo";
     this.positionModeCombo.Size                  = new System.Drawing.Size(142, 21);
     this.positionModeCombo.TabIndex              = 2;
     this.positionModeCombo.SelectedIndexChanged += new System.EventHandler(this.PositionModeCombo_SelectedIndexChanged);
     //
     // drawFlatCheck
     //
     this.drawFlatCheck.ButtonProperties.BorderOffset = 2;
     this.drawFlatCheck.Location        = new System.Drawing.Point(17, 21);
     this.drawFlatCheck.Name            = "drawFlatCheck";
     this.drawFlatCheck.Size            = new System.Drawing.Size(152, 20);
     this.drawFlatCheck.TabIndex        = 0;
     this.drawFlatCheck.Text            = "Draw Flat";
     this.drawFlatCheck.CheckedChanged += new System.EventHandler(this.DrawFlatCheck_CheckedChanged);
     //
     // LogYAxisCheckBox
     //
     this.LogYAxisCheckBox.ButtonProperties.BorderOffset = 2;
     this.LogYAxisCheckBox.Location        = new System.Drawing.Point(18, 517);
     this.LogYAxisCheckBox.Name            = "LogYAxisCheckBox";
     this.LogYAxisCheckBox.Size            = new System.Drawing.Size(142, 21);
     this.LogYAxisCheckBox.TabIndex        = 5;
     this.LogYAxisCheckBox.Text            = "Logarithmic Y Axis";
     this.LogYAxisCheckBox.CheckedChanged += new System.EventHandler(this.LogYAxisCheckBox_CheckedChanged);
     //
     // NGridSurfaceUC
     //
     this.Controls.Add(this.LogYAxisCheckBox);
     this.Controls.Add(this.nGroupBox3);
     this.Controls.Add(this.nGroupBox2);
     this.Controls.Add(this.nGroupBox1);
     this.Controls.Add(this.nGroupBox4);
     this.Name = "NGridSurfaceUC";
     this.Size = new System.Drawing.Size(180, 594);
     this.nGroupBox3.ResumeLayout(false);
     this.nGroupBox2.ResumeLayout(false);
     this.nGroupBox1.ResumeLayout(false);
     this.nGroupBox4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #11
0
 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);
 }
コード例 #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.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();
 }
コード例 #13
0
 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);
 }
コード例 #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.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);
 }
コード例 #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.label1                          = new System.Windows.Forms.Label();
     this.ResetButton                     = new Nevron.UI.WinForm.Controls.NButton();
     this.label4                          = new System.Windows.Forms.Label();
     this.label3                          = new System.Windows.Forms.Label();
     this.label2                          = new System.Windows.Forms.Label();
     this.label5                          = new System.Windows.Forms.Label();
     this.StopStartTimerButton            = new Nevron.UI.WinForm.Controls.NButton();
     this.UseHardwareAccelerationCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.NumberOfDataPointsComboBox      = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label6                          = new System.Windows.Forms.Label();
     this.NewDataPointsPerTickComboBox    = new Nevron.UI.WinForm.Controls.NComboBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(10, 103);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(153, 16);
     this.label1.TabIndex = 12;
     this.label1.Text     = "Number of Data Points:";
     //
     // ResetButton
     //
     this.ResetButton.Location = new System.Drawing.Point(10, 71);
     this.ResetButton.Name     = "ResetButton";
     this.ResetButton.Size     = new System.Drawing.Size(153, 23);
     this.ResetButton.TabIndex = 11;
     this.ResetButton.Text     = "Reset";
     this.ResetButton.Click   += new System.EventHandler(this.ResetButton_Click);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 132);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(47, 16);
     this.label4.TabIndex = 8;
     this.label4.Text     = "Bottom:";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 94);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(47, 16);
     this.label3.TabIndex = 7;
     this.label3.Text     = "Right:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 56);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(47, 16);
     this.label2.TabIndex = 6;
     this.label2.Text     = "Top:";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 19);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(47, 16);
     this.label5.TabIndex = 5;
     this.label5.Text     = "Left:";
     //
     // StopStartTimerButton
     //
     this.StopStartTimerButton.Location = new System.Drawing.Point(10, 42);
     this.StopStartTimerButton.Name     = "StopStartTimerButton";
     this.StopStartTimerButton.Size     = new System.Drawing.Size(153, 23);
     this.StopStartTimerButton.TabIndex = 15;
     this.StopStartTimerButton.Text     = "Stop Timer";
     this.StopStartTimerButton.Click   += new System.EventHandler(this.StopStartTimerButton_Click);
     //
     // UseHardwareAccelerationCheckBox
     //
     this.UseHardwareAccelerationCheckBox.ButtonProperties.BorderOffset = 2;
     this.UseHardwareAccelerationCheckBox.Location        = new System.Drawing.Point(7, 12);
     this.UseHardwareAccelerationCheckBox.Name            = "UseHardwareAccelerationCheckBox";
     this.UseHardwareAccelerationCheckBox.Size            = new System.Drawing.Size(153, 24);
     this.UseHardwareAccelerationCheckBox.TabIndex        = 17;
     this.UseHardwareAccelerationCheckBox.Text            = "Use Hardware Acceleration";
     this.UseHardwareAccelerationCheckBox.CheckedChanged += new System.EventHandler(this.UseHardwareAccelerationCheckBox_CheckedChanged);
     //
     // NumberOfDataPointsComboBox
     //
     this.NumberOfDataPointsComboBox.ListProperties.CheckBoxDataMember = "";
     this.NumberOfDataPointsComboBox.ListProperties.DataSource         = null;
     this.NumberOfDataPointsComboBox.ListProperties.DisplayMember      = "";
     this.NumberOfDataPointsComboBox.Location              = new System.Drawing.Point(13, 122);
     this.NumberOfDataPointsComboBox.Name                  = "NumberOfDataPointsComboBox";
     this.NumberOfDataPointsComboBox.Size                  = new System.Drawing.Size(147, 21);
     this.NumberOfDataPointsComboBox.TabIndex              = 18;
     this.NumberOfDataPointsComboBox.Text                  = "comboBox2";
     this.NumberOfDataPointsComboBox.SelectedIndexChanged += new System.EventHandler(this.OnNumberOfDataPointsComboBoxSelectedIndexChanged);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(10, 160);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(153, 16);
     this.label6.TabIndex = 19;
     this.label6.Text     = "New Data Points per Tick:";
     //
     // NewDataPointsPerTickComboBox
     //
     this.NewDataPointsPerTickComboBox.ListProperties.CheckBoxDataMember = "";
     this.NewDataPointsPerTickComboBox.ListProperties.DataSource         = null;
     this.NewDataPointsPerTickComboBox.ListProperties.DisplayMember      = "";
     this.NewDataPointsPerTickComboBox.Location              = new System.Drawing.Point(13, 179);
     this.NewDataPointsPerTickComboBox.Name                  = "NewDataPointsPerTickComboBox";
     this.NewDataPointsPerTickComboBox.Size                  = new System.Drawing.Size(147, 21);
     this.NewDataPointsPerTickComboBox.TabIndex              = 20;
     this.NewDataPointsPerTickComboBox.Text                  = "comboBox2";
     this.NewDataPointsPerTickComboBox.SelectedIndexChanged += new System.EventHandler(this.OnNewDataPointsPerTickComboBoxSelectedIndexChanged);
     //
     // NRealTimeAreaUC
     //
     this.Controls.Add(this.NewDataPointsPerTickComboBox);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.NumberOfDataPointsComboBox);
     this.Controls.Add(this.UseHardwareAccelerationCheckBox);
     this.Controls.Add(this.StopStartTimerButton);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.ResetButton);
     this.Name = "NRealTimeAreaUC";
     this.Size = new System.Drawing.Size(180, 442);
     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.components             = new System.ComponentModel.Container();
     this.timer1                 = new System.Windows.Forms.Timer(this.components);
     this.label2                 = new System.Windows.Forms.Label();
     this.BarPaletteModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.InvertAxisCheckBox     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SmoothPaletteCheckBox  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.StartStopTimerButton   = new Nevron.UI.WinForm.Controls.NButton();
     this.Enable3DCheckBox       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(11, 7);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(96, 16);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Bar Palette Mode:";
     //
     // BarPaletteModeComboBox
     //
     this.BarPaletteModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.BarPaletteModeComboBox.ListProperties.DataSource         = null;
     this.BarPaletteModeComboBox.ListProperties.DisplayMember      = "";
     this.BarPaletteModeComboBox.Location              = new System.Drawing.Point(11, 23);
     this.BarPaletteModeComboBox.Name                  = "BarPaletteModeComboBox";
     this.BarPaletteModeComboBox.Size                  = new System.Drawing.Size(152, 21);
     this.BarPaletteModeComboBox.TabIndex              = 1;
     this.BarPaletteModeComboBox.SelectedIndexChanged += new System.EventHandler(this.BarPaletteModeComboBox_SelectedIndexChanged);
     //
     // InvertAxisCheckBox
     //
     this.InvertAxisCheckBox.ButtonProperties.BorderOffset  = 2;
     this.InvertAxisCheckBox.ButtonProperties.ShowFocusRect = false;
     this.InvertAxisCheckBox.ButtonProperties.WrapText      = true;
     this.InvertAxisCheckBox.Location        = new System.Drawing.Point(11, 49);
     this.InvertAxisCheckBox.Name            = "InvertAxisCheckBox";
     this.InvertAxisCheckBox.Size            = new System.Drawing.Size(139, 18);
     this.InvertAxisCheckBox.TabIndex        = 2;
     this.InvertAxisCheckBox.Text            = "Invert Axis";
     this.InvertAxisCheckBox.CheckedChanged += new System.EventHandler(this.InvertAxisCheckBox_CheckedChanged);
     //
     // SmoothPaletteCheckBox
     //
     this.SmoothPaletteCheckBox.ButtonProperties.BorderOffset  = 2;
     this.SmoothPaletteCheckBox.ButtonProperties.ShowFocusRect = false;
     this.SmoothPaletteCheckBox.ButtonProperties.WrapText      = true;
     this.SmoothPaletteCheckBox.Location        = new System.Drawing.Point(11, 71);
     this.SmoothPaletteCheckBox.Name            = "SmoothPaletteCheckBox";
     this.SmoothPaletteCheckBox.Size            = new System.Drawing.Size(139, 18);
     this.SmoothPaletteCheckBox.TabIndex        = 3;
     this.SmoothPaletteCheckBox.Text            = "Smooth Palette";
     this.SmoothPaletteCheckBox.CheckedChanged += new System.EventHandler(this.SmoothPaletteCheckBox_CheckedChanged);
     //
     // StartStopTimerButton
     //
     this.StartStopTimerButton.Location = new System.Drawing.Point(11, 128);
     this.StartStopTimerButton.Name     = "StartStopTimerButton";
     this.StartStopTimerButton.Size     = new System.Drawing.Size(152, 32);
     this.StartStopTimerButton.TabIndex = 5;
     this.StartStopTimerButton.Text     = "Stop Timer";
     this.StartStopTimerButton.Click   += new System.EventHandler(this.StartStopTimerButton_Click);
     //
     // Enable3DCheckBox
     //
     this.Enable3DCheckBox.ButtonProperties.BorderOffset  = 2;
     this.Enable3DCheckBox.ButtonProperties.ShowFocusRect = false;
     this.Enable3DCheckBox.ButtonProperties.WrapText      = true;
     this.Enable3DCheckBox.Location        = new System.Drawing.Point(11, 93);
     this.Enable3DCheckBox.Name            = "Enable3DCheckBox";
     this.Enable3DCheckBox.Size            = new System.Drawing.Size(139, 18);
     this.Enable3DCheckBox.TabIndex        = 4;
     this.Enable3DCheckBox.Text            = "Enable 3D";
     this.Enable3DCheckBox.CheckedChanged += new System.EventHandler(this.Enable3DCheckBox_CheckedChanged);
     //
     // NBarPaletteUC
     //
     this.Controls.Add(this.Enable3DCheckBox);
     this.Controls.Add(this.StartStopTimerButton);
     this.Controls.Add(this.SmoothPaletteCheckBox);
     this.Controls.Add(this.InvertAxisCheckBox);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.BarPaletteModeComboBox);
     this.Name = "NBarPaletteUC";
     this.Size = new System.Drawing.Size(170, 358);
     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.label1                    = new System.Windows.Forms.Label();
     this.LegendModeComboBox        = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2                    = new System.Windows.Forms.Label();
     this.PaletteLegendModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(13, 11);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(76, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Legend Mode:";
     //
     // LegendModeComboBox
     //
     this.LegendModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.LegendModeComboBox.ListProperties.DataSource         = null;
     this.LegendModeComboBox.ListProperties.DisplayMember      = "";
     this.LegendModeComboBox.Location              = new System.Drawing.Point(13, 28);
     this.LegendModeComboBox.Name                  = "LegendModeComboBox";
     this.LegendModeComboBox.Size                  = new System.Drawing.Size(151, 21);
     this.LegendModeComboBox.TabIndex              = 1;
     this.LegendModeComboBox.SelectedIndexChanged += new System.EventHandler(this.LegendModeComboBox_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(13, 64);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(73, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Palette Mode:";
     //
     // PaletteLegendModeComboBox
     //
     this.PaletteLegendModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.PaletteLegendModeComboBox.ListProperties.DataSource         = null;
     this.PaletteLegendModeComboBox.ListProperties.DisplayMember      = "";
     this.PaletteLegendModeComboBox.Location              = new System.Drawing.Point(13, 81);
     this.PaletteLegendModeComboBox.Name                  = "PaletteLegendModeComboBox";
     this.PaletteLegendModeComboBox.Size                  = new System.Drawing.Size(151, 21);
     this.PaletteLegendModeComboBox.TabIndex              = 3;
     this.PaletteLegendModeComboBox.SelectedIndexChanged += new System.EventHandler(this.PaletteLegendModeComboBox_SelectedIndexChanged);
     //
     // NTreeMapLegendUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.PaletteLegendModeComboBox);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.LegendModeComboBox);
     this.Name = "NTreeMapLegendUC";
     this.Size = new System.Drawing.Size(178, 350);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #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.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();
 }
コード例 #19
0
 /// <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);
 }
コード例 #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.components                    = new System.ComponentModel.Container();
     this.timer1                        = new System.Windows.Forms.Timer(this.components);
     this.GridSizeComboBox              = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1                        = new System.Windows.Forms.Label();
     this.StartStopTimerButton          = new Nevron.UI.WinForm.Controls.NButton();
     this.label2                        = new System.Windows.Forms.Label();
     this.FrameModeCombo                = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label3                        = new System.Windows.Forms.Label();
     this.FillModeComboBox              = new Nevron.UI.WinForm.Controls.NComboBox();
     this.EnableShaderRenderingCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // GridSizeComboBox
     //
     this.GridSizeComboBox.ListProperties.CheckBoxDataMember = "";
     this.GridSizeComboBox.ListProperties.DataSource         = null;
     this.GridSizeComboBox.ListProperties.DisplayMember      = "";
     this.GridSizeComboBox.Location              = new System.Drawing.Point(19, 29);
     this.GridSizeComboBox.Name                  = "GridSizeComboBox";
     this.GridSizeComboBox.Size                  = new System.Drawing.Size(144, 21);
     this.GridSizeComboBox.TabIndex              = 2;
     this.GridSizeComboBox.SelectedIndexChanged += new System.EventHandler(this.gridSizeComboBox_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(19, 10);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(50, 13);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Grid size:";
     //
     // StartStopTimerButton
     //
     this.StartStopTimerButton.Location = new System.Drawing.Point(19, 257);
     this.StartStopTimerButton.Name     = "StartStopTimerButton";
     this.StartStopTimerButton.Size     = new System.Drawing.Size(144, 23);
     this.StartStopTimerButton.TabIndex = 5;
     this.StartStopTimerButton.Text     = "Stop Timer";
     this.StartStopTimerButton.Click   += new System.EventHandler(this.StartStopTimerButton_Click);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(19, 120);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(131, 14);
     this.label2.TabIndex = 6;
     this.label2.Text     = "Frame Mode:";
     //
     // FrameModeCombo
     //
     this.FrameModeCombo.ListProperties.CheckBoxDataMember = "";
     this.FrameModeCombo.ListProperties.DataSource         = null;
     this.FrameModeCombo.ListProperties.DisplayMember      = "";
     this.FrameModeCombo.Location              = new System.Drawing.Point(19, 136);
     this.FrameModeCombo.Name                  = "FrameModeCombo";
     this.FrameModeCombo.Size                  = new System.Drawing.Size(144, 21);
     this.FrameModeCombo.TabIndex              = 7;
     this.FrameModeCombo.SelectedIndexChanged += new System.EventHandler(this.FrameModeCombo_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(19, 80);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(131, 14);
     this.label3.TabIndex = 8;
     this.label3.Text     = "Fill Mode:";
     //
     // FillModeComboBox
     //
     this.FillModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.FillModeComboBox.ListProperties.DataSource         = null;
     this.FillModeComboBox.ListProperties.DisplayMember      = "";
     this.FillModeComboBox.Location              = new System.Drawing.Point(19, 96);
     this.FillModeComboBox.Name                  = "FillModeComboBox";
     this.FillModeComboBox.Size                  = new System.Drawing.Size(144, 21);
     this.FillModeComboBox.TabIndex              = 9;
     this.FillModeComboBox.SelectedIndexChanged += new System.EventHandler(this.FillModeComboBox_SelectedIndexChanged);
     //
     // EnableShaderRenderingCheckBox
     //
     this.EnableShaderRenderingCheckBox.ButtonProperties.BorderOffset = 2;
     this.EnableShaderRenderingCheckBox.Location        = new System.Drawing.Point(19, 193);
     this.EnableShaderRenderingCheckBox.Name            = "EnableShaderRenderingCheckBox";
     this.EnableShaderRenderingCheckBox.Size            = new System.Drawing.Size(140, 20);
     this.EnableShaderRenderingCheckBox.TabIndex        = 10;
     this.EnableShaderRenderingCheckBox.Text            = "Enable Shader Rendering";
     this.EnableShaderRenderingCheckBox.CheckedChanged += new System.EventHandler(this.EnableShaderRenderingCheckBox_CheckedChanged);
     //
     // NTriangulatedSurfaceRealtimeUC
     //
     this.Controls.Add(this.EnableShaderRenderingCheckBox);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.FillModeComboBox);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.FrameModeCombo);
     this.Controls.Add(this.StartStopTimerButton);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.GridSizeComboBox);
     this.Name = "NTriangulatedSurfaceRealtimeUC";
     this.Size = new System.Drawing.Size(180, 349);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #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.VerticalFillModeComboBox   = new Nevron.UI.WinForm.Controls.NComboBox();
     this.HorizontalFillModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.ColorFillModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.SuspendLayout();
     //
     // VerticalFillModeComboBox
     //
     this.VerticalFillModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.VerticalFillModeComboBox.ListProperties.DataSource         = null;
     this.VerticalFillModeComboBox.ListProperties.DisplayMember      = "";
     this.VerticalFillModeComboBox.Location              = new System.Drawing.Point(12, 34);
     this.VerticalFillModeComboBox.Name                  = "VerticalFillModeComboBox";
     this.VerticalFillModeComboBox.Size                  = new System.Drawing.Size(151, 21);
     this.VerticalFillModeComboBox.TabIndex              = 6;
     this.VerticalFillModeComboBox.SelectedIndexChanged += new System.EventHandler(this.VerticalFillModeCombo_SelectedIndexChanged);
     //
     // HorizontalFillModeComboBox
     //
     this.HorizontalFillModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.HorizontalFillModeComboBox.ListProperties.DataSource         = null;
     this.HorizontalFillModeComboBox.ListProperties.DisplayMember      = "";
     this.HorizontalFillModeComboBox.Location              = new System.Drawing.Point(12, 85);
     this.HorizontalFillModeComboBox.Name                  = "HorizontalFillModeComboBox";
     this.HorizontalFillModeComboBox.Size                  = new System.Drawing.Size(151, 21);
     this.HorizontalFillModeComboBox.TabIndex              = 7;
     this.HorizontalFillModeComboBox.SelectedIndexChanged += new System.EventHandler(this.HorizontalFillModeComboBox_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 15);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(90, 13);
     this.label1.TabIndex = 8;
     this.label1.Text     = "Vertical Fill Mode:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(12, 65);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(102, 13);
     this.label2.TabIndex = 9;
     this.label2.Text     = "Horizontal Fill Mode:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(12, 118);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(79, 13);
     this.label3.TabIndex = 11;
     this.label3.Text     = "Color Fill Mode:";
     //
     // ColorFillModeComboBox
     //
     this.ColorFillModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.ColorFillModeComboBox.ListProperties.DataSource         = null;
     this.ColorFillModeComboBox.ListProperties.DisplayMember      = "";
     this.ColorFillModeComboBox.Location              = new System.Drawing.Point(12, 138);
     this.ColorFillModeComboBox.Name                  = "ColorFillModeComboBox";
     this.ColorFillModeComboBox.Size                  = new System.Drawing.Size(151, 21);
     this.ColorFillModeComboBox.TabIndex              = 10;
     this.ColorFillModeComboBox.SelectedIndexChanged += new System.EventHandler(this.ColorFillModeComboBox_SelectedIndexChanged);
     //
     // NTreeMapUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.label3);
     this.Controls.Add(this.ColorFillModeComboBox);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.HorizontalFillModeComboBox);
     this.Controls.Add(this.VerticalFillModeComboBox);
     this.Name = "NTreeMapUC";
     this.Size = new System.Drawing.Size(178, 350);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #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.surfaceSizeCombo             = new Nevron.UI.WinForm.Controls.NComboBox();
     this.useHardwareAccelerationCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label1        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.fillModeCombo = new Nevron.UI.WinForm.Controls.NComboBox();
     this.SuspendLayout();
     //
     // surfaceSizeCombo
     //
     this.surfaceSizeCombo.ListProperties.CheckBoxDataMember = "";
     this.surfaceSizeCombo.ListProperties.DataSource         = null;
     this.surfaceSizeCombo.ListProperties.DisplayMember      = "";
     this.surfaceSizeCombo.Location              = new System.Drawing.Point(6, 67);
     this.surfaceSizeCombo.Name                  = "surfaceSizeCombo";
     this.surfaceSizeCombo.Size                  = new System.Drawing.Size(168, 21);
     this.surfaceSizeCombo.TabIndex              = 2;
     this.surfaceSizeCombo.SelectedIndexChanged += new System.EventHandler(this.SurfaceSizeCombo_SelectedIndexChanged);
     //
     // useHardwareAccelerationCheck
     //
     this.useHardwareAccelerationCheck.ButtonProperties.BorderOffset = 2;
     this.useHardwareAccelerationCheck.Location        = new System.Drawing.Point(6, 13);
     this.useHardwareAccelerationCheck.Name            = "useHardwareAccelerationCheck";
     this.useHardwareAccelerationCheck.Size            = new System.Drawing.Size(171, 20);
     this.useHardwareAccelerationCheck.TabIndex        = 0;
     this.useHardwareAccelerationCheck.Text            = "Use Hardware Acceleration";
     this.useHardwareAccelerationCheck.CheckedChanged += new System.EventHandler(this.UseHardwareAccelerationCheck_CheckedChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(6, 50);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(168, 13);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Surface Size:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(6, 103);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(168, 13);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Fill Mode:";
     //
     // fillModeCombo
     //
     this.fillModeCombo.ListProperties.CheckBoxDataMember = "";
     this.fillModeCombo.ListProperties.DataSource         = null;
     this.fillModeCombo.ListProperties.DisplayMember      = "";
     this.fillModeCombo.Location              = new System.Drawing.Point(6, 120);
     this.fillModeCombo.Name                  = "fillModeCombo";
     this.fillModeCombo.Size                  = new System.Drawing.Size(168, 21);
     this.fillModeCombo.TabIndex              = 4;
     this.fillModeCombo.SelectedIndexChanged += new System.EventHandler(this.FillModeCombo_SelectedIndexChanged);
     //
     // NLargeSurfaceUC
     //
     this.Controls.Add(this.label2);
     this.Controls.Add(this.fillModeCombo);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.surfaceSizeCombo);
     this.Controls.Add(this.useHardwareAccelerationCheck);
     this.Name = "NLargeSurfaceUC";
     this.Size = new System.Drawing.Size(180, 203);
     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.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);
 }
コード例 #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.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);
 }
コード例 #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.components           = new System.ComponentModel.Container();
     this.m_Timer              = new System.Windows.Forms.Timer(this.components);
     this.StartStopTimerButton = new Nevron.UI.WinForm.Controls.NButton();
     this.RenderToWindowCheck  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label1           = new System.Windows.Forms.Label();
     this.GridSizeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.EnableShaderRenderingCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // m_Timer
     //
     this.m_Timer.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // StartStopTimerButton
     //
     this.StartStopTimerButton.Location = new System.Drawing.Point(6, 123);
     this.StartStopTimerButton.Name     = "StartStopTimerButton";
     this.StartStopTimerButton.Size     = new System.Drawing.Size(160, 23);
     this.StartStopTimerButton.TabIndex = 1;
     this.StartStopTimerButton.Text     = "Stop Timer";
     this.StartStopTimerButton.Click   += new System.EventHandler(this.StartStopTimerButton_Click);
     //
     // RenderToWindowCheck
     //
     this.RenderToWindowCheck.ButtonProperties.BorderOffset = 2;
     this.RenderToWindowCheck.Location        = new System.Drawing.Point(6, 46);
     this.RenderToWindowCheck.Name            = "RenderToWindowCheck";
     this.RenderToWindowCheck.Size            = new System.Drawing.Size(149, 20);
     this.RenderToWindowCheck.TabIndex        = 0;
     this.RenderToWindowCheck.Text            = "Render to window";
     this.RenderToWindowCheck.CheckedChanged += new System.EventHandler(this.RenderToWindowCheck_CheckedChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(6, 5);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(168, 13);
     this.label1.TabIndex = 7;
     this.label1.Text     = "Grid Size:";
     //
     // GridSizeComboBox
     //
     this.GridSizeComboBox.ListProperties.CheckBoxDataMember = "";
     this.GridSizeComboBox.ListProperties.DataSource         = null;
     this.GridSizeComboBox.ListProperties.DisplayMember      = "";
     this.GridSizeComboBox.Location              = new System.Drawing.Point(6, 22);
     this.GridSizeComboBox.Name                  = "GridSizeComboBox";
     this.GridSizeComboBox.Size                  = new System.Drawing.Size(156, 21);
     this.GridSizeComboBox.TabIndex              = 8;
     this.GridSizeComboBox.SelectedIndexChanged += new System.EventHandler(this.GridSizeComboBox_SelectedIndexChanged);
     //
     // EnableShaderRenderingCheckBox
     //
     this.EnableShaderRenderingCheckBox.ButtonProperties.BorderOffset = 2;
     this.EnableShaderRenderingCheckBox.Location        = new System.Drawing.Point(6, 72);
     this.EnableShaderRenderingCheckBox.Name            = "EnableShaderRenderingCheckBox";
     this.EnableShaderRenderingCheckBox.Size            = new System.Drawing.Size(149, 20);
     this.EnableShaderRenderingCheckBox.TabIndex        = 9;
     this.EnableShaderRenderingCheckBox.Text            = "Enable Shader Rendering";
     this.EnableShaderRenderingCheckBox.CheckedChanged += new System.EventHandler(this.EnableGPURenderingCheckBox_CheckedChanged);
     //
     // NGridSurfaceRealtimeUC
     //
     this.Controls.Add(this.EnableShaderRenderingCheckBox);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.GridSizeComboBox);
     this.Controls.Add(this.RenderToWindowCheck);
     this.Controls.Add(this.StartStopTimerButton);
     this.Name = "NGridSurfaceRealtimeUC";
     this.Size = new System.Drawing.Size(174, 216);
     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.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();
 }
コード例 #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.UseHardwareAccelerationCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ChangeDataButton   = new Nevron.UI.WinForm.Controls.NButton();
     this.label1             = new System.Windows.Forms.Label();
     this.MaxPointCountCombo = new Nevron.UI.WinForm.Controls.NComboBox();
     this.Enable3DCheckBox   = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // UseHardwareAccelerationCheckBox
     //
     this.UseHardwareAccelerationCheckBox.ButtonProperties.BorderOffset = 2;
     this.UseHardwareAccelerationCheckBox.Location        = new System.Drawing.Point(7, 88);
     this.UseHardwareAccelerationCheckBox.Name            = "UseHardwareAccelerationCheckBox";
     this.UseHardwareAccelerationCheckBox.Size            = new System.Drawing.Size(170, 24);
     this.UseHardwareAccelerationCheckBox.TabIndex        = 7;
     this.UseHardwareAccelerationCheckBox.Text            = "Use Hardware Acceleration";
     this.UseHardwareAccelerationCheckBox.CheckedChanged += new System.EventHandler(this.UseHardwareAccelerationCheckBox_CheckedChanged);
     //
     // ChangeDataButton
     //
     this.ChangeDataButton.Location = new System.Drawing.Point(7, 58);
     this.ChangeDataButton.Name     = "ChangeDataButton";
     this.ChangeDataButton.Size     = new System.Drawing.Size(153, 23);
     this.ChangeDataButton.TabIndex = 9;
     this.ChangeDataButton.Text     = "Change Data";
     this.ChangeDataButton.Click   += new System.EventHandler(this.ChangeDataButton_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(7, 15);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(172, 21);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Max Point Count:";
     //
     // MaxPointCountCombo
     //
     this.MaxPointCountCombo.ListProperties.CheckBoxDataMember = "";
     this.MaxPointCountCombo.ListProperties.DataSource         = null;
     this.MaxPointCountCombo.ListProperties.DisplayMember      = "";
     this.MaxPointCountCombo.Location              = new System.Drawing.Point(7, 32);
     this.MaxPointCountCombo.Name                  = "MaxPointCountCombo";
     this.MaxPointCountCombo.Size                  = new System.Drawing.Size(153, 21);
     this.MaxPointCountCombo.TabIndex              = 1;
     this.MaxPointCountCombo.SelectedIndexChanged += new System.EventHandler(this.MaxPointCountCombo_SelectedIndexChanged);
     //
     // Enable3DCheckBox
     //
     this.Enable3DCheckBox.ButtonProperties.BorderOffset = 2;
     this.Enable3DCheckBox.Location        = new System.Drawing.Point(7, 118);
     this.Enable3DCheckBox.Name            = "Enable3DCheckBox";
     this.Enable3DCheckBox.Size            = new System.Drawing.Size(170, 24);
     this.Enable3DCheckBox.TabIndex        = 10;
     this.Enable3DCheckBox.Text            = "Enable 3D";
     this.Enable3DCheckBox.CheckedChanged += new System.EventHandler(this.Enable3DCheckBox_CheckedChanged);
     //
     // NQuickPointUC
     //
     this.Controls.Add(this.Enable3DCheckBox);
     this.Controls.Add(this.ChangeDataButton);
     this.Controls.Add(this.UseHardwareAccelerationCheckBox);
     this.Controls.Add(this.MaxPointCountCombo);
     this.Controls.Add(this.label1);
     this.Name = "NQuickPointUC";
     this.Size = new System.Drawing.Size(180, 320);
     this.ResumeLayout(false);
 }