/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label7             = new System.Windows.Forms.Label();
     this.AxisElementTextBox = new Nevron.UI.WinForm.Controls.NTextBox();
     this.SuspendLayout();
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(3, 11);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(191, 16);
     this.label7.TabIndex  = 21;
     this.label7.Text      = "Axis Element:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // AxisElementTextBox
     //
     this.AxisElementTextBox.Location = new System.Drawing.Point(6, 30);
     this.AxisElementTextBox.Name     = "AxisElementTextBox";
     this.AxisElementTextBox.ReadOnly = true;
     this.AxisElementTextBox.Size     = new System.Drawing.Size(171, 18);
     this.AxisElementTextBox.TabIndex = 22;
     //
     // NHitTestingScaleElementsUC
     //
     this.Controls.Add(this.label7);
     this.Controls.Add(this.AxisElementTextBox);
     this.Name = "NHitTestingScaleElementsUC";
     this.Size = new System.Drawing.Size(180, 495);
     this.ResumeLayout(false);
 }
Example #2
0
 private void InitializeComponent()
 {
     this.ValueTextBox = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label4       = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // ValueTextBox
     //
     this.ValueTextBox.Location = new System.Drawing.Point(3, 35);
     this.ValueTextBox.Name     = "ValueTextBox";
     this.ValueTextBox.ReadOnly = true;
     this.ValueTextBox.Size     = new System.Drawing.Size(169, 18);
     this.ValueTextBox.TabIndex = 25;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(3, 11);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(169, 16);
     this.label4.TabIndex = 24;
     this.label4.Text     = "Value:";
     //
     // NHeatMapCrossSectionUC
     //
     this.Controls.Add(this.ValueTextBox);
     this.Controls.Add(this.label4);
     this.Name = "NHeatMapCrossSectionUC";
     this.Size = new System.Drawing.Size(179, 516);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.AllowPanCheckBox              = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.AllowVerticalResizeCheckBox   = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.AllowHorizontalResizeCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label2 = new System.Windows.Forms.Label();
     this.HorizontalRangeTextBox = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.VerticalRangeTextBox  = new Nevron.UI.WinForm.Controls.NTextBox();
     this.PaintInvertedCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // AllowPanCheckBox
     //
     this.AllowPanCheckBox.ButtonProperties.BorderOffset = 2;
     this.AllowPanCheckBox.Location        = new System.Drawing.Point(6, 48);
     this.AllowPanCheckBox.Name            = "AllowPanCheckBox";
     this.AllowPanCheckBox.Size            = new System.Drawing.Size(120, 24);
     this.AllowPanCheckBox.TabIndex        = 2;
     this.AllowPanCheckBox.Text            = "Allow Pan";
     this.AllowPanCheckBox.CheckedChanged += new System.EventHandler(this.AllowPanCheckBox_CheckedChanged);
     //
     // AllowVerticalResizeCheckBox
     //
     this.AllowVerticalResizeCheckBox.ButtonProperties.BorderOffset = 2;
     this.AllowVerticalResizeCheckBox.Location        = new System.Drawing.Point(6, 27);
     this.AllowVerticalResizeCheckBox.Name            = "AllowVerticalResizeCheckBox";
     this.AllowVerticalResizeCheckBox.Size            = new System.Drawing.Size(143, 24);
     this.AllowVerticalResizeCheckBox.TabIndex        = 1;
     this.AllowVerticalResizeCheckBox.Text            = "Allow Vertical Resize";
     this.AllowVerticalResizeCheckBox.CheckedChanged += new System.EventHandler(this.AllowVerticalResizeCheckBox_CheckedChanged);
     //
     // AllowHorizontalResizeCheckBox
     //
     this.AllowHorizontalResizeCheckBox.ButtonProperties.BorderOffset = 2;
     this.AllowHorizontalResizeCheckBox.Location        = new System.Drawing.Point(6, 6);
     this.AllowHorizontalResizeCheckBox.Name            = "AllowHorizontalResizeCheckBox";
     this.AllowHorizontalResizeCheckBox.Size            = new System.Drawing.Size(158, 24);
     this.AllowHorizontalResizeCheckBox.TabIndex        = 0;
     this.AllowHorizontalResizeCheckBox.Text            = "Allow Horizontal Resize";
     this.AllowHorizontalResizeCheckBox.CheckedChanged += new System.EventHandler(this.AllowHorizontalResizeCheckBox_CheckedChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(6, 96);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(157, 16);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Horizontal Range:";
     //
     // HorizontalRangeTextBox
     //
     this.HorizontalRangeTextBox.Location = new System.Drawing.Point(6, 116);
     this.HorizontalRangeTextBox.Name     = "HorizontalRangeTextBox";
     this.HorizontalRangeTextBox.ReadOnly = true;
     this.HorizontalRangeTextBox.Size     = new System.Drawing.Size(157, 18);
     this.HorizontalRangeTextBox.TabIndex = 5;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(6, 137);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(157, 16);
     this.label1.TabIndex = 6;
     this.label1.Text     = "Vertical Range:";
     //
     // VerticalRangeTextBox
     //
     this.VerticalRangeTextBox.Location = new System.Drawing.Point(6, 157);
     this.VerticalRangeTextBox.Name     = "VerticalRangeTextBox";
     this.VerticalRangeTextBox.ReadOnly = true;
     this.VerticalRangeTextBox.Size     = new System.Drawing.Size(157, 18);
     this.VerticalRangeTextBox.TabIndex = 7;
     //
     // PaintInvertedCheckBox
     //
     this.PaintInvertedCheckBox.ButtonProperties.BorderOffset = 2;
     this.PaintInvertedCheckBox.Location        = new System.Drawing.Point(6, 69);
     this.PaintInvertedCheckBox.Name            = "PaintInvertedCheckBox";
     this.PaintInvertedCheckBox.Size            = new System.Drawing.Size(120, 24);
     this.PaintInvertedCheckBox.TabIndex        = 3;
     this.PaintInvertedCheckBox.Text            = "Paint Inverted";
     this.PaintInvertedCheckBox.CheckedChanged += new System.EventHandler(this.PaintInvertedCheckBox_CheckedChanged);
     //
     // NRangeSelectionMoveResizeToolUC2
     //
     this.Controls.Add(this.PaintInvertedCheckBox);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.VerticalRangeTextBox);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.HorizontalRangeTextBox);
     this.Controls.Add(this.AllowHorizontalResizeCheckBox);
     this.Controls.Add(this.AllowVerticalResizeCheckBox);
     this.Controls.Add(this.AllowPanCheckBox);
     this.Name = "NRangeSelectionMoveResizeToolUC2";
     this.Size = new System.Drawing.Size(180, 664);
     this.ResumeLayout(false);
 }