Exemplo n.º 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.label3                   = new System.Windows.Forms.Label();
     this.GeneratorModeCombo       = new Nevron.UI.WinForm.Controls.NComboBox();
     this.DataPointCountTextBox    = new Nevron.UI.WinForm.Controls.NTextBox();
     this.UseXValuesCheckBox       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label1                   = new System.Windows.Forms.Label();
     this.ClearDataButton          = new Nevron.UI.WinForm.Controls.NButton();
     this.SampleDistanceScroll     = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label2                   = new System.Windows.Forms.Label();
     this.Add40KDataButton         = new Nevron.UI.WinForm.Controls.NButton();
     this.Add20KDataButton         = new Nevron.UI.WinForm.Controls.NButton();
     this.LineSegmentRouteComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label4                   = new System.Windows.Forms.Label();
     this.EditMarkerButton         = new Nevron.UI.WinForm.Controls.NButton();
     this.SuspendLayout();
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(4, 138);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(171, 17);
     this.label3.TabIndex = 5;
     this.label3.Text     = "Generator Mode:";
     //
     // GeneratorModeCombo
     //
     this.GeneratorModeCombo.ListProperties.CheckBoxDataMember = "";
     this.GeneratorModeCombo.ListProperties.DataSource         = null;
     this.GeneratorModeCombo.ListProperties.DisplayMember      = "";
     this.GeneratorModeCombo.Location = new System.Drawing.Point(4, 158);
     this.GeneratorModeCombo.Name     = "GeneratorModeCombo";
     this.GeneratorModeCombo.Size     = new System.Drawing.Size(171, 22);
     this.GeneratorModeCombo.TabIndex = 6;
     //
     // DataPointCountTextBox
     //
     this.DataPointCountTextBox.Location = new System.Drawing.Point(4, 297);
     this.DataPointCountTextBox.Name     = "DataPointCountTextBox";
     this.DataPointCountTextBox.ReadOnly = true;
     this.DataPointCountTextBox.Size     = new System.Drawing.Size(171, 18);
     this.DataPointCountTextBox.TabIndex = 10;
     //
     // UseXValuesCheckBox
     //
     this.UseXValuesCheckBox.ButtonProperties.BorderOffset = 2;
     this.UseXValuesCheckBox.Location        = new System.Drawing.Point(4, 52);
     this.UseXValuesCheckBox.Name            = "UseXValuesCheckBox";
     this.UseXValuesCheckBox.Size            = new System.Drawing.Size(171, 48);
     this.UseXValuesCheckBox.TabIndex        = 2;
     this.UseXValuesCheckBox.Text            = "Use X Values";
     this.UseXValuesCheckBox.CheckedChanged += new System.EventHandler(this.UseXValuesCheckBox_CheckedChanged);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(4, 273);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(171, 21);
     this.label1.TabIndex  = 9;
     this.label1.Text      = "Data Point Count:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // ClearDataButton
     //
     this.ClearDataButton.Location = new System.Drawing.Point(4, 371);
     this.ClearDataButton.Name     = "ClearDataButton";
     this.ClearDataButton.Size     = new System.Drawing.Size(171, 23);
     this.ClearDataButton.TabIndex = 11;
     this.ClearDataButton.Text     = "Clear Data";
     this.ClearDataButton.Click   += new System.EventHandler(this.ClearDataButton_Click);
     //
     // SampleDistanceScroll
     //
     this.SampleDistanceScroll.LargeChange   = 1;
     this.SampleDistanceScroll.Location      = new System.Drawing.Point(4, 28);
     this.SampleDistanceScroll.Maximum       = 30;
     this.SampleDistanceScroll.Minimum       = 5;
     this.SampleDistanceScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.SampleDistanceScroll.Name          = "SampleDistanceScroll";
     this.SampleDistanceScroll.Size          = new System.Drawing.Size(171, 18);
     this.SampleDistanceScroll.TabIndex      = 1;
     this.SampleDistanceScroll.Value         = 5;
     this.SampleDistanceScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.SampleDistanceScroll_ValueChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(4, 12);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(171, 45);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Sample Distance:";
     //
     // Add40KDataButton
     //
     this.Add40KDataButton.Location = new System.Drawing.Point(4, 247);
     this.Add40KDataButton.Name     = "Add40KDataButton";
     this.Add40KDataButton.Size     = new System.Drawing.Size(171, 23);
     this.Add40KDataButton.TabIndex = 8;
     this.Add40KDataButton.Text     = "Add 40,000 Data Points";
     this.Add40KDataButton.Click   += new System.EventHandler(this.Add40KDataButton_Click);
     //
     // Add20KDataButton
     //
     this.Add20KDataButton.Location = new System.Drawing.Point(4, 218);
     this.Add20KDataButton.Name     = "Add20KDataButton";
     this.Add20KDataButton.Size     = new System.Drawing.Size(171, 23);
     this.Add20KDataButton.TabIndex = 7;
     this.Add20KDataButton.Text     = "Add 20,000 Data Points";
     this.Add20KDataButton.Click   += new System.EventHandler(this.Add20KDataButton_Click);
     //
     // LineSegmentRouteComboBox
     //
     this.LineSegmentRouteComboBox.ListProperties.CheckBoxDataMember = "";
     this.LineSegmentRouteComboBox.ListProperties.DataSource         = null;
     this.LineSegmentRouteComboBox.ListProperties.DisplayMember      = "";
     this.LineSegmentRouteComboBox.Location              = new System.Drawing.Point(4, 112);
     this.LineSegmentRouteComboBox.Name                  = "LineSegmentRouteComboBox";
     this.LineSegmentRouteComboBox.Size                  = new System.Drawing.Size(171, 22);
     this.LineSegmentRouteComboBox.TabIndex              = 4;
     this.LineSegmentRouteComboBox.SelectedIndexChanged += new System.EventHandler(this.LineSegmentRouteComboBox_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(4, 92);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(171, 17);
     this.label4.TabIndex = 3;
     this.label4.Text     = "Line Segment Route:";
     //
     // EditMarkerButton
     //
     this.EditMarkerButton.Location = new System.Drawing.Point(4, 414);
     this.EditMarkerButton.Name     = "EditMarkerButton";
     this.EditMarkerButton.Size     = new System.Drawing.Size(171, 23);
     this.EditMarkerButton.TabIndex = 12;
     this.EditMarkerButton.Text     = "Edit Marker Style";
     this.EditMarkerButton.Click   += new System.EventHandler(this.EditMarkerButton_Click);
     //
     // NSampledStepLine2DUC
     //
     this.Controls.Add(this.EditMarkerButton);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.LineSegmentRouteComboBox);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.GeneratorModeCombo);
     this.Controls.Add(this.DataPointCountTextBox);
     this.Controls.Add(this.UseXValuesCheckBox);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.ClearDataButton);
     this.Controls.Add(this.SampleDistanceScroll);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.Add40KDataButton);
     this.Controls.Add(this.Add20KDataButton);
     this.Name = "NSampledStepLine2DUC";
     this.Size = new System.Drawing.Size(180, 492);
     this.ResumeLayout(false);
 }
Exemplo n.º 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.SampleDistanceScroll = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label2 = new System.Windows.Forms.Label();
     this.DataPointCountTextBox = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label1           = new System.Windows.Forms.Label();
     this.ClearDataButton  = new Nevron.UI.WinForm.Controls.NButton();
     this.Add40KDataButton = new Nevron.UI.WinForm.Controls.NButton();
     this.Add20KDataButton = new Nevron.UI.WinForm.Controls.NButton();
     this.SuspendLayout();
     //
     // SampleDistanceScroll
     //
     this.SampleDistanceScroll.LargeChange   = 1;
     this.SampleDistanceScroll.Location      = new System.Drawing.Point(6, 30);
     this.SampleDistanceScroll.Maximum       = 12;
     this.SampleDistanceScroll.Minimum       = 1;
     this.SampleDistanceScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.SampleDistanceScroll.Name          = "SampleDistanceScroll";
     this.SampleDistanceScroll.Size          = new System.Drawing.Size(168, 18);
     this.SampleDistanceScroll.TabIndex      = 16;
     this.SampleDistanceScroll.Value         = 1;
     this.SampleDistanceScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.SampleDistanceScroll_ValueChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(6, 14);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(168, 21);
     this.label2.TabIndex = 17;
     this.label2.Text     = "Sample Distance:";
     //
     // DataPointCountTextBox
     //
     this.DataPointCountTextBox.Location = new System.Drawing.Point(6, 174);
     this.DataPointCountTextBox.Name     = "DataPointCountTextBox";
     this.DataPointCountTextBox.ReadOnly = true;
     this.DataPointCountTextBox.Size     = new System.Drawing.Size(168, 18);
     this.DataPointCountTextBox.TabIndex = 21;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(6, 150);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(168, 21);
     this.label1.TabIndex  = 20;
     this.label1.Text      = "Data Point Count:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // ClearDataButton
     //
     this.ClearDataButton.Location = new System.Drawing.Point(6, 248);
     this.ClearDataButton.Name     = "ClearDataButton";
     this.ClearDataButton.Size     = new System.Drawing.Size(168, 23);
     this.ClearDataButton.TabIndex = 22;
     this.ClearDataButton.Text     = "Clear Data";
     this.ClearDataButton.Click   += new System.EventHandler(this.ClearDataButton_Click);
     //
     // Add40KDataButton
     //
     this.Add40KDataButton.Location = new System.Drawing.Point(6, 124);
     this.Add40KDataButton.Name     = "Add40KDataButton";
     this.Add40KDataButton.Size     = new System.Drawing.Size(168, 23);
     this.Add40KDataButton.TabIndex = 19;
     this.Add40KDataButton.Text     = "Add 40,000 Data Points";
     this.Add40KDataButton.Click   += new System.EventHandler(this.Add40KDataButton_Click);
     //
     // Add20KDataButton
     //
     this.Add20KDataButton.Location = new System.Drawing.Point(6, 95);
     this.Add20KDataButton.Name     = "Add20KDataButton";
     this.Add20KDataButton.Size     = new System.Drawing.Size(168, 23);
     this.Add20KDataButton.TabIndex = 18;
     this.Add20KDataButton.Text     = "Add 20,000 Data Points";
     this.Add20KDataButton.Click   += new System.EventHandler(this.Add20KDataButton_Click);
     //
     // NSampledLine3DUC
     //
     this.Controls.Add(this.DataPointCountTextBox);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.ClearDataButton);
     this.Controls.Add(this.Add40KDataButton);
     this.Controls.Add(this.Add20KDataButton);
     this.Controls.Add(this.SampleDistanceScroll);
     this.Controls.Add(this.label2);
     this.Name = "NSampledLine3DUC";
     this.Size = new System.Drawing.Size(180, 322);
     this.ResumeLayout(false);
 }
Exemplo n.º 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.groupBox1         = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.LeftBorderButton  = new Nevron.UI.WinForm.Controls.NButton();
     this.LeftFillButton    = new Nevron.UI.WinForm.Controls.NButton();
     this.LeftWidthScroll   = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.LeftVisibleCheck  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label1            = new System.Windows.Forms.Label();
     this.groupBox2         = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.BackBorderButton  = new Nevron.UI.WinForm.Controls.NButton();
     this.BackFillButton    = new Nevron.UI.WinForm.Controls.NButton();
     this.BackWidthScroll   = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label2            = new System.Windows.Forms.Label();
     this.BackVisibleCheck  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.groupBox3         = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.RightBorderButton = new Nevron.UI.WinForm.Controls.NButton();
     this.RightFillButton   = new Nevron.UI.WinForm.Controls.NButton();
     this.RightWidthScroll  = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label3            = new System.Windows.Forms.Label();
     this.RightVisibleCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.groupBox4         = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.FloorBorderButton = new Nevron.UI.WinForm.Controls.NButton();
     this.FloorFillButton   = new Nevron.UI.WinForm.Controls.NButton();
     this.FloorWidthScroll  = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label4            = new System.Windows.Forms.Label();
     this.FloorVisibleCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.LeftBorderButton);
     this.groupBox1.Controls.Add(this.LeftFillButton);
     this.groupBox1.Controls.Add(this.LeftWidthScroll);
     this.groupBox1.Controls.Add(this.LeftVisibleCheck);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.ImageIndex = 0;
     this.groupBox1.Location   = new System.Drawing.Point(6, 6);
     this.groupBox1.Name       = "groupBox1";
     this.groupBox1.Size       = new System.Drawing.Size(171, 135);
     this.groupBox1.TabIndex   = 0;
     this.groupBox1.TabStop    = false;
     this.groupBox1.Text       = "Left Wall";
     //
     // LeftBorderButton
     //
     this.LeftBorderButton.Location = new System.Drawing.Point(8, 106);
     this.LeftBorderButton.Name     = "LeftBorderButton";
     this.LeftBorderButton.Size     = new System.Drawing.Size(153, 21);
     this.LeftBorderButton.TabIndex = 4;
     this.LeftBorderButton.Text     = "Border...";
     this.LeftBorderButton.Click   += new System.EventHandler(this.LeftBorderButton_Click);
     //
     // LeftFillButton
     //
     this.LeftFillButton.Location = new System.Drawing.Point(8, 80);
     this.LeftFillButton.Name     = "LeftFillButton";
     this.LeftFillButton.Size     = new System.Drawing.Size(153, 21);
     this.LeftFillButton.TabIndex = 3;
     this.LeftFillButton.Text     = "Fill Style...";
     this.LeftFillButton.Click   += new System.EventHandler(this.LeftFillButton_Click);
     //
     // LeftWidthScroll
     //
     this.LeftWidthScroll.Location      = new System.Drawing.Point(8, 59);
     this.LeftWidthScroll.Maximum       = 110;
     this.LeftWidthScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.LeftWidthScroll.Name          = "LeftWidthScroll";
     this.LeftWidthScroll.Size          = new System.Drawing.Size(153, 16);
     this.LeftWidthScroll.TabIndex      = 2;
     this.LeftWidthScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.LeftWidthScroll_Scroll);
     //
     // LeftVisibleCheck
     //
     this.LeftVisibleCheck.ButtonProperties.BorderOffset = 2;
     this.LeftVisibleCheck.Location        = new System.Drawing.Point(8, 17);
     this.LeftVisibleCheck.Name            = "LeftVisibleCheck";
     this.LeftVisibleCheck.Size            = new System.Drawing.Size(153, 21);
     this.LeftVisibleCheck.TabIndex        = 0;
     this.LeftVisibleCheck.Text            = "Visible";
     this.LeftVisibleCheck.CheckedChanged += new System.EventHandler(this.LeftVisibleCheck_CheckedChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 42);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(153, 14);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Width:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.BackBorderButton);
     this.groupBox2.Controls.Add(this.BackFillButton);
     this.groupBox2.Controls.Add(this.BackWidthScroll);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.BackVisibleCheck);
     this.groupBox2.ImageIndex = 0;
     this.groupBox2.Location   = new System.Drawing.Point(6, 147);
     this.groupBox2.Name       = "groupBox2";
     this.groupBox2.Size       = new System.Drawing.Size(171, 135);
     this.groupBox2.TabIndex   = 1;
     this.groupBox2.TabStop    = false;
     this.groupBox2.Text       = "Back Wall";
     //
     // BackBorderButton
     //
     this.BackBorderButton.Location = new System.Drawing.Point(8, 106);
     this.BackBorderButton.Name     = "BackBorderButton";
     this.BackBorderButton.Size     = new System.Drawing.Size(153, 21);
     this.BackBorderButton.TabIndex = 4;
     this.BackBorderButton.Text     = "Border...";
     this.BackBorderButton.Click   += new System.EventHandler(this.BackBorderButton_Click);
     //
     // BackFillButton
     //
     this.BackFillButton.Location = new System.Drawing.Point(8, 80);
     this.BackFillButton.Name     = "BackFillButton";
     this.BackFillButton.Size     = new System.Drawing.Size(153, 21);
     this.BackFillButton.TabIndex = 3;
     this.BackFillButton.Text     = "Fill Style...";
     this.BackFillButton.Click   += new System.EventHandler(this.BackFillButton_Click);
     //
     // BackWidthScroll
     //
     this.BackWidthScroll.Location      = new System.Drawing.Point(8, 59);
     this.BackWidthScroll.Maximum       = 110;
     this.BackWidthScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.BackWidthScroll.Name          = "BackWidthScroll";
     this.BackWidthScroll.Size          = new System.Drawing.Size(153, 16);
     this.BackWidthScroll.TabIndex      = 2;
     this.BackWidthScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.BackWidthScroll_Scroll);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 42);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(116, 14);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Width:";
     //
     // BackVisibleCheck
     //
     this.BackVisibleCheck.ButtonProperties.BorderOffset = 2;
     this.BackVisibleCheck.Location        = new System.Drawing.Point(8, 17);
     this.BackVisibleCheck.Name            = "BackVisibleCheck";
     this.BackVisibleCheck.Size            = new System.Drawing.Size(116, 21);
     this.BackVisibleCheck.TabIndex        = 0;
     this.BackVisibleCheck.Text            = "Visible";
     this.BackVisibleCheck.CheckedChanged += new System.EventHandler(this.BackVisibleCheck_CheckedChanged);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.RightBorderButton);
     this.groupBox3.Controls.Add(this.RightFillButton);
     this.groupBox3.Controls.Add(this.RightWidthScroll);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Controls.Add(this.RightVisibleCheck);
     this.groupBox3.ImageIndex = 0;
     this.groupBox3.Location   = new System.Drawing.Point(6, 288);
     this.groupBox3.Name       = "groupBox3";
     this.groupBox3.Size       = new System.Drawing.Size(171, 135);
     this.groupBox3.TabIndex   = 2;
     this.groupBox3.TabStop    = false;
     this.groupBox3.Text       = "Right Wall";
     //
     // RightBorderButton
     //
     this.RightBorderButton.Location = new System.Drawing.Point(8, 106);
     this.RightBorderButton.Name     = "RightBorderButton";
     this.RightBorderButton.Size     = new System.Drawing.Size(153, 21);
     this.RightBorderButton.TabIndex = 4;
     this.RightBorderButton.Text     = "Border...";
     this.RightBorderButton.Click   += new System.EventHandler(this.RightBorderButton_Click);
     //
     // RightFillButton
     //
     this.RightFillButton.Location = new System.Drawing.Point(8, 80);
     this.RightFillButton.Name     = "RightFillButton";
     this.RightFillButton.Size     = new System.Drawing.Size(153, 21);
     this.RightFillButton.TabIndex = 3;
     this.RightFillButton.Text     = "Fill Style...";
     this.RightFillButton.Click   += new System.EventHandler(this.RightFillButton_Click);
     //
     // RightWidthScroll
     //
     this.RightWidthScroll.Location      = new System.Drawing.Point(8, 59);
     this.RightWidthScroll.Maximum       = 110;
     this.RightWidthScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.RightWidthScroll.Name          = "RightWidthScroll";
     this.RightWidthScroll.Size          = new System.Drawing.Size(153, 16);
     this.RightWidthScroll.TabIndex      = 2;
     this.RightWidthScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.RightWidthScroll_Scroll);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 42);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(116, 14);
     this.label3.TabIndex = 1;
     this.label3.Text     = "Width:";
     //
     // RightVisibleCheck
     //
     this.RightVisibleCheck.ButtonProperties.BorderOffset = 2;
     this.RightVisibleCheck.Location        = new System.Drawing.Point(8, 17);
     this.RightVisibleCheck.Name            = "RightVisibleCheck";
     this.RightVisibleCheck.Size            = new System.Drawing.Size(116, 21);
     this.RightVisibleCheck.TabIndex        = 0;
     this.RightVisibleCheck.Text            = "Visible";
     this.RightVisibleCheck.CheckedChanged += new System.EventHandler(this.RightVisibleCheck_CheckedChanged);
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.FloorBorderButton);
     this.groupBox4.Controls.Add(this.FloorFillButton);
     this.groupBox4.Controls.Add(this.FloorWidthScroll);
     this.groupBox4.Controls.Add(this.label4);
     this.groupBox4.Controls.Add(this.FloorVisibleCheck);
     this.groupBox4.ImageIndex = 0;
     this.groupBox4.Location   = new System.Drawing.Point(6, 429);
     this.groupBox4.Name       = "groupBox4";
     this.groupBox4.Size       = new System.Drawing.Size(171, 135);
     this.groupBox4.TabIndex   = 3;
     this.groupBox4.TabStop    = false;
     this.groupBox4.Text       = "Floor Wall";
     //
     // FloorBorderButton
     //
     this.FloorBorderButton.Location = new System.Drawing.Point(8, 106);
     this.FloorBorderButton.Name     = "FloorBorderButton";
     this.FloorBorderButton.Size     = new System.Drawing.Size(153, 21);
     this.FloorBorderButton.TabIndex = 4;
     this.FloorBorderButton.Text     = "Border...";
     this.FloorBorderButton.Click   += new System.EventHandler(this.FloorBorderButton_Click);
     //
     // FloorFillButton
     //
     this.FloorFillButton.Location = new System.Drawing.Point(8, 80);
     this.FloorFillButton.Name     = "FloorFillButton";
     this.FloorFillButton.Size     = new System.Drawing.Size(153, 21);
     this.FloorFillButton.TabIndex = 3;
     this.FloorFillButton.Text     = "Fill Style...";
     this.FloorFillButton.Click   += new System.EventHandler(this.FloorFillButton_Click);
     //
     // FloorWidthScroll
     //
     this.FloorWidthScroll.Location      = new System.Drawing.Point(8, 59);
     this.FloorWidthScroll.Maximum       = 110;
     this.FloorWidthScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.FloorWidthScroll.Name          = "FloorWidthScroll";
     this.FloorWidthScroll.Size          = new System.Drawing.Size(153, 16);
     this.FloorWidthScroll.TabIndex      = 2;
     this.FloorWidthScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.FloorWidthScroll_Scroll);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 42);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(116, 14);
     this.label4.TabIndex = 1;
     this.label4.Text     = "Width:";
     //
     // FloorVisibleCheck
     //
     this.FloorVisibleCheck.ButtonProperties.BorderOffset = 2;
     this.FloorVisibleCheck.Location        = new System.Drawing.Point(8, 17);
     this.FloorVisibleCheck.Name            = "FloorVisibleCheck";
     this.FloorVisibleCheck.Size            = new System.Drawing.Size(116, 21);
     this.FloorVisibleCheck.TabIndex        = 0;
     this.FloorVisibleCheck.Text            = "Visible";
     this.FloorVisibleCheck.CheckedChanged += new System.EventHandler(this.FloorVisibleCheck_CheckedChanged);
     //
     // NWallsGeneralUC
     //
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "NWallsGeneralUC";
     this.Size = new System.Drawing.Size(180, 572);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 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.label1               = new System.Windows.Forms.Label();
     this.PointStyleCombo      = new Nevron.UI.WinForm.Controls.NComboBox();
     this.PointSizeScroll      = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label2               = new System.Windows.Forms.Label();
     this.FillStyleButton      = new Nevron.UI.WinForm.Controls.NButton();
     this.DifferentColorsCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.LinePropertiesButton = new Nevron.UI.WinForm.Controls.NButton();
     this.ShadowButton         = new Nevron.UI.WinForm.Controls.NButton();
     this.dataLabelStyleButton = new Nevron.UI.WinForm.Controls.NButton();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(4, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(172, 21);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Point Style:";
     //
     // PointStyleCombo
     //
     this.PointStyleCombo.ListProperties.CheckBoxDataMember = "";
     this.PointStyleCombo.ListProperties.DataSource         = null;
     this.PointStyleCombo.ListProperties.DisplayMember      = "";
     this.PointStyleCombo.Location              = new System.Drawing.Point(4, 25);
     this.PointStyleCombo.Name                  = "PointStyleCombo";
     this.PointStyleCombo.Size                  = new System.Drawing.Size(172, 21);
     this.PointStyleCombo.TabIndex              = 1;
     this.PointStyleCombo.SelectedIndexChanged += new System.EventHandler(this.PointStyleCombo_SelectedIndexChanged);
     //
     // PointSizeScroll
     //
     this.PointSizeScroll.LargeChange   = 1;
     this.PointSizeScroll.Location      = new System.Drawing.Point(4, 73);
     this.PointSizeScroll.Maximum       = 12;
     this.PointSizeScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.PointSizeScroll.Name          = "PointSizeScroll";
     this.PointSizeScroll.Size          = new System.Drawing.Size(172, 18);
     this.PointSizeScroll.TabIndex      = 3;
     this.PointSizeScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.PointSizeScroll_Scroll);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(4, 57);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(172, 21);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Point Size:";
     //
     // FillStyleButton
     //
     this.FillStyleButton.Location = new System.Drawing.Point(4, 145);
     this.FillStyleButton.Name     = "FillStyleButton";
     this.FillStyleButton.Size     = new System.Drawing.Size(172, 23);
     this.FillStyleButton.TabIndex = 5;
     this.FillStyleButton.Text     = "Point Fill Style...";
     this.FillStyleButton.Click   += new System.EventHandler(this.FillStyleButton_Click);
     //
     // DifferentColorsCheck
     //
     this.DifferentColorsCheck.ButtonProperties.BorderOffset = 2;
     this.DifferentColorsCheck.Location        = new System.Drawing.Point(4, 105);
     this.DifferentColorsCheck.Name            = "DifferentColorsCheck";
     this.DifferentColorsCheck.Size            = new System.Drawing.Size(172, 21);
     this.DifferentColorsCheck.TabIndex        = 4;
     this.DifferentColorsCheck.Text            = "Different Colors";
     this.DifferentColorsCheck.CheckedChanged += new System.EventHandler(this.DifferentColorsCheck_CheckedChanged);
     //
     // LinePropertiesButton
     //
     this.LinePropertiesButton.Location = new System.Drawing.Point(4, 173);
     this.LinePropertiesButton.Name     = "LinePropertiesButton";
     this.LinePropertiesButton.Size     = new System.Drawing.Size(172, 23);
     this.LinePropertiesButton.TabIndex = 6;
     this.LinePropertiesButton.Text     = "Point Stroke Style...";
     this.LinePropertiesButton.Click   += new System.EventHandler(this.LinePropertiesButton_Click);
     //
     // ShadowButton
     //
     this.ShadowButton.Location = new System.Drawing.Point(4, 201);
     this.ShadowButton.Name     = "ShadowButton";
     this.ShadowButton.Size     = new System.Drawing.Size(172, 23);
     this.ShadowButton.TabIndex = 7;
     this.ShadowButton.Text     = "Point Shadow...";
     this.ShadowButton.Click   += new System.EventHandler(this.ShadowButton_Click);
     //
     // dataLabelStyleButton
     //
     this.dataLabelStyleButton.Location = new System.Drawing.Point(4, 228);
     this.dataLabelStyleButton.Name     = "dataLabelStyleButton";
     this.dataLabelStyleButton.Size     = new System.Drawing.Size(172, 23);
     this.dataLabelStyleButton.TabIndex = 8;
     this.dataLabelStyleButton.Text     = "Data Label Style...";
     this.dataLabelStyleButton.Click   += new System.EventHandler(this.dataLabelStyleButton_Click);
     //
     // NTernaryPointUC
     //
     this.Controls.Add(this.dataLabelStyleButton);
     this.Controls.Add(this.ShadowButton);
     this.Controls.Add(this.LinePropertiesButton);
     this.Controls.Add(this.DifferentColorsCheck);
     this.Controls.Add(this.FillStyleButton);
     this.Controls.Add(this.PointSizeScroll);
     this.Controls.Add(this.PointStyleCombo);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name = "NTernaryPointUC";
     this.Size = new System.Drawing.Size(180, 320);
     this.ResumeLayout(false);
 }
Exemplo n.º 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.LeftBeginScroll          = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.groupBox1                = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.LeftTitleTextStyleButton = new Nevron.UI.WinForm.Controls.NButton();
     this.label7                     = new System.Windows.Forms.Label();
     this.LeftTitleTextBox           = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label8                     = new System.Windows.Forms.Label();
     this.LeftTitleAlignmentCombo    = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2                     = new System.Windows.Forms.Label();
     this.label1                     = new System.Windows.Forms.Label();
     this.LeftEndScroll              = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.groupBox2                  = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.BottomTitleTextStyleButton = new Nevron.UI.WinForm.Controls.NButton();
     this.label5                     = new System.Windows.Forms.Label();
     this.BottomTitleTextBox         = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label6                     = new System.Windows.Forms.Label();
     this.BottomTitleAlignmentCombo  = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label3                     = new System.Windows.Forms.Label();
     this.label4                     = new System.Windows.Forms.Label();
     this.BottomEndScroll            = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.BottomBeginScroll          = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // LeftBeginScroll
     //
     this.LeftBeginScroll.Location      = new System.Drawing.Point(9, 41);
     this.LeftBeginScroll.Maximum       = 110;
     this.LeftBeginScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.LeftBeginScroll.Name          = "LeftBeginScroll";
     this.LeftBeginScroll.Size          = new System.Drawing.Size(148, 16);
     this.LeftBeginScroll.TabIndex      = 0;
     this.LeftBeginScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.LeftBeginScroll_Scroll);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.LeftTitleTextStyleButton);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.LeftTitleTextBox);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.LeftTitleAlignmentCombo);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.LeftEndScroll);
     this.groupBox1.Controls.Add(this.LeftBeginScroll);
     this.groupBox1.Dock       = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.ImageIndex = 0;
     this.groupBox1.Location   = new System.Drawing.Point(0, 0);
     this.groupBox1.Name       = "groupBox1";
     this.groupBox1.Size       = new System.Drawing.Size(174, 240);
     this.groupBox1.TabIndex   = 1;
     this.groupBox1.TabStop    = false;
     this.groupBox1.Text       = "Left Axis Stripe";
     //
     // LeftTitleTextStyleButton
     //
     this.LeftTitleTextStyleButton.Location = new System.Drawing.Point(9, 201);
     this.LeftTitleTextStyleButton.Name     = "LeftTitleTextStyleButton";
     this.LeftTitleTextStyleButton.Size     = new System.Drawing.Size(148, 21);
     this.LeftTitleTextStyleButton.TabIndex = 54;
     this.LeftTitleTextStyleButton.Text     = "Text Style...";
     this.LeftTitleTextStyleButton.Click   += new System.EventHandler(this.LeftTitleTextStyleButton_Click);
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(6, 159);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(49, 15);
     this.label7.TabIndex  = 53;
     this.label7.Text      = "Text:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // LeftTitleTextBox
     //
     this.LeftTitleTextBox.Location     = new System.Drawing.Point(7, 177);
     this.LeftTitleTextBox.Name         = "LeftTitleTextBox";
     this.LeftTitleTextBox.Size         = new System.Drawing.Size(150, 18);
     this.LeftTitleTextBox.TabIndex     = 52;
     this.LeftTitleTextBox.TextChanged += new System.EventHandler(this.LeftTitleTextBox_TextChanged);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(9, 118);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(148, 15);
     this.label8.TabIndex = 51;
     this.label8.Text     = "Content Alignment:";
     //
     // LeftTitleAlignmentCombo
     //
     this.LeftTitleAlignmentCombo.Location              = new System.Drawing.Point(9, 135);
     this.LeftTitleAlignmentCombo.Name                  = "LeftTitleAlignmentCombo";
     this.LeftTitleAlignmentCombo.Size                  = new System.Drawing.Size(148, 21);
     this.LeftTitleAlignmentCombo.TabIndex              = 50;
     this.LeftTitleAlignmentCombo.SelectedIndexChanged += new System.EventHandler(this.LeftTitleAlignmentCombo_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(9, 67);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(148, 16);
     this.label2.TabIndex = 6;
     this.label2.Text     = "End Value:";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(9, 23);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(148, 17);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Begin Value:";
     //
     // LeftEndScroll
     //
     this.LeftEndScroll.Location      = new System.Drawing.Point(9, 86);
     this.LeftEndScroll.Maximum       = 110;
     this.LeftEndScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.LeftEndScroll.Name          = "LeftEndScroll";
     this.LeftEndScroll.Size          = new System.Drawing.Size(148, 16);
     this.LeftEndScroll.TabIndex      = 1;
     this.LeftEndScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.LeftEndScroll_Scroll);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.BottomTitleTextStyleButton);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.BottomTitleTextBox);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.BottomTitleAlignmentCombo);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.BottomEndScroll);
     this.groupBox2.Controls.Add(this.BottomBeginScroll);
     this.groupBox2.Dock       = System.Windows.Forms.DockStyle.Top;
     this.groupBox2.ImageIndex = 0;
     this.groupBox2.Location   = new System.Drawing.Point(0, 240);
     this.groupBox2.Name       = "groupBox2";
     this.groupBox2.Size       = new System.Drawing.Size(174, 263);
     this.groupBox2.TabIndex   = 2;
     this.groupBox2.TabStop    = false;
     this.groupBox2.Text       = "Bottom Axis Stripe";
     //
     // BottomTitleTextStyleButton
     //
     this.BottomTitleTextStyleButton.Location = new System.Drawing.Point(9, 211);
     this.BottomTitleTextStyleButton.Name     = "BottomTitleTextStyleButton";
     this.BottomTitleTextStyleButton.Size     = new System.Drawing.Size(148, 21);
     this.BottomTitleTextStyleButton.TabIndex = 54;
     this.BottomTitleTextStyleButton.Text     = "Text Style...";
     this.BottomTitleTextStyleButton.Click   += new System.EventHandler(this.BottomTitleTextStyleButton_Click);
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(6, 169);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(49, 15);
     this.label5.TabIndex  = 53;
     this.label5.Text      = "Text:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // BottomTitleTextBox
     //
     this.BottomTitleTextBox.Location     = new System.Drawing.Point(7, 187);
     this.BottomTitleTextBox.Name         = "BottomTitleTextBox";
     this.BottomTitleTextBox.Size         = new System.Drawing.Size(150, 18);
     this.BottomTitleTextBox.TabIndex     = 52;
     this.BottomTitleTextBox.TextChanged += new System.EventHandler(this.BottomTitleTextBox_TextChanged);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(9, 128);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(148, 15);
     this.label6.TabIndex = 51;
     this.label6.Text     = "Content Alignment:";
     //
     // BottomTitleAlignmentCombo
     //
     this.BottomTitleAlignmentCombo.Location              = new System.Drawing.Point(9, 145);
     this.BottomTitleAlignmentCombo.Name                  = "BottomTitleAlignmentCombo";
     this.BottomTitleAlignmentCombo.Size                  = new System.Drawing.Size(148, 21);
     this.BottomTitleAlignmentCombo.TabIndex              = 50;
     this.BottomTitleAlignmentCombo.SelectedIndexChanged += new System.EventHandler(this.BottomTitleAlignmentCombo_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(9, 80);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(148, 16);
     this.label3.TabIndex = 13;
     this.label3.Text     = "End Value:";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(9, 23);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(148, 17);
     this.label4.TabIndex = 12;
     this.label4.Text     = "Begin Value:";
     //
     // BottomEndScroll
     //
     this.BottomEndScroll.Location      = new System.Drawing.Point(9, 99);
     this.BottomEndScroll.Maximum       = 110;
     this.BottomEndScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.BottomEndScroll.Name          = "BottomEndScroll";
     this.BottomEndScroll.Size          = new System.Drawing.Size(148, 16);
     this.BottomEndScroll.TabIndex      = 8;
     this.BottomEndScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.BottomEndScroll_Scroll);
     //
     // BottomBeginScroll
     //
     this.BottomBeginScroll.Location      = new System.Drawing.Point(9, 41);
     this.BottomBeginScroll.Maximum       = 110;
     this.BottomBeginScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.BottomBeginScroll.Name          = "BottomBeginScroll";
     this.BottomBeginScroll.Size          = new System.Drawing.Size(148, 16);
     this.BottomBeginScroll.TabIndex      = 7;
     this.BottomBeginScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.BottomBeginScroll_Scroll);
     //
     // NStripeLabelsUC
     //
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "NStripeLabelsUC";
     this.Size = new System.Drawing.Size(174, 539);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 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.label1              = new System.Windows.Forms.Label();
     this.BarShapeCombo       = new Nevron.UI.WinForm.Controls.NComboBox();
     this.BarFEButton         = new Nevron.UI.WinForm.Controls.NButton();
     this.label3              = new System.Windows.Forms.Label();
     this.label2              = new System.Windows.Forms.Label();
     this.DepthScroll         = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.WidthScroll         = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.BarBorderButton     = new Nevron.UI.WinForm.Controls.NButton();
     this.ShowDataLabelsCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(10, 10);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(159, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Bar Shape:";
     //
     // BarShapeCombo
     //
     this.BarShapeCombo.ListProperties.CheckBoxDataMember = "";
     this.BarShapeCombo.ListProperties.DataSource         = null;
     this.BarShapeCombo.ListProperties.DisplayMember      = "";
     this.BarShapeCombo.Location              = new System.Drawing.Point(10, 27);
     this.BarShapeCombo.Name                  = "BarShapeCombo";
     this.BarShapeCombo.Size                  = new System.Drawing.Size(159, 21);
     this.BarShapeCombo.TabIndex              = 2;
     this.BarShapeCombo.SelectedIndexChanged += new System.EventHandler(this.BarStyleCombo_SelectedIndexChanged);
     //
     // BarFEButton
     //
     this.BarFEButton.Location = new System.Drawing.Point(10, 162);
     this.BarFEButton.Name     = "BarFEButton";
     this.BarFEButton.Size     = new System.Drawing.Size(159, 24);
     this.BarFEButton.TabIndex = 4;
     this.BarFEButton.Text     = "Bar Fill Style...";
     this.BarFEButton.Click   += new System.EventHandler(this.BarFEButton_Click);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(10, 108);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(159, 16);
     this.label3.TabIndex = 10;
     this.label3.Text     = "Depth %:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(10, 62);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(159, 16);
     this.label2.TabIndex = 9;
     this.label2.Text     = "Width %:";
     //
     // DepthScroll
     //
     this.DepthScroll.Location      = new System.Drawing.Point(10, 126);
     this.DepthScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.DepthScroll.Name          = "DepthScroll";
     this.DepthScroll.Size          = new System.Drawing.Size(159, 16);
     this.DepthScroll.TabIndex      = 8;
     this.DepthScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.DepthScroll_Scroll);
     //
     // WidthScroll
     //
     this.WidthScroll.Location      = new System.Drawing.Point(10, 80);
     this.WidthScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.WidthScroll.Name          = "WidthScroll";
     this.WidthScroll.Size          = new System.Drawing.Size(159, 16);
     this.WidthScroll.TabIndex      = 7;
     this.WidthScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.WidthScroll_Scroll);
     //
     // BarBorderButton
     //
     this.BarBorderButton.Location = new System.Drawing.Point(10, 193);
     this.BarBorderButton.Name     = "BarBorderButton";
     this.BarBorderButton.Size     = new System.Drawing.Size(159, 24);
     this.BarBorderButton.TabIndex = 18;
     this.BarBorderButton.Text     = "Bar Border...";
     this.BarBorderButton.Click   += new System.EventHandler(this.BarBorderButton_Click);
     //
     // ShowDataLabelsCheck
     //
     this.ShowDataLabelsCheck.ButtonProperties.BorderOffset = 2;
     this.ShowDataLabelsCheck.Location        = new System.Drawing.Point(10, 235);
     this.ShowDataLabelsCheck.Name            = "ShowDataLabelsCheck";
     this.ShowDataLabelsCheck.Size            = new System.Drawing.Size(159, 21);
     this.ShowDataLabelsCheck.TabIndex        = 27;
     this.ShowDataLabelsCheck.Text            = "Show Data Labels";
     this.ShowDataLabelsCheck.CheckedChanged += new System.EventHandler(this.ShowDataLabelsCheck_CheckedChanged);
     //
     // NStandardFloatBarUC
     //
     this.Controls.Add(this.ShowDataLabelsCheck);
     this.Controls.Add(this.BarBorderButton);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.DepthScroll);
     this.Controls.Add(this.WidthScroll);
     this.Controls.Add(this.BarFEButton);
     this.Controls.Add(this.BarShapeCombo);
     this.Controls.Add(this.label1);
     this.Name = "NStandardFloatBarUC";
     this.Size = new System.Drawing.Size(180, 304);
     this.ResumeLayout(false);
 }
Exemplo n.º 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.ChartDepthScroll = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label2           = new System.Windows.Forms.Label();
     this.LineDepthScroll  = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.NewDataButton    = new Nevron.UI.WinForm.Controls.NButton();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(7, 7);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(167, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Chart Depth:";
     //
     // ChartDepthScroll
     //
     this.ChartDepthScroll.LargeChange   = 5;
     this.ChartDepthScroll.Location      = new System.Drawing.Point(7, 31);
     this.ChartDepthScroll.Maximum       = 50;
     this.ChartDepthScroll.Minimum       = 1;
     this.ChartDepthScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.ChartDepthScroll.Name          = "ChartDepthScroll";
     this.ChartDepthScroll.Size          = new System.Drawing.Size(167, 16);
     this.ChartDepthScroll.TabIndex      = 1;
     this.ChartDepthScroll.Value         = 1;
     this.ChartDepthScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.ChartDepthScroll_Scroll);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(7, 63);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(167, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Line Depth %:";
     //
     // LineDepthScroll
     //
     this.LineDepthScroll.Location      = new System.Drawing.Point(7, 87);
     this.LineDepthScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.LineDepthScroll.Name          = "LineDepthScroll";
     this.LineDepthScroll.Size          = new System.Drawing.Size(167, 16);
     this.LineDepthScroll.TabIndex      = 3;
     this.LineDepthScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.LineDepthScroll_Scroll);
     //
     // NewDataButton
     //
     this.NewDataButton.Location = new System.Drawing.Point(7, 133);
     this.NewDataButton.Name     = "NewDataButton";
     this.NewDataButton.Size     = new System.Drawing.Size(167, 22);
     this.NewDataButton.TabIndex = 4;
     this.NewDataButton.Text     = "New Data";
     this.NewDataButton.Click   += new System.EventHandler(this.NewDataButton_Click);
     //
     // NMultiSeriesLineUC
     //
     this.Controls.Add(this.NewDataButton);
     this.Controls.Add(this.LineDepthScroll);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.ChartDepthScroll);
     this.Name = "NMultiSeriesLineUC";
     this.Size = new System.Drawing.Size(180, 171);
     this.ResumeLayout(false);
 }
Exemplo n.º 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.ContentAlignmentLabel    = new System.Windows.Forms.Label();
     this.TransparencyLabel        = new System.Windows.Forms.Label();
     this.TransparencyScrollBar    = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.HasShadowCheckBox        = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowLegendGridCheckBox   = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.UseAutomaticSizeCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.groupBox1                = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.LocationEditorUC         = new Nevron.Editors.NPointEditorUC();
     this.groupBox2                = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.SizeEditorUC             = new Nevron.Editors.NSizeLEditorUC();
     this.ContentAlignmentComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // ContentAlignmentLabel
     //
     this.ContentAlignmentLabel.Location  = new System.Drawing.Point(8, 162);
     this.ContentAlignmentLabel.Name      = "ContentAlignmentLabel";
     this.ContentAlignmentLabel.Size      = new System.Drawing.Size(266, 22);
     this.ContentAlignmentLabel.TabIndex  = 3;
     this.ContentAlignmentLabel.Text      = "ContentAlignment:";
     this.ContentAlignmentLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // TransparencyLabel
     //
     this.TransparencyLabel.Location  = new System.Drawing.Point(8, 266);
     this.TransparencyLabel.Name      = "TransparencyLabel";
     this.TransparencyLabel.Size      = new System.Drawing.Size(266, 16);
     this.TransparencyLabel.TabIndex  = 7;
     this.TransparencyLabel.Text      = "Transparency:";
     this.TransparencyLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // TransparencyScrollBar
     //
     this.TransparencyScrollBar.Location      = new System.Drawing.Point(8, 288);
     this.TransparencyScrollBar.Maximum       = 110;
     this.TransparencyScrollBar.Name          = "TransparencyScrollBar";
     this.TransparencyScrollBar.Size          = new System.Drawing.Size(266, 16);
     this.TransparencyScrollBar.TabIndex      = 8;
     this.TransparencyScrollBar.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.TransparencyScrollBar_ValueChanged);
     //
     // HasShadowCheckBox
     //
     this.HasShadowCheckBox.Location        = new System.Drawing.Point(8, 210);
     this.HasShadowCheckBox.Name            = "HasShadowCheckBox";
     this.HasShadowCheckBox.Size            = new System.Drawing.Size(266, 25);
     this.HasShadowCheckBox.TabIndex        = 5;
     this.HasShadowCheckBox.Text            = "Has shadow";
     this.HasShadowCheckBox.CheckedChanged += new System.EventHandler(this.HasShadowCheckBox_CheckedChanged);
     //
     // ShowLegendGridCheckBox
     //
     this.ShowLegendGridCheckBox.Location        = new System.Drawing.Point(8, 236);
     this.ShowLegendGridCheckBox.Name            = "ShowLegendGridCheckBox";
     this.ShowLegendGridCheckBox.Size            = new System.Drawing.Size(266, 25);
     this.ShowLegendGridCheckBox.TabIndex        = 6;
     this.ShowLegendGridCheckBox.Text            = "Show legend grid";
     this.ShowLegendGridCheckBox.CheckedChanged += new System.EventHandler(this.ShowLegendGridCheckBox_CheckedChanged);
     //
     // UseAutomaticSizeCheckBox
     //
     this.UseAutomaticSizeCheckBox.Location        = new System.Drawing.Point(8, 69);
     this.UseAutomaticSizeCheckBox.Name            = "UseAutomaticSizeCheckBox";
     this.UseAutomaticSizeCheckBox.Size            = new System.Drawing.Size(266, 24);
     this.UseAutomaticSizeCheckBox.TabIndex        = 1;
     this.UseAutomaticSizeCheckBox.Text            = "Use automatic size";
     this.UseAutomaticSizeCheckBox.CheckedChanged += new System.EventHandler(this.UseAutomaticSizeCheckBox_CheckedChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.LocationEditorUC);
     this.groupBox1.ImageIndex = 0;
     this.groupBox1.Location   = new System.Drawing.Point(8, 0);
     this.groupBox1.Name       = "groupBox1";
     this.groupBox1.Size       = new System.Drawing.Size(266, 68);
     this.groupBox1.TabIndex   = 0;
     this.groupBox1.TabStop    = false;
     this.groupBox1.Text       = "Location";
     //
     // LocationEditorUC
     //
     this.LocationEditorUC.Location = new System.Drawing.Point(7, 16);
     this.LocationEditorUC.Name     = "LocationEditorUC";
     this.LocationEditorUC.Size     = new System.Drawing.Size(252, 45);
     this.LocationEditorUC.TabIndex = 0;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.SizeEditorUC);
     this.groupBox2.ImageIndex = 0;
     this.groupBox2.Location   = new System.Drawing.Point(8, 93);
     this.groupBox2.Name       = "groupBox2";
     this.groupBox2.Size       = new System.Drawing.Size(266, 68);
     this.groupBox2.TabIndex   = 2;
     this.groupBox2.TabStop    = false;
     this.groupBox2.Text       = "Size";
     //
     // SizeEditorUC
     //
     this.SizeEditorUC.Location = new System.Drawing.Point(7, 16);
     this.SizeEditorUC.Name     = "SizeEditorUC";
     this.SizeEditorUC.Size     = new System.Drawing.Size(252, 45);
     this.SizeEditorUC.TabIndex = 0;
     //
     // ContentAlignmentComboBox
     //
     this.ContentAlignmentComboBox.Location              = new System.Drawing.Point(8, 184);
     this.ContentAlignmentComboBox.Name                  = "ContentAlignmentComboBox";
     this.ContentAlignmentComboBox.Size                  = new System.Drawing.Size(266, 21);
     this.ContentAlignmentComboBox.TabIndex              = 4;
     this.ContentAlignmentComboBox.SelectedIndexChanged += new System.EventHandler(this.ContentAlignmentComboBox_SelectedIndexChanged);
     //
     // NLegendPositioningUC
     //
     this.Controls.Add(this.ShowLegendGridCheckBox);
     this.Controls.Add(this.HasShadowCheckBox);
     this.Controls.Add(this.TransparencyScrollBar);
     this.Controls.Add(this.TransparencyLabel);
     this.Controls.Add(this.ContentAlignmentComboBox);
     this.Controls.Add(this.ContentAlignmentLabel);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.UseAutomaticSizeCheckBox);
     this.Controls.Add(this.groupBox1);
     this.Name = "NLegendPositioningUC";
     this.Size = new System.Drawing.Size(280, 578);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 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.label1 = new System.Windows.Forms.Label();
     this.SweepAngleScrollBar = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.BeginAngleScrollBar = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label4    = new System.Windows.Forms.Label();
     this.label3    = new System.Windows.Forms.Label();
     this.groupBox1 = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.groupBox2 = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.LinearGaugeOrientationComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label5                            = new System.Windows.Forms.Label();
     this.BorderTypeComboBox                = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2                            = new System.Windows.Forms.Label();
     this.RoundRectRoundingUpDown           = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.RadialGaugeAutoBorderTypeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label6                            = new System.Windows.Forms.Label();
     this.CenterRoundingNumericUpDown       = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label7                            = new System.Windows.Forms.Label();
     this.EdgeRoundingNumericUpDown         = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label8                            = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.RoundRectRoundingUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CenterRoundingNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.EdgeRoundingNumericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(14, 10);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(68, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Border Type:";
     //
     // SweepAngleScrollBar
     //
     this.SweepAngleScrollBar.Location      = new System.Drawing.Point(10, 81);
     this.SweepAngleScrollBar.Maximum       = 350;
     this.SweepAngleScrollBar.Minimum       = -350;
     this.SweepAngleScrollBar.MinimumSize   = new System.Drawing.Size(32, 16);
     this.SweepAngleScrollBar.Name          = "SweepAngleScrollBar";
     this.SweepAngleScrollBar.Size          = new System.Drawing.Size(153, 16);
     this.SweepAngleScrollBar.TabIndex      = 3;
     this.SweepAngleScrollBar.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.SweepAngleScrollBar_ValueChanged);
     //
     // BeginAngleScrollBar
     //
     this.BeginAngleScrollBar.Location      = new System.Drawing.Point(10, 35);
     this.BeginAngleScrollBar.Maximum       = 360;
     this.BeginAngleScrollBar.Minimum       = -360;
     this.BeginAngleScrollBar.MinimumSize   = new System.Drawing.Size(32, 16);
     this.BeginAngleScrollBar.Name          = "BeginAngleScrollBar";
     this.BeginAngleScrollBar.Size          = new System.Drawing.Size(153, 16);
     this.BeginAngleScrollBar.TabIndex      = 1;
     this.BeginAngleScrollBar.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.BeginAngleScrollBar_ValueChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(10, 65);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(73, 13);
     this.label4.TabIndex = 2;
     this.label4.Text     = "Sweep Angle:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(10, 19);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(67, 13);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Begin Angle:";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.BeginAngleScrollBar);
     this.groupBox1.Controls.Add(this.SweepAngleScrollBar);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Location = new System.Drawing.Point(3, 231);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(195, 116);
     this.groupBox1.TabIndex = 10;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Radial Gauge";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.LinearGaugeOrientationComboBox);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Location = new System.Drawing.Point(0, 353);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(198, 72);
     this.groupBox2.TabIndex = 11;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Linear Gauge";
     //
     // LinearGaugeOrientationComboBox
     //
     this.LinearGaugeOrientationComboBox.ListProperties.CheckBoxDataMember = "";
     this.LinearGaugeOrientationComboBox.ListProperties.DataSource         = null;
     this.LinearGaugeOrientationComboBox.ListProperties.DisplayMember      = "";
     this.LinearGaugeOrientationComboBox.Location              = new System.Drawing.Point(14, 38);
     this.LinearGaugeOrientationComboBox.Name                  = "LinearGaugeOrientationComboBox";
     this.LinearGaugeOrientationComboBox.Size                  = new System.Drawing.Size(152, 21);
     this.LinearGaugeOrientationComboBox.TabIndex              = 1;
     this.LinearGaugeOrientationComboBox.SelectedIndexChanged += new System.EventHandler(this.LinearGaugeOrientationComboBox_SelectedIndexChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(10, 19);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(61, 13);
     this.label5.TabIndex = 0;
     this.label5.Text     = "Orientation:";
     //
     // BorderTypeComboBox
     //
     this.BorderTypeComboBox.ListProperties.CheckBoxDataMember = "";
     this.BorderTypeComboBox.ListProperties.DataSource         = null;
     this.BorderTypeComboBox.ListProperties.DisplayMember      = "";
     this.BorderTypeComboBox.Location              = new System.Drawing.Point(17, 27);
     this.BorderTypeComboBox.Name                  = "BorderTypeComboBox";
     this.BorderTypeComboBox.Size                  = new System.Drawing.Size(149, 21);
     this.BorderTypeComboBox.TabIndex              = 1;
     this.BorderTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.BorderTypeComboBox_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(14, 63);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(90, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Corner Rounding:";
     //
     // RoundRectRoundingUpDown
     //
     this.RoundRectRoundingUpDown.Location      = new System.Drawing.Point(113, 54);
     this.RoundRectRoundingUpDown.Name          = "RoundRectRoundingUpDown";
     this.RoundRectRoundingUpDown.Size          = new System.Drawing.Size(52, 20);
     this.RoundRectRoundingUpDown.TabIndex      = 3;
     this.RoundRectRoundingUpDown.ValueChanged += new System.EventHandler(this.RoundRectRoundingUpDown_ValueChanged);
     //
     // RadialGaugeAutoBorderTypeComboBox
     //
     this.RadialGaugeAutoBorderTypeComboBox.ListProperties.CheckBoxDataMember = "";
     this.RadialGaugeAutoBorderTypeComboBox.ListProperties.DataSource         = null;
     this.RadialGaugeAutoBorderTypeComboBox.ListProperties.DisplayMember      = "";
     this.RadialGaugeAutoBorderTypeComboBox.Location              = new System.Drawing.Point(14, 125);
     this.RadialGaugeAutoBorderTypeComboBox.Name                  = "RadialGaugeAutoBorderTypeComboBox";
     this.RadialGaugeAutoBorderTypeComboBox.Size                  = new System.Drawing.Size(152, 21);
     this.RadialGaugeAutoBorderTypeComboBox.TabIndex              = 5;
     this.RadialGaugeAutoBorderTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.RadialGaugeAutoBorderTypeComboBox_SelectedIndexChanged);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(14, 109);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(134, 13);
     this.label6.TabIndex = 4;
     this.label6.Text     = "Radial Gauge Auto Border:";
     //
     // CenterRoundingNumericUpDown
     //
     this.CenterRoundingNumericUpDown.Location      = new System.Drawing.Point(113, 162);
     this.CenterRoundingNumericUpDown.Name          = "CenterRoundingNumericUpDown";
     this.CenterRoundingNumericUpDown.Size          = new System.Drawing.Size(53, 20);
     this.CenterRoundingNumericUpDown.TabIndex      = 7;
     this.CenterRoundingNumericUpDown.ValueChanged += new System.EventHandler(this.CenterRoundingNumericUpDown_ValueChanged);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(11, 169);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(90, 13);
     this.label7.TabIndex = 6;
     this.label7.Text     = "Center Rounding:";
     //
     // EdgeRoundingNumericUpDown
     //
     this.EdgeRoundingNumericUpDown.Location      = new System.Drawing.Point(113, 188);
     this.EdgeRoundingNumericUpDown.Name          = "EdgeRoundingNumericUpDown";
     this.EdgeRoundingNumericUpDown.Size          = new System.Drawing.Size(53, 20);
     this.EdgeRoundingNumericUpDown.TabIndex      = 9;
     this.EdgeRoundingNumericUpDown.ValueChanged += new System.EventHandler(this.EdgeRoundingNumericUpDown_ValueChanged);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(11, 195);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(84, 13);
     this.label8.TabIndex = 8;
     this.label8.Text     = "Edge Rounding:";
     //
     // NGaugeBordersUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.EdgeRoundingNumericUpDown);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.CenterRoundingNumericUpDown);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.RadialGaugeAutoBorderTypeComboBox);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.RoundRectRoundingUpDown);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.BorderTypeComboBox);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label1);
     this.Name = "NGaugeBordersUC";
     this.Size = new System.Drawing.Size(180, 433);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.RoundRectRoundingUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CenterRoundingNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.EdgeRoundingNumericUpDown)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1                         = new System.Windows.Forms.Label();
     this.AngleModeComboBox              = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2                         = new System.Windows.Forms.Label();
     this.CustomAngleNumericUpDown       = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.AllowTextFlipCheckBox          = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SweepAngleScrollBar            = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.BeginAngleScrollBar            = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label4                         = new System.Windows.Forms.Label();
     this.label3                         = new System.Windows.Forms.Label();
     this.groupBox1                      = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.groupBox2                      = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.LinearGaugeOrientationComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label5                         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.CustomAngleNumericUpDown)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(11, 10);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(67, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Angle Mode:";
     //
     // AngleModeComboBox
     //
     this.AngleModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.AngleModeComboBox.ListProperties.DataSource         = null;
     this.AngleModeComboBox.ListProperties.DisplayMember      = "";
     this.AngleModeComboBox.Location              = new System.Drawing.Point(11, 26);
     this.AngleModeComboBox.Name                  = "AngleModeComboBox";
     this.AngleModeComboBox.Size                  = new System.Drawing.Size(155, 21);
     this.AngleModeComboBox.TabIndex              = 1;
     this.AngleModeComboBox.SelectedIndexChanged += new System.EventHandler(this.AngleModeComboBox_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(11, 54);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(75, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Custom Angle:";
     //
     // CustomAngleNumericUpDown
     //
     this.CustomAngleNumericUpDown.Increment = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.CustomAngleNumericUpDown.Location = new System.Drawing.Point(11, 71);
     this.CustomAngleNumericUpDown.Maximum  = new decimal(new int[] {
         360,
         0,
         0,
         0
     });
     this.CustomAngleNumericUpDown.Name          = "CustomAngleNumericUpDown";
     this.CustomAngleNumericUpDown.Size          = new System.Drawing.Size(155, 20);
     this.CustomAngleNumericUpDown.TabIndex      = 3;
     this.CustomAngleNumericUpDown.ValueChanged += new System.EventHandler(this.CustomAngleNumericUpDown_ValueChanged);
     //
     // AllowTextFlipCheckBox
     //
     this.AllowTextFlipCheckBox.AutoSize = true;
     this.AllowTextFlipCheckBox.ButtonProperties.BorderOffset = 2;
     this.AllowTextFlipCheckBox.Location = new System.Drawing.Point(11, 108);
     this.AllowTextFlipCheckBox.Name     = "AllowTextFlipCheckBox";
     this.AllowTextFlipCheckBox.Size     = new System.Drawing.Size(109, 17);
     this.AllowTextFlipCheckBox.TabIndex = 4;
     this.AllowTextFlipCheckBox.Text     = "Allow labels to flip";
     this.AllowTextFlipCheckBox.UseVisualStyleBackColor = true;
     this.AllowTextFlipCheckBox.CheckedChanged         += new System.EventHandler(this.AllowTextFlipCheckBox_CheckedChanged);
     //
     // SweepAngleScrollBar
     //
     this.SweepAngleScrollBar.Location      = new System.Drawing.Point(10, 83);
     this.SweepAngleScrollBar.Maximum       = 350;
     this.SweepAngleScrollBar.Minimum       = -350;
     this.SweepAngleScrollBar.MinimumSize   = new System.Drawing.Size(32, 16);
     this.SweepAngleScrollBar.Name          = "SweepAngleScrollBar";
     this.SweepAngleScrollBar.Size          = new System.Drawing.Size(136, 16);
     this.SweepAngleScrollBar.TabIndex      = 3;
     this.SweepAngleScrollBar.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.SweepAngleScrollBar_ValueChanged);
     //
     // BeginAngleScrollBar
     //
     this.BeginAngleScrollBar.Location      = new System.Drawing.Point(10, 37);
     this.BeginAngleScrollBar.Maximum       = 360;
     this.BeginAngleScrollBar.Minimum       = -360;
     this.BeginAngleScrollBar.MinimumSize   = new System.Drawing.Size(32, 16);
     this.BeginAngleScrollBar.Name          = "BeginAngleScrollBar";
     this.BeginAngleScrollBar.Size          = new System.Drawing.Size(136, 16);
     this.BeginAngleScrollBar.TabIndex      = 1;
     this.BeginAngleScrollBar.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.BeginAngleScrollBar_ValueChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(10, 65);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(73, 13);
     this.label4.TabIndex = 2;
     this.label4.Text     = "Sweep Angle:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(10, 19);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(67, 13);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Begin Angle:";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.BeginAngleScrollBar);
     this.groupBox1.Controls.Add(this.SweepAngleScrollBar);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Location = new System.Drawing.Point(11, 149);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(155, 113);
     this.groupBox1.TabIndex = 5;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Radial Gauge";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.LinearGaugeOrientationComboBox);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Location = new System.Drawing.Point(11, 268);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(155, 72);
     this.groupBox2.TabIndex = 6;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Linear Gauge";
     //
     // LinearGaugeOrientationComboBox
     //
     this.LinearGaugeOrientationComboBox.ListProperties.CheckBoxDataMember = "";
     this.LinearGaugeOrientationComboBox.ListProperties.DataSource         = null;
     this.LinearGaugeOrientationComboBox.ListProperties.DisplayMember      = "";
     this.LinearGaugeOrientationComboBox.Location              = new System.Drawing.Point(13, 38);
     this.LinearGaugeOrientationComboBox.Name                  = "LinearGaugeOrientationComboBox";
     this.LinearGaugeOrientationComboBox.Size                  = new System.Drawing.Size(133, 21);
     this.LinearGaugeOrientationComboBox.TabIndex              = 1;
     this.LinearGaugeOrientationComboBox.SelectedIndexChanged += new System.EventHandler(this.LinearGaugeOrientationComboBox_SelectedIndexChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(10, 19);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(61, 13);
     this.label5.TabIndex = 0;
     this.label5.Text     = "Orientation:";
     //
     // NGaugeScaleLabelsOrientationUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.AllowTextFlipCheckBox);
     this.Controls.Add(this.CustomAngleNumericUpDown);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.AngleModeComboBox);
     this.Controls.Add(this.label1);
     this.Name = "NGaugeScaleLabelsOrientationUC";
     this.Size = new System.Drawing.Size(180, 433);
     ((System.ComponentModel.ISupportInitialize)(this.CustomAngleNumericUpDown)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.smoothPaletteCheck          = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.drawFlatCheck               = new Nevron.UI.WinForm.Controls.NCheckBox();
     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.label2                      = new System.Windows.Forms.Label();
     this.nGroupBox1                  = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.label5                      = new System.Windows.Forms.Label();
     this.frameColorModeCombo         = new Nevron.UI.WinForm.Controls.NComboBox();
     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.nGroupBox3                  = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.nGroupBox5                  = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.label8                      = new System.Windows.Forms.Label();
     this.distanceFactorNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.enableClusteringCheck       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.nGroupBox4.SuspendLayout();
     this.nGroupBox1.SuspendLayout();
     this.nGroupBox2.SuspendLayout();
     this.nGroupBox3.SuspendLayout();
     this.nGroupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.distanceFactorNumericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // smoothPaletteCheck
     //
     this.smoothPaletteCheck.ButtonProperties.BorderOffset = 2;
     this.smoothPaletteCheck.Location        = new System.Drawing.Point(15, 32);
     this.smoothPaletteCheck.Name            = "smoothPaletteCheck";
     this.smoothPaletteCheck.Size            = new System.Drawing.Size(140, 21);
     this.smoothPaletteCheck.TabIndex        = 0;
     this.smoothPaletteCheck.Text            = "Smooth Palette";
     this.smoothPaletteCheck.CheckedChanged += new System.EventHandler(this.SmoothPaletteCheck_CheckedChanged);
     //
     // drawFlatCheck
     //
     this.drawFlatCheck.ButtonProperties.BorderOffset = 2;
     this.drawFlatCheck.Location        = new System.Drawing.Point(15, 24);
     this.drawFlatCheck.Name            = "drawFlatCheck";
     this.drawFlatCheck.Size            = new System.Drawing.Size(140, 20);
     this.drawFlatCheck.TabIndex        = 0;
     this.drawFlatCheck.Text            = "Draw Flat";
     this.drawFlatCheck.CheckedChanged += new System.EventHandler(this.DrawFlatCheck_CheckedChanged);
     //
     // frameModeCombo
     //
     this.frameModeCombo.ListProperties.CheckBoxDataMember = "";
     this.frameModeCombo.ListProperties.DataSource         = null;
     this.frameModeCombo.ListProperties.DisplayMember      = "";
     this.frameModeCombo.Location              = new System.Drawing.Point(15, 40);
     this.frameModeCombo.Name                  = "frameModeCombo";
     this.frameModeCombo.Size                  = new System.Drawing.Size(140, 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(-2, 445);
     this.nGroupBox4.Name       = "nGroupBox4";
     this.nGroupBox4.Size       = new System.Drawing.Size(177, 136);
     this.nGroupBox4.TabIndex   = 3;
     this.nGroupBox4.TabStop    = false;
     this.nGroupBox4.Text       = "Flat Mode";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(15, 96);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(140, 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(15, 112);
     this.customValueScroll.Maximum       = 200;
     this.customValueScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.customValueScroll.Name          = "customValueScroll";
     this.customValueScroll.Size          = new System.Drawing.Size(140, 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(15, 48);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(140, 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(15, 64);
     this.positionModeCombo.Name                  = "positionModeCombo";
     this.positionModeCombo.Size                  = new System.Drawing.Size(140, 21);
     this.positionModeCombo.TabIndex              = 2;
     this.positionModeCombo.SelectedIndexChanged += new System.EventHandler(this.PositionModeCombo_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(15, 24);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(140, 14);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Frame Mode:";
     //
     // 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(-2, 229);
     this.nGroupBox1.Name       = "nGroupBox1";
     this.nGroupBox1.Size       = new System.Drawing.Size(177, 120);
     this.nGroupBox1.TabIndex   = 1;
     this.nGroupBox1.TabStop    = false;
     this.nGroupBox1.Text       = "Surface Frame";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(15, 72);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(140, 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(15, 88);
     this.frameColorModeCombo.Name                  = "frameColorModeCombo";
     this.frameColorModeCombo.Size                  = new System.Drawing.Size(140, 21);
     this.frameColorModeCombo.TabIndex              = 3;
     this.frameColorModeCombo.SelectedIndexChanged += new System.EventHandler(this.FrameColorModeCombo_SelectedIndexChanged);
     //
     // 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(-2, 117);
     this.nGroupBox2.Name       = "nGroupBox2";
     this.nGroupBox2.Size       = new System.Drawing.Size(176, 96);
     this.nGroupBox2.TabIndex   = 0;
     this.nGroupBox2.TabStop    = false;
     this.nGroupBox2.Text       = "Surface Filling";
     //
     // smoothShadingCheck
     //
     this.smoothShadingCheck.ButtonProperties.BorderOffset = 2;
     this.smoothShadingCheck.Location        = new System.Drawing.Point(15, 72);
     this.smoothShadingCheck.Name            = "smoothShadingCheck";
     this.smoothShadingCheck.Size            = new System.Drawing.Size(140, 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(15, 24);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(140, 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(15, 40);
     this.fillModeCombo.Name                  = "fillModeCombo";
     this.fillModeCombo.Size                  = new System.Drawing.Size(140, 21);
     this.fillModeCombo.TabIndex              = 1;
     this.fillModeCombo.SelectedIndexChanged += new System.EventHandler(this.FillModeCombo_SelectedIndexChanged);
     //
     // nGroupBox3
     //
     this.nGroupBox3.Controls.Add(this.smoothPaletteCheck);
     this.nGroupBox3.ImageIndex = 0;
     this.nGroupBox3.Location   = new System.Drawing.Point(-2, 365);
     this.nGroupBox3.Name       = "nGroupBox3";
     this.nGroupBox3.Size       = new System.Drawing.Size(177, 64);
     this.nGroupBox3.TabIndex   = 2;
     this.nGroupBox3.TabStop    = false;
     this.nGroupBox3.Text       = "Palette";
     //
     // nGroupBox5
     //
     this.nGroupBox5.Controls.Add(this.label8);
     this.nGroupBox5.Controls.Add(this.distanceFactorNumericUpDown);
     this.nGroupBox5.Controls.Add(this.enableClusteringCheck);
     this.nGroupBox5.ImageIndex = 0;
     this.nGroupBox5.Location   = new System.Drawing.Point(3, 3);
     this.nGroupBox5.Name       = "nGroupBox5";
     this.nGroupBox5.Size       = new System.Drawing.Size(177, 108);
     this.nGroupBox5.TabIndex   = 5;
     this.nGroupBox5.TabStop    = false;
     this.nGroupBox5.Text       = "Clustering";
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(15, 50);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(140, 20);
     this.label8.TabIndex  = 12;
     this.label8.Text      = "Distance Factor:";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // distanceFactorNumericUpDown
     //
     this.distanceFactorNumericUpDown.DecimalPlaces = 3;
     this.distanceFactorNumericUpDown.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         196608
     });
     this.distanceFactorNumericUpDown.Location = new System.Drawing.Point(15, 73);
     this.distanceFactorNumericUpDown.Maximum  = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.distanceFactorNumericUpDown.Name     = "distanceFactorNumericUpDown";
     this.distanceFactorNumericUpDown.Size     = new System.Drawing.Size(140, 20);
     this.distanceFactorNumericUpDown.TabIndex = 13;
     this.distanceFactorNumericUpDown.Value    = new decimal(new int[] {
         1,
         0,
         0,
         131072
     });
     this.distanceFactorNumericUpDown.ValueChanged += new System.EventHandler(this.DistanceFactorNumericUpDown_ValueChanged);
     //
     // enableClusteringCheck
     //
     this.enableClusteringCheck.ButtonProperties.BorderOffset = 2;
     this.enableClusteringCheck.Location        = new System.Drawing.Point(15, 24);
     this.enableClusteringCheck.Name            = "enableClusteringCheck";
     this.enableClusteringCheck.Size            = new System.Drawing.Size(140, 21);
     this.enableClusteringCheck.TabIndex        = 0;
     this.enableClusteringCheck.Text            = "Enable Clustering";
     this.enableClusteringCheck.CheckedChanged += new System.EventHandler(this.EnableClusteringCheck_CheckedChanged);
     //
     // NTriangulatedSurfaceSimplificationUC
     //
     this.Controls.Add(this.nGroupBox5);
     this.Controls.Add(this.nGroupBox3);
     this.Controls.Add(this.nGroupBox2);
     this.Controls.Add(this.nGroupBox1);
     this.Controls.Add(this.nGroupBox4);
     this.Name = "NTriangulatedSurfaceSimplificationUC";
     this.Size = new System.Drawing.Size(180, 642);
     this.nGroupBox4.ResumeLayout(false);
     this.nGroupBox1.ResumeLayout(false);
     this.nGroupBox2.ResumeLayout(false);
     this.nGroupBox3.ResumeLayout(false);
     this.nGroupBox5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.distanceFactorNumericUpDown)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 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.LineStyleCombo       = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1               = new System.Windows.Forms.Label();
     this.LineDepthScroll      = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label2               = new System.Windows.Forms.Label();
     this.BorderStyleButton    = new Nevron.UI.WinForm.Controls.NButton();
     this.LineFillColorButton  = new Nevron.UI.WinForm.Controls.NButton();
     this.InflateMarginsCheck  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.RoundToTickCheck     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.MarkerStyleButton    = new Nevron.UI.WinForm.Controls.NButton();
     this.label3               = new System.Windows.Forms.Label();
     this.LineSizeScroll       = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.DataLabelStyleButton = new Nevron.UI.WinForm.Controls.NButton();
     this.SuspendLayout();
     //
     // LineStyleCombo
     //
     this.LineStyleCombo.ListProperties.CheckBoxDataMember = "";
     this.LineStyleCombo.ListProperties.DataSource         = null;
     this.LineStyleCombo.ListProperties.DisplayMember      = "";
     this.LineStyleCombo.Location              = new System.Drawing.Point(5, 25);
     this.LineStyleCombo.Name                  = "LineStyleCombo";
     this.LineStyleCombo.Size                  = new System.Drawing.Size(169, 21);
     this.LineStyleCombo.TabIndex              = 1;
     this.LineStyleCombo.SelectedIndexChanged += new System.EventHandler(this.LineStyleCombo_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(5, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(169, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Line Style:";
     //
     // LineDepthScroll
     //
     this.LineDepthScroll.Location      = new System.Drawing.Point(5, 86);
     this.LineDepthScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.LineDepthScroll.Name          = "LineDepthScroll";
     this.LineDepthScroll.Size          = new System.Drawing.Size(169, 16);
     this.LineDepthScroll.TabIndex      = 3;
     this.LineDepthScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.LineDepthScroll_Scroll);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(5, 70);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(169, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Line Depth %:";
     //
     // BorderStyleButton
     //
     this.BorderStyleButton.Location = new System.Drawing.Point(5, 163);
     this.BorderStyleButton.Name     = "BorderStyleButton";
     this.BorderStyleButton.Size     = new System.Drawing.Size(169, 24);
     this.BorderStyleButton.TabIndex = 6;
     this.BorderStyleButton.Text     = "Border Style ...";
     this.BorderStyleButton.Click   += new System.EventHandler(this.BorderPropsButton_Click);
     //
     // LineFillColorButton
     //
     this.LineFillColorButton.Location = new System.Drawing.Point(5, 194);
     this.LineFillColorButton.Name     = "LineFillColorButton";
     this.LineFillColorButton.Size     = new System.Drawing.Size(169, 24);
     this.LineFillColorButton.TabIndex = 7;
     this.LineFillColorButton.Text     = "Line Fill Style...";
     this.LineFillColorButton.Click   += new System.EventHandler(this.LineFillColorButton_Click);
     //
     // InflateMarginsCheck
     //
     this.InflateMarginsCheck.ButtonProperties.BorderOffset = 2;
     this.InflateMarginsCheck.Location        = new System.Drawing.Point(5, 297);
     this.InflateMarginsCheck.Name            = "InflateMarginsCheck";
     this.InflateMarginsCheck.Size            = new System.Drawing.Size(169, 20);
     this.InflateMarginsCheck.TabIndex        = 10;
     this.InflateMarginsCheck.Text            = "Inflate Margins";
     this.InflateMarginsCheck.CheckedChanged += new System.EventHandler(this.InflateMarginsCheck_CheckedChanged);
     //
     // RoundToTickCheck
     //
     this.RoundToTickCheck.ButtonProperties.BorderOffset = 2;
     this.RoundToTickCheck.Location        = new System.Drawing.Point(5, 324);
     this.RoundToTickCheck.Name            = "RoundToTickCheck";
     this.RoundToTickCheck.Size            = new System.Drawing.Size(169, 19);
     this.RoundToTickCheck.TabIndex        = 11;
     this.RoundToTickCheck.Text            = "Left Axis Round to Tick";
     this.RoundToTickCheck.CheckedChanged += new System.EventHandler(this.RoundToTickCheck_CheckedChanged);
     //
     // MarkerStyleButton
     //
     this.MarkerStyleButton.Location = new System.Drawing.Point(5, 225);
     this.MarkerStyleButton.Name     = "MarkerStyleButton";
     this.MarkerStyleButton.Size     = new System.Drawing.Size(169, 24);
     this.MarkerStyleButton.TabIndex = 8;
     this.MarkerStyleButton.Text     = "Marker Style...";
     this.MarkerStyleButton.Click   += new System.EventHandler(this.MarkerStyleButton_Click);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(5, 113);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(169, 16);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Line Size:";
     //
     // LineSizeScroll
     //
     this.LineSizeScroll.Location      = new System.Drawing.Point(5, 129);
     this.LineSizeScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.LineSizeScroll.Name          = "LineSizeScroll";
     this.LineSizeScroll.Size          = new System.Drawing.Size(169, 16);
     this.LineSizeScroll.TabIndex      = 5;
     this.LineSizeScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.LineSizeScroll_ValueChanged);
     //
     // DataLabelStyleButton
     //
     this.DataLabelStyleButton.Location = new System.Drawing.Point(5, 256);
     this.DataLabelStyleButton.Name     = "DataLabelStyleButton";
     this.DataLabelStyleButton.Size     = new System.Drawing.Size(169, 24);
     this.DataLabelStyleButton.TabIndex = 9;
     this.DataLabelStyleButton.Text     = "Data Label Style...";
     this.DataLabelStyleButton.Click   += new System.EventHandler(this.DataLabelStyleButton_Click);
     //
     // NStandardStepLineUC
     //
     this.Controls.Add(this.DataLabelStyleButton);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.LineSizeScroll);
     this.Controls.Add(this.MarkerStyleButton);
     this.Controls.Add(this.RoundToTickCheck);
     this.Controls.Add(this.InflateMarginsCheck);
     this.Controls.Add(this.LineFillColorButton);
     this.Controls.Add(this.BorderStyleButton);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.LineDepthScroll);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.LineStyleCombo);
     this.Name = "NStandardStepLineUC";
     this.Size = new System.Drawing.Size(180, 364);
     this.ResumeLayout(false);
 }
Exemplo n.º 13
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.m_PeriodScroll = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.m_PeriodLabel  = new Nevron.UI.WinForm.Controls.NTextBox();
     this.m_NewDataBtn   = new Nevron.UI.WinForm.Controls.NButton();
     this.m_ShowPosCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.m_ShowNegCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.m_ShowADXCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.m_DIPosLabel   = new Nevron.UI.WinForm.Controls.NTextBox();
     this.m_DINegLabel   = new Nevron.UI.WinForm.Controls.NTextBox();
     this.m_ADXLabel     = new Nevron.UI.WinForm.Controls.NTextBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(7, 12);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(42, 14);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Period:";
     //
     // m_PeriodScroll
     //
     this.m_PeriodScroll.Location      = new System.Drawing.Point(55, 9);
     this.m_PeriodScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.m_PeriodScroll.Name          = "m_PeriodScroll";
     this.m_PeriodScroll.Size          = new System.Drawing.Size(66, 18);
     this.m_PeriodScroll.TabIndex      = 1;
     this.m_PeriodScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.PeriodScroll_Scroll);
     //
     // m_PeriodLabel
     //
     this.m_PeriodLabel.Location = new System.Drawing.Point(123, 9);
     this.m_PeriodLabel.Name     = "m_PeriodLabel";
     this.m_PeriodLabel.ReadOnly = true;
     this.m_PeriodLabel.Size     = new System.Drawing.Size(43, 18);
     this.m_PeriodLabel.TabIndex = 4;
     //
     // m_NewDataBtn
     //
     this.m_NewDataBtn.Location = new System.Drawing.Point(7, 246);
     this.m_NewDataBtn.Name     = "m_NewDataBtn";
     this.m_NewDataBtn.Size     = new System.Drawing.Size(161, 22);
     this.m_NewDataBtn.TabIndex = 5;
     this.m_NewDataBtn.Text     = "New Data";
     this.m_NewDataBtn.Click   += new System.EventHandler(this.NewDataBtn_Click);
     //
     // m_ShowPosCheck
     //
     this.m_ShowPosCheck.ButtonProperties.BorderOffset = 2;
     this.m_ShowPosCheck.Location        = new System.Drawing.Point(7, 45);
     this.m_ShowPosCheck.Name            = "m_ShowPosCheck";
     this.m_ShowPosCheck.Size            = new System.Drawing.Size(75, 23);
     this.m_ShowPosCheck.TabIndex        = 6;
     this.m_ShowPosCheck.Text            = "Show +DI";
     this.m_ShowPosCheck.CheckedChanged += new System.EventHandler(this.ShowPosCheck_CheckedChanged);
     //
     // m_ShowNegCheck
     //
     this.m_ShowNegCheck.ButtonProperties.BorderOffset = 2;
     this.m_ShowNegCheck.Location        = new System.Drawing.Point(7, 103);
     this.m_ShowNegCheck.Name            = "m_ShowNegCheck";
     this.m_ShowNegCheck.Size            = new System.Drawing.Size(77, 22);
     this.m_ShowNegCheck.TabIndex        = 7;
     this.m_ShowNegCheck.Text            = "Show -DI";
     this.m_ShowNegCheck.CheckedChanged += new System.EventHandler(this.ShowNegCheck_CheckedChanged);
     //
     // m_ShowADXCheck
     //
     this.m_ShowADXCheck.ButtonProperties.BorderOffset = 2;
     this.m_ShowADXCheck.Location        = new System.Drawing.Point(7, 160);
     this.m_ShowADXCheck.Name            = "m_ShowADXCheck";
     this.m_ShowADXCheck.Size            = new System.Drawing.Size(80, 24);
     this.m_ShowADXCheck.TabIndex        = 8;
     this.m_ShowADXCheck.Text            = "Show ADX";
     this.m_ShowADXCheck.CheckedChanged += new System.EventHandler(this.ShowADXCheck_CheckedChanged);
     //
     // m_DIPosLabel
     //
     this.m_DIPosLabel.Location = new System.Drawing.Point(7, 72);
     this.m_DIPosLabel.Name     = "m_DIPosLabel";
     this.m_DIPosLabel.ReadOnly = true;
     this.m_DIPosLabel.Size     = new System.Drawing.Size(160, 18);
     this.m_DIPosLabel.TabIndex = 9;
     //
     // m_DINegLabel
     //
     this.m_DINegLabel.Location = new System.Drawing.Point(7, 127);
     this.m_DINegLabel.Name     = "m_DINegLabel";
     this.m_DINegLabel.ReadOnly = true;
     this.m_DINegLabel.Size     = new System.Drawing.Size(159, 18);
     this.m_DINegLabel.TabIndex = 10;
     //
     // m_ADXLabel
     //
     this.m_ADXLabel.Location = new System.Drawing.Point(7, 184);
     this.m_ADXLabel.Name     = "m_ADXLabel";
     this.m_ADXLabel.ReadOnly = true;
     this.m_ADXLabel.Size     = new System.Drawing.Size(161, 18);
     this.m_ADXLabel.TabIndex = 11;
     //
     // NDirectionalMovementUC
     //
     this.Controls.Add(this.m_ADXLabel);
     this.Controls.Add(this.m_DINegLabel);
     this.Controls.Add(this.m_DIPosLabel);
     this.Controls.Add(this.m_ShowADXCheck);
     this.Controls.Add(this.m_ShowNegCheck);
     this.Controls.Add(this.m_ShowPosCheck);
     this.Controls.Add(this.m_NewDataBtn);
     this.Controls.Add(this.m_PeriodLabel);
     this.Controls.Add(this.m_PeriodScroll);
     this.Controls.Add(this.label1);
     this.Name = "NDirectionalMovementUC";
     this.Size = new System.Drawing.Size(180, 289);
     this.ResumeLayout(false);
 }
Exemplo n.º 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.ShowLowerErrorCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowUpperErrorCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label2                 = new System.Windows.Forms.Label();
     this.WidthScroll            = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.ErrorStrokeStyleButton = new Nevron.UI.WinForm.Controls.NButton();
     this.Enable3DCheckBox       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // ShowLowerErrorCheckBox
     //
     this.ShowLowerErrorCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowLowerErrorCheckBox.Location        = new System.Drawing.Point(8, 31);
     this.ShowLowerErrorCheckBox.Name            = "ShowLowerErrorCheckBox";
     this.ShowLowerErrorCheckBox.Size            = new System.Drawing.Size(163, 24);
     this.ShowLowerErrorCheckBox.TabIndex        = 1;
     this.ShowLowerErrorCheckBox.Text            = "Show Lower Error";
     this.ShowLowerErrorCheckBox.CheckedChanged += new System.EventHandler(this.ShowLowerErrorCheckBox_CheckedChanged);
     //
     // ShowUpperErrorCheckBox
     //
     this.ShowUpperErrorCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowUpperErrorCheckBox.Location        = new System.Drawing.Point(8, 8);
     this.ShowUpperErrorCheckBox.Name            = "ShowUpperErrorCheckBox";
     this.ShowUpperErrorCheckBox.Size            = new System.Drawing.Size(163, 21);
     this.ShowUpperErrorCheckBox.TabIndex        = 0;
     this.ShowUpperErrorCheckBox.Text            = "Show Upper Error";
     this.ShowUpperErrorCheckBox.CheckedChanged += new System.EventHandler(this.ShowUpperErrorCheckBox_CheckedChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 122);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(163, 16);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Error Width %:";
     //
     // WidthScroll
     //
     this.WidthScroll.Location      = new System.Drawing.Point(8, 138);
     this.WidthScroll.Maximum       = 110;
     this.WidthScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.WidthScroll.Name          = "WidthScroll";
     this.WidthScroll.Size          = new System.Drawing.Size(163, 16);
     this.WidthScroll.TabIndex      = 5;
     this.WidthScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.WidthScroll_ValueChanged);
     //
     // ErrorStrokeStyleButton
     //
     this.ErrorStrokeStyleButton.Location = new System.Drawing.Point(8, 89);
     this.ErrorStrokeStyleButton.Name     = "ErrorStrokeStyleButton";
     this.ErrorStrokeStyleButton.Size     = new System.Drawing.Size(163, 24);
     this.ErrorStrokeStyleButton.TabIndex = 3;
     this.ErrorStrokeStyleButton.Text     = "Error Stroke Style...";
     this.ErrorStrokeStyleButton.Click   += new System.EventHandler(this.ErrorStrokeStyleButton_Click);
     //
     // Enable3DCheckBox
     //
     this.Enable3DCheckBox.ButtonProperties.BorderOffset = 2;
     this.Enable3DCheckBox.Location        = new System.Drawing.Point(8, 57);
     this.Enable3DCheckBox.Name            = "Enable3DCheckBox";
     this.Enable3DCheckBox.Size            = new System.Drawing.Size(163, 24);
     this.Enable3DCheckBox.TabIndex        = 2;
     this.Enable3DCheckBox.Text            = "Enable 3D";
     this.Enable3DCheckBox.CheckedChanged += new System.EventHandler(this.Enable3DCheckBox_CheckedChanged);
     //
     // NErrorBarUC
     //
     this.Controls.Add(this.Enable3DCheckBox);
     this.Controls.Add(this.ShowLowerErrorCheckBox);
     this.Controls.Add(this.ShowUpperErrorCheckBox);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.WidthScroll);
     this.Controls.Add(this.ErrorStrokeStyleButton);
     this.Name = "NErrorBarUC";
     this.Size = new System.Drawing.Size(180, 505);
     this.ResumeLayout(false);
 }
Exemplo n.º 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.groupBox1             = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.BottomMarginLabel     = new System.Windows.Forms.Label();
     this.RightMarginLabel      = new System.Windows.Forms.Label();
     this.TopMarginLabel        = new System.Windows.Forms.Label();
     this.LeftMarginLabel       = new System.Windows.Forms.Label();
     this.BottomMarginScrollBar = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.TopMarginScrollBar    = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.RightMarginScrollBar  = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.LeftMarginScrollBar   = new Nevron.UI.WinForm.Controls.NHScrollBar();
     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.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.BottomMarginLabel);
     this.groupBox1.Controls.Add(this.RightMarginLabel);
     this.groupBox1.Controls.Add(this.TopMarginLabel);
     this.groupBox1.Controls.Add(this.LeftMarginLabel);
     this.groupBox1.Controls.Add(this.BottomMarginScrollBar);
     this.groupBox1.Controls.Add(this.TopMarginScrollBar);
     this.groupBox1.Controls.Add(this.RightMarginScrollBar);
     this.groupBox1.Controls.Add(this.LeftMarginScrollBar);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Location = new System.Drawing.Point(7, 7);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(156, 175);
     this.groupBox1.TabIndex = 10;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Margins";
     //
     // BottomMarginLabel
     //
     this.BottomMarginLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.BottomMarginLabel.Location    = new System.Drawing.Point(116, 148);
     this.BottomMarginLabel.Name        = "BottomMarginLabel";
     this.BottomMarginLabel.Size        = new System.Drawing.Size(32, 16);
     this.BottomMarginLabel.TabIndex    = 12;
     //
     // RightMarginLabel
     //
     this.RightMarginLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.RightMarginLabel.Location    = new System.Drawing.Point(116, 110);
     this.RightMarginLabel.Name        = "RightMarginLabel";
     this.RightMarginLabel.Size        = new System.Drawing.Size(32, 16);
     this.RightMarginLabel.TabIndex    = 11;
     //
     // TopMarginLabel
     //
     this.TopMarginLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.TopMarginLabel.Location    = new System.Drawing.Point(116, 72);
     this.TopMarginLabel.Name        = "TopMarginLabel";
     this.TopMarginLabel.Size        = new System.Drawing.Size(32, 16);
     this.TopMarginLabel.TabIndex    = 10;
     //
     // LeftMarginLabel
     //
     this.LeftMarginLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.LeftMarginLabel.Location    = new System.Drawing.Point(116, 34);
     this.LeftMarginLabel.Name        = "LeftMarginLabel";
     this.LeftMarginLabel.Size        = new System.Drawing.Size(32, 16);
     this.LeftMarginLabel.TabIndex    = 9;
     //
     // BottomMarginScrollBar
     //
     this.BottomMarginScrollBar.Location      = new System.Drawing.Point(8, 148);
     this.BottomMarginScrollBar.Maximum       = 110;
     this.BottomMarginScrollBar.MinimumSize   = new System.Drawing.Size(32, 16);
     this.BottomMarginScrollBar.Name          = "BottomMarginScrollBar";
     this.BottomMarginScrollBar.Size          = new System.Drawing.Size(100, 16);
     this.BottomMarginScrollBar.TabIndex      = 3;
     this.BottomMarginScrollBar.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.BottomMarginScrollBar_Scroll);
     //
     // TopMarginScrollBar
     //
     this.TopMarginScrollBar.Location      = new System.Drawing.Point(8, 72);
     this.TopMarginScrollBar.Maximum       = 110;
     this.TopMarginScrollBar.MinimumSize   = new System.Drawing.Size(32, 16);
     this.TopMarginScrollBar.Name          = "TopMarginScrollBar";
     this.TopMarginScrollBar.Size          = new System.Drawing.Size(100, 16);
     this.TopMarginScrollBar.TabIndex      = 1;
     this.TopMarginScrollBar.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.TopMarginScrollBar_Scroll);
     //
     // RightMarginScrollBar
     //
     this.RightMarginScrollBar.Location      = new System.Drawing.Point(8, 110);
     this.RightMarginScrollBar.Maximum       = 110;
     this.RightMarginScrollBar.MinimumSize   = new System.Drawing.Size(32, 16);
     this.RightMarginScrollBar.Name          = "RightMarginScrollBar";
     this.RightMarginScrollBar.Size          = new System.Drawing.Size(100, 16);
     this.RightMarginScrollBar.TabIndex      = 2;
     this.RightMarginScrollBar.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.RightMarginScrollBar_Scroll);
     //
     // LeftMarginScrollBar
     //
     this.LeftMarginScrollBar.Location      = new System.Drawing.Point(8, 34);
     this.LeftMarginScrollBar.Maximum       = 110;
     this.LeftMarginScrollBar.MinimumSize   = new System.Drawing.Size(32, 16);
     this.LeftMarginScrollBar.Name          = "LeftMarginScrollBar";
     this.LeftMarginScrollBar.Size          = new System.Drawing.Size(100, 16);
     this.LeftMarginScrollBar.TabIndex      = 0;
     this.LeftMarginScrollBar.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.LeftMarginScrollBar_Scroll);
     //
     // 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:";
     //
     // NBoundsModeStretchUC
     //
     this.Controls.Add(this.groupBox1);
     this.Name = "NBoundsModeStretchUC";
     this.Size = new System.Drawing.Size(180, 225);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }