Пример #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.groupBox1 = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.AnnotationPropertyGrid = new System.Windows.Forms.PropertyGrid();
     this.label2 = new System.Windows.Forms.Label();
     this.CurrentAnnotationComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.AnnotationPropertyGrid);
     this.groupBox1.Location = new System.Drawing.Point(8, 64);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(296, 496);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Annotation properties";
     //
     // AnnotationPropertyGrid
     //
     this.AnnotationPropertyGrid.LineColor             = System.Drawing.SystemColors.ScrollBar;
     this.AnnotationPropertyGrid.Location              = new System.Drawing.Point(8, 16);
     this.AnnotationPropertyGrid.Name                  = "AnnotationPropertyGrid";
     this.AnnotationPropertyGrid.Size                  = new System.Drawing.Size(280, 472);
     this.AnnotationPropertyGrid.TabIndex              = 0;
     this.AnnotationPropertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.AnnotationPropertyGrid_PropertyValueChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 8);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(128, 16);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Current annotation:";
     //
     // CurrentAnnotationComboBox
     //
     this.CurrentAnnotationComboBox.ListProperties.CheckBoxDataMember = "";
     this.CurrentAnnotationComboBox.ListProperties.DataSource         = null;
     this.CurrentAnnotationComboBox.ListProperties.DisplayMember      = "";
     this.CurrentAnnotationComboBox.Location              = new System.Drawing.Point(8, 32);
     this.CurrentAnnotationComboBox.Name                  = "CurrentAnnotationComboBox";
     this.CurrentAnnotationComboBox.Size                  = new System.Drawing.Size(296, 21);
     this.CurrentAnnotationComboBox.TabIndex              = 4;
     this.CurrentAnnotationComboBox.SelectedIndexChanged += new System.EventHandler(this.CurrentAnnotationComboBox_SelectedIndexChanged);
     //
     // NAnnotationsGeneralUC
     //
     this.Controls.Add(this.CurrentAnnotationComboBox);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.groupBox1);
     this.Name = "NAnnotationsGeneralUC";
     this.Size = new System.Drawing.Size(312, 658);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1           = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.smoothPaletteCheck1 = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.showFrameCheck1     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label4 = new System.Windows.Forms.Label();
     this.transparencyScroll1 = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.groupBox2           = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.smoothPaletteCheck2 = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.showFrameCheck2     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.smoothPaletteCheck1);
     this.groupBox1.Controls.Add(this.showFrameCheck1);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.transparencyScroll1);
     this.groupBox1.Location = new System.Drawing.Point(4, 7);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(170, 123);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Surface 1";
     //
     // smoothPaletteCheck1
     //
     this.smoothPaletteCheck1.ButtonProperties.BorderOffset = 2;
     this.smoothPaletteCheck1.Checked         = true;
     this.smoothPaletteCheck1.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.smoothPaletteCheck1.Location        = new System.Drawing.Point(7, 44);
     this.smoothPaletteCheck1.Name            = "smoothPaletteCheck1";
     this.smoothPaletteCheck1.Size            = new System.Drawing.Size(149, 19);
     this.smoothPaletteCheck1.TabIndex        = 1;
     this.smoothPaletteCheck1.Text            = "Smooth Palette";
     this.smoothPaletteCheck1.CheckedChanged += new System.EventHandler(this.smoothPaletteCheck1_CheckedChanged);
     //
     // showFrameCheck1
     //
     this.showFrameCheck1.ButtonProperties.BorderOffset = 2;
     this.showFrameCheck1.Checked         = true;
     this.showFrameCheck1.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.showFrameCheck1.Location        = new System.Drawing.Point(7, 20);
     this.showFrameCheck1.Name            = "showFrameCheck1";
     this.showFrameCheck1.Size            = new System.Drawing.Size(149, 21);
     this.showFrameCheck1.TabIndex        = 0;
     this.showFrameCheck1.Text            = "Show Frame";
     this.showFrameCheck1.CheckedChanged += new System.EventHandler(this.showFrameCheck1_CheckedChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(7, 72);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(149, 17);
     this.label4.TabIndex = 2;
     this.label4.Text     = "Filling Transparency:";
     //
     // transparencyScroll1
     //
     this.transparencyScroll1.LargeChange   = 1;
     this.transparencyScroll1.Location      = new System.Drawing.Point(7, 92);
     this.transparencyScroll1.MinimumSize   = new System.Drawing.Size(32, 16);
     this.transparencyScroll1.Name          = "transparencyScroll1";
     this.transparencyScroll1.Size          = new System.Drawing.Size(149, 17);
     this.transparencyScroll1.TabIndex      = 3;
     this.transparencyScroll1.Value         = 50;
     this.transparencyScroll1.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.transparencyScroll1_Scroll);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.smoothPaletteCheck2);
     this.groupBox2.Controls.Add(this.showFrameCheck2);
     this.groupBox2.Location = new System.Drawing.Point(4, 140);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(170, 76);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Surface 2";
     //
     // smoothPaletteCheck2
     //
     this.smoothPaletteCheck2.ButtonProperties.BorderOffset = 2;
     this.smoothPaletteCheck2.Checked         = true;
     this.smoothPaletteCheck2.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.smoothPaletteCheck2.Location        = new System.Drawing.Point(7, 42);
     this.smoothPaletteCheck2.Name            = "smoothPaletteCheck2";
     this.smoothPaletteCheck2.Size            = new System.Drawing.Size(149, 19);
     this.smoothPaletteCheck2.TabIndex        = 1;
     this.smoothPaletteCheck2.Text            = "Smooth Palette";
     this.smoothPaletteCheck2.CheckedChanged += new System.EventHandler(this.smoothPaletteCheck2_CheckedChanged);
     //
     // showFrameCheck2
     //
     this.showFrameCheck2.ButtonProperties.BorderOffset = 2;
     this.showFrameCheck2.Checked         = true;
     this.showFrameCheck2.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.showFrameCheck2.Location        = new System.Drawing.Point(7, 19);
     this.showFrameCheck2.Name            = "showFrameCheck2";
     this.showFrameCheck2.Size            = new System.Drawing.Size(149, 21);
     this.showFrameCheck2.TabIndex        = 0;
     this.showFrameCheck2.Text            = "Show Frame";
     this.showFrameCheck2.CheckedChanged += new System.EventHandler(this.showFrameCheck2_CheckedChanged);
     //
     // NMeshIntersectedUC
     //
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "NMeshIntersectedUC";
     this.Size = new System.Drawing.Size(180, 271);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.LeftAxisScroll         = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.LeftAxisLabel          = new System.Windows.Forms.Label();
     this.label3                 = new System.Windows.Forms.Label();
     this.LeftUsePositionCheck   = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.groupBox1              = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.groupBox2              = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.BottomUsePositionCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label4                 = new System.Windows.Forms.Label();
     this.BottomAxisLabel        = new System.Windows.Forms.Label();
     this.BottomAxisScroll       = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // LeftAxisScroll
     //
     this.LeftAxisScroll.LargeChange   = 1;
     this.LeftAxisScroll.Location      = new System.Drawing.Point(8, 71);
     this.LeftAxisScroll.Maximum       = 20;
     this.LeftAxisScroll.Minimum       = -20;
     this.LeftAxisScroll.Name          = "LeftAxisScroll";
     this.LeftAxisScroll.Size          = new System.Drawing.Size(118, 16);
     this.LeftAxisScroll.TabIndex      = 0;
     this.LeftAxisScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.LeftAxisScroll_Scroll);
     //
     // LeftAxisLabel
     //
     this.LeftAxisLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.LeftAxisLabel.Location    = new System.Drawing.Point(133, 71);
     this.LeftAxisLabel.Name        = "LeftAxisLabel";
     this.LeftAxisLabel.Size        = new System.Drawing.Size(32, 17);
     this.LeftAxisLabel.TabIndex    = 2;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 51);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(147, 15);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Position Value:";
     //
     // LeftUsePositionCheck
     //
     this.LeftUsePositionCheck.Location        = new System.Drawing.Point(8, 19);
     this.LeftUsePositionCheck.Name            = "LeftUsePositionCheck";
     this.LeftUsePositionCheck.Size            = new System.Drawing.Size(112, 20);
     this.LeftUsePositionCheck.TabIndex        = 6;
     this.LeftUsePositionCheck.Text            = "Use Position";
     this.LeftUsePositionCheck.CheckedChanged += new System.EventHandler(this.LeftUsePositionCheck_CheckedChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.LeftAxisScroll);
     this.groupBox1.Controls.Add(this.LeftAxisLabel);
     this.groupBox1.Controls.Add(this.LeftUsePositionCheck);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.ImageIndex = 0;
     this.groupBox1.Location   = new System.Drawing.Point(7, 7);
     this.groupBox1.Name       = "groupBox1";
     this.groupBox1.Size       = new System.Drawing.Size(176, 112);
     this.groupBox1.TabIndex   = 8;
     this.groupBox1.TabStop    = false;
     this.groupBox1.Text       = "Left Axis";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.BottomUsePositionCheck);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.BottomAxisLabel);
     this.groupBox2.Controls.Add(this.BottomAxisScroll);
     this.groupBox2.ImageIndex = 0;
     this.groupBox2.Location   = new System.Drawing.Point(7, 128);
     this.groupBox2.Name       = "groupBox2";
     this.groupBox2.Size       = new System.Drawing.Size(176, 112);
     this.groupBox2.TabIndex   = 9;
     this.groupBox2.TabStop    = false;
     this.groupBox2.Text       = "Bottom Axis";
     //
     // BottomUsePositionCheck
     //
     this.BottomUsePositionCheck.Location        = new System.Drawing.Point(8, 19);
     this.BottomUsePositionCheck.Name            = "BottomUsePositionCheck";
     this.BottomUsePositionCheck.Size            = new System.Drawing.Size(91, 21);
     this.BottomUsePositionCheck.TabIndex        = 11;
     this.BottomUsePositionCheck.Text            = "Use Position";
     this.BottomUsePositionCheck.CheckedChanged += new System.EventHandler(this.BottomUsePositionCheck_CheckedChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 51);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(153, 16);
     this.label4.TabIndex = 10;
     this.label4.Text     = "Position Value:";
     //
     // BottomAxisLabel
     //
     this.BottomAxisLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.BottomAxisLabel.Location    = new System.Drawing.Point(133, 71);
     this.BottomAxisLabel.Name        = "BottomAxisLabel";
     this.BottomAxisLabel.Size        = new System.Drawing.Size(32, 17);
     this.BottomAxisLabel.TabIndex    = 9;
     //
     // BottomAxisScroll
     //
     this.BottomAxisScroll.LargeChange   = 1;
     this.BottomAxisScroll.Location      = new System.Drawing.Point(8, 71);
     this.BottomAxisScroll.Maximum       = 20;
     this.BottomAxisScroll.Minimum       = -20;
     this.BottomAxisScroll.Name          = "BottomAxisScroll";
     this.BottomAxisScroll.Size          = new System.Drawing.Size(118, 16);
     this.BottomAxisScroll.TabIndex      = 8;
     this.BottomAxisScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.BottomAxisScroll_Scroll);
     //
     // NAxisValueCrossingUC
     //
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "NAxisValueCrossingUC";
     this.Size = new System.Drawing.Size(191, 250);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1 = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.label2    = new System.Windows.Forms.Label();
     this.label1    = new System.Windows.Forms.Label();
     this.FirstHorzBreakEndUpDown   = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.FirstHorzBreakBeginUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.groupBox2 = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.label3    = new System.Windows.Forms.Label();
     this.label4    = new System.Windows.Forms.Label();
     this.SecondHorzBreakEndUpDown   = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.SecondHorzBreakBeginUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.groupBox3 = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.label5    = new System.Windows.Forms.Label();
     this.label6    = new System.Windows.Forms.Label();
     this.FirstVertBreakEndUpDown   = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.FirstVertBreakBeginUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.groupBox4 = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.label7    = new System.Windows.Forms.Label();
     this.label8    = new System.Windows.Forms.Label();
     this.SecondVertBreakEndUpDown   = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.SecondVertBreakBeginUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.FirstHorzBreakEndUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.FirstHorzBreakBeginUpDown)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SecondHorzBreakEndUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SecondHorzBreakBeginUpDown)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.FirstVertBreakEndUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.FirstVertBreakBeginUpDown)).BeginInit();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SecondVertBreakEndUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SecondVertBreakBeginUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.FirstHorzBreakEndUpDown);
     this.groupBox1.Controls.Add(this.FirstHorzBreakBeginUpDown);
     this.groupBox1.Location = new System.Drawing.Point(10, 2);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(171, 84);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "First Horizontal Scale Break";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(17, 59);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(29, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "End:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(17, 32);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(37, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Begin:";
     //
     // FirstHorzBreakEndUpDown
     //
     this.FirstHorzBreakEndUpDown.Location = new System.Drawing.Point(74, 52);
     this.FirstHorzBreakEndUpDown.Maximum  = new decimal(new int[] {
         200,
         0,
         0,
         0
     });
     this.FirstHorzBreakEndUpDown.Minimum = new decimal(new int[] {
         200,
         0,
         0,
         -2147483648
     });
     this.FirstHorzBreakEndUpDown.Name          = "FirstHorzBreakEndUpDown";
     this.FirstHorzBreakEndUpDown.Size          = new System.Drawing.Size(90, 20);
     this.FirstHorzBreakEndUpDown.TabIndex      = 3;
     this.FirstHorzBreakEndUpDown.ValueChanged += new System.EventHandler(this.FirstHorzBreakEndUpDown_ValueChanged);
     //
     // FirstHorzBreakBeginUpDown
     //
     this.FirstHorzBreakBeginUpDown.Location = new System.Drawing.Point(74, 25);
     this.FirstHorzBreakBeginUpDown.Maximum  = new decimal(new int[] {
         200,
         0,
         0,
         0
     });
     this.FirstHorzBreakBeginUpDown.Minimum = new decimal(new int[] {
         200,
         0,
         0,
         -2147483648
     });
     this.FirstHorzBreakBeginUpDown.Name          = "FirstHorzBreakBeginUpDown";
     this.FirstHorzBreakBeginUpDown.Size          = new System.Drawing.Size(90, 20);
     this.FirstHorzBreakBeginUpDown.TabIndex      = 1;
     this.FirstHorzBreakBeginUpDown.ValueChanged += new System.EventHandler(this.FirstHorzBreakBeginUpDown_ValueChanged);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.SecondHorzBreakEndUpDown);
     this.groupBox2.Controls.Add(this.SecondHorzBreakBeginUpDown);
     this.groupBox2.Location = new System.Drawing.Point(10, 86);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(171, 84);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Second Horizontal Scale Break";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(17, 62);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(29, 13);
     this.label3.TabIndex = 2;
     this.label3.Text     = "End:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(17, 35);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(37, 13);
     this.label4.TabIndex = 0;
     this.label4.Text     = "Begin:";
     //
     // SecondHorzBreakEndUpDown
     //
     this.SecondHorzBreakEndUpDown.Location = new System.Drawing.Point(74, 55);
     this.SecondHorzBreakEndUpDown.Maximum  = new decimal(new int[] {
         200,
         0,
         0,
         0
     });
     this.SecondHorzBreakEndUpDown.Minimum = new decimal(new int[] {
         200,
         0,
         0,
         -2147483648
     });
     this.SecondHorzBreakEndUpDown.Name          = "SecondHorzBreakEndUpDown";
     this.SecondHorzBreakEndUpDown.Size          = new System.Drawing.Size(90, 20);
     this.SecondHorzBreakEndUpDown.TabIndex      = 3;
     this.SecondHorzBreakEndUpDown.ValueChanged += new System.EventHandler(this.SecondHorzBreakEndUpDown_ValueChanged);
     //
     // SecondHorzBreakBeginUpDown
     //
     this.SecondHorzBreakBeginUpDown.Location = new System.Drawing.Point(74, 28);
     this.SecondHorzBreakBeginUpDown.Maximum  = new decimal(new int[] {
         200,
         0,
         0,
         0
     });
     this.SecondHorzBreakBeginUpDown.Minimum = new decimal(new int[] {
         200,
         0,
         0,
         -2147483648
     });
     this.SecondHorzBreakBeginUpDown.Name          = "SecondHorzBreakBeginUpDown";
     this.SecondHorzBreakBeginUpDown.Size          = new System.Drawing.Size(90, 20);
     this.SecondHorzBreakBeginUpDown.TabIndex      = 1;
     this.SecondHorzBreakBeginUpDown.ValueChanged += new System.EventHandler(this.SecondHorzBreakBeginUpDown_ValueChanged);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label5);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Controls.Add(this.FirstVertBreakEndUpDown);
     this.groupBox3.Controls.Add(this.FirstVertBreakBeginUpDown);
     this.groupBox3.Location = new System.Drawing.Point(10, 170);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(171, 84);
     this.groupBox3.TabIndex = 2;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "First Vertical Scale Break";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(17, 62);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(29, 13);
     this.label5.TabIndex = 2;
     this.label5.Text     = "End:";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(17, 35);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(37, 13);
     this.label6.TabIndex = 0;
     this.label6.Text     = "Begin:";
     //
     // FirstVertBreakEndUpDown
     //
     this.FirstVertBreakEndUpDown.Location = new System.Drawing.Point(74, 55);
     this.FirstVertBreakEndUpDown.Maximum  = new decimal(new int[] {
         200,
         0,
         0,
         0
     });
     this.FirstVertBreakEndUpDown.Minimum = new decimal(new int[] {
         200,
         0,
         0,
         -2147483648
     });
     this.FirstVertBreakEndUpDown.Name          = "FirstVertBreakEndUpDown";
     this.FirstVertBreakEndUpDown.Size          = new System.Drawing.Size(90, 20);
     this.FirstVertBreakEndUpDown.TabIndex      = 3;
     this.FirstVertBreakEndUpDown.ValueChanged += new System.EventHandler(this.FirstVertBreakEndUpDown_ValueChanged);
     //
     // FirstVertBreakBeginUpDown
     //
     this.FirstVertBreakBeginUpDown.Location = new System.Drawing.Point(74, 28);
     this.FirstVertBreakBeginUpDown.Maximum  = new decimal(new int[] {
         200,
         0,
         0,
         0
     });
     this.FirstVertBreakBeginUpDown.Minimum = new decimal(new int[] {
         200,
         0,
         0,
         -2147483648
     });
     this.FirstVertBreakBeginUpDown.Name          = "FirstVertBreakBeginUpDown";
     this.FirstVertBreakBeginUpDown.Size          = new System.Drawing.Size(90, 20);
     this.FirstVertBreakBeginUpDown.TabIndex      = 1;
     this.FirstVertBreakBeginUpDown.ValueChanged += new System.EventHandler(this.FirstVertBreakBeginUpDown_ValueChanged);
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.label7);
     this.groupBox4.Controls.Add(this.label8);
     this.groupBox4.Controls.Add(this.SecondVertBreakEndUpDown);
     this.groupBox4.Controls.Add(this.SecondVertBreakBeginUpDown);
     this.groupBox4.Location = new System.Drawing.Point(10, 254);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(171, 84);
     this.groupBox4.TabIndex = 3;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "Second Vertical Scale Break";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(17, 60);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(29, 13);
     this.label7.TabIndex = 2;
     this.label7.Text     = "End:";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(17, 33);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(37, 13);
     this.label8.TabIndex = 0;
     this.label8.Text     = "Begin:";
     //
     // SecondVertBreakEndUpDown
     //
     this.SecondVertBreakEndUpDown.Location = new System.Drawing.Point(74, 53);
     this.SecondVertBreakEndUpDown.Maximum  = new decimal(new int[] {
         200,
         0,
         0,
         0
     });
     this.SecondVertBreakEndUpDown.Minimum = new decimal(new int[] {
         200,
         0,
         0,
         -2147483648
     });
     this.SecondVertBreakEndUpDown.Name          = "SecondVertBreakEndUpDown";
     this.SecondVertBreakEndUpDown.Size          = new System.Drawing.Size(90, 20);
     this.SecondVertBreakEndUpDown.TabIndex      = 3;
     this.SecondVertBreakEndUpDown.ValueChanged += new System.EventHandler(this.SecondVertBreakEndUpDown_ValueChanged);
     //
     // SecondVertBreakBeginUpDown
     //
     this.SecondVertBreakBeginUpDown.Location = new System.Drawing.Point(74, 26);
     this.SecondVertBreakBeginUpDown.Maximum  = new decimal(new int[] {
         200,
         0,
         0,
         0
     });
     this.SecondVertBreakBeginUpDown.Minimum = new decimal(new int[] {
         200,
         0,
         0,
         -2147483648
     });
     this.SecondVertBreakBeginUpDown.Name          = "SecondVertBreakBeginUpDown";
     this.SecondVertBreakBeginUpDown.Size          = new System.Drawing.Size(90, 20);
     this.SecondVertBreakBeginUpDown.TabIndex      = 1;
     this.SecondVertBreakBeginUpDown.ValueChanged += new System.EventHandler(this.SecondVertBreakBeginUpDown_ValueChanged);
     //
     // NCustomScaleBreaksUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "NCustomScaleBreaksUC";
     this.Size = new System.Drawing.Size(193, 483);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.FirstHorzBreakEndUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.FirstHorzBreakBeginUpDown)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SecondHorzBreakEndUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SecondHorzBreakBeginUpDown)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.FirstVertBreakEndUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.FirstVertBreakBeginUpDown)).EndInit();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SecondVertBreakEndUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SecondVertBreakBeginUpDown)).EndInit();
     this.ResumeLayout(false);
 }
Пример #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.LeftMarginScrollBar   = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.TopMarginScrollBar    = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.RightMarginScrollBar  = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.BottomMarginScrollBar = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label1            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.label4            = new System.Windows.Forms.Label();
     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.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // LeftMarginScrollBar
     //
     this.LeftMarginScrollBar.Location      = new System.Drawing.Point(7, 37);
     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);
     //
     // TopMarginScrollBar
     //
     this.TopMarginScrollBar.Location      = new System.Drawing.Point(7, 86);
     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(7, 135);
     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);
     //
     // BottomMarginScrollBar
     //
     this.BottomMarginScrollBar.Location      = new System.Drawing.Point(7, 184);
     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);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(7, 21);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(146, 16);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Left:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(7, 70);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(146, 16);
     this.label2.TabIndex = 6;
     this.label2.Text     = "Top:";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(7, 119);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(146, 16);
     this.label3.TabIndex = 7;
     this.label3.Text     = "Right:";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(7, 168);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(146, 16);
     this.label4.TabIndex = 8;
     this.label4.Text     = "Bottom:";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.BottomMarginLabel);
     this.groupBox1.Controls.Add(this.RightMarginLabel);
     this.groupBox1.Controls.Add(this.TopMarginLabel);
     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.label3);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.LeftMarginLabel);
     this.groupBox1.Location = new System.Drawing.Point(7, 7);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(165, 214);
     this.groupBox1.TabIndex = 9;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Margins";
     //
     // BottomMarginLabel
     //
     this.BottomMarginLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.BottomMarginLabel.Location    = new System.Drawing.Point(115, 184);
     this.BottomMarginLabel.Name        = "BottomMarginLabel";
     this.BottomMarginLabel.Size        = new System.Drawing.Size(42, 16);
     this.BottomMarginLabel.TabIndex    = 12;
     //
     // RightMarginLabel
     //
     this.RightMarginLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.RightMarginLabel.Location    = new System.Drawing.Point(115, 135);
     this.RightMarginLabel.Name        = "RightMarginLabel";
     this.RightMarginLabel.Size        = new System.Drawing.Size(42, 16);
     this.RightMarginLabel.TabIndex    = 11;
     //
     // TopMarginLabel
     //
     this.TopMarginLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.TopMarginLabel.Location    = new System.Drawing.Point(115, 86);
     this.TopMarginLabel.Name        = "TopMarginLabel";
     this.TopMarginLabel.Size        = new System.Drawing.Size(42, 16);
     this.TopMarginLabel.TabIndex    = 10;
     //
     // LeftMarginLabel
     //
     this.LeftMarginLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.LeftMarginLabel.Location    = new System.Drawing.Point(115, 37);
     this.LeftMarginLabel.Name        = "LeftMarginLabel";
     this.LeftMarginLabel.Size        = new System.Drawing.Size(42, 16);
     this.LeftMarginLabel.TabIndex    = 9;
     //
     // NBoundsModeFitUC
     //
     this.Controls.Add(this.groupBox1);
     this.Name = "NBoundsModeFitUC";
     this.Size = new System.Drawing.Size(180, 244);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(NFloatBarEmptyDataPointsUC));
     this.ShowLabelsCheck         = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SeriesTypeCombo         = new Nevron.UI.WinForm.Controls.NComboBox();
     this.groupBox3               = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.CustomValue             = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label3                  = new System.Windows.Forms.Label();
     this.label1                  = new System.Windows.Forms.Label();
     this.ValueModeCombo          = new Nevron.UI.WinForm.Controls.NComboBox();
     this.groupBox4               = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.AppearanceModeCombo     = new Nevron.UI.WinForm.Controls.NComboBox();
     this.BorderButton            = new Nevron.UI.WinForm.Controls.NButton();
     this.FillButton              = new Nevron.UI.WinForm.Controls.NButton();
     this.label2                  = new System.Windows.Forms.Label();
     this.groupBox2               = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.SeriesDataLabelButton   = new Nevron.UI.WinForm.Controls.NButton();
     this.ShadowStyleButton       = new Nevron.UI.WinForm.Controls.NButton();
     this.SeriesFillStyleButton   = new Nevron.UI.WinForm.Controls.NButton();
     this.SeriesStrokeStyleButton = new Nevron.UI.WinForm.Controls.NButton();
     this.SeriesMarkerStyleButton = new Nevron.UI.WinForm.Controls.NButton();
     this.groupBox1               = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.MarkerModeCombo         = new Nevron.UI.WinForm.Controls.NComboBox();
     this.EDPMarkerButton         = new Nevron.UI.WinForm.Controls.NButton();
     this.label4                  = new System.Windows.Forms.Label();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // ShowLabelsCheck
     //
     this.ShowLabelsCheck.Location        = new System.Drawing.Point(16, 415);
     this.ShowLabelsCheck.Name            = "ShowLabelsCheck";
     this.ShowLabelsCheck.Size            = new System.Drawing.Size(200, 19);
     this.ShowLabelsCheck.TabIndex        = 22;
     this.ShowLabelsCheck.Text            = "Show labels for empty data points";
     this.ShowLabelsCheck.CheckedChanged += new System.EventHandler(this.ShowLabelsCheck_CheckedChanged);
     //
     // SeriesTypeCombo
     //
     this.SeriesTypeCombo.Location              = new System.Drawing.Point(16, 16);
     this.SeriesTypeCombo.Name                  = "SeriesTypeCombo";
     this.SeriesTypeCombo.Size                  = new System.Drawing.Size(200, 21);
     this.SeriesTypeCombo.TabIndex              = 23;
     this.SeriesTypeCombo.SelectedIndexChanged += new System.EventHandler(this.SeriesTypeCombo_SelectedIndexChanged);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.CustomValue);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Controls.Add(this.ValueModeCombo);
     this.groupBox3.ImageIndex = 0;
     this.groupBox3.Location   = new System.Drawing.Point(8, 48);
     this.groupBox3.Name       = "groupBox3";
     this.groupBox3.Size       = new System.Drawing.Size(216, 120);
     this.groupBox3.TabIndex   = 18;
     this.groupBox3.TabStop    = false;
     this.groupBox3.Text       = "Empty Data Point Analisys";
     //
     // CustomValue
     //
     this.CustomValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.CustomValue.Enabled      = false;
     this.CustomValue.Location     = new System.Drawing.Point(8, 88);
     this.CustomValue.Name         = "CustomValue";
     this.CustomValue.Size         = new System.Drawing.Size(197, 20);
     this.CustomValue.TabIndex     = 3;
     this.CustomValue.Text         = "0";
     this.CustomValue.TextChanged += new System.EventHandler(this.CustomValue_TextChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 72);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(100, 13);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Custom Value:";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(166, 14);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Empty Data Points Value Mode:";
     //
     // ValueModeCombo
     //
     this.ValueModeCombo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.ValueModeCombo.Location              = new System.Drawing.Point(8, 40);
     this.ValueModeCombo.Name                  = "ValueModeCombo";
     this.ValueModeCombo.Size                  = new System.Drawing.Size(197, 21);
     this.ValueModeCombo.TabIndex              = 1;
     this.ValueModeCombo.SelectedIndexChanged += new System.EventHandler(this.ValueModeCombo_SelectedIndexChanged);
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.AppearanceModeCombo);
     this.groupBox4.Controls.Add(this.BorderButton);
     this.groupBox4.Controls.Add(this.FillButton);
     this.groupBox4.Controls.Add(this.label2);
     this.groupBox4.ImageIndex = 0;
     this.groupBox4.Location   = new System.Drawing.Point(8, 184);
     this.groupBox4.Name       = "groupBox4";
     this.groupBox4.Size       = new System.Drawing.Size(216, 104);
     this.groupBox4.TabIndex   = 19;
     this.groupBox4.TabStop    = false;
     this.groupBox4.Text       = "Empty Data Points Apperance";
     //
     // AppearanceModeCombo
     //
     this.AppearanceModeCombo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.AppearanceModeCombo.Location              = new System.Drawing.Point(8, 43);
     this.AppearanceModeCombo.Name                  = "AppearanceModeCombo";
     this.AppearanceModeCombo.Size                  = new System.Drawing.Size(200, 21);
     this.AppearanceModeCombo.TabIndex              = 3;
     this.AppearanceModeCombo.SelectedIndexChanged += new System.EventHandler(this.AppearanceModeCombo_SelectedIndexChanged);
     //
     // BorderButton
     //
     this.BorderButton.Location = new System.Drawing.Point(112, 74);
     this.BorderButton.Name     = "BorderButton";
     this.BorderButton.Size     = new System.Drawing.Size(93, 23);
     this.BorderButton.TabIndex = 10;
     this.BorderButton.Text     = "Stroke Style...";
     this.BorderButton.Click   += new System.EventHandler(this.BorderButton_Click);
     //
     // FillButton
     //
     this.FillButton.Location = new System.Drawing.Point(8, 74);
     this.FillButton.Name     = "FillButton";
     this.FillButton.Size     = new System.Drawing.Size(93, 23);
     this.FillButton.TabIndex = 9;
     this.FillButton.Text     = "Fill Style...";
     this.FillButton.Click   += new System.EventHandler(this.FillButton_Click);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(12, 22);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(188, 19);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Appearance Mode: ";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.SeriesDataLabelButton);
     this.groupBox2.Controls.Add(this.ShadowStyleButton);
     this.groupBox2.Controls.Add(this.SeriesFillStyleButton);
     this.groupBox2.Controls.Add(this.SeriesStrokeStyleButton);
     this.groupBox2.Controls.Add(this.SeriesMarkerStyleButton);
     this.groupBox2.ImageIndex = 0;
     this.groupBox2.Location   = new System.Drawing.Point(8, 440);
     this.groupBox2.Name       = "groupBox2";
     this.groupBox2.Size       = new System.Drawing.Size(216, 120);
     this.groupBox2.TabIndex   = 21;
     this.groupBox2.TabStop    = false;
     this.groupBox2.Text       = "Series Styles";
     //
     // SeriesDataLabelButton
     //
     this.SeriesDataLabelButton.Location = new System.Drawing.Point(112, 56);
     this.SeriesDataLabelButton.Name     = "SeriesDataLabelButton";
     this.SeriesDataLabelButton.Size     = new System.Drawing.Size(93, 23);
     this.SeriesDataLabelButton.TabIndex = 22;
     this.SeriesDataLabelButton.Text     = "Data Label...";
     this.SeriesDataLabelButton.Click   += new System.EventHandler(this.SeriesDataLabelButton_Click);
     //
     // ShadowStyleButton
     //
     this.ShadowStyleButton.Location = new System.Drawing.Point(8, 88);
     this.ShadowStyleButton.Name     = "ShadowStyleButton";
     this.ShadowStyleButton.Size     = new System.Drawing.Size(93, 23);
     this.ShadowStyleButton.TabIndex = 21;
     this.ShadowStyleButton.Text     = "Shadow Style...";
     this.ShadowStyleButton.Click   += new System.EventHandler(this.ShadowStyleButton_Click);
     //
     // SeriesFillStyleButton
     //
     this.SeriesFillStyleButton.Location = new System.Drawing.Point(8, 24);
     this.SeriesFillStyleButton.Name     = "SeriesFillStyleButton";
     this.SeriesFillStyleButton.Size     = new System.Drawing.Size(93, 23);
     this.SeriesFillStyleButton.TabIndex = 18;
     this.SeriesFillStyleButton.Text     = "Fill Style...";
     this.SeriesFillStyleButton.Click   += new System.EventHandler(this.SeriesFillStyleButton_Click);
     //
     // SeriesStrokeStyleButton
     //
     this.SeriesStrokeStyleButton.Location = new System.Drawing.Point(112, 24);
     this.SeriesStrokeStyleButton.Name     = "SeriesStrokeStyleButton";
     this.SeriesStrokeStyleButton.Size     = new System.Drawing.Size(93, 23);
     this.SeriesStrokeStyleButton.TabIndex = 19;
     this.SeriesStrokeStyleButton.Text     = "Stroke Style...";
     this.SeriesStrokeStyleButton.Click   += new System.EventHandler(this.SeriesStrokeStyleButton_Click);
     //
     // SeriesMarkerStyleButton
     //
     this.SeriesMarkerStyleButton.Location = new System.Drawing.Point(8, 56);
     this.SeriesMarkerStyleButton.Name     = "SeriesMarkerStyleButton";
     this.SeriesMarkerStyleButton.Size     = new System.Drawing.Size(93, 23);
     this.SeriesMarkerStyleButton.TabIndex = 20;
     this.SeriesMarkerStyleButton.Text     = "Marker...";
     this.SeriesMarkerStyleButton.Click   += new System.EventHandler(this.SeriesMarkerStyleButton_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.MarkerModeCombo);
     this.groupBox1.Controls.Add(this.EDPMarkerButton);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.ImageIndex = 0;
     this.groupBox1.Location   = new System.Drawing.Point(8, 304);
     this.groupBox1.Name       = "groupBox1";
     this.groupBox1.Size       = new System.Drawing.Size(216, 104);
     this.groupBox1.TabIndex   = 20;
     this.groupBox1.TabStop    = false;
     this.groupBox1.Text       = "Empty Data Points Marker";
     //
     // MarkerModeCombo
     //
     this.MarkerModeCombo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.MarkerModeCombo.Location              = new System.Drawing.Point(8, 40);
     this.MarkerModeCombo.Name                  = "MarkerModeCombo";
     this.MarkerModeCombo.Size                  = new System.Drawing.Size(197, 21);
     this.MarkerModeCombo.TabIndex              = 3;
     this.MarkerModeCombo.SelectedIndexChanged += new System.EventHandler(this.MarkerModeCombo_SelectedIndexChanged);
     //
     // EDPMarkerButton
     //
     this.EDPMarkerButton.Location = new System.Drawing.Point(8, 72);
     this.EDPMarkerButton.Name     = "EDPMarkerButton";
     this.EDPMarkerButton.Size     = new System.Drawing.Size(93, 23);
     this.EDPMarkerButton.TabIndex = 9;
     this.EDPMarkerButton.Text     = "Marker...";
     this.EDPMarkerButton.Click   += new System.EventHandler(this.EDPMarkerButton_Click);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 24);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(197, 19);
     this.label4.TabIndex = 2;
     this.label4.Text     = "Marker Mode:";
     //
     // NFloatBarEmptyDataPointsUC
     //
     this.Controls.Add(this.ShowLabelsCheck);
     this.Controls.Add(this.SeriesTypeCombo);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "NFloatBarEmptyDataPointsUC";
     this.Size = new System.Drawing.Size(232, 568);
     this.groupBox3.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.nGroupBox3 = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.PaletteLegendModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.smoothPaletteCheck        = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.nGroupBox2          = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.smoothShadingCheck  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label4              = new System.Windows.Forms.Label();
     this.fillModeCombo       = new Nevron.UI.WinForm.Controls.NComboBox();
     this.nGroupBox1          = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.label5              = new System.Windows.Forms.Label();
     this.frameColorModeCombo = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2              = new System.Windows.Forms.Label();
     this.frameModeCombo      = new Nevron.UI.WinForm.Controls.NComboBox();
     this.nGroupBox4          = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.label3              = new System.Windows.Forms.Label();
     this.customValueScroll   = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label1              = new System.Windows.Forms.Label();
     this.positionModeCombo   = new Nevron.UI.WinForm.Controls.NComboBox();
     this.drawFlatCheck       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.LogYAxisCheckBox    = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.nGroupBox3.SuspendLayout();
     this.nGroupBox2.SuspendLayout();
     this.nGroupBox1.SuspendLayout();
     this.nGroupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // nGroupBox3
     //
     this.nGroupBox3.Controls.Add(this.PaletteLegendModeComboBox);
     this.nGroupBox3.Controls.Add(this.smoothPaletteCheck);
     this.nGroupBox3.ImageIndex = 0;
     this.nGroupBox3.Location   = new System.Drawing.Point(1, 253);
     this.nGroupBox3.Name       = "nGroupBox3";
     this.nGroupBox3.Size       = new System.Drawing.Size(171, 98);
     this.nGroupBox3.TabIndex   = 6;
     this.nGroupBox3.TabStop    = false;
     this.nGroupBox3.Text       = "Palette";
     //
     // PaletteLegendModeComboBox
     //
     this.PaletteLegendModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.PaletteLegendModeComboBox.ListProperties.DataSource         = null;
     this.PaletteLegendModeComboBox.ListProperties.DisplayMember      = "";
     this.PaletteLegendModeComboBox.Location              = new System.Drawing.Point(17, 56);
     this.PaletteLegendModeComboBox.Name                  = "PaletteLegendModeComboBox";
     this.PaletteLegendModeComboBox.Size                  = new System.Drawing.Size(142, 21);
     this.PaletteLegendModeComboBox.TabIndex              = 4;
     this.PaletteLegendModeComboBox.SelectedIndexChanged += new System.EventHandler(this.PaletteLegendModeComboBox_SelectedIndexChanged);
     //
     // smoothPaletteCheck
     //
     this.smoothPaletteCheck.ButtonProperties.BorderOffset = 2;
     this.smoothPaletteCheck.Location        = new System.Drawing.Point(17, 29);
     this.smoothPaletteCheck.Name            = "smoothPaletteCheck";
     this.smoothPaletteCheck.Size            = new System.Drawing.Size(142, 21);
     this.smoothPaletteCheck.TabIndex        = 0;
     this.smoothPaletteCheck.Text            = "Smooth Palette";
     this.smoothPaletteCheck.CheckedChanged += new System.EventHandler(this.SmoothPaletteCheck_CheckedChanged);
     //
     // nGroupBox2
     //
     this.nGroupBox2.Controls.Add(this.smoothShadingCheck);
     this.nGroupBox2.Controls.Add(this.label4);
     this.nGroupBox2.Controls.Add(this.fillModeCombo);
     this.nGroupBox2.ImageIndex = 0;
     this.nGroupBox2.Location   = new System.Drawing.Point(1, 5);
     this.nGroupBox2.Name       = "nGroupBox2";
     this.nGroupBox2.Size       = new System.Drawing.Size(174, 96);
     this.nGroupBox2.TabIndex   = 4;
     this.nGroupBox2.TabStop    = false;
     this.nGroupBox2.Text       = "Surface Filling";
     //
     // smoothShadingCheck
     //
     this.smoothShadingCheck.ButtonProperties.BorderOffset = 2;
     this.smoothShadingCheck.Location        = new System.Drawing.Point(17, 69);
     this.smoothShadingCheck.Name            = "smoothShadingCheck";
     this.smoothShadingCheck.Size            = new System.Drawing.Size(158, 20);
     this.smoothShadingCheck.TabIndex        = 2;
     this.smoothShadingCheck.Text            = "Smooth Shading";
     this.smoothShadingCheck.CheckedChanged += new System.EventHandler(this.SmoothShadingCheck_CheckedChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(17, 21);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(142, 14);
     this.label4.TabIndex = 0;
     this.label4.Text     = "Fill Mode:";
     //
     // fillModeCombo
     //
     this.fillModeCombo.ListProperties.CheckBoxDataMember = "";
     this.fillModeCombo.ListProperties.DataSource         = null;
     this.fillModeCombo.ListProperties.DisplayMember      = "";
     this.fillModeCombo.Location              = new System.Drawing.Point(17, 37);
     this.fillModeCombo.Name                  = "fillModeCombo";
     this.fillModeCombo.Size                  = new System.Drawing.Size(142, 21);
     this.fillModeCombo.TabIndex              = 1;
     this.fillModeCombo.SelectedIndexChanged += new System.EventHandler(this.FillModeCombo_SelectedIndexChanged);
     //
     // nGroupBox1
     //
     this.nGroupBox1.Controls.Add(this.label5);
     this.nGroupBox1.Controls.Add(this.frameColorModeCombo);
     this.nGroupBox1.Controls.Add(this.label2);
     this.nGroupBox1.Controls.Add(this.frameModeCombo);
     this.nGroupBox1.ImageIndex = 0;
     this.nGroupBox1.Location   = new System.Drawing.Point(1, 117);
     this.nGroupBox1.Name       = "nGroupBox1";
     this.nGroupBox1.Size       = new System.Drawing.Size(174, 120);
     this.nGroupBox1.TabIndex   = 5;
     this.nGroupBox1.TabStop    = false;
     this.nGroupBox1.Text       = "Surface Frame";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(17, 69);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(142, 14);
     this.label5.TabIndex = 2;
     this.label5.Text     = "Frame Color Mode:";
     //
     // frameColorModeCombo
     //
     this.frameColorModeCombo.ListProperties.CheckBoxDataMember = "";
     this.frameColorModeCombo.ListProperties.DataSource         = null;
     this.frameColorModeCombo.ListProperties.DisplayMember      = "";
     this.frameColorModeCombo.Location              = new System.Drawing.Point(17, 85);
     this.frameColorModeCombo.Name                  = "frameColorModeCombo";
     this.frameColorModeCombo.Size                  = new System.Drawing.Size(142, 21);
     this.frameColorModeCombo.TabIndex              = 3;
     this.frameColorModeCombo.SelectedIndexChanged += new System.EventHandler(this.FrameColorModeCombo_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(17, 21);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(142, 14);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Frame Mode:";
     //
     // frameModeCombo
     //
     this.frameModeCombo.ListProperties.CheckBoxDataMember = "";
     this.frameModeCombo.ListProperties.DataSource         = null;
     this.frameModeCombo.ListProperties.DisplayMember      = "";
     this.frameModeCombo.Location              = new System.Drawing.Point(17, 37);
     this.frameModeCombo.Name                  = "frameModeCombo";
     this.frameModeCombo.Size                  = new System.Drawing.Size(142, 21);
     this.frameModeCombo.TabIndex              = 1;
     this.frameModeCombo.SelectedIndexChanged += new System.EventHandler(this.FrameModeCombo_SelectedIndexChanged);
     //
     // nGroupBox4
     //
     this.nGroupBox4.Controls.Add(this.label3);
     this.nGroupBox4.Controls.Add(this.customValueScroll);
     this.nGroupBox4.Controls.Add(this.label1);
     this.nGroupBox4.Controls.Add(this.positionModeCombo);
     this.nGroupBox4.Controls.Add(this.drawFlatCheck);
     this.nGroupBox4.ImageIndex = 0;
     this.nGroupBox4.Location   = new System.Drawing.Point(1, 357);
     this.nGroupBox4.Name       = "nGroupBox4";
     this.nGroupBox4.Size       = new System.Drawing.Size(174, 136);
     this.nGroupBox4.TabIndex   = 7;
     this.nGroupBox4.TabStop    = false;
     this.nGroupBox4.Text       = "Flat Mode";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(17, 93);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(152, 15);
     this.label3.TabIndex = 3;
     this.label3.Text     = "Custom Value:";
     //
     // customValueScroll
     //
     this.customValueScroll.Enabled       = false;
     this.customValueScroll.LargeChange   = 1;
     this.customValueScroll.Location      = new System.Drawing.Point(17, 109);
     this.customValueScroll.Maximum       = 20;
     this.customValueScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.customValueScroll.Name          = "customValueScroll";
     this.customValueScroll.Size          = new System.Drawing.Size(142, 17);
     this.customValueScroll.TabIndex      = 4;
     this.customValueScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.CustomValueScroll_ValueChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(17, 45);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(152, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Position Mode:";
     //
     // positionModeCombo
     //
     this.positionModeCombo.Enabled = false;
     this.positionModeCombo.ListProperties.CheckBoxDataMember = "";
     this.positionModeCombo.ListProperties.DataSource         = null;
     this.positionModeCombo.ListProperties.DisplayMember      = "";
     this.positionModeCombo.Location              = new System.Drawing.Point(17, 61);
     this.positionModeCombo.Name                  = "positionModeCombo";
     this.positionModeCombo.Size                  = new System.Drawing.Size(142, 21);
     this.positionModeCombo.TabIndex              = 2;
     this.positionModeCombo.SelectedIndexChanged += new System.EventHandler(this.PositionModeCombo_SelectedIndexChanged);
     //
     // drawFlatCheck
     //
     this.drawFlatCheck.ButtonProperties.BorderOffset = 2;
     this.drawFlatCheck.Location        = new System.Drawing.Point(17, 21);
     this.drawFlatCheck.Name            = "drawFlatCheck";
     this.drawFlatCheck.Size            = new System.Drawing.Size(152, 20);
     this.drawFlatCheck.TabIndex        = 0;
     this.drawFlatCheck.Text            = "Draw Flat";
     this.drawFlatCheck.CheckedChanged += new System.EventHandler(this.DrawFlatCheck_CheckedChanged);
     //
     // LogYAxisCheckBox
     //
     this.LogYAxisCheckBox.ButtonProperties.BorderOffset = 2;
     this.LogYAxisCheckBox.Location        = new System.Drawing.Point(18, 517);
     this.LogYAxisCheckBox.Name            = "LogYAxisCheckBox";
     this.LogYAxisCheckBox.Size            = new System.Drawing.Size(142, 21);
     this.LogYAxisCheckBox.TabIndex        = 5;
     this.LogYAxisCheckBox.Text            = "Logarithmic Y Axis";
     this.LogYAxisCheckBox.CheckedChanged += new System.EventHandler(this.LogYAxisCheckBox_CheckedChanged);
     //
     // NGridSurfaceUC
     //
     this.Controls.Add(this.LogYAxisCheckBox);
     this.Controls.Add(this.nGroupBox3);
     this.Controls.Add(this.nGroupBox2);
     this.Controls.Add(this.nGroupBox1);
     this.Controls.Add(this.nGroupBox4);
     this.Name = "NGridSurfaceUC";
     this.Size = new System.Drawing.Size(180, 594);
     this.nGroupBox3.ResumeLayout(false);
     this.nGroupBox2.ResumeLayout(false);
     this.nGroupBox1.ResumeLayout(false);
     this.nGroupBox4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #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.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.PaintEffectComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.GlassEffectGroupBox = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.SpreadUpDown        = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.DirectionUpDown     = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label6 = new System.Windows.Forms.Label();
     this.PaintEffectShapeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label7             = new System.Windows.Forms.Label();
     this.GelEffectGroupBox  = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.BottomMarginUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label11            = new System.Windows.Forms.Label();
     this.RightMarginUpDown  = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label10            = new System.Windows.Forms.Label();
     this.TopMarginUpDown    = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label9             = new System.Windows.Forms.Label();
     this.LeftMarginUpDown   = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label8             = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.GlassEffectGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SpreadUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DirectionUpDown)).BeginInit();
     this.GelEffectGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BottomMarginUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.RightMarginUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TopMarginUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LeftMarginUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // 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(147, 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(147, 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(9, 358);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(183, 113);
     this.groupBox1.TabIndex = 6;
     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(9, 477);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(183, 72);
     this.groupBox2.TabIndex = 7;
     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(144, 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:";
     //
     // PaintEffectComboBox
     //
     this.PaintEffectComboBox.ListProperties.CheckBoxDataMember = "";
     this.PaintEffectComboBox.ListProperties.DataSource         = null;
     this.PaintEffectComboBox.ListProperties.DisplayMember      = "";
     this.PaintEffectComboBox.Location              = new System.Drawing.Point(9, 27);
     this.PaintEffectComboBox.Name                  = "PaintEffectComboBox";
     this.PaintEffectComboBox.Size                  = new System.Drawing.Size(157, 21);
     this.PaintEffectComboBox.TabIndex              = 1;
     this.PaintEffectComboBox.SelectedIndexChanged += new System.EventHandler(this.PaintEffectComboBox_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(9, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(65, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Paint Effect:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(10, 23);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(78, 13);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Light Direction:";
     //
     // GlassEffectGroupBox
     //
     this.GlassEffectGroupBox.Controls.Add(this.SpreadUpDown);
     this.GlassEffectGroupBox.Controls.Add(this.DirectionUpDown);
     this.GlassEffectGroupBox.Controls.Add(this.label6);
     this.GlassEffectGroupBox.Controls.Add(this.label2);
     this.GlassEffectGroupBox.Location = new System.Drawing.Point(9, 109);
     this.GlassEffectGroupBox.Name     = "GlassEffectGroupBox";
     this.GlassEffectGroupBox.Size     = new System.Drawing.Size(183, 82);
     this.GlassEffectGroupBox.TabIndex = 4;
     this.GlassEffectGroupBox.TabStop  = false;
     this.GlassEffectGroupBox.Text     = "Glass Effect";
     //
     // SpreadUpDown
     //
     this.SpreadUpDown.Location = new System.Drawing.Point(105, 42);
     this.SpreadUpDown.Maximum  = new decimal(new int[] {
         180,
         0,
         0,
         0
     });
     this.SpreadUpDown.Name          = "SpreadUpDown";
     this.SpreadUpDown.Size          = new System.Drawing.Size(52, 20);
     this.SpreadUpDown.TabIndex      = 3;
     this.SpreadUpDown.ValueChanged += new System.EventHandler(this.SpreadUpDown_ValueChanged);
     //
     // DirectionUpDown
     //
     this.DirectionUpDown.Location = new System.Drawing.Point(105, 16);
     this.DirectionUpDown.Maximum  = new decimal(new int[] {
         360,
         0,
         0,
         0
     });
     this.DirectionUpDown.Minimum = new decimal(new int[] {
         360,
         0,
         0,
         -2147483648
     });
     this.DirectionUpDown.Name          = "DirectionUpDown";
     this.DirectionUpDown.Size          = new System.Drawing.Size(52, 20);
     this.DirectionUpDown.TabIndex      = 1;
     this.DirectionUpDown.ValueChanged += new System.EventHandler(this.DirectionUpDown_ValueChanged);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(10, 49);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(70, 13);
     this.label6.TabIndex = 2;
     this.label6.Text     = "Light Spread:";
     //
     // PaintEffectShapeComboBox
     //
     this.PaintEffectShapeComboBox.ListProperties.CheckBoxDataMember = "";
     this.PaintEffectShapeComboBox.ListProperties.DataSource         = null;
     this.PaintEffectShapeComboBox.ListProperties.DisplayMember      = "";
     this.PaintEffectShapeComboBox.Location              = new System.Drawing.Point(9, 73);
     this.PaintEffectShapeComboBox.Name                  = "PaintEffectShapeComboBox";
     this.PaintEffectShapeComboBox.Size                  = new System.Drawing.Size(157, 21);
     this.PaintEffectShapeComboBox.TabIndex              = 3;
     this.PaintEffectShapeComboBox.SelectedIndexChanged += new System.EventHandler(this.PaintEffectShapeComboBox_SelectedIndexChanged);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(9, 56);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(99, 13);
     this.label7.TabIndex = 2;
     this.label7.Text     = "Paint Effect Shape:";
     //
     // GelEffectGroupBox
     //
     this.GelEffectGroupBox.Controls.Add(this.BottomMarginUpDown);
     this.GelEffectGroupBox.Controls.Add(this.label11);
     this.GelEffectGroupBox.Controls.Add(this.RightMarginUpDown);
     this.GelEffectGroupBox.Controls.Add(this.label10);
     this.GelEffectGroupBox.Controls.Add(this.TopMarginUpDown);
     this.GelEffectGroupBox.Controls.Add(this.label9);
     this.GelEffectGroupBox.Controls.Add(this.LeftMarginUpDown);
     this.GelEffectGroupBox.Controls.Add(this.label8);
     this.GelEffectGroupBox.Location = new System.Drawing.Point(9, 197);
     this.GelEffectGroupBox.Name     = "GelEffectGroupBox";
     this.GelEffectGroupBox.Size     = new System.Drawing.Size(183, 155);
     this.GelEffectGroupBox.TabIndex = 5;
     this.GelEffectGroupBox.TabStop  = false;
     this.GelEffectGroupBox.Text     = "Gel Effect";
     //
     // BottomMarginUpDown
     //
     this.BottomMarginUpDown.Location      = new System.Drawing.Point(105, 97);
     this.BottomMarginUpDown.Name          = "BottomMarginUpDown";
     this.BottomMarginUpDown.Size          = new System.Drawing.Size(52, 20);
     this.BottomMarginUpDown.TabIndex      = 7;
     this.BottomMarginUpDown.ValueChanged += new System.EventHandler(this.BottomMarginUpDown_ValueChanged);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(10, 104);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(78, 13);
     this.label11.TabIndex = 6;
     this.label11.Text     = "Bottom Margin:";
     //
     // RightMarginUpDown
     //
     this.RightMarginUpDown.Location      = new System.Drawing.Point(105, 71);
     this.RightMarginUpDown.Name          = "RightMarginUpDown";
     this.RightMarginUpDown.Size          = new System.Drawing.Size(52, 20);
     this.RightMarginUpDown.TabIndex      = 5;
     this.RightMarginUpDown.ValueChanged += new System.EventHandler(this.RightMarginUpDown_ValueChanged);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(10, 78);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(70, 13);
     this.label10.TabIndex = 4;
     this.label10.Text     = "Right Margin:";
     //
     // TopMarginUpDown
     //
     this.TopMarginUpDown.Location      = new System.Drawing.Point(105, 45);
     this.TopMarginUpDown.Name          = "TopMarginUpDown";
     this.TopMarginUpDown.Size          = new System.Drawing.Size(52, 20);
     this.TopMarginUpDown.TabIndex      = 3;
     this.TopMarginUpDown.ValueChanged += new System.EventHandler(this.TopMarginUpDown_ValueChanged);
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(10, 52);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(64, 13);
     this.label9.TabIndex = 2;
     this.label9.Text     = "Top Margin:";
     //
     // LeftMarginUpDown
     //
     this.LeftMarginUpDown.Location      = new System.Drawing.Point(105, 19);
     this.LeftMarginUpDown.Name          = "LeftMarginUpDown";
     this.LeftMarginUpDown.Size          = new System.Drawing.Size(52, 20);
     this.LeftMarginUpDown.TabIndex      = 1;
     this.LeftMarginUpDown.ValueChanged += new System.EventHandler(this.LeftMarginUpDown_ValueChanged);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(10, 26);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(63, 13);
     this.label8.TabIndex = 0;
     this.label8.Text     = "Left Margin:";
     //
     // NGaugeGelAndGlassEffectsUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.label7);
     this.Controls.Add(this.GelEffectGroupBox);
     this.Controls.Add(this.GlassEffectGroupBox);
     this.Controls.Add(this.PaintEffectShapeComboBox);
     this.Controls.Add(this.PaintEffectComboBox);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "NGaugeGelAndGlassEffectsUC";
     this.Size = new System.Drawing.Size(180, 554);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.GlassEffectGroupBox.ResumeLayout(false);
     this.GlassEffectGroupBox.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SpreadUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DirectionUpDown)).EndInit();
     this.GelEffectGroupBox.ResumeLayout(false);
     this.GelEffectGroupBox.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BottomMarginUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.RightMarginUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TopMarginUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LeftMarginUpDown)).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.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.ChartObjectComboBox         = new Nevron.UI.WinForm.Controls.NComboBox();
     this.CursorComboBox              = new Nevron.UI.WinForm.Controls.NComboBox();
     this.TooltipTextBox              = new Nevron.UI.WinForm.Controls.NTextBox();
     this.CursorChangeCheckBox        = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.EnableTooltipChangeCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label4                         = new System.Windows.Forms.Label();
     this.label5                         = new System.Windows.Forms.Label();
     this.label6                         = new System.Windows.Forms.Label();
     this.AutoPopDelayUpDown             = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.InitialDelayUpDown             = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.ReshowDelayUpDown              = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.UseWindowRenderSurfaceCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.groupBox1                      = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.groupBox2                      = new Nevron.UI.WinForm.Controls.NGroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.AutoPopDelayUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.InitialDelayUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ReshowDelayUpDown)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(6, 10);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(72, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Chart object:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(6, 45);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(157, 16);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Tooltip:";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(6, 40);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(152, 16);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Cursor:";
     //
     // ChartObjectComboBox
     //
     this.ChartObjectComboBox.ListProperties.CheckBoxDataMember = "";
     this.ChartObjectComboBox.ListProperties.DataSource         = null;
     this.ChartObjectComboBox.ListProperties.DisplayMember      = "";
     this.ChartObjectComboBox.Location              = new System.Drawing.Point(11, 30);
     this.ChartObjectComboBox.Name                  = "ChartObjectComboBox";
     this.ChartObjectComboBox.Size                  = new System.Drawing.Size(157, 21);
     this.ChartObjectComboBox.TabIndex              = 3;
     this.ChartObjectComboBox.SelectedIndexChanged += new System.EventHandler(this.ChartObjectComboBox_SelectedIndexChanged);
     //
     // CursorComboBox
     //
     this.CursorComboBox.ListProperties.CheckBoxDataMember = "";
     this.CursorComboBox.ListProperties.DataSource         = null;
     this.CursorComboBox.ListProperties.DisplayMember      = "";
     this.CursorComboBox.Location              = new System.Drawing.Point(6, 56);
     this.CursorComboBox.Name                  = "CursorComboBox";
     this.CursorComboBox.Size                  = new System.Drawing.Size(157, 21);
     this.CursorComboBox.TabIndex              = 4;
     this.CursorComboBox.SelectedIndexChanged += new System.EventHandler(this.CursorComboBox_SelectedIndexChanged);
     //
     // TooltipTextBox
     //
     this.TooltipTextBox.Location     = new System.Drawing.Point(6, 65);
     this.TooltipTextBox.Name         = "TooltipTextBox";
     this.TooltipTextBox.Size         = new System.Drawing.Size(157, 18);
     this.TooltipTextBox.TabIndex     = 5;
     this.TooltipTextBox.TextChanged += new System.EventHandler(this.TooltipTextBox_TextChanged);
     //
     // CursorChangeCheckBox
     //
     this.CursorChangeCheckBox.ButtonProperties.BorderOffset = 2;
     this.CursorChangeCheckBox.Location        = new System.Drawing.Point(6, 16);
     this.CursorChangeCheckBox.Name            = "CursorChangeCheckBox";
     this.CursorChangeCheckBox.Size            = new System.Drawing.Size(152, 24);
     this.CursorChangeCheckBox.TabIndex        = 6;
     this.CursorChangeCheckBox.Text            = "Enable cursor change";
     this.CursorChangeCheckBox.CheckedChanged += new System.EventHandler(this.CursorChangeCheckBox_CheckedChanged);
     //
     // EnableTooltipChangeCheckBox
     //
     this.EnableTooltipChangeCheckBox.ButtonProperties.BorderOffset = 2;
     this.EnableTooltipChangeCheckBox.Location        = new System.Drawing.Point(6, 17);
     this.EnableTooltipChangeCheckBox.Name            = "EnableTooltipChangeCheckBox";
     this.EnableTooltipChangeCheckBox.Size            = new System.Drawing.Size(157, 24);
     this.EnableTooltipChangeCheckBox.TabIndex        = 7;
     this.EnableTooltipChangeCheckBox.Text            = "Enable tooltip change";
     this.EnableTooltipChangeCheckBox.CheckedChanged += new System.EventHandler(this.EnableTooltipChangeCheckBox_CheckedChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(6, 89);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(157, 16);
     this.label4.TabIndex = 8;
     this.label4.Text     = "Auto pop delay (ms):";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(6, 133);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(157, 16);
     this.label5.TabIndex = 9;
     this.label5.Text     = "Initial delay (ms):";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(6, 177);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(157, 16);
     this.label6.TabIndex = 10;
     this.label6.Text     = "Reshow delay (ms):";
     //
     // AutoPopDelayUpDown
     //
     this.AutoPopDelayUpDown.Increment = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.AutoPopDelayUpDown.Location = new System.Drawing.Point(6, 109);
     this.AutoPopDelayUpDown.Maximum  = new decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.AutoPopDelayUpDown.Name     = "AutoPopDelayUpDown";
     this.AutoPopDelayUpDown.Size     = new System.Drawing.Size(157, 20);
     this.AutoPopDelayUpDown.TabIndex = 11;
     this.AutoPopDelayUpDown.Value    = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.AutoPopDelayUpDown.ValueChanged += new System.EventHandler(this.AutoPopDelayUpDown_ValueChanged);
     //
     // InitialDelayUpDown
     //
     this.InitialDelayUpDown.Increment = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.InitialDelayUpDown.Location = new System.Drawing.Point(6, 153);
     this.InitialDelayUpDown.Maximum  = new decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.InitialDelayUpDown.Name     = "InitialDelayUpDown";
     this.InitialDelayUpDown.Size     = new System.Drawing.Size(157, 20);
     this.InitialDelayUpDown.TabIndex = 12;
     this.InitialDelayUpDown.Value    = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.InitialDelayUpDown.ValueChanged += new System.EventHandler(this.InitialDelayUpDown_ValueChanged);
     //
     // ReshowDelayUpDown
     //
     this.ReshowDelayUpDown.Increment = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.ReshowDelayUpDown.Location = new System.Drawing.Point(6, 197);
     this.ReshowDelayUpDown.Maximum  = new decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.ReshowDelayUpDown.Name     = "ReshowDelayUpDown";
     this.ReshowDelayUpDown.Size     = new System.Drawing.Size(157, 20);
     this.ReshowDelayUpDown.TabIndex = 13;
     this.ReshowDelayUpDown.Value    = new decimal(new int[] {
         40,
         0,
         0,
         0
     });
     this.ReshowDelayUpDown.ValueChanged += new System.EventHandler(this.ReshowDelayUpDown_ValueChanged);
     //
     // UseWindowRenderSurfaceCheckBox
     //
     this.UseWindowRenderSurfaceCheckBox.ButtonProperties.BorderOffset = 2;
     this.UseWindowRenderSurfaceCheckBox.Location        = new System.Drawing.Point(11, 383);
     this.UseWindowRenderSurfaceCheckBox.Name            = "UseWindowRenderSurfaceCheckBox";
     this.UseWindowRenderSurfaceCheckBox.Size            = new System.Drawing.Size(120, 24);
     this.UseWindowRenderSurfaceCheckBox.TabIndex        = 16;
     this.UseWindowRenderSurfaceCheckBox.Text            = "Render to window";
     this.UseWindowRenderSurfaceCheckBox.CheckedChanged += new System.EventHandler(this.UseWindowRenderSurfaceCheckBox_CheckedChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.CursorComboBox);
     this.groupBox1.Controls.Add(this.CursorChangeCheckBox);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Location = new System.Drawing.Point(5, 55);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(172, 89);
     this.groupBox1.TabIndex = 17;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Mouse cursor";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.TooltipTextBox);
     this.groupBox2.Controls.Add(this.EnableTooltipChangeCheckBox);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.AutoPopDelayUpDown);
     this.groupBox2.Controls.Add(this.InitialDelayUpDown);
     this.groupBox2.Controls.Add(this.ReshowDelayUpDown);
     this.groupBox2.Location = new System.Drawing.Point(4, 148);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(174, 229);
     this.groupBox2.TabIndex = 18;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Tooltips";
     //
     // NTooltipAndCursorToolsUC
     //
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.UseWindowRenderSurfaceCheckBox);
     this.Controls.Add(this.ChartObjectComboBox);
     this.Controls.Add(this.label1);
     this.Name = "NTooltipAndCursorToolsUC";
     this.Size = new System.Drawing.Size(180, 645);
     ((System.ComponentModel.ISupportInitialize)(this.AutoPopDelayUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.InitialDelayUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ReshowDelayUpDown)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1              = new System.Windows.Forms.Label();
     this.BubbleShapeCombo    = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2              = new System.Windows.Forms.Label();
     this.label3              = new System.Windows.Forms.Label();
     this.MinBubbleSizeScroll = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.MaxBubbleSizeScroll = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.DifferentColors     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.BubbleFE            = new Nevron.UI.WinForm.Controls.NButton();
     this.BubbleBorderButton  = new Nevron.UI.WinForm.Controls.NButton();
     this.groupBox3           = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(9, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(150, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Bubble Shape:";
     //
     // BubbleShapeCombo
     //
     this.BubbleShapeCombo.ListProperties.CheckBoxDataMember = "";
     this.BubbleShapeCombo.ListProperties.DataSource         = null;
     this.BubbleShapeCombo.ListProperties.DisplayMember      = "";
     this.BubbleShapeCombo.Location              = new System.Drawing.Point(9, 28);
     this.BubbleShapeCombo.Name                  = "BubbleShapeCombo";
     this.BubbleShapeCombo.Size                  = new System.Drawing.Size(150, 21);
     this.BubbleShapeCombo.TabIndex              = 1;
     this.BubbleShapeCombo.SelectedIndexChanged += new System.EventHandler(this.BubbleShapeCombo_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(9, 58);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(150, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Min Bubble Size:";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(9, 103);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(150, 16);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Max Bubble Size:";
     //
     // MinBubbleSizeScroll
     //
     this.MinBubbleSizeScroll.Location      = new System.Drawing.Point(9, 75);
     this.MinBubbleSizeScroll.Maximum       = 60;
     this.MinBubbleSizeScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.MinBubbleSizeScroll.Name          = "MinBubbleSizeScroll";
     this.MinBubbleSizeScroll.Size          = new System.Drawing.Size(150, 16);
     this.MinBubbleSizeScroll.TabIndex      = 3;
     this.MinBubbleSizeScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.MinBubbleSizeScroll_Scroll);
     //
     // MaxBubbleSizeScroll
     //
     this.MaxBubbleSizeScroll.Location      = new System.Drawing.Point(9, 120);
     this.MaxBubbleSizeScroll.Maximum       = 60;
     this.MaxBubbleSizeScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.MaxBubbleSizeScroll.Name          = "MaxBubbleSizeScroll";
     this.MaxBubbleSizeScroll.Size          = new System.Drawing.Size(150, 16);
     this.MaxBubbleSizeScroll.TabIndex      = 5;
     this.MaxBubbleSizeScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.MaxBubbleSizeScroll_Scroll);
     //
     // DifferentColors
     //
     this.DifferentColors.ButtonProperties.BorderOffset = 2;
     this.DifferentColors.Location        = new System.Drawing.Point(9, 16);
     this.DifferentColors.Name            = "DifferentColors";
     this.DifferentColors.Size            = new System.Drawing.Size(132, 20);
     this.DifferentColors.TabIndex        = 0;
     this.DifferentColors.Text            = "Different Colors";
     this.DifferentColors.CheckedChanged += new System.EventHandler(this.DifferentColors_CheckedChanged);
     //
     // BubbleFE
     //
     this.BubbleFE.Location = new System.Drawing.Point(9, 39);
     this.BubbleFE.Name     = "BubbleFE";
     this.BubbleFE.Size     = new System.Drawing.Size(132, 23);
     this.BubbleFE.TabIndex = 1;
     this.BubbleFE.Text     = "Bubble Fill Style...";
     this.BubbleFE.Click   += new System.EventHandler(this.BubbleFE_Click);
     //
     // BubbleBorderButton
     //
     this.BubbleBorderButton.Location = new System.Drawing.Point(9, 68);
     this.BubbleBorderButton.Name     = "BubbleBorderButton";
     this.BubbleBorderButton.Size     = new System.Drawing.Size(132, 23);
     this.BubbleBorderButton.TabIndex = 2;
     this.BubbleBorderButton.Text     = "Bubble Border...";
     this.BubbleBorderButton.Click   += new System.EventHandler(this.BubbleBorderButton_Click);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.BubbleFE);
     this.groupBox3.Controls.Add(this.BubbleBorderButton);
     this.groupBox3.Controls.Add(this.DifferentColors);
     this.groupBox3.ImageIndex = 0;
     this.groupBox3.Location   = new System.Drawing.Point(9, 151);
     this.groupBox3.Name       = "groupBox3";
     this.groupBox3.Size       = new System.Drawing.Size(150, 100);
     this.groupBox3.TabIndex   = 8;
     this.groupBox3.TabStop    = false;
     this.groupBox3.Text       = "Appearance";
     //
     // NTernaryBubbleUC
     //
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.MaxBubbleSizeScroll);
     this.Controls.Add(this.MinBubbleSizeScroll);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.BubbleShapeCombo);
     this.Controls.Add(this.label1);
     this.Name = "NTernaryBubbleUC";
     this.Size = new System.Drawing.Size(180, 389);
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label3                      = new System.Windows.Forms.Label();
     this.groupBox1                   = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.LeftAxisOffsetUC            = new Nevron.Editors.NLengthEditorUC();
     this.LeftAxisAlignmentComboBox   = new Nevron.UI.WinForm.Controls.NComboBox();
     this.nGroupBox1                  = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.BottomAxisAlignmentComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.BottomAxisOffsetUC          = new Nevron.Editors.NLengthEditorUC();
     this.label1                      = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.nGroupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(6, 28);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(80, 15);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Alignment:";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.LeftAxisAlignmentComboBox);
     this.groupBox1.Controls.Add(this.LeftAxisOffsetUC);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.ImageIndex = 0;
     this.groupBox1.Location   = new System.Drawing.Point(7, 7);
     this.groupBox1.Name       = "groupBox1";
     this.groupBox1.Size       = new System.Drawing.Size(268, 100);
     this.groupBox1.TabIndex   = 0;
     this.groupBox1.TabStop    = false;
     this.groupBox1.Text       = "Left Axis";
     //
     // LeftAxisOffsetUC
     //
     this.LeftAxisOffsetUC.Location       = new System.Drawing.Point(5, 49);
     this.LeftAxisOffsetUC.Name           = "LeftAxisOffsetUC";
     this.LeftAxisOffsetUC.Size           = new System.Drawing.Size(256, 24);
     this.LeftAxisOffsetUC.TabIndex       = 2;
     this.LeftAxisOffsetUC.LengthChanged += new System.EventHandler(this.LeftAxisOffsetUC_LengthChanged);
     //
     // LeftAxisAlignmentComboBox
     //
     this.LeftAxisAlignmentComboBox.Location              = new System.Drawing.Point(89, 24);
     this.LeftAxisAlignmentComboBox.Name                  = "LeftAxisAlignmentComboBox";
     this.LeftAxisAlignmentComboBox.Size                  = new System.Drawing.Size(167, 22);
     this.LeftAxisAlignmentComboBox.TabIndex              = 1;
     this.LeftAxisAlignmentComboBox.Text                  = "nComboBox1";
     this.LeftAxisAlignmentComboBox.SelectedIndexChanged += new System.EventHandler(this.LeftAxisAlignmentComboBox_SelectedIndexChanged);
     //
     // nGroupBox1
     //
     this.nGroupBox1.Controls.Add(this.BottomAxisAlignmentComboBox);
     this.nGroupBox1.Controls.Add(this.BottomAxisOffsetUC);
     this.nGroupBox1.Controls.Add(this.label1);
     this.nGroupBox1.ImageIndex = 0;
     this.nGroupBox1.Location   = new System.Drawing.Point(6, 125);
     this.nGroupBox1.Name       = "nGroupBox1";
     this.nGroupBox1.Size       = new System.Drawing.Size(268, 100);
     this.nGroupBox1.TabIndex   = 1;
     this.nGroupBox1.TabStop    = false;
     this.nGroupBox1.Text       = "Bottom Axis";
     //
     // BottomAxisAlignmentComboBox
     //
     this.BottomAxisAlignmentComboBox.Location              = new System.Drawing.Point(89, 24);
     this.BottomAxisAlignmentComboBox.Name                  = "BottomAxisAlignmentComboBox";
     this.BottomAxisAlignmentComboBox.Size                  = new System.Drawing.Size(167, 22);
     this.BottomAxisAlignmentComboBox.TabIndex              = 1;
     this.BottomAxisAlignmentComboBox.Text                  = "nComboBox1";
     this.BottomAxisAlignmentComboBox.SelectedIndexChanged += new System.EventHandler(this.BottomAxisAlignmentComboBox_SelectedIndexChanged);
     //
     // BottomAxisOffsetUC
     //
     this.BottomAxisOffsetUC.Location       = new System.Drawing.Point(5, 48);
     this.BottomAxisOffsetUC.Name           = "BottomAxisOffsetUC";
     this.BottomAxisOffsetUC.Size           = new System.Drawing.Size(256, 24);
     this.BottomAxisOffsetUC.TabIndex       = 2;
     this.BottomAxisOffsetUC.LengthChanged += new System.EventHandler(this.BottomAxisOffsetUC_LengthChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 32);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 15);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Alignment:";
     //
     // NAxisModelCrossingUC
     //
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.nGroupBox1);
     this.Name = "NAxisModelCrossingUC";
     this.Size = new System.Drawing.Size(276, 250);
     this.groupBox1.ResumeLayout(false);
     this.nGroupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.LeftBeginScroll                  = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.groupBox1                        = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.label2                           = new System.Windows.Forms.Label();
     this.label1                           = new System.Windows.Forms.Label();
     this.LeftShowAtLeftCheck              = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.LeftShowAtBackCheck              = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.LeftFillStyleButton              = new Nevron.UI.WinForm.Controls.NButton();
     this.LeftEndScroll                    = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.groupBox2                        = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.label3                           = new System.Windows.Forms.Label();
     this.label4                           = new System.Windows.Forms.Label();
     this.BottomShowAtFloorCheck           = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.BottomShowAtBackCheck            = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.BottomFillStyleButton            = new Nevron.UI.WinForm.Controls.NButton();
     this.BottomEndScroll                  = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.BottomBeginScroll                = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.LeftIncludeInAxisRangeCheckBox   = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.BottomIncludeInAxisRangeCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // LeftBeginScroll
     //
     this.LeftBeginScroll.Location      = new System.Drawing.Point(9, 45);
     this.LeftBeginScroll.Maximum       = 130;
     this.LeftBeginScroll.Minimum       = -20;
     this.LeftBeginScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.LeftBeginScroll.Name          = "LeftBeginScroll";
     this.LeftBeginScroll.Size          = new System.Drawing.Size(128, 16);
     this.LeftBeginScroll.TabIndex      = 0;
     this.LeftBeginScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.LeftBeginScroll_Scroll);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.LeftIncludeInAxisRangeCheckBox);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.LeftShowAtLeftCheck);
     this.groupBox1.Controls.Add(this.LeftShowAtBackCheck);
     this.groupBox1.Controls.Add(this.LeftFillStyleButton);
     this.groupBox1.Controls.Add(this.LeftEndScroll);
     this.groupBox1.Controls.Add(this.LeftBeginScroll);
     this.groupBox1.ImageIndex = 0;
     this.groupBox1.Location   = new System.Drawing.Point(8, 7);
     this.groupBox1.Name       = "groupBox1";
     this.groupBox1.Size       = new System.Drawing.Size(151, 220);
     this.groupBox1.TabIndex   = 1;
     this.groupBox1.TabStop    = false;
     this.groupBox1.Text       = "Left Axis Stripe";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(9, 66);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(128, 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(128, 17);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Begin Value:";
     //
     // LeftShowAtLeftCheck
     //
     this.LeftShowAtLeftCheck.ButtonProperties.BorderOffset = 2;
     this.LeftShowAtLeftCheck.Location        = new System.Drawing.Point(9, 185);
     this.LeftShowAtLeftCheck.Name            = "LeftShowAtLeftCheck";
     this.LeftShowAtLeftCheck.Size            = new System.Drawing.Size(128, 18);
     this.LeftShowAtLeftCheck.TabIndex        = 4;
     this.LeftShowAtLeftCheck.Text            = "Show At Left Wall";
     this.LeftShowAtLeftCheck.CheckedChanged += new System.EventHandler(this.LeftShowAtLeftCheck_CheckedChanged);
     //
     // LeftShowAtBackCheck
     //
     this.LeftShowAtBackCheck.ButtonProperties.BorderOffset = 2;
     this.LeftShowAtBackCheck.Location        = new System.Drawing.Point(9, 160);
     this.LeftShowAtBackCheck.Name            = "LeftShowAtBackCheck";
     this.LeftShowAtBackCheck.Size            = new System.Drawing.Size(128, 20);
     this.LeftShowAtBackCheck.TabIndex        = 3;
     this.LeftShowAtBackCheck.Text            = "Show At Back Wall";
     this.LeftShowAtBackCheck.CheckedChanged += new System.EventHandler(this.LeftShowAtBackCheck_CheckedChanged);
     //
     // LeftFillStyleButton
     //
     this.LeftFillStyleButton.Location = new System.Drawing.Point(9, 133);
     this.LeftFillStyleButton.Name     = "LeftFillStyleButton";
     this.LeftFillStyleButton.Size     = new System.Drawing.Size(128, 22);
     this.LeftFillStyleButton.TabIndex = 2;
     this.LeftFillStyleButton.Text     = "Stripe Fill Style...";
     this.LeftFillStyleButton.Click   += new System.EventHandler(this.LeftFillStyleButton_Click);
     //
     // LeftEndScroll
     //
     this.LeftEndScroll.Location      = new System.Drawing.Point(9, 87);
     this.LeftEndScroll.Maximum       = 130;
     this.LeftEndScroll.Minimum       = -20;
     this.LeftEndScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.LeftEndScroll.Name          = "LeftEndScroll";
     this.LeftEndScroll.Size          = new System.Drawing.Size(128, 16);
     this.LeftEndScroll.TabIndex      = 1;
     this.LeftEndScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.LeftEndScroll_Scroll);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.BottomIncludeInAxisRangeCheckBox);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.BottomShowAtFloorCheck);
     this.groupBox2.Controls.Add(this.BottomShowAtBackCheck);
     this.groupBox2.Controls.Add(this.BottomFillStyleButton);
     this.groupBox2.Controls.Add(this.BottomEndScroll);
     this.groupBox2.Controls.Add(this.BottomBeginScroll);
     this.groupBox2.ImageIndex = 0;
     this.groupBox2.Location   = new System.Drawing.Point(8, 235);
     this.groupBox2.Name       = "groupBox2";
     this.groupBox2.Size       = new System.Drawing.Size(151, 220);
     this.groupBox2.TabIndex   = 2;
     this.groupBox2.TabStop    = false;
     this.groupBox2.Text       = "Bottom Axis Stripe";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(9, 80);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(69, 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(71, 17);
     this.label4.TabIndex = 12;
     this.label4.Text     = "Begin Value:";
     //
     // BottomShowAtFloorCheck
     //
     this.BottomShowAtFloorCheck.ButtonProperties.BorderOffset = 2;
     this.BottomShowAtFloorCheck.Location        = new System.Drawing.Point(9, 187);
     this.BottomShowAtFloorCheck.Name            = "BottomShowAtFloorCheck";
     this.BottomShowAtFloorCheck.Size            = new System.Drawing.Size(129, 19);
     this.BottomShowAtFloorCheck.TabIndex        = 11;
     this.BottomShowAtFloorCheck.Text            = "Show At Floor";
     this.BottomShowAtFloorCheck.CheckedChanged += new System.EventHandler(this.BottomShowAtFloorCheck_CheckedChanged);
     //
     // BottomShowAtBackCheck
     //
     this.BottomShowAtBackCheck.ButtonProperties.BorderOffset = 2;
     this.BottomShowAtBackCheck.Location        = new System.Drawing.Point(9, 159);
     this.BottomShowAtBackCheck.Name            = "BottomShowAtBackCheck";
     this.BottomShowAtBackCheck.Size            = new System.Drawing.Size(128, 19);
     this.BottomShowAtBackCheck.TabIndex        = 10;
     this.BottomShowAtBackCheck.Text            = "Show At Back Wall";
     this.BottomShowAtBackCheck.CheckedChanged += new System.EventHandler(this.BottomShowAtBackCheck_CheckedChanged);
     //
     // BottomFillStyleButton
     //
     this.BottomFillStyleButton.Location = new System.Drawing.Point(9, 128);
     this.BottomFillStyleButton.Name     = "BottomFillStyleButton";
     this.BottomFillStyleButton.Size     = new System.Drawing.Size(128, 22);
     this.BottomFillStyleButton.TabIndex = 9;
     this.BottomFillStyleButton.Text     = "Stripe Fill Style...";
     this.BottomFillStyleButton.Click   += new System.EventHandler(this.BottomFillStyleButton_Click);
     //
     // BottomEndScroll
     //
     this.BottomEndScroll.Location      = new System.Drawing.Point(9, 103);
     this.BottomEndScroll.Maximum       = 130;
     this.BottomEndScroll.Minimum       = -20;
     this.BottomEndScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.BottomEndScroll.Name          = "BottomEndScroll";
     this.BottomEndScroll.Size          = new System.Drawing.Size(128, 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, 49);
     this.BottomBeginScroll.Maximum       = 130;
     this.BottomBeginScroll.Minimum       = -20;
     this.BottomBeginScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.BottomBeginScroll.Name          = "BottomBeginScroll";
     this.BottomBeginScroll.Size          = new System.Drawing.Size(128, 16);
     this.BottomBeginScroll.TabIndex      = 7;
     this.BottomBeginScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.BottomBeginScroll_Scroll);
     //
     // LeftIncludeInAxisRangeCheckBox
     //
     this.LeftIncludeInAxisRangeCheckBox.ButtonProperties.BorderOffset = 2;
     this.LeftIncludeInAxisRangeCheckBox.Location        = new System.Drawing.Point(9, 108);
     this.LeftIncludeInAxisRangeCheckBox.Name            = "LeftIncludeInAxisRangeCheckBox";
     this.LeftIncludeInAxisRangeCheckBox.Size            = new System.Drawing.Size(128, 20);
     this.LeftIncludeInAxisRangeCheckBox.TabIndex        = 7;
     this.LeftIncludeInAxisRangeCheckBox.Text            = "Include in axis range";
     this.LeftIncludeInAxisRangeCheckBox.CheckedChanged += new System.EventHandler(this.LeftIncludeInAxisRangeCheckBox_CheckedChanged);
     //
     // BottomIncludeInAxisRangeCheckBox
     //
     this.BottomIncludeInAxisRangeCheckBox.ButtonProperties.BorderOffset = 2;
     this.BottomIncludeInAxisRangeCheckBox.Location        = new System.Drawing.Point(9, 74);
     this.BottomIncludeInAxisRangeCheckBox.Name            = "BottomIncludeInAxisRangeCheckBox";
     this.BottomIncludeInAxisRangeCheckBox.Size            = new System.Drawing.Size(128, 20);
     this.BottomIncludeInAxisRangeCheckBox.TabIndex        = 8;
     this.BottomIncludeInAxisRangeCheckBox.Text            = "Include in axis range";
     this.BottomIncludeInAxisRangeCheckBox.CheckedChanged += new System.EventHandler(this.BottomIncludeInAxisRange_CheckedChanged);
     //
     // NStripesUC
     //
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "NStripesUC";
     this.Size = new System.Drawing.Size(169, 463);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #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.nGroupBox1 = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.label3     = new System.Windows.Forms.Label();
     this.DegreeAxisCrossValueUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.DockDegreeAxisCheckBox     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.nGroupBox2 = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.label1     = new System.Windows.Forms.Label();
     this.GradAxisCrossValueUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.DockGradAxisCheckBox     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.BeginAngleUpDown         = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label6 = new System.Windows.Forms.Label();
     this.nGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DegreeAxisCrossValueUpDown)).BeginInit();
     this.nGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GradAxisCrossValueUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BeginAngleUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // nGroupBox1
     //
     this.nGroupBox1.Controls.Add(this.label3);
     this.nGroupBox1.Controls.Add(this.DegreeAxisCrossValueUpDown);
     this.nGroupBox1.Controls.Add(this.DockDegreeAxisCheckBox);
     this.nGroupBox1.Location = new System.Drawing.Point(13, 41);
     this.nGroupBox1.Name     = "nGroupBox1";
     this.nGroupBox1.Size     = new System.Drawing.Size(167, 78);
     this.nGroupBox1.TabIndex = 2;
     this.nGroupBox1.TabStop  = false;
     this.nGroupBox1.Text     = "Degree Axis (Red)";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(5, 49);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(71, 17);
     this.label3.TabIndex = 1;
     this.label3.Text     = "Cross Value:";
     //
     // DegreeAxisCrossValueUpDown
     //
     this.DegreeAxisCrossValueUpDown.Location = new System.Drawing.Point(82, 46);
     this.DegreeAxisCrossValueUpDown.Maximum  = new decimal(new int[] {
         360,
         0,
         0,
         0
     });
     this.DegreeAxisCrossValueUpDown.Minimum = new decimal(new int[] {
         360,
         0,
         0,
         -2147483648
     });
     this.DegreeAxisCrossValueUpDown.Name          = "DegreeAxisCrossValueUpDown";
     this.DegreeAxisCrossValueUpDown.Size          = new System.Drawing.Size(77, 20);
     this.DegreeAxisCrossValueUpDown.TabIndex      = 2;
     this.DegreeAxisCrossValueUpDown.ValueChanged += new System.EventHandler(this.DegreeAxisCrossValueUpDown_ValueChanged);
     //
     // DockDegreeAxisCheckBox
     //
     this.DockDegreeAxisCheckBox.ButtonProperties.BorderOffset = 2;
     this.DockDegreeAxisCheckBox.Location        = new System.Drawing.Point(6, 19);
     this.DockDegreeAxisCheckBox.Name            = "DockDegreeAxisCheckBox";
     this.DockDegreeAxisCheckBox.Size            = new System.Drawing.Size(150, 24);
     this.DockDegreeAxisCheckBox.TabIndex        = 0;
     this.DockDegreeAxisCheckBox.Text            = "Dock";
     this.DockDegreeAxisCheckBox.CheckedChanged += new System.EventHandler(this.DockDegreeAxisCheckBox_CheckedChanged);
     //
     // nGroupBox2
     //
     this.nGroupBox2.Controls.Add(this.label1);
     this.nGroupBox2.Controls.Add(this.GradAxisCrossValueUpDown);
     this.nGroupBox2.Controls.Add(this.DockGradAxisCheckBox);
     this.nGroupBox2.Location = new System.Drawing.Point(13, 125);
     this.nGroupBox2.Name     = "nGroupBox2";
     this.nGroupBox2.Size     = new System.Drawing.Size(167, 78);
     this.nGroupBox2.TabIndex = 3;
     this.nGroupBox2.TabStop  = false;
     this.nGroupBox2.Text     = "Grad Axis (Green)";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(5, 52);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(71, 17);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Cross Value:";
     //
     // GradAxisCrossValueUpDown
     //
     this.GradAxisCrossValueUpDown.Location = new System.Drawing.Point(82, 49);
     this.GradAxisCrossValueUpDown.Maximum  = new decimal(new int[] {
         360,
         0,
         0,
         0
     });
     this.GradAxisCrossValueUpDown.Minimum = new decimal(new int[] {
         360,
         0,
         0,
         -2147483648
     });
     this.GradAxisCrossValueUpDown.Name          = "GradAxisCrossValueUpDown";
     this.GradAxisCrossValueUpDown.Size          = new System.Drawing.Size(77, 20);
     this.GradAxisCrossValueUpDown.TabIndex      = 2;
     this.GradAxisCrossValueUpDown.ValueChanged += new System.EventHandler(this.GradAxisCrossValueUpDown_ValueChanged);
     //
     // DockGradAxisCheckBox
     //
     this.DockGradAxisCheckBox.ButtonProperties.BorderOffset = 2;
     this.DockGradAxisCheckBox.Location        = new System.Drawing.Point(6, 19);
     this.DockGradAxisCheckBox.Name            = "DockGradAxisCheckBox";
     this.DockGradAxisCheckBox.Size            = new System.Drawing.Size(150, 24);
     this.DockGradAxisCheckBox.TabIndex        = 0;
     this.DockGradAxisCheckBox.Text            = "Dock";
     this.DockGradAxisCheckBox.CheckedChanged += new System.EventHandler(this.DockGradAxisCheckBox_CheckedChanged);
     //
     // BeginAngleUpDown
     //
     this.BeginAngleUpDown.Location = new System.Drawing.Point(95, 8);
     this.BeginAngleUpDown.Maximum  = new decimal(new int[] {
         360,
         0,
         0,
         0
     });
     this.BeginAngleUpDown.Minimum = new decimal(new int[] {
         360,
         0,
         0,
         -2147483648
     });
     this.BeginAngleUpDown.Name          = "BeginAngleUpDown";
     this.BeginAngleUpDown.Size          = new System.Drawing.Size(74, 20);
     this.BeginAngleUpDown.TabIndex      = 1;
     this.BeginAngleUpDown.ValueChanged += new System.EventHandler(this.BeginAngleUpDown_ValueChanged);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(10, 11);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(162, 17);
     this.label6.TabIndex = 0;
     this.label6.Text     = "Begin Angle:";
     //
     // NPolarAngleAxisPositionUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.BeginAngleUpDown);
     this.Controls.Add(this.nGroupBox2);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.nGroupBox1);
     this.Name = "NPolarAngleAxisPositionUC";
     this.Size = new System.Drawing.Size(180, 335);
     this.nGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DegreeAxisCrossValueUpDown)).EndInit();
     this.nGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GradAxisCrossValueUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BeginAngleUpDown)).EndInit();
     this.ResumeLayout(false);
 }
Пример #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(NAxisTicksUC));
     this.colorDialog1 = new Nevron.UI.WinForm.Controls.NColorDialog();
     this.nGroupBox1   = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.ShowOuterMajorTicksCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label6 = new System.Windows.Forms.Label();
     this.OuterMajorTickColorButton     = new Nevron.UI.WinForm.Controls.NButton();
     this.OuterMajorTickLengthScrollBar = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.nGroupBox2 = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.ShowInnerMajorTicksCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label1 = new System.Windows.Forms.Label();
     this.InnerMajorTickColorButton     = new Nevron.UI.WinForm.Controls.NButton();
     this.InnerMajorTickLengthScrollBar = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.nGroupBox3 = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.ShowOuterMinorTicksCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label2 = new System.Windows.Forms.Label();
     this.OuterMinorTickColorButton     = new Nevron.UI.WinForm.Controls.NButton();
     this.OuterMinorTickLengthScrollBar = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.nGroupBox4 = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.ShowInnerMinorTicksCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label3 = new System.Windows.Forms.Label();
     this.InnerMinorTickColorButton     = new Nevron.UI.WinForm.Controls.NButton();
     this.InnerMinorTickLengthScrollBar = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.nGroupBox1.SuspendLayout();
     this.nGroupBox2.SuspendLayout();
     this.nGroupBox3.SuspendLayout();
     this.nGroupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // colorDialog1
     //
     this.colorDialog1.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.colorDialog1.ClientSize        = new System.Drawing.Size(396, 324);
     this.colorDialog1.Color             = System.Drawing.Color.Empty;
     this.colorDialog1.FormBorderStyle   = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.colorDialog1.Icon             = ((System.Drawing.Icon)(resources.GetObject("colorDialog1.Icon")));
     this.colorDialog1.Location         = new System.Drawing.Point(88, 88);
     this.colorDialog1.MaximizeBox      = false;
     this.colorDialog1.MinimizeBox      = false;
     this.colorDialog1.Name             = "colorDialog1";
     this.colorDialog1.ShowCaptionImage = false;
     this.colorDialog1.ShowInTaskbar    = false;
     this.colorDialog1.Sizable          = false;
     this.colorDialog1.StartPosition    = System.Windows.Forms.FormStartPosition.CenterParent;
     this.colorDialog1.Text             = "Edit Color";
     this.colorDialog1.Visible          = false;
     //
     // nGroupBox1
     //
     this.nGroupBox1.Controls.Add(this.ShowOuterMajorTicksCheckBox);
     this.nGroupBox1.Controls.Add(this.label6);
     this.nGroupBox1.Controls.Add(this.OuterMajorTickColorButton);
     this.nGroupBox1.Controls.Add(this.OuterMajorTickLengthScrollBar);
     this.nGroupBox1.ImageIndex = 0;
     this.nGroupBox1.Location   = new System.Drawing.Point(5, 6);
     this.nGroupBox1.Name       = "nGroupBox1";
     this.nGroupBox1.Size       = new System.Drawing.Size(149, 133);
     this.nGroupBox1.TabIndex   = 16;
     this.nGroupBox1.TabStop    = false;
     this.nGroupBox1.Text       = "Major Outer Ticks";
     //
     // ShowOuterMajorTicksCheckBox
     //
     this.ShowOuterMajorTicksCheckBox.Location        = new System.Drawing.Point(10, 22);
     this.ShowOuterMajorTicksCheckBox.Name            = "ShowOuterMajorTicksCheckBox";
     this.ShowOuterMajorTicksCheckBox.Size            = new System.Drawing.Size(116, 22);
     this.ShowOuterMajorTicksCheckBox.TabIndex        = 0;
     this.ShowOuterMajorTicksCheckBox.Text            = "Show Ticks";
     this.ShowOuterMajorTicksCheckBox.CheckedChanged += new System.EventHandler(this.ShowOuterMajorTicksCheckBox_CheckedChanged);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(8, 48);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(116, 19);
     this.label6.TabIndex = 1;
     this.label6.Text     = "Tick Length:";
     //
     // OuterMajorTickColorButton
     //
     this.OuterMajorTickColorButton.Location = new System.Drawing.Point(8, 96);
     this.OuterMajorTickColorButton.Name     = "OuterMajorTickColorButton";
     this.OuterMajorTickColorButton.Size     = new System.Drawing.Size(125, 22);
     this.OuterMajorTickColorButton.TabIndex = 3;
     this.OuterMajorTickColorButton.Text     = "Tick Color";
     this.OuterMajorTickColorButton.Click   += new System.EventHandler(this.OuterMajorTickColorButton_Click);
     //
     // OuterMajorTickLengthScrollBar
     //
     this.OuterMajorTickLengthScrollBar.LargeChange   = 2;
     this.OuterMajorTickLengthScrollBar.Location      = new System.Drawing.Point(8, 72);
     this.OuterMajorTickLengthScrollBar.Maximum       = 20;
     this.OuterMajorTickLengthScrollBar.Name          = "OuterMajorTickLengthScrollBar";
     this.OuterMajorTickLengthScrollBar.Size          = new System.Drawing.Size(116, 16);
     this.OuterMajorTickLengthScrollBar.TabIndex      = 2;
     this.OuterMajorTickLengthScrollBar.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.OuterMajorTickLengthScrollBar_ValueChanged);
     //
     // nGroupBox2
     //
     this.nGroupBox2.Controls.Add(this.ShowInnerMajorTicksCheckBox);
     this.nGroupBox2.Controls.Add(this.label1);
     this.nGroupBox2.Controls.Add(this.InnerMajorTickColorButton);
     this.nGroupBox2.Controls.Add(this.InnerMajorTickLengthScrollBar);
     this.nGroupBox2.ImageIndex = 0;
     this.nGroupBox2.Location   = new System.Drawing.Point(5, 150);
     this.nGroupBox2.Name       = "nGroupBox2";
     this.nGroupBox2.Size       = new System.Drawing.Size(149, 133);
     this.nGroupBox2.TabIndex   = 17;
     this.nGroupBox2.TabStop    = false;
     this.nGroupBox2.Text       = "Major Inner Ticks";
     //
     // ShowInnerMajorTicksCheckBox
     //
     this.ShowInnerMajorTicksCheckBox.Location        = new System.Drawing.Point(10, 22);
     this.ShowInnerMajorTicksCheckBox.Name            = "ShowInnerMajorTicksCheckBox";
     this.ShowInnerMajorTicksCheckBox.Size            = new System.Drawing.Size(116, 22);
     this.ShowInnerMajorTicksCheckBox.TabIndex        = 0;
     this.ShowInnerMajorTicksCheckBox.Text            = "Show Ticks";
     this.ShowInnerMajorTicksCheckBox.CheckedChanged += new System.EventHandler(this.ShowInnerMajorTicksCheckBox_CheckedChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 48);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(116, 19);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Tick Length:";
     //
     // InnerMajorTickColorButton
     //
     this.InnerMajorTickColorButton.Location = new System.Drawing.Point(8, 96);
     this.InnerMajorTickColorButton.Name     = "InnerMajorTickColorButton";
     this.InnerMajorTickColorButton.Size     = new System.Drawing.Size(125, 22);
     this.InnerMajorTickColorButton.TabIndex = 3;
     this.InnerMajorTickColorButton.Text     = "Tick Color";
     this.InnerMajorTickColorButton.Click   += new System.EventHandler(this.InnerMajorTickColorButton_Click);
     //
     // InnerMajorTickLengthScrollBar
     //
     this.InnerMajorTickLengthScrollBar.LargeChange   = 2;
     this.InnerMajorTickLengthScrollBar.Location      = new System.Drawing.Point(8, 72);
     this.InnerMajorTickLengthScrollBar.Maximum       = 20;
     this.InnerMajorTickLengthScrollBar.Name          = "InnerMajorTickLengthScrollBar";
     this.InnerMajorTickLengthScrollBar.Size          = new System.Drawing.Size(116, 16);
     this.InnerMajorTickLengthScrollBar.TabIndex      = 2;
     this.InnerMajorTickLengthScrollBar.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.InnerMajorTickLengthScrollBar_ValueChanged);
     //
     // nGroupBox3
     //
     this.nGroupBox3.Controls.Add(this.ShowOuterMinorTicksCheckBox);
     this.nGroupBox3.Controls.Add(this.label2);
     this.nGroupBox3.Controls.Add(this.OuterMinorTickColorButton);
     this.nGroupBox3.Controls.Add(this.OuterMinorTickLengthScrollBar);
     this.nGroupBox3.ImageIndex = 0;
     this.nGroupBox3.Location   = new System.Drawing.Point(5, 294);
     this.nGroupBox3.Name       = "nGroupBox3";
     this.nGroupBox3.Size       = new System.Drawing.Size(149, 133);
     this.nGroupBox3.TabIndex   = 18;
     this.nGroupBox3.TabStop    = false;
     this.nGroupBox3.Text       = "Minor Outer Ticks";
     //
     // ShowOuterMinorTicksCheckBox
     //
     this.ShowOuterMinorTicksCheckBox.Location        = new System.Drawing.Point(10, 22);
     this.ShowOuterMinorTicksCheckBox.Name            = "ShowOuterMinorTicksCheckBox";
     this.ShowOuterMinorTicksCheckBox.Size            = new System.Drawing.Size(116, 22);
     this.ShowOuterMinorTicksCheckBox.TabIndex        = 0;
     this.ShowOuterMinorTicksCheckBox.Text            = "Show Ticks";
     this.ShowOuterMinorTicksCheckBox.CheckedChanged += new System.EventHandler(this.ShowOuterMinorTicksCheckBox_CheckedChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 48);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(116, 19);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Tick Length:";
     //
     // OuterMinorTickColorButton
     //
     this.OuterMinorTickColorButton.Location = new System.Drawing.Point(8, 96);
     this.OuterMinorTickColorButton.Name     = "OuterMinorTickColorButton";
     this.OuterMinorTickColorButton.Size     = new System.Drawing.Size(125, 22);
     this.OuterMinorTickColorButton.TabIndex = 3;
     this.OuterMinorTickColorButton.Text     = "Tick Color";
     this.OuterMinorTickColorButton.Click   += new System.EventHandler(this.OuterMinorTickColorButton_Click);
     //
     // OuterMinorTickLengthScrollBar
     //
     this.OuterMinorTickLengthScrollBar.LargeChange   = 2;
     this.OuterMinorTickLengthScrollBar.Location      = new System.Drawing.Point(8, 72);
     this.OuterMinorTickLengthScrollBar.Maximum       = 20;
     this.OuterMinorTickLengthScrollBar.Name          = "OuterMinorTickLengthScrollBar";
     this.OuterMinorTickLengthScrollBar.Size          = new System.Drawing.Size(116, 16);
     this.OuterMinorTickLengthScrollBar.TabIndex      = 2;
     this.OuterMinorTickLengthScrollBar.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.OuterMinorTickLengthScrollBar_ValueChanged);
     //
     // nGroupBox4
     //
     this.nGroupBox4.Controls.Add(this.ShowInnerMinorTicksCheckBox);
     this.nGroupBox4.Controls.Add(this.label3);
     this.nGroupBox4.Controls.Add(this.InnerMinorTickColorButton);
     this.nGroupBox4.Controls.Add(this.InnerMinorTickLengthScrollBar);
     this.nGroupBox4.ImageIndex = 0;
     this.nGroupBox4.Location   = new System.Drawing.Point(5, 438);
     this.nGroupBox4.Name       = "nGroupBox4";
     this.nGroupBox4.Size       = new System.Drawing.Size(149, 133);
     this.nGroupBox4.TabIndex   = 19;
     this.nGroupBox4.TabStop    = false;
     this.nGroupBox4.Text       = "Minor Inner Ticks";
     //
     // ShowInnerMinorTicksCheckBox
     //
     this.ShowInnerMinorTicksCheckBox.Location        = new System.Drawing.Point(10, 22);
     this.ShowInnerMinorTicksCheckBox.Name            = "ShowInnerMinorTicksCheckBox";
     this.ShowInnerMinorTicksCheckBox.Size            = new System.Drawing.Size(116, 22);
     this.ShowInnerMinorTicksCheckBox.TabIndex        = 0;
     this.ShowInnerMinorTicksCheckBox.Text            = "Show Ticks";
     this.ShowInnerMinorTicksCheckBox.CheckedChanged += new System.EventHandler(this.ShowInnerMinorTicksCheckBox_CheckedChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 48);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(116, 19);
     this.label3.TabIndex = 1;
     this.label3.Text     = "Tick Length:";
     //
     // InnerMinorTickColorButton
     //
     this.InnerMinorTickColorButton.Location = new System.Drawing.Point(8, 96);
     this.InnerMinorTickColorButton.Name     = "InnerMinorTickColorButton";
     this.InnerMinorTickColorButton.Size     = new System.Drawing.Size(125, 22);
     this.InnerMinorTickColorButton.TabIndex = 3;
     this.InnerMinorTickColorButton.Text     = "Tick Color";
     this.InnerMinorTickColorButton.Click   += new System.EventHandler(this.InnerMinorTickColorButton_Click);
     //
     // InnerMinorTickLengthScrollBar
     //
     this.InnerMinorTickLengthScrollBar.LargeChange   = 2;
     this.InnerMinorTickLengthScrollBar.Location      = new System.Drawing.Point(8, 72);
     this.InnerMinorTickLengthScrollBar.Maximum       = 20;
     this.InnerMinorTickLengthScrollBar.Name          = "InnerMinorTickLengthScrollBar";
     this.InnerMinorTickLengthScrollBar.Size          = new System.Drawing.Size(116, 16);
     this.InnerMinorTickLengthScrollBar.TabIndex      = 2;
     this.InnerMinorTickLengthScrollBar.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.InnerMinorTickLengthScrollBar_ValueChanged);
     //
     // NAxisTicksUC
     //
     this.Controls.Add(this.nGroupBox1);
     this.Controls.Add(this.nGroupBox2);
     this.Controls.Add(this.nGroupBox4);
     this.Controls.Add(this.nGroupBox3);
     this.Name = "NAxisTicksUC";
     this.Size = new System.Drawing.Size(159, 587);
     this.nGroupBox1.ResumeLayout(false);
     this.nGroupBox2.ResumeLayout(false);
     this.nGroupBox3.ResumeLayout(false);
     this.nGroupBox4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1                         = new System.Windows.Forms.Label();
     this.DragModeComboBox               = new Nevron.UI.WinForm.Controls.NComboBox();
     this.ProjectionParametersGroupBox   = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.ViewerRotationUpDown           = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label9                         = new System.Windows.Forms.Label();
     this.ZoomUpDown                     = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.ElevationUpDown                = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.RotationUpDown                 = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label4                         = new System.Windows.Forms.Label();
     this.label3                         = new System.Windows.Forms.Label();
     this.label2                         = new System.Windows.Forms.Label();
     this.UseWindowRenderSurfaceCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ProjectionParametersGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ViewerRotationUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZoomUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ElevationUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.RotationUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(4, 10);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Drag mode:";
     //
     // DragModeComboBox
     //
     this.DragModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.DragModeComboBox.ListProperties.DataSource         = null;
     this.DragModeComboBox.ListProperties.DisplayMember      = "";
     this.DragModeComboBox.Location              = new System.Drawing.Point(4, 30);
     this.DragModeComboBox.Name                  = "DragModeComboBox";
     this.DragModeComboBox.Size                  = new System.Drawing.Size(172, 21);
     this.DragModeComboBox.TabIndex              = 1;
     this.DragModeComboBox.SelectedIndexChanged += new System.EventHandler(this.DragModeComboBox_SelectedIndexChanged);
     //
     // ProjectionParametersGroupBox
     //
     this.ProjectionParametersGroupBox.Controls.Add(this.ViewerRotationUpDown);
     this.ProjectionParametersGroupBox.Controls.Add(this.label9);
     this.ProjectionParametersGroupBox.Controls.Add(this.ZoomUpDown);
     this.ProjectionParametersGroupBox.Controls.Add(this.ElevationUpDown);
     this.ProjectionParametersGroupBox.Controls.Add(this.RotationUpDown);
     this.ProjectionParametersGroupBox.Controls.Add(this.label4);
     this.ProjectionParametersGroupBox.Controls.Add(this.label3);
     this.ProjectionParametersGroupBox.Controls.Add(this.label2);
     this.ProjectionParametersGroupBox.ImageIndex = 0;
     this.ProjectionParametersGroupBox.Location   = new System.Drawing.Point(4, 58);
     this.ProjectionParametersGroupBox.Name       = "ProjectionParametersGroupBox";
     this.ProjectionParametersGroupBox.Size       = new System.Drawing.Size(172, 120);
     this.ProjectionParametersGroupBox.TabIndex   = 2;
     this.ProjectionParametersGroupBox.TabStop    = false;
     this.ProjectionParametersGroupBox.Text       = "Projection parameters";
     //
     // ViewerRotationUpDown
     //
     this.ViewerRotationUpDown.DecimalPlaces = 2;
     this.ViewerRotationUpDown.Location      = new System.Drawing.Point(94, 88);
     this.ViewerRotationUpDown.Maximum       = new decimal(new int[] {
         360,
         0,
         0,
         0
     });
     this.ViewerRotationUpDown.Name          = "ViewerRotationUpDown";
     this.ViewerRotationUpDown.Size          = new System.Drawing.Size(64, 20);
     this.ViewerRotationUpDown.TabIndex      = 9;
     this.ViewerRotationUpDown.ValueChanged += new System.EventHandler(this.ViewerRotationUpDown_ValueChanged);
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(6, 92);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(88, 16);
     this.label9.TabIndex = 8;
     this.label9.Text     = "Viewer rotation:";
     //
     // ZoomUpDown
     //
     this.ZoomUpDown.DecimalPlaces = 2;
     this.ZoomUpDown.Location      = new System.Drawing.Point(94, 64);
     this.ZoomUpDown.Maximum       = new decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.ZoomUpDown.Name          = "ZoomUpDown";
     this.ZoomUpDown.Size          = new System.Drawing.Size(64, 20);
     this.ZoomUpDown.TabIndex      = 7;
     this.ZoomUpDown.ValueChanged += new System.EventHandler(this.ZoomUpDown_ValueChanged);
     //
     // ElevationUpDown
     //
     this.ElevationUpDown.DecimalPlaces = 2;
     this.ElevationUpDown.Location      = new System.Drawing.Point(94, 40);
     this.ElevationUpDown.Maximum       = new decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.ElevationUpDown.Minimum = new decimal(new int[] {
         10000,
         0,
         0,
         -2147483648
     });
     this.ElevationUpDown.Name          = "ElevationUpDown";
     this.ElevationUpDown.Size          = new System.Drawing.Size(64, 20);
     this.ElevationUpDown.TabIndex      = 6;
     this.ElevationUpDown.ValueChanged += new System.EventHandler(this.ElevationUpDown_ValueChanged);
     //
     // RotationUpDown
     //
     this.RotationUpDown.Cursor        = System.Windows.Forms.Cursors.Default;
     this.RotationUpDown.DecimalPlaces = 2;
     this.RotationUpDown.Location      = new System.Drawing.Point(94, 16);
     this.RotationUpDown.Maximum       = new decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.RotationUpDown.Minimum = new decimal(new int[] {
         10000,
         0,
         0,
         -2147483648
     });
     this.RotationUpDown.Name          = "RotationUpDown";
     this.RotationUpDown.Size          = new System.Drawing.Size(64, 20);
     this.RotationUpDown.TabIndex      = 5;
     this.RotationUpDown.ValueChanged += new System.EventHandler(this.RotationUpDown_ValueChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(6, 68);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(48, 16);
     this.label4.TabIndex = 2;
     this.label4.Text     = "Zoom:";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(6, 44);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(56, 16);
     this.label3.TabIndex = 1;
     this.label3.Text     = "Elevation:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(6, 20);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(64, 16);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Rotation:";
     //
     // UseWindowRenderSurfaceCheckBox
     //
     this.UseWindowRenderSurfaceCheckBox.ButtonProperties.BorderOffset = 2;
     this.UseWindowRenderSurfaceCheckBox.Location        = new System.Drawing.Point(4, 186);
     this.UseWindowRenderSurfaceCheckBox.Name            = "UseWindowRenderSurfaceCheckBox";
     this.UseWindowRenderSurfaceCheckBox.Size            = new System.Drawing.Size(120, 24);
     this.UseWindowRenderSurfaceCheckBox.TabIndex        = 15;
     this.UseWindowRenderSurfaceCheckBox.Text            = "Render to window";
     this.UseWindowRenderSurfaceCheckBox.CheckedChanged += new System.EventHandler(this.UseWindowRenderSurfaceCheckBox_CheckedChanged);
     //
     // NDragToolsUC
     //
     this.Controls.Add(this.UseWindowRenderSurfaceCheckBox);
     this.Controls.Add(this.ProjectionParametersGroupBox);
     this.Controls.Add(this.DragModeComboBox);
     this.Controls.Add(this.label1);
     this.Name = "NDragToolsUC";
     this.Size = new System.Drawing.Size(180, 221);
     this.ProjectionParametersGroupBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ViewerRotationUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZoomUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ElevationUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.RotationUpDown)).EndInit();
     this.ResumeLayout(false);
 }
Пример #16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.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.GapPercentUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label1           = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GapPercentUpDown)).BeginInit();
     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.ImageIndex = 0;
     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   = 22;
     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:";
     //
     // GapPercentUpDown
     //
     this.GapPercentUpDown.Location = new System.Drawing.Point(15, 242);
     this.GapPercentUpDown.Name     = "GapPercentUpDown";
     this.GapPercentUpDown.Size     = new System.Drawing.Size(63, 20);
     this.GapPercentUpDown.TabIndex = 16;
     this.GapPercentUpDown.Value    = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.GapPercentUpDown.ValueChanged += new System.EventHandler(this.GapPercentUpDown_ValueChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(15, 221);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(38, 13);
     this.label1.TabIndex = 23;
     this.label1.Text     = "Gap %";
     //
     // NStackedChartsUC
     //
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.GapPercentUpDown);
     this.Name = "NStackedChartsUC";
     this.Size = new System.Drawing.Size(180, 283);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GapPercentUpDown)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.LabelTickModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.LabelAngleNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.NorthAmericaCheckBox    = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.EuropeCheckBox          = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.AsiaCheckBox            = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SouthAmericaCheckBox    = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label3 = new System.Windows.Forms.Label();
     this.LabelVisibilityModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.TextPaddingNumericUpDown    = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label4 = new System.Windows.Forms.Label();
     this.TextOffsetNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.TickPaddingNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.TickOffsetNumericUpDown  = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.LabelFitModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.nGroupBox2           = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.nGroupBox1           = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.nGroupBox3           = new Nevron.UI.WinForm.Controls.NGroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.LabelAngleNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TextPaddingNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TextOffsetNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TickPaddingNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TickOffsetNumericUpDown)).BeginInit();
     this.nGroupBox2.SuspendLayout();
     this.nGroupBox1.SuspendLayout();
     this.nGroupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // LabelTickModeComboBox
     //
     this.LabelTickModeComboBox.Dock                  = System.Windows.Forms.DockStyle.Top;
     this.LabelTickModeComboBox.Location              = new System.Drawing.Point(3, 81);
     this.LabelTickModeComboBox.Name                  = "LabelTickModeComboBox";
     this.LabelTickModeComboBox.Size                  = new System.Drawing.Size(173, 21);
     this.LabelTickModeComboBox.TabIndex              = 3;
     this.LabelTickModeComboBox.SelectedIndexChanged += new System.EventHandler(this.LabelTickModeComboBox_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label1.Location  = new System.Drawing.Point(3, 59);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(173, 22);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Label Tick Mode:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label2
     //
     this.label2.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label2.Location  = new System.Drawing.Point(3, 16);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(173, 22);
     this.label2.TabIndex  = 5;
     this.label2.Text      = "Angle: ";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // LabelAngleNumericUpDown
     //
     this.LabelAngleNumericUpDown.Dock     = System.Windows.Forms.DockStyle.Top;
     this.LabelAngleNumericUpDown.Location = new System.Drawing.Point(3, 38);
     this.LabelAngleNumericUpDown.Maximum  = new decimal(new int[] {
         360,
         0,
         0,
         0
     });
     this.LabelAngleNumericUpDown.Minimum = new decimal(new int[] {
         360,
         0,
         0,
         -2147483648
     });
     this.LabelAngleNumericUpDown.Name          = "LabelAngleNumericUpDown";
     this.LabelAngleNumericUpDown.Size          = new System.Drawing.Size(173, 20);
     this.LabelAngleNumericUpDown.TabIndex      = 6;
     this.LabelAngleNumericUpDown.ValueChanged += new System.EventHandler(this.LabelAngleNumericUpDown_ValueChanged);
     //
     // NorthAmericaCheckBox
     //
     this.NorthAmericaCheckBox.AutoSize = true;
     this.NorthAmericaCheckBox.ButtonProperties.BorderOffset = 2;
     this.NorthAmericaCheckBox.Location = new System.Drawing.Point(3, 425);
     this.NorthAmericaCheckBox.Name     = "NorthAmericaCheckBox";
     this.NorthAmericaCheckBox.Size     = new System.Drawing.Size(93, 17);
     this.NorthAmericaCheckBox.TabIndex = 15;
     this.NorthAmericaCheckBox.Text     = "North America";
     this.NorthAmericaCheckBox.UseVisualStyleBackColor = true;
     this.NorthAmericaCheckBox.CheckedChanged         += new System.EventHandler(this.NorthAmericaCheckBox_CheckedChanged);
     //
     // EuropeCheckBox
     //
     this.EuropeCheckBox.AutoSize = true;
     this.EuropeCheckBox.ButtonProperties.BorderOffset = 2;
     this.EuropeCheckBox.Location = new System.Drawing.Point(3, 448);
     this.EuropeCheckBox.Name     = "EuropeCheckBox";
     this.EuropeCheckBox.Size     = new System.Drawing.Size(60, 17);
     this.EuropeCheckBox.TabIndex = 16;
     this.EuropeCheckBox.Text     = "Europe";
     this.EuropeCheckBox.UseVisualStyleBackColor = true;
     this.EuropeCheckBox.CheckedChanged         += new System.EventHandler(this.EuropeCheckBox_CheckedChanged);
     //
     // AsiaCheckBox
     //
     this.AsiaCheckBox.AutoSize = true;
     this.AsiaCheckBox.ButtonProperties.BorderOffset = 2;
     this.AsiaCheckBox.Location = new System.Drawing.Point(3, 471);
     this.AsiaCheckBox.Name     = "AsiaCheckBox";
     this.AsiaCheckBox.Size     = new System.Drawing.Size(46, 17);
     this.AsiaCheckBox.TabIndex = 17;
     this.AsiaCheckBox.Text     = "Asia";
     this.AsiaCheckBox.UseVisualStyleBackColor = true;
     this.AsiaCheckBox.CheckedChanged         += new System.EventHandler(this.AsiaCheckBox_CheckedChanged);
     //
     // SouthAmericaCheckBox
     //
     this.SouthAmericaCheckBox.AutoSize = true;
     this.SouthAmericaCheckBox.ButtonProperties.BorderOffset = 2;
     this.SouthAmericaCheckBox.Location = new System.Drawing.Point(3, 493);
     this.SouthAmericaCheckBox.Name     = "SouthAmericaCheckBox";
     this.SouthAmericaCheckBox.Size     = new System.Drawing.Size(95, 17);
     this.SouthAmericaCheckBox.TabIndex = 18;
     this.SouthAmericaCheckBox.Text     = "South America";
     this.SouthAmericaCheckBox.UseVisualStyleBackColor = true;
     this.SouthAmericaCheckBox.CheckedChanged         += new System.EventHandler(this.SouthAmericaCheckBox_CheckedChanged);
     //
     // label3
     //
     this.label3.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label3.Location  = new System.Drawing.Point(3, 16);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(173, 22);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "Label Visibility Mode:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // LabelVisibilityModeComboBox
     //
     this.LabelVisibilityModeComboBox.Dock                  = System.Windows.Forms.DockStyle.Top;
     this.LabelVisibilityModeComboBox.Location              = new System.Drawing.Point(3, 38);
     this.LabelVisibilityModeComboBox.Name                  = "LabelVisibilityModeComboBox";
     this.LabelVisibilityModeComboBox.Size                  = new System.Drawing.Size(173, 21);
     this.LabelVisibilityModeComboBox.TabIndex              = 1;
     this.LabelVisibilityModeComboBox.SelectedIndexChanged += new System.EventHandler(this.LabelVisibilityModeComboBox_SelectedIndexChanged);
     //
     // TextPaddingNumericUpDown
     //
     this.TextPaddingNumericUpDown.Dock          = System.Windows.Forms.DockStyle.Top;
     this.TextPaddingNumericUpDown.Location      = new System.Drawing.Point(3, 122);
     this.TextPaddingNumericUpDown.Name          = "TextPaddingNumericUpDown";
     this.TextPaddingNumericUpDown.Size          = new System.Drawing.Size(173, 20);
     this.TextPaddingNumericUpDown.TabIndex      = 14;
     this.TextPaddingNumericUpDown.ValueChanged += new System.EventHandler(this.TextPaddingNumericUpDown_ValueChanged);
     //
     // label4
     //
     this.label4.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label4.Location  = new System.Drawing.Point(3, 100);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(173, 22);
     this.label4.TabIndex  = 13;
     this.label4.Text      = "Text Padding: ";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // TextOffsetNumericUpDown
     //
     this.TextOffsetNumericUpDown.Dock          = System.Windows.Forms.DockStyle.Top;
     this.TextOffsetNumericUpDown.Location      = new System.Drawing.Point(3, 80);
     this.TextOffsetNumericUpDown.Name          = "TextOffsetNumericUpDown";
     this.TextOffsetNumericUpDown.Size          = new System.Drawing.Size(173, 20);
     this.TextOffsetNumericUpDown.TabIndex      = 10;
     this.TextOffsetNumericUpDown.ValueChanged += new System.EventHandler(this.TextOffsetNumericUpDown_ValueChanged);
     //
     // label5
     //
     this.label5.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label5.Location  = new System.Drawing.Point(3, 58);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(173, 22);
     this.label5.TabIndex  = 9;
     this.label5.Text      = "Text Offset: ";
     this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label6
     //
     this.label6.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label6.Location  = new System.Drawing.Point(3, 58);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(173, 22);
     this.label6.TabIndex  = 11;
     this.label6.Text      = "Tick Padding:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // TickPaddingNumericUpDown
     //
     this.TickPaddingNumericUpDown.Dock          = System.Windows.Forms.DockStyle.Top;
     this.TickPaddingNumericUpDown.Location      = new System.Drawing.Point(3, 80);
     this.TickPaddingNumericUpDown.Name          = "TickPaddingNumericUpDown";
     this.TickPaddingNumericUpDown.Size          = new System.Drawing.Size(173, 20);
     this.TickPaddingNumericUpDown.TabIndex      = 12;
     this.TickPaddingNumericUpDown.ValueChanged += new System.EventHandler(this.TickPaddingNumericUpDown_ValueChanged);
     //
     // TickOffsetNumericUpDown
     //
     this.TickOffsetNumericUpDown.Dock          = System.Windows.Forms.DockStyle.Top;
     this.TickOffsetNumericUpDown.Location      = new System.Drawing.Point(3, 38);
     this.TickOffsetNumericUpDown.Name          = "TickOffsetNumericUpDown";
     this.TickOffsetNumericUpDown.Size          = new System.Drawing.Size(173, 20);
     this.TickOffsetNumericUpDown.TabIndex      = 8;
     this.TickOffsetNumericUpDown.ValueChanged += new System.EventHandler(this.TickOffsetNumericUpDown_ValueChanged);
     //
     // label7
     //
     this.label7.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label7.Location  = new System.Drawing.Point(3, 16);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(173, 22);
     this.label7.TabIndex  = 7;
     this.label7.Text      = "Tick Offset:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label8
     //
     this.label8.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label8.Location  = new System.Drawing.Point(3, 102);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(173, 22);
     this.label8.TabIndex  = 19;
     this.label8.Text      = "Label Fit Mode:";
     this.label8.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // LabelFitModeComboBox
     //
     this.LabelFitModeComboBox.Dock                  = System.Windows.Forms.DockStyle.Top;
     this.LabelFitModeComboBox.Location              = new System.Drawing.Point(3, 124);
     this.LabelFitModeComboBox.Name                  = "LabelFitModeComboBox";
     this.LabelFitModeComboBox.Size                  = new System.Drawing.Size(173, 21);
     this.LabelFitModeComboBox.TabIndex              = 20;
     this.LabelFitModeComboBox.SelectedIndexChanged += new System.EventHandler(this.LabelFitModeComboBox_SelectedIndexChanged);
     //
     // nGroupBox2
     //
     this.nGroupBox2.Controls.Add(this.LabelFitModeComboBox);
     this.nGroupBox2.Controls.Add(this.label8);
     this.nGroupBox2.Controls.Add(this.LabelTickModeComboBox);
     this.nGroupBox2.Controls.Add(this.label1);
     this.nGroupBox2.Controls.Add(this.LabelVisibilityModeComboBox);
     this.nGroupBox2.Controls.Add(this.label3);
     this.nGroupBox2.Dock       = System.Windows.Forms.DockStyle.Top;
     this.nGroupBox2.ImageIndex = 0;
     this.nGroupBox2.Location   = new System.Drawing.Point(0, 0);
     this.nGroupBox2.Name       = "nGroupBox2";
     this.nGroupBox2.Size       = new System.Drawing.Size(179, 152);
     this.nGroupBox2.TabIndex   = 24;
     this.nGroupBox2.TabStop    = false;
     this.nGroupBox2.Text       = "Label Modes";
     //
     // nGroupBox1
     //
     this.nGroupBox1.Controls.Add(this.TextPaddingNumericUpDown);
     this.nGroupBox1.Controls.Add(this.label4);
     this.nGroupBox1.Controls.Add(this.TextOffsetNumericUpDown);
     this.nGroupBox1.Controls.Add(this.label5);
     this.nGroupBox1.Controls.Add(this.LabelAngleNumericUpDown);
     this.nGroupBox1.Controls.Add(this.label2);
     this.nGroupBox1.Dock       = System.Windows.Forms.DockStyle.Top;
     this.nGroupBox1.ImageIndex = 0;
     this.nGroupBox1.Location   = new System.Drawing.Point(0, 152);
     this.nGroupBox1.Name       = "nGroupBox1";
     this.nGroupBox1.Size       = new System.Drawing.Size(179, 152);
     this.nGroupBox1.TabIndex   = 25;
     this.nGroupBox1.TabStop    = false;
     this.nGroupBox1.Text       = "Label Text";
     //
     // nGroupBox3
     //
     this.nGroupBox3.Controls.Add(this.TickPaddingNumericUpDown);
     this.nGroupBox3.Controls.Add(this.label6);
     this.nGroupBox3.Controls.Add(this.TickOffsetNumericUpDown);
     this.nGroupBox3.Controls.Add(this.label7);
     this.nGroupBox3.Dock       = System.Windows.Forms.DockStyle.Top;
     this.nGroupBox3.ImageIndex = 0;
     this.nGroupBox3.Location   = new System.Drawing.Point(0, 304);
     this.nGroupBox3.Name       = "nGroupBox3";
     this.nGroupBox3.Size       = new System.Drawing.Size(179, 115);
     this.nGroupBox3.TabIndex   = 26;
     this.nGroupBox3.TabStop    = false;
     this.nGroupBox3.Text       = "Label Ticks";
     //
     // NCustomRangeLabelsUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.nGroupBox3);
     this.Controls.Add(this.nGroupBox1);
     this.Controls.Add(this.nGroupBox2);
     this.Controls.Add(this.SouthAmericaCheckBox);
     this.Controls.Add(this.AsiaCheckBox);
     this.Controls.Add(this.EuropeCheckBox);
     this.Controls.Add(this.NorthAmericaCheckBox);
     this.Name = "NCustomRangeLabelsUC";
     this.Size = new System.Drawing.Size(179, 666);
     ((System.ComponentModel.ISupportInitialize)(this.LabelAngleNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TextPaddingNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TextOffsetNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TickPaddingNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TickOffsetNumericUpDown)).EndInit();
     this.nGroupBox2.ResumeLayout(false);
     this.nGroupBox1.ResumeLayout(false);
     this.nGroupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox2 = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.RangeIndicatorOriginModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.RangeIndicatorOriginUpDown       = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.RangeIndicatorValueUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.groupBox1 = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.ShowNeedleEditorButton = new Nevron.UI.WinForm.Controls.NButton();
     this.NeedleWidthUpDown      = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label8 = new System.Windows.Forms.Label();
     this.ValueIndicatorUpDown        = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.ValueIndicatorShapeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label5           = new System.Windows.Forms.Label();
     this.label4           = new System.Windows.Forms.Label();
     this.label6           = new System.Windows.Forms.Label();
     this.label7           = new System.Windows.Forms.Label();
     this.BeginAngleUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.SweepAngleUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.RangeIndicatorOriginUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.RangeIndicatorValueUpDown)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NeedleWidthUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ValueIndicatorUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BeginAngleUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SweepAngleUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.RangeIndicatorOriginModeComboBox);
     this.groupBox2.Controls.Add(this.RangeIndicatorOriginUpDown);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.RangeIndicatorValueUpDown);
     this.groupBox2.Dock       = System.Windows.Forms.DockStyle.Top;
     this.groupBox2.ImageIndex = 0;
     this.groupBox2.Location   = new System.Drawing.Point(0, 168);
     this.groupBox2.Name       = "groupBox2";
     this.groupBox2.Size       = new System.Drawing.Size(180, 144);
     this.groupBox2.TabIndex   = 5;
     this.groupBox2.TabStop    = false;
     this.groupBox2.Text       = "Range Indicator";
     //
     // RangeIndicatorOriginModeComboBox
     //
     this.RangeIndicatorOriginModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.RangeIndicatorOriginModeComboBox.ListProperties.DataSource         = null;
     this.RangeIndicatorOriginModeComboBox.ListProperties.DisplayMember      = "";
     this.RangeIndicatorOriginModeComboBox.Location              = new System.Drawing.Point(95, 56);
     this.RangeIndicatorOriginModeComboBox.Name                  = "RangeIndicatorOriginModeComboBox";
     this.RangeIndicatorOriginModeComboBox.Size                  = new System.Drawing.Size(76, 21);
     this.RangeIndicatorOriginModeComboBox.TabIndex              = 3;
     this.RangeIndicatorOriginModeComboBox.Text                  = "RangeIndicatorOriginModeComboBox";
     this.RangeIndicatorOriginModeComboBox.SelectedIndexChanged += new System.EventHandler(this.RangeIndicatorOriginModeComboBox_SelectedIndexChanged);
     //
     // RangeIndicatorOriginUpDown
     //
     this.RangeIndicatorOriginUpDown.Location      = new System.Drawing.Point(96, 96);
     this.RangeIndicatorOriginUpDown.Name          = "RangeIndicatorOriginUpDown";
     this.RangeIndicatorOriginUpDown.Size          = new System.Drawing.Size(75, 20);
     this.RangeIndicatorOriginUpDown.TabIndex      = 5;
     this.RangeIndicatorOriginUpDown.ValueChanged += new System.EventHandler(this.RangeIndicatorOriginUpDown_ValueChanged);
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(8, 100);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(40, 16);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Origin:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(8, 54);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(72, 23);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Origin Mode:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 20);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(40, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Value:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // RangeIndicatorValueUpDown
     //
     this.RangeIndicatorValueUpDown.Location      = new System.Drawing.Point(96, 16);
     this.RangeIndicatorValueUpDown.Name          = "RangeIndicatorValueUpDown";
     this.RangeIndicatorValueUpDown.Size          = new System.Drawing.Size(75, 20);
     this.RangeIndicatorValueUpDown.TabIndex      = 1;
     this.RangeIndicatorValueUpDown.ValueChanged += new System.EventHandler(this.RangeIndicatorValueUpDown_ValueChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.ShowNeedleEditorButton);
     this.groupBox1.Controls.Add(this.NeedleWidthUpDown);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.ValueIndicatorUpDown);
     this.groupBox1.Controls.Add(this.ValueIndicatorShapeComboBox);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     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(180, 168);
     this.groupBox1.TabIndex   = 4;
     this.groupBox1.TabStop    = false;
     this.groupBox1.Text       = "Value Indicator";
     //
     // ShowNeedleEditorButton
     //
     this.ShowNeedleEditorButton.Location = new System.Drawing.Point(12, 96);
     this.ShowNeedleEditorButton.Name     = "ShowNeedleEditorButton";
     this.ShowNeedleEditorButton.Size     = new System.Drawing.Size(159, 23);
     this.ShowNeedleEditorButton.TabIndex = 11;
     this.ShowNeedleEditorButton.Text     = "Show Editor...";
     this.ShowNeedleEditorButton.Click   += new System.EventHandler(this.ShowNeedleEditorButton_Click);
     //
     // NeedleWidthUpDown
     //
     this.NeedleWidthUpDown.Location = new System.Drawing.Point(100, 128);
     this.NeedleWidthUpDown.Maximum  = new decimal(new int[] {
         60,
         0,
         0,
         0
     });
     this.NeedleWidthUpDown.Minimum = new decimal(new int[] {
         20,
         0,
         0,
         -2147483648
     });
     this.NeedleWidthUpDown.Name          = "NeedleWidthUpDown";
     this.NeedleWidthUpDown.Size          = new System.Drawing.Size(75, 20);
     this.NeedleWidthUpDown.TabIndex      = 10;
     this.NeedleWidthUpDown.ValueChanged += new System.EventHandler(this.NeedleWidthUpDown_ValueChanged);
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(12, 128);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(48, 23);
     this.label8.TabIndex  = 9;
     this.label8.Text      = "Width: ";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ValueIndicatorUpDown
     //
     this.ValueIndicatorUpDown.Location      = new System.Drawing.Point(96, 32);
     this.ValueIndicatorUpDown.Name          = "ValueIndicatorUpDown";
     this.ValueIndicatorUpDown.Size          = new System.Drawing.Size(75, 20);
     this.ValueIndicatorUpDown.TabIndex      = 1;
     this.ValueIndicatorUpDown.ValueChanged += new System.EventHandler(this.ValueIndicatorUpDown_ValueChanged);
     //
     // ValueIndicatorShapeComboBox
     //
     this.ValueIndicatorShapeComboBox.ListProperties.CheckBoxDataMember = "";
     this.ValueIndicatorShapeComboBox.ListProperties.DataSource         = null;
     this.ValueIndicatorShapeComboBox.ListProperties.DisplayMember      = "";
     this.ValueIndicatorShapeComboBox.Location              = new System.Drawing.Point(96, 64);
     this.ValueIndicatorShapeComboBox.Name                  = "ValueIndicatorShapeComboBox";
     this.ValueIndicatorShapeComboBox.Size                  = new System.Drawing.Size(75, 21);
     this.ValueIndicatorShapeComboBox.TabIndex              = 3;
     this.ValueIndicatorShapeComboBox.Text                  = "comboBox1";
     this.ValueIndicatorShapeComboBox.SelectedIndexChanged += new System.EventHandler(this.ValueIndicatorShapeComboBox_SelectedIndexChanged);
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(8, 62);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(48, 23);
     this.label5.TabIndex  = 2;
     this.label5.Text      = "Shape:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(8, 29);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(40, 23);
     this.label4.TabIndex  = 0;
     this.label4.Text      = "Value:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(8, 328);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(80, 23);
     this.label6.TabIndex = 6;
     this.label6.Text     = "Begin Angle:";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(8, 360);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(80, 23);
     this.label7.TabIndex = 7;
     this.label7.Text     = "Sweep Angle:";
     //
     // BeginAngleUpDown
     //
     this.BeginAngleUpDown.Location = new System.Drawing.Point(96, 328);
     this.BeginAngleUpDown.Maximum  = new decimal(new int[] {
         360,
         0,
         0,
         0
     });
     this.BeginAngleUpDown.Minimum = new decimal(new int[] {
         360,
         0,
         0,
         -2147483648
     });
     this.BeginAngleUpDown.Name          = "BeginAngleUpDown";
     this.BeginAngleUpDown.Size          = new System.Drawing.Size(75, 20);
     this.BeginAngleUpDown.TabIndex      = 8;
     this.BeginAngleUpDown.ValueChanged += new System.EventHandler(this.BeginAngleUpDown_ValueChanged);
     //
     // SweepAngleUpDown
     //
     this.SweepAngleUpDown.Location = new System.Drawing.Point(96, 360);
     this.SweepAngleUpDown.Maximum  = new decimal(new int[] {
         360,
         0,
         0,
         0
     });
     this.SweepAngleUpDown.Minimum = new decimal(new int[] {
         360,
         0,
         0,
         -2147483648
     });
     this.SweepAngleUpDown.Name          = "SweepAngleUpDown";
     this.SweepAngleUpDown.Size          = new System.Drawing.Size(75, 20);
     this.SweepAngleUpDown.TabIndex      = 9;
     this.SweepAngleUpDown.ValueChanged += new System.EventHandler(this.SweepAngleUpDown_ValueChanged);
     //
     // NRadialGaugeIndicatorsUC
     //
     this.Controls.Add(this.SweepAngleUpDown);
     this.Controls.Add(this.BeginAngleUpDown);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "NRadialGaugeIndicatorsUC";
     this.Size = new System.Drawing.Size(180, 408);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.RangeIndicatorOriginUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.RangeIndicatorValueUpDown)).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.NeedleWidthUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ValueIndicatorUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BeginAngleUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SweepAngleUpDown)).EndInit();
     this.ResumeLayout(false);
 }
Пример #19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(NFilteringDataUC));
     this.label1             = new System.Windows.Forms.Label();
     this.compareMethodCombo = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2             = new System.Windows.Forms.Label();
     this.Value                = new Nevron.UI.WinForm.Controls.NTextBox();
     this.btnApplyFilter       = new Nevron.UI.WinForm.Controls.NButton();
     this.btnResetFilter       = new Nevron.UI.WinForm.Controls.NButton();
     this.label3               = new System.Windows.Forms.Label();
     this.subsetOperationCombo = new Nevron.UI.WinForm.Controls.NComboBox();
     this.btnChangeData        = new Nevron.UI.WinForm.Controls.NButton();
     this.groupBox1            = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.CurrentFilter        = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label5               = new System.Windows.Forms.Label();
     this.OperationList        = new Nevron.UI.WinForm.Controls.NListBox();
     this.label4               = new System.Windows.Forms.Label();
     this.groupBox2            = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.btnRemoveSubset      = new Nevron.UI.WinForm.Controls.NButton();
     this.btnExtractSubset     = new Nevron.UI.WinForm.Controls.NButton();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(10, 74);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 24);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Compare Method:";
     //
     // compareMethodCombo
     //
     this.compareMethodCombo.Location = new System.Drawing.Point(82, 79);
     this.compareMethodCombo.Name     = "compareMethodCombo";
     this.compareMethodCombo.Size     = new System.Drawing.Size(96, 21);
     this.compareMethodCombo.TabIndex = 1;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(10, 55);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(64, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Value:";
     //
     // Value
     //
     this.Value.Location = new System.Drawing.Point(82, 52);
     this.Value.Name     = "Value";
     this.Value.Size     = new System.Drawing.Size(96, 20);
     this.Value.TabIndex = 3;
     this.Value.Text     = "50";
     //
     // btnApplyFilter
     //
     this.btnApplyFilter.Location = new System.Drawing.Point(10, 137);
     this.btnApplyFilter.Name     = "btnApplyFilter";
     this.btnApplyFilter.Size     = new System.Drawing.Size(168, 24);
     this.btnApplyFilter.TabIndex = 4;
     this.btnApplyFilter.Text     = "Apply Filter";
     this.btnApplyFilter.Click   += new System.EventHandler(this.ApplyFilter_Click);
     //
     // btnResetFilter
     //
     this.btnResetFilter.Location = new System.Drawing.Point(10, 21);
     this.btnResetFilter.Name     = "btnResetFilter";
     this.btnResetFilter.Size     = new System.Drawing.Size(167, 23);
     this.btnResetFilter.TabIndex = 5;
     this.btnResetFilter.Text     = "Reset Filter";
     this.btnResetFilter.Click   += new System.EventHandler(this.ResetFilter_Click);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(10, 105);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(64, 32);
     this.label3.TabIndex = 6;
     this.label3.Text     = "Subset Operation:";
     //
     // subsetOperationCombo
     //
     this.subsetOperationCombo.Location = new System.Drawing.Point(82, 107);
     this.subsetOperationCombo.Name     = "subsetOperationCombo";
     this.subsetOperationCombo.Size     = new System.Drawing.Size(96, 21);
     this.subsetOperationCombo.TabIndex = 7;
     //
     // btnChangeData
     //
     this.btnChangeData.Location = new System.Drawing.Point(10, 22);
     this.btnChangeData.Name     = "btnChangeData";
     this.btnChangeData.Size     = new System.Drawing.Size(168, 23);
     this.btnChangeData.TabIndex = 1;
     this.btnChangeData.Text     = "Change Data";
     this.btnChangeData.Click   += new System.EventHandler(this.ChangeData_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.CurrentFilter);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.OperationList);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.compareMethodCombo);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.Value);
     this.groupBox1.Controls.Add(this.btnApplyFilter);
     this.groupBox1.Controls.Add(this.btnResetFilter);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.subsetOperationCombo);
     this.groupBox1.ImageIndex = 0;
     this.groupBox1.Location   = new System.Drawing.Point(7, 7);
     this.groupBox1.Name       = "groupBox1";
     this.groupBox1.Size       = new System.Drawing.Size(190, 345);
     this.groupBox1.TabIndex   = 9;
     this.groupBox1.TabStop    = false;
     this.groupBox1.Text       = "Filter Operations";
     //
     // CurrentFilter
     //
     this.CurrentFilter.Location  = new System.Drawing.Point(10, 283);
     this.CurrentFilter.Multiline = true;
     this.CurrentFilter.Name      = "CurrentFilter";
     this.CurrentFilter.Size      = new System.Drawing.Size(168, 51);
     this.CurrentFilter.TabIndex  = 3;
     this.CurrentFilter.Text      = "textBox1";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(10, 265);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(168, 16);
     this.label5.TabIndex = 2;
     this.label5.Text     = "Current Filter:";
     //
     // OperationList
     //
     this.OperationList.Location = new System.Drawing.Point(10, 185);
     this.OperationList.Name     = "OperationList";
     this.OperationList.Size     = new System.Drawing.Size(168, 69);
     this.OperationList.TabIndex = 0;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(10, 169);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(168, 16);
     this.label4.TabIndex = 1;
     this.label4.Text     = "Operation List:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.btnRemoveSubset);
     this.groupBox2.Controls.Add(this.btnExtractSubset);
     this.groupBox2.Controls.Add(this.btnChangeData);
     this.groupBox2.ImageIndex = 0;
     this.groupBox2.Location   = new System.Drawing.Point(7, 359);
     this.groupBox2.Name       = "groupBox2";
     this.groupBox2.Size       = new System.Drawing.Size(190, 120);
     this.groupBox2.TabIndex   = 10;
     this.groupBox2.TabStop    = false;
     this.groupBox2.Text       = "Data Series Operations";
     //
     // btnRemoveSubset
     //
     this.btnRemoveSubset.Location = new System.Drawing.Point(10, 86);
     this.btnRemoveSubset.Name     = "btnRemoveSubset";
     this.btnRemoveSubset.Size     = new System.Drawing.Size(168, 23);
     this.btnRemoveSubset.TabIndex = 0;
     this.btnRemoveSubset.Text     = "Remove Subset";
     this.btnRemoveSubset.Click   += new System.EventHandler(this.RemoveSubset_Click);
     //
     // btnExtractSubset
     //
     this.btnExtractSubset.Location = new System.Drawing.Point(10, 54);
     this.btnExtractSubset.Name     = "btnExtractSubset";
     this.btnExtractSubset.Size     = new System.Drawing.Size(168, 23);
     this.btnExtractSubset.TabIndex = 0;
     this.btnExtractSubset.Text     = "Extract Subset";
     this.btnExtractSubset.Click   += new System.EventHandler(this.ExtractSubset_Click);
     //
     // NFilteringDataUC
     //
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBox2);
     this.Name = "NFilteringDataUC";
     this.Size = new System.Drawing.Size(207, 490);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1     = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.Subset        = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label4        = new System.Windows.Forms.Label();
     this.RemoveRange   = new Nevron.UI.WinForm.Controls.NButton();
     this.RemoveIndex   = new Nevron.UI.WinForm.Controls.NButton();
     this.AddIndex      = new Nevron.UI.WinForm.Controls.NButton();
     this.label3        = new System.Windows.Forms.Label();
     this.To            = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label2        = new System.Windows.Forms.Label();
     this.From          = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label1        = new System.Windows.Forms.Label();
     this.AddRange      = new Nevron.UI.WinForm.Controls.NButton();
     this.Index         = new Nevron.UI.WinForm.Controls.NTextBox();
     this.groupBox2     = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.Result        = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label6        = new System.Windows.Forms.Label();
     this.Evaluate      = new Nevron.UI.WinForm.Controls.NButton();
     this.FunctionCombo = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label5        = new System.Windows.Forms.Label();
     this.groupBox3     = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.groupBox4     = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.groupBox4);
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Controls.Add(this.Subset);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Location = new System.Drawing.Point(8, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(226, 225);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Subset";
     //
     // Subset
     //
     this.Subset.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Subset.Location    = new System.Drawing.Point(5, 193);
     this.Subset.Name        = "Subset";
     this.Subset.ReadOnly    = true;
     this.Subset.Size        = new System.Drawing.Size(215, 20);
     this.Subset.TabIndex    = 11;
     this.Subset.Text        = "";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 174);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(88, 16);
     this.label4.TabIndex = 10;
     this.label4.Text     = "Current Subset:";
     //
     // RemoveRange
     //
     this.RemoveRange.Location = new System.Drawing.Point(106, 40);
     this.RemoveRange.Name     = "RemoveRange";
     this.RemoveRange.Size     = new System.Drawing.Size(99, 23);
     this.RemoveRange.TabIndex = 9;
     this.RemoveRange.Text     = "Remove Range";
     this.RemoveRange.Click   += new System.EventHandler(this.RemoveRange_Click);
     //
     // RemoveIndex
     //
     this.RemoveIndex.Location = new System.Drawing.Point(106, 43);
     this.RemoveIndex.Name     = "RemoveIndex";
     this.RemoveIndex.Size     = new System.Drawing.Size(99, 23);
     this.RemoveIndex.TabIndex = 8;
     this.RemoveIndex.Text     = "Remove Index";
     this.RemoveIndex.Click   += new System.EventHandler(this.RemoveIndex_Click);
     //
     // AddIndex
     //
     this.AddIndex.Location = new System.Drawing.Point(106, 14);
     this.AddIndex.Name     = "AddIndex";
     this.AddIndex.Size     = new System.Drawing.Size(99, 23);
     this.AddIndex.TabIndex = 7;
     this.AddIndex.Text     = "Add Index";
     this.AddIndex.Click   += new System.EventHandler(this.AddIndex_Click);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 43);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(40, 16);
     this.label3.TabIndex = 6;
     this.label3.Text     = "To:";
     //
     // To
     //
     this.To.Location = new System.Drawing.Point(51, 41);
     this.To.Name     = "To";
     this.To.Size     = new System.Drawing.Size(50, 20);
     this.To.TabIndex = 5;
     this.To.Text     = "1";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 16);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(40, 16);
     this.label2.TabIndex = 4;
     this.label2.Text     = "From:";
     //
     // From
     //
     this.From.Location = new System.Drawing.Point(51, 15);
     this.From.Name     = "From";
     this.From.Size     = new System.Drawing.Size(50, 20);
     this.From.TabIndex = 3;
     this.From.Text     = "0";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(9, 17);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(40, 16);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Index:";
     //
     // AddRange
     //
     this.AddRange.Location = new System.Drawing.Point(106, 14);
     this.AddRange.Name     = "AddRange";
     this.AddRange.Size     = new System.Drawing.Size(99, 23);
     this.AddRange.TabIndex = 1;
     this.AddRange.Text     = "Add Range";
     this.AddRange.Click   += new System.EventHandler(this.AddRange_Click);
     //
     // Index
     //
     this.Index.Location = new System.Drawing.Point(52, 15);
     this.Index.Name     = "Index";
     this.Index.Size     = new System.Drawing.Size(50, 20);
     this.Index.TabIndex = 0;
     this.Index.Text     = "0";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.Result);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.Evaluate);
     this.groupBox2.Controls.Add(this.FunctionCombo);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Location = new System.Drawing.Point(8, 253);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(226, 178);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Subset Evaluation";
     //
     // Result
     //
     this.Result.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Result.Location    = new System.Drawing.Point(8, 120);
     this.Result.Name        = "Result";
     this.Result.ReadOnly    = true;
     this.Result.Size        = new System.Drawing.Size(136, 20);
     this.Result.TabIndex    = 4;
     this.Result.Text        = "";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(8, 96);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(48, 16);
     this.label6.TabIndex = 3;
     this.label6.Text     = "Result:";
     //
     // Evaluate
     //
     this.Evaluate.Location = new System.Drawing.Point(8, 64);
     this.Evaluate.Name     = "Evaluate";
     this.Evaluate.Size     = new System.Drawing.Size(136, 23);
     this.Evaluate.TabIndex = 2;
     this.Evaluate.Text     = "Evaluate";
     this.Evaluate.Click   += new System.EventHandler(this.Evaluate_Click);
     //
     // FunctionCombo
     //
     this.FunctionCombo.Location = new System.Drawing.Point(8, 32);
     this.FunctionCombo.Name     = "FunctionCombo";
     this.FunctionCombo.Size     = new System.Drawing.Size(136, 21);
     this.FunctionCombo.TabIndex = 1;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 16);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(56, 16);
     this.label5.TabIndex = 0;
     this.label5.Text     = "Function:";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.RemoveRange);
     this.groupBox3.Controls.Add(this.AddRange);
     this.groupBox3.Controls.Add(this.From);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Controls.Add(this.To);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Location = new System.Drawing.Point(5, 95);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(215, 71);
     this.groupBox3.TabIndex = 12;
     this.groupBox3.TabStop  = false;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.RemoveIndex);
     this.groupBox4.Controls.Add(this.AddIndex);
     this.groupBox4.Controls.Add(this.Index);
     this.groupBox4.Controls.Add(this.label1);
     this.groupBox4.Location = new System.Drawing.Point(5, 13);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(215, 75);
     this.groupBox4.TabIndex = 13;
     this.groupBox4.TabStop  = false;
     //
     // NEvaluatingDataUC
     //
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "NEvaluatingDataUC";
     this.Size = new System.Drawing.Size(242, 443);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.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.nGroupBox4.SuspendLayout();
     this.nGroupBox1.SuspendLayout();
     this.nGroupBox2.SuspendLayout();
     this.nGroupBox3.SuspendLayout();
     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(108, 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(118, 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(139, 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(3, 331);
     this.nGroupBox4.Name       = "nGroupBox4";
     this.nGroupBox4.Size       = new System.Drawing.Size(175, 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(118, 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       = 250;
     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(118, 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(139, 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(3, 115);
     this.nGroupBox1.Name       = "nGroupBox1";
     this.nGroupBox1.Size       = new System.Drawing.Size(175, 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(139, 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(139, 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(3, 3);
     this.nGroupBox2.Name       = "nGroupBox2";
     this.nGroupBox2.Size       = new System.Drawing.Size(174, 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(124, 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(124, 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(3, 251);
     this.nGroupBox3.Name       = "nGroupBox3";
     this.nGroupBox3.Size       = new System.Drawing.Size(175, 64);
     this.nGroupBox3.TabIndex   = 2;
     this.nGroupBox3.TabStop    = false;
     this.nGroupBox3.Text       = "Palette";
     //
     // NTriangulatedSurfaceUC
     //
     this.Controls.Add(this.nGroupBox3);
     this.Controls.Add(this.nGroupBox2);
     this.Controls.Add(this.nGroupBox1);
     this.Controls.Add(this.nGroupBox4);
     this.Name = "NTriangulatedSurfaceUC";
     this.Size = new System.Drawing.Size(180, 496);
     this.nGroupBox4.ResumeLayout(false);
     this.nGroupBox1.ResumeLayout(false);
     this.nGroupBox2.ResumeLayout(false);
     this.nGroupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.DifferentFillStyles = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label2              = new System.Windows.Forms.Label();
     this.WidthScroll         = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label1              = new System.Windows.Forms.Label();
     this.StyleCombo          = new Nevron.UI.WinForm.Controls.NComboBox();
     this.BarFillStyleButton  = new Nevron.UI.WinForm.Controls.NButton();
     this.groupBox1           = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.BarBorderButton     = new Nevron.UI.WinForm.Controls.NButton();
     this.groupBox2           = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.MarkersBorderButton = new Nevron.UI.WinForm.Controls.NButton();
     this.MarkersFillButton   = new Nevron.UI.WinForm.Controls.NButton();
     this.LineStyleButton     = new Nevron.UI.WinForm.Controls.NButton();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // DifferentFillStyles
     //
     this.DifferentFillStyles.ButtonProperties.BorderOffset = 2;
     this.DifferentFillStyles.Location        = new System.Drawing.Point(11, 174);
     this.DifferentFillStyles.Name            = "DifferentFillStyles";
     this.DifferentFillStyles.Size            = new System.Drawing.Size(148, 22);
     this.DifferentFillStyles.TabIndex        = 15;
     this.DifferentFillStyles.Text            = "Different Fill Styles";
     this.DifferentFillStyles.CheckedChanged += new System.EventHandler(this.DifferentFillStyles_CheckedChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(11, 66);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(148, 16);
     this.label2.TabIndex = 13;
     this.label2.Text     = "Width %:";
     //
     // WidthScroll
     //
     this.WidthScroll.Location      = new System.Drawing.Point(11, 82);
     this.WidthScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.WidthScroll.Name          = "WidthScroll";
     this.WidthScroll.Size          = new System.Drawing.Size(148, 16);
     this.WidthScroll.TabIndex      = 11;
     this.WidthScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.WidthScroll_Scroll);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(11, 18);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(148, 16);
     this.label1.TabIndex = 10;
     this.label1.Text     = "Bar Style:";
     //
     // StyleCombo
     //
     this.StyleCombo.ListProperties.CheckBoxDataMember = "";
     this.StyleCombo.ListProperties.DataSource         = null;
     this.StyleCombo.ListProperties.DisplayMember      = "";
     this.StyleCombo.Location              = new System.Drawing.Point(11, 34);
     this.StyleCombo.Name                  = "StyleCombo";
     this.StyleCombo.Size                  = new System.Drawing.Size(148, 21);
     this.StyleCombo.TabIndex              = 9;
     this.StyleCombo.SelectedIndexChanged += new System.EventHandler(this.StyleCombo_SelectedIndexChanged);
     //
     // BarFillStyleButton
     //
     this.BarFillStyleButton.Location = new System.Drawing.Point(11, 108);
     this.BarFillStyleButton.Name     = "BarFillStyleButton";
     this.BarFillStyleButton.Size     = new System.Drawing.Size(148, 25);
     this.BarFillStyleButton.TabIndex = 8;
     this.BarFillStyleButton.Text     = "Bar Fill Style...";
     this.BarFillStyleButton.Click   += new System.EventHandler(this.BarFillStyleButton_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.BarBorderButton);
     this.groupBox1.Controls.Add(this.DifferentFillStyles);
     this.groupBox1.Controls.Add(this.WidthScroll);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.StyleCombo);
     this.groupBox1.Controls.Add(this.BarFillStyleButton);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.ImageIndex = 0;
     this.groupBox1.Location   = new System.Drawing.Point(4, 7);
     this.groupBox1.Name       = "groupBox1";
     this.groupBox1.Size       = new System.Drawing.Size(173, 212);
     this.groupBox1.TabIndex   = 16;
     this.groupBox1.TabStop    = false;
     this.groupBox1.Text       = "Bar Properties";
     //
     // BarBorderButton
     //
     this.BarBorderButton.Location = new System.Drawing.Point(11, 139);
     this.BarBorderButton.Name     = "BarBorderButton";
     this.BarBorderButton.Size     = new System.Drawing.Size(148, 25);
     this.BarBorderButton.TabIndex = 16;
     this.BarBorderButton.Text     = "Bar Border...";
     this.BarBorderButton.Click   += new System.EventHandler(this.BarBorderButton_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.MarkersBorderButton);
     this.groupBox2.Controls.Add(this.MarkersFillButton);
     this.groupBox2.Controls.Add(this.LineStyleButton);
     this.groupBox2.ImageIndex = 0;
     this.groupBox2.Location   = new System.Drawing.Point(4, 226);
     this.groupBox2.Name       = "groupBox2";
     this.groupBox2.Size       = new System.Drawing.Size(173, 119);
     this.groupBox2.TabIndex   = 17;
     this.groupBox2.TabStop    = false;
     this.groupBox2.Text       = "Line Properties";
     //
     // MarkersBorderButton
     //
     this.MarkersBorderButton.Location = new System.Drawing.Point(9, 49);
     this.MarkersBorderButton.Name     = "MarkersBorderButton";
     this.MarkersBorderButton.Size     = new System.Drawing.Size(148, 24);
     this.MarkersBorderButton.TabIndex = 14;
     this.MarkersBorderButton.Text     = "Markers Border ...";
     this.MarkersBorderButton.Click   += new System.EventHandler(this.MarkersBorderButton_Click);
     //
     // MarkersFillButton
     //
     this.MarkersFillButton.Location = new System.Drawing.Point(9, 79);
     this.MarkersFillButton.Name     = "MarkersFillButton";
     this.MarkersFillButton.Size     = new System.Drawing.Size(148, 24);
     this.MarkersFillButton.TabIndex = 13;
     this.MarkersFillButton.Text     = "Markers Fill Style ...";
     this.MarkersFillButton.Click   += new System.EventHandler(this.MarkersFillButton_Click);
     //
     // LineStyleButton
     //
     this.LineStyleButton.Location = new System.Drawing.Point(9, 19);
     this.LineStyleButton.Name     = "LineStyleButton";
     this.LineStyleButton.Size     = new System.Drawing.Size(148, 24);
     this.LineStyleButton.TabIndex = 12;
     this.LineStyleButton.Text     = "Line Style ...";
     this.LineStyleButton.Click   += new System.EventHandler(this.LineStyleButton_Click);
     //
     // NParetoUC
     //
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "NParetoUC";
     this.Size = new System.Drawing.Size(180, 357);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.AdornerShapeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1                         = new System.Windows.Forms.Label();
     this.GelEffectGroupBox              = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.BottomMarginUpDown             = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label11                        = new System.Windows.Forms.Label();
     this.RightMarginUpDown              = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label10                        = new System.Windows.Forms.Label();
     this.TopMarginUpDown                = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label9                         = new System.Windows.Forms.Label();
     this.LeftMarginUpDown               = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label8                         = new System.Windows.Forms.Label();
     this.groupBox2                      = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.LinearGaugeOrientationComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label5                         = new System.Windows.Forms.Label();
     this.GelEffectGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BottomMarginUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.RightMarginUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TopMarginUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LeftMarginUpDown)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // AdornerShapeComboBox
     //
     this.AdornerShapeComboBox.ListProperties.CheckBoxDataMember = "";
     this.AdornerShapeComboBox.ListProperties.DataSource         = null;
     this.AdornerShapeComboBox.ListProperties.DisplayMember      = "";
     this.AdornerShapeComboBox.Location              = new System.Drawing.Point(9, 27);
     this.AdornerShapeComboBox.Name                  = "AdornerShapeComboBox";
     this.AdornerShapeComboBox.Size                  = new System.Drawing.Size(159, 21);
     this.AdornerShapeComboBox.TabIndex              = 1;
     this.AdornerShapeComboBox.SelectedIndexChanged += new System.EventHandler(this.PaintEffectComboBox_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(9, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(41, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Shape:";
     //
     // GelEffectGroupBox
     //
     this.GelEffectGroupBox.Controls.Add(this.BottomMarginUpDown);
     this.GelEffectGroupBox.Controls.Add(this.label11);
     this.GelEffectGroupBox.Controls.Add(this.RightMarginUpDown);
     this.GelEffectGroupBox.Controls.Add(this.label10);
     this.GelEffectGroupBox.Controls.Add(this.TopMarginUpDown);
     this.GelEffectGroupBox.Controls.Add(this.label9);
     this.GelEffectGroupBox.Controls.Add(this.LeftMarginUpDown);
     this.GelEffectGroupBox.Controls.Add(this.label8);
     this.GelEffectGroupBox.Location = new System.Drawing.Point(9, 64);
     this.GelEffectGroupBox.Name     = "GelEffectGroupBox";
     this.GelEffectGroupBox.Size     = new System.Drawing.Size(183, 155);
     this.GelEffectGroupBox.TabIndex = 6;
     this.GelEffectGroupBox.TabStop  = false;
     this.GelEffectGroupBox.Text     = "Margins";
     //
     // BottomMarginUpDown
     //
     this.BottomMarginUpDown.Location      = new System.Drawing.Point(107, 97);
     this.BottomMarginUpDown.Name          = "BottomMarginUpDown";
     this.BottomMarginUpDown.Size          = new System.Drawing.Size(52, 20);
     this.BottomMarginUpDown.TabIndex      = 7;
     this.BottomMarginUpDown.ValueChanged += new System.EventHandler(this.BottomMarginUpDown_ValueChanged);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(10, 104);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(78, 13);
     this.label11.TabIndex = 6;
     this.label11.Text     = "Bottom Margin:";
     //
     // RightMarginUpDown
     //
     this.RightMarginUpDown.Location      = new System.Drawing.Point(107, 71);
     this.RightMarginUpDown.Name          = "RightMarginUpDown";
     this.RightMarginUpDown.Size          = new System.Drawing.Size(52, 20);
     this.RightMarginUpDown.TabIndex      = 5;
     this.RightMarginUpDown.ValueChanged += new System.EventHandler(this.RightMarginUpDown_ValueChanged);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(10, 78);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(70, 13);
     this.label10.TabIndex = 4;
     this.label10.Text     = "Right Margin:";
     //
     // TopMarginUpDown
     //
     this.TopMarginUpDown.Location      = new System.Drawing.Point(107, 45);
     this.TopMarginUpDown.Name          = "TopMarginUpDown";
     this.TopMarginUpDown.Size          = new System.Drawing.Size(52, 20);
     this.TopMarginUpDown.TabIndex      = 3;
     this.TopMarginUpDown.ValueChanged += new System.EventHandler(this.TopMarginUpDown_ValueChanged);
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(10, 52);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(64, 13);
     this.label9.TabIndex = 2;
     this.label9.Text     = "Top Margin:";
     //
     // LeftMarginUpDown
     //
     this.LeftMarginUpDown.Location      = new System.Drawing.Point(107, 19);
     this.LeftMarginUpDown.Name          = "LeftMarginUpDown";
     this.LeftMarginUpDown.Size          = new System.Drawing.Size(52, 20);
     this.LeftMarginUpDown.TabIndex      = 1;
     this.LeftMarginUpDown.ValueChanged += new System.EventHandler(this.LeftMarginUpDown_ValueChanged);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(10, 26);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(63, 13);
     this.label8.TabIndex = 0;
     this.label8.Text     = "Left Margin:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.LinearGaugeOrientationComboBox);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Location = new System.Drawing.Point(9, 241);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(183, 72);
     this.groupBox2.TabIndex = 8;
     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(146, 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:";
     //
     // NGaugeBackgroundAdornerUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.GelEffectGroupBox);
     this.Controls.Add(this.AdornerShapeComboBox);
     this.Controls.Add(this.label1);
     this.Name = "NGaugeBackgroundAdornerUC";
     this.Size = new System.Drawing.Size(180, 554);
     this.GelEffectGroupBox.ResumeLayout(false);
     this.GelEffectGroupBox.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BottomMarginUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.RightMarginUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TopMarginUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LeftMarginUpDown)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1 = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.RowInterlacingIntervalNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label7 = new System.Windows.Forms.Label();
     this.RowInterlacingLengthNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label3 = new System.Windows.Forms.Label();
     this.RowInterlacingEndNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label2 = new System.Windows.Forms.Label();
     this.RowInterlacingInfiniteCheckBox   = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.RowInterlacingBeginNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label1 = new System.Windows.Forms.Label();
     this.RowInterlacingFillStyleButton = new Nevron.UI.WinForm.Controls.NButton();
     this.RowInterlacingEnabledCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.LayoutGroupBox     = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.ExpandModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label4             = new System.Windows.Forms.Label();
     this.label6             = new System.Windows.Forms.Label();
     this.RowCountUpDown     = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label5             = new System.Windows.Forms.Label();
     this.ColCountUpDown     = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.groupBox2          = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.ColumnInterlacingIntervalNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label8 = new System.Windows.Forms.Label();
     this.ColumnInterlacingLengthNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label9 = new System.Windows.Forms.Label();
     this.ColumnInterlacingEndNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label10 = new System.Windows.Forms.Label();
     this.ColumnInterlacingInfiniteCheckBox   = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ColumnInterlacingBeginNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label11 = new System.Windows.Forms.Label();
     this.ColumnInterlacingFillStyleButton = new Nevron.UI.WinForm.Controls.NButton();
     this.ColumnInterlacingEnabledCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.RowInterlacingIntervalNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.RowInterlacingLengthNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.RowInterlacingEndNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.RowInterlacingBeginNumericUpDown)).BeginInit();
     this.LayoutGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.RowCountUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ColCountUpDown)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ColumnInterlacingIntervalNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ColumnInterlacingLengthNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ColumnInterlacingEndNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ColumnInterlacingBeginNumericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.RowInterlacingIntervalNumericUpDown);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.RowInterlacingLengthNumericUpDown);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.RowInterlacingEndNumericUpDown);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.RowInterlacingInfiniteCheckBox);
     this.groupBox1.Controls.Add(this.RowInterlacingBeginNumericUpDown);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.RowInterlacingFillStyleButton);
     this.groupBox1.Controls.Add(this.RowInterlacingEnabledCheckBox);
     this.groupBox1.ImageIndex = 0;
     this.groupBox1.Location   = new System.Drawing.Point(8, 232);
     this.groupBox1.Name       = "groupBox1";
     this.groupBox1.Size       = new System.Drawing.Size(168, 232);
     this.groupBox1.TabIndex   = 0;
     this.groupBox1.TabStop    = false;
     this.groupBox1.Text       = "Horizontal interlacing";
     //
     // RowInterlacingIntervalNumericUpDown
     //
     this.RowInterlacingIntervalNumericUpDown.Location      = new System.Drawing.Point(80, 200);
     this.RowInterlacingIntervalNumericUpDown.Name          = "RowInterlacingIntervalNumericUpDown";
     this.RowInterlacingIntervalNumericUpDown.Size          = new System.Drawing.Size(72, 20);
     this.RowInterlacingIntervalNumericUpDown.TabIndex      = 10;
     this.RowInterlacingIntervalNumericUpDown.ValueChanged += new System.EventHandler(this.RowInterlacingIntervalNumericUpDown_ValueChanged);
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(8, 200);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(48, 20);
     this.label7.TabIndex  = 9;
     this.label7.Text      = "Interval:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // RowInterlacingLengthNumericUpDown
     //
     this.RowInterlacingLengthNumericUpDown.Location      = new System.Drawing.Point(80, 168);
     this.RowInterlacingLengthNumericUpDown.Name          = "RowInterlacingLengthNumericUpDown";
     this.RowInterlacingLengthNumericUpDown.Size          = new System.Drawing.Size(72, 20);
     this.RowInterlacingLengthNumericUpDown.TabIndex      = 8;
     this.RowInterlacingLengthNumericUpDown.ValueChanged += new System.EventHandler(this.RowInterlacingLengthNumericUpDown_ValueChanged);
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(8, 168);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(48, 20);
     this.label3.TabIndex  = 7;
     this.label3.Text      = "Length:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // RowInterlacingEndNumericUpDown
     //
     this.RowInterlacingEndNumericUpDown.Location      = new System.Drawing.Point(80, 112);
     this.RowInterlacingEndNumericUpDown.Name          = "RowInterlacingEndNumericUpDown";
     this.RowInterlacingEndNumericUpDown.Size          = new System.Drawing.Size(72, 20);
     this.RowInterlacingEndNumericUpDown.TabIndex      = 6;
     this.RowInterlacingEndNumericUpDown.ValueChanged += new System.EventHandler(this.RowInterlacingEndNumericUpDown_ValueChanged);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(8, 112);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(48, 20);
     this.label2.TabIndex  = 5;
     this.label2.Text      = "End:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // RowInterlacingInfiniteCheckBox
     //
     this.RowInterlacingInfiniteCheckBox.ButtonProperties.BorderOffset = 2;
     this.RowInterlacingInfiniteCheckBox.Location        = new System.Drawing.Point(80, 136);
     this.RowInterlacingInfiniteCheckBox.Name            = "RowInterlacingInfiniteCheckBox";
     this.RowInterlacingInfiniteCheckBox.Size            = new System.Drawing.Size(72, 20);
     this.RowInterlacingInfiniteCheckBox.TabIndex        = 4;
     this.RowInterlacingInfiniteCheckBox.Text            = "Infinite";
     this.RowInterlacingInfiniteCheckBox.CheckedChanged += new System.EventHandler(this.RowInterlacingInfiniteCheckBox_CheckedChanged);
     //
     // RowInterlacingBeginNumericUpDown
     //
     this.RowInterlacingBeginNumericUpDown.Location      = new System.Drawing.Point(80, 80);
     this.RowInterlacingBeginNumericUpDown.Name          = "RowInterlacingBeginNumericUpDown";
     this.RowInterlacingBeginNumericUpDown.Size          = new System.Drawing.Size(72, 20);
     this.RowInterlacingBeginNumericUpDown.TabIndex      = 3;
     this.RowInterlacingBeginNumericUpDown.ValueChanged += new System.EventHandler(this.RowInterlacingBeginNumericUpDown_ValueChanged);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 80);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(48, 20);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Begin:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // RowInterlacingFillStyleButton
     //
     this.RowInterlacingFillStyleButton.Location = new System.Drawing.Point(8, 48);
     this.RowInterlacingFillStyleButton.Name     = "RowInterlacingFillStyleButton";
     this.RowInterlacingFillStyleButton.Size     = new System.Drawing.Size(152, 24);
     this.RowInterlacingFillStyleButton.TabIndex = 1;
     this.RowInterlacingFillStyleButton.Text     = "Fill Style...";
     this.RowInterlacingFillStyleButton.Click   += new System.EventHandler(this.RowInterlacingFillStyleButton_Click);
     //
     // RowInterlacingEnabledCheckBox
     //
     this.RowInterlacingEnabledCheckBox.ButtonProperties.BorderOffset = 2;
     this.RowInterlacingEnabledCheckBox.Location        = new System.Drawing.Point(8, 16);
     this.RowInterlacingEnabledCheckBox.Name            = "RowInterlacingEnabledCheckBox";
     this.RowInterlacingEnabledCheckBox.Size            = new System.Drawing.Size(152, 24);
     this.RowInterlacingEnabledCheckBox.TabIndex        = 0;
     this.RowInterlacingEnabledCheckBox.Text            = "Enable";
     this.RowInterlacingEnabledCheckBox.CheckedChanged += new System.EventHandler(this.RowInterlacingEnabledCheckBox_CheckedChanged);
     //
     // LayoutGroupBox
     //
     this.LayoutGroupBox.Controls.Add(this.ExpandModeComboBox);
     this.LayoutGroupBox.Controls.Add(this.label4);
     this.LayoutGroupBox.Controls.Add(this.label6);
     this.LayoutGroupBox.Controls.Add(this.RowCountUpDown);
     this.LayoutGroupBox.Controls.Add(this.label5);
     this.LayoutGroupBox.Controls.Add(this.ColCountUpDown);
     this.LayoutGroupBox.ImageIndex = 0;
     this.LayoutGroupBox.Location   = new System.Drawing.Point(8, 464);
     this.LayoutGroupBox.Name       = "LayoutGroupBox";
     this.LayoutGroupBox.Size       = new System.Drawing.Size(168, 168);
     this.LayoutGroupBox.TabIndex   = 57;
     this.LayoutGroupBox.TabStop    = false;
     this.LayoutGroupBox.Text       = "Layout";
     //
     // ExpandModeComboBox
     //
     this.ExpandModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.ExpandModeComboBox.ListProperties.DataSource         = null;
     this.ExpandModeComboBox.ListProperties.DisplayMember      = "";
     this.ExpandModeComboBox.Location              = new System.Drawing.Point(12, 42);
     this.ExpandModeComboBox.Name                  = "ExpandModeComboBox";
     this.ExpandModeComboBox.Size                  = new System.Drawing.Size(145, 21);
     this.ExpandModeComboBox.TabIndex              = 45;
     this.ExpandModeComboBox.SelectedIndexChanged += new System.EventHandler(this.ExpandModeComboBox_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(12, 22);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(145, 15);
     this.label4.TabIndex = 46;
     this.label4.Text     = "Expand mode:";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(12, 68);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(145, 15);
     this.label6.TabIndex = 51;
     this.label6.Text     = "Row count:";
     //
     // RowCountUpDown
     //
     this.RowCountUpDown.Location = new System.Drawing.Point(12, 88);
     this.RowCountUpDown.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.RowCountUpDown.Name     = "RowCountUpDown";
     this.RowCountUpDown.Size     = new System.Drawing.Size(145, 20);
     this.RowCountUpDown.TabIndex = 47;
     this.RowCountUpDown.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.RowCountUpDown.ValueChanged += new System.EventHandler(this.RowCountUpDown_ValueChanged);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(12, 113);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(145, 15);
     this.label5.TabIndex = 50;
     this.label5.Text     = "Col count:";
     //
     // ColCountUpDown
     //
     this.ColCountUpDown.Location = new System.Drawing.Point(12, 133);
     this.ColCountUpDown.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.ColCountUpDown.Name     = "ColCountUpDown";
     this.ColCountUpDown.Size     = new System.Drawing.Size(145, 20);
     this.ColCountUpDown.TabIndex = 48;
     this.ColCountUpDown.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.ColCountUpDown.ValueChanged += new System.EventHandler(this.ColCountUpDown_ValueChanged);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.ColumnInterlacingIntervalNumericUpDown);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.ColumnInterlacingLengthNumericUpDown);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.ColumnInterlacingEndNumericUpDown);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.ColumnInterlacingInfiniteCheckBox);
     this.groupBox2.Controls.Add(this.ColumnInterlacingBeginNumericUpDown);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.ColumnInterlacingFillStyleButton);
     this.groupBox2.Controls.Add(this.ColumnInterlacingEnabledCheckBox);
     this.groupBox2.ImageIndex = 0;
     this.groupBox2.Location   = new System.Drawing.Point(8, 0);
     this.groupBox2.Name       = "groupBox2";
     this.groupBox2.Size       = new System.Drawing.Size(168, 232);
     this.groupBox2.TabIndex   = 11;
     this.groupBox2.TabStop    = false;
     this.groupBox2.Text       = "Vertical interlacing";
     //
     // ColumnInterlacingIntervalNumericUpDown
     //
     this.ColumnInterlacingIntervalNumericUpDown.Location      = new System.Drawing.Point(80, 200);
     this.ColumnInterlacingIntervalNumericUpDown.Name          = "ColumnInterlacingIntervalNumericUpDown";
     this.ColumnInterlacingIntervalNumericUpDown.Size          = new System.Drawing.Size(72, 20);
     this.ColumnInterlacingIntervalNumericUpDown.TabIndex      = 10;
     this.ColumnInterlacingIntervalNumericUpDown.ValueChanged += new System.EventHandler(this.ColumnInterlacingIntervalNumericUpDown_ValueChanged);
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(8, 200);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(48, 20);
     this.label8.TabIndex  = 9;
     this.label8.Text      = "Interval:";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ColumnInterlacingLengthNumericUpDown
     //
     this.ColumnInterlacingLengthNumericUpDown.Location      = new System.Drawing.Point(80, 168);
     this.ColumnInterlacingLengthNumericUpDown.Name          = "ColumnInterlacingLengthNumericUpDown";
     this.ColumnInterlacingLengthNumericUpDown.Size          = new System.Drawing.Size(72, 20);
     this.ColumnInterlacingLengthNumericUpDown.TabIndex      = 8;
     this.ColumnInterlacingLengthNumericUpDown.ValueChanged += new System.EventHandler(this.ColumnInterlacingLengthNumericUpDown_ValueChanged);
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(8, 168);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(48, 20);
     this.label9.TabIndex  = 7;
     this.label9.Text      = "Length:";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ColumnInterlacingEndNumericUpDown
     //
     this.ColumnInterlacingEndNumericUpDown.Location      = new System.Drawing.Point(80, 112);
     this.ColumnInterlacingEndNumericUpDown.Name          = "ColumnInterlacingEndNumericUpDown";
     this.ColumnInterlacingEndNumericUpDown.Size          = new System.Drawing.Size(72, 20);
     this.ColumnInterlacingEndNumericUpDown.TabIndex      = 6;
     this.ColumnInterlacingEndNumericUpDown.ValueChanged += new System.EventHandler(this.ColumnInterlacingEndNumericUpDown_ValueChanged);
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(8, 112);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(48, 20);
     this.label10.TabIndex  = 5;
     this.label10.Text      = "End:";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ColumnInterlacingInfiniteCheckBox
     //
     this.ColumnInterlacingInfiniteCheckBox.ButtonProperties.BorderOffset = 2;
     this.ColumnInterlacingInfiniteCheckBox.Location        = new System.Drawing.Point(80, 136);
     this.ColumnInterlacingInfiniteCheckBox.Name            = "ColumnInterlacingInfiniteCheckBox";
     this.ColumnInterlacingInfiniteCheckBox.Size            = new System.Drawing.Size(72, 20);
     this.ColumnInterlacingInfiniteCheckBox.TabIndex        = 4;
     this.ColumnInterlacingInfiniteCheckBox.Text            = "Infinite";
     this.ColumnInterlacingInfiniteCheckBox.CheckedChanged += new System.EventHandler(this.ColumnInterlacingInfiniteCheckBox_CheckedChanged);
     //
     // ColumnInterlacingBeginNumericUpDown
     //
     this.ColumnInterlacingBeginNumericUpDown.Location = new System.Drawing.Point(80, 80);
     this.ColumnInterlacingBeginNumericUpDown.Name     = "ColumnInterlacingBeginNumericUpDown";
     this.ColumnInterlacingBeginNumericUpDown.Size     = new System.Drawing.Size(72, 20);
     this.ColumnInterlacingBeginNumericUpDown.TabIndex = 3;
     this.ColumnInterlacingBeginNumericUpDown.Value    = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.ColumnInterlacingBeginNumericUpDown.ValueChanged += new System.EventHandler(this.ColumnInterlacingBeginNumericUpDown_ValueChanged);
     //
     // label11
     //
     this.label11.Location  = new System.Drawing.Point(8, 80);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(48, 20);
     this.label11.TabIndex  = 2;
     this.label11.Text      = "Begin:";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ColumnInterlacingFillStyleButton
     //
     this.ColumnInterlacingFillStyleButton.Location = new System.Drawing.Point(8, 48);
     this.ColumnInterlacingFillStyleButton.Name     = "ColumnInterlacingFillStyleButton";
     this.ColumnInterlacingFillStyleButton.Size     = new System.Drawing.Size(152, 24);
     this.ColumnInterlacingFillStyleButton.TabIndex = 1;
     this.ColumnInterlacingFillStyleButton.Text     = "Fill Style...";
     this.ColumnInterlacingFillStyleButton.Click   += new System.EventHandler(this.ColumnInterlacingFillStyleButton_Click);
     //
     // ColumnInterlacingEnabledCheckBox
     //
     this.ColumnInterlacingEnabledCheckBox.ButtonProperties.BorderOffset = 2;
     this.ColumnInterlacingEnabledCheckBox.Location        = new System.Drawing.Point(8, 16);
     this.ColumnInterlacingEnabledCheckBox.Name            = "ColumnInterlacingEnabledCheckBox";
     this.ColumnInterlacingEnabledCheckBox.Size            = new System.Drawing.Size(152, 24);
     this.ColumnInterlacingEnabledCheckBox.TabIndex        = 0;
     this.ColumnInterlacingEnabledCheckBox.Text            = "Enable";
     this.ColumnInterlacingEnabledCheckBox.CheckedChanged += new System.EventHandler(this.ColumnInterlacingEnabledCheckBox_CheckedChanged);
     //
     // NLegendInterlacedUC
     //
     this.Controls.Add(this.LayoutGroupBox);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBox2);
     this.Name = "NLegendInterlacedUC";
     this.Size = new System.Drawing.Size(180, 672);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.RowInterlacingIntervalNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.RowInterlacingLengthNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.RowInterlacingEndNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.RowInterlacingBeginNumericUpDown)).EndInit();
     this.LayoutGroupBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.RowCountUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ColCountUpDown)).EndInit();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ColumnInterlacingIntervalNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ColumnInterlacingLengthNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ColumnInterlacingEndNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ColumnInterlacingBeginNumericUpDown)).EndInit();
     this.ResumeLayout(false);
 }
Пример #25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1                   = new System.Windows.Forms.Label();
     this.PieShapeCombo            = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label4                   = new System.Windows.Forms.Label();
     this.BeginAngleScroll         = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label5                   = new System.Windows.Forms.Label();
     this.TotalAngleScroll         = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label6                   = new System.Windows.Forms.Label();
     this.PieLabelModeCombo        = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label7                   = new System.Windows.Forms.Label();
     this.ArrowLengthScroll        = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label8                   = new System.Windows.Forms.Label();
     this.ArrowPointerLengthScroll = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.EdgePercentScroll        = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label3                   = new System.Windows.Forms.Label();
     this.InnerRadiusScroll        = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label2                   = new System.Windows.Forms.Label();
     this.OuterRadiusScroll        = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label9                   = new System.Windows.Forms.Label();
     this.groupBox1                = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.nGroupBox1               = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.label10                  = new System.Windows.Forms.Label();
     this.ConnectorLengthScroll    = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label11                  = new System.Windows.Forms.Label();
     this.LeadOffLengthScroll      = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.nGroupBox2               = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.nGroupBox3               = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.groupBox1.SuspendLayout();
     this.nGroupBox1.SuspendLayout();
     this.nGroupBox2.SuspendLayout();
     this.nGroupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 21);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(178, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Shape:";
     //
     // PieShapeCombo
     //
     this.PieShapeCombo.ListProperties.CheckBoxDataMember = "";
     this.PieShapeCombo.ListProperties.DataSource         = null;
     this.PieShapeCombo.ListProperties.DisplayMember      = "";
     this.PieShapeCombo.Location              = new System.Drawing.Point(12, 37);
     this.PieShapeCombo.Name                  = "PieShapeCombo";
     this.PieShapeCombo.Size                  = new System.Drawing.Size(151, 21);
     this.PieShapeCombo.TabIndex              = 1;
     this.PieShapeCombo.SelectedIndexChanged += new System.EventHandler(this.PieShapeCombo_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(12, 20);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(178, 15);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Begin Angle:";
     //
     // BeginAngleScroll
     //
     this.BeginAngleScroll.Location      = new System.Drawing.Point(12, 37);
     this.BeginAngleScroll.Maximum       = 370;
     this.BeginAngleScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.BeginAngleScroll.Name          = "BeginAngleScroll";
     this.BeginAngleScroll.Size          = new System.Drawing.Size(151, 16);
     this.BeginAngleScroll.TabIndex      = 7;
     this.BeginAngleScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.BeginAngleScroll_Scroll);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(12, 67);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(178, 15);
     this.label5.TabIndex = 8;
     this.label5.Text     = "Total Angle:";
     //
     // TotalAngleScroll
     //
     this.TotalAngleScroll.Location      = new System.Drawing.Point(12, 82);
     this.TotalAngleScroll.Maximum       = 370;
     this.TotalAngleScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.TotalAngleScroll.Name          = "TotalAngleScroll";
     this.TotalAngleScroll.Size          = new System.Drawing.Size(151, 16);
     this.TotalAngleScroll.TabIndex      = 9;
     this.TotalAngleScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.TotalAngleScroll_Scroll);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(12, 22);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(153, 16);
     this.label6.TabIndex = 10;
     this.label6.Text     = "Label Mode:";
     //
     // PieLabelModeCombo
     //
     this.PieLabelModeCombo.ListProperties.CheckBoxDataMember = "";
     this.PieLabelModeCombo.ListProperties.DataSource         = null;
     this.PieLabelModeCombo.ListProperties.DisplayMember      = "";
     this.PieLabelModeCombo.Location              = new System.Drawing.Point(12, 41);
     this.PieLabelModeCombo.Name                  = "PieLabelModeCombo";
     this.PieLabelModeCombo.Size                  = new System.Drawing.Size(153, 21);
     this.PieLabelModeCombo.TabIndex              = 11;
     this.PieLabelModeCombo.SelectedIndexChanged += new System.EventHandler(this.PieLabelModeCombo_SelectedIndexChanged);
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(12, 69);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(153, 16);
     this.label7.TabIndex = 15;
     this.label7.Text     = "Arrow Length:";
     //
     // ArrowLengthScroll
     //
     this.ArrowLengthScroll.LargeChange   = 1;
     this.ArrowLengthScroll.Location      = new System.Drawing.Point(12, 86);
     this.ArrowLengthScroll.Maximum       = 20;
     this.ArrowLengthScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.ArrowLengthScroll.Name          = "ArrowLengthScroll";
     this.ArrowLengthScroll.Size          = new System.Drawing.Size(153, 16);
     this.ArrowLengthScroll.TabIndex      = 16;
     this.ArrowLengthScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.ArrowLengthScroll_Scroll);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(12, 112);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(153, 15);
     this.label8.TabIndex = 17;
     this.label8.Text     = "Pointer Length:";
     //
     // ArrowPointerLengthScroll
     //
     this.ArrowPointerLengthScroll.LargeChange   = 1;
     this.ArrowPointerLengthScroll.Location      = new System.Drawing.Point(12, 127);
     this.ArrowPointerLengthScroll.Maximum       = 20;
     this.ArrowPointerLengthScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.ArrowPointerLengthScroll.Name          = "ArrowPointerLengthScroll";
     this.ArrowPointerLengthScroll.Size          = new System.Drawing.Size(153, 16);
     this.ArrowPointerLengthScroll.TabIndex      = 18;
     this.ArrowPointerLengthScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.ArrowPointerLengthScroll_Scroll);
     //
     // EdgePercentScroll
     //
     this.EdgePercentScroll.Enabled       = false;
     this.EdgePercentScroll.LargeChange   = 1;
     this.EdgePercentScroll.Location      = new System.Drawing.Point(12, 82);
     this.EdgePercentScroll.Maximum       = 51;
     this.EdgePercentScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.EdgePercentScroll.Name          = "EdgePercentScroll";
     this.EdgePercentScroll.Size          = new System.Drawing.Size(151, 16);
     this.EdgePercentScroll.TabIndex      = 23;
     this.EdgePercentScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.PieEdgeScrollBar_Scroll);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(12, 66);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(178, 15);
     this.label3.TabIndex = 22;
     this.label3.Text     = "Edge Percent:";
     //
     // InnerRadiusScroll
     //
     this.InnerRadiusScroll.LargeChange   = 1;
     this.InnerRadiusScroll.Location      = new System.Drawing.Point(12, 78);
     this.InnerRadiusScroll.Maximum       = 60;
     this.InnerRadiusScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.InnerRadiusScroll.Name          = "InnerRadiusScroll";
     this.InnerRadiusScroll.Size          = new System.Drawing.Size(151, 16);
     this.InnerRadiusScroll.TabIndex      = 27;
     this.InnerRadiusScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.InnerRadiusScroll_ValueChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(12, 63);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(178, 15);
     this.label2.TabIndex = 26;
     this.label2.Text     = "Inner Radius:";
     //
     // OuterRadiusScroll
     //
     this.OuterRadiusScroll.LargeChange   = 1;
     this.OuterRadiusScroll.Location      = new System.Drawing.Point(12, 39);
     this.OuterRadiusScroll.Maximum       = 60;
     this.OuterRadiusScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.OuterRadiusScroll.Name          = "OuterRadiusScroll";
     this.OuterRadiusScroll.Size          = new System.Drawing.Size(151, 16);
     this.OuterRadiusScroll.TabIndex      = 25;
     this.OuterRadiusScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.OuterRadiusScroll_ValueChanged);
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(12, 22);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(178, 16);
     this.label9.TabIndex = 24;
     this.label9.Text     = "Outer Radius:";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.OuterRadiusScroll);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.InnerRadiusScroll);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Location = new System.Drawing.Point(3, 117);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(177, 101);
     this.groupBox1.TabIndex = 30;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Pie Dimensions";
     //
     // nGroupBox1
     //
     this.nGroupBox1.Controls.Add(this.label10);
     this.nGroupBox1.Controls.Add(this.ConnectorLengthScroll);
     this.nGroupBox1.Controls.Add(this.label11);
     this.nGroupBox1.Controls.Add(this.LeadOffLengthScroll);
     this.nGroupBox1.Controls.Add(this.PieLabelModeCombo);
     this.nGroupBox1.Controls.Add(this.label6);
     this.nGroupBox1.Controls.Add(this.label7);
     this.nGroupBox1.Controls.Add(this.ArrowLengthScroll);
     this.nGroupBox1.Controls.Add(this.label8);
     this.nGroupBox1.Controls.Add(this.ArrowPointerLengthScroll);
     this.nGroupBox1.Location = new System.Drawing.Point(3, 228);
     this.nGroupBox1.Name     = "nGroupBox1";
     this.nGroupBox1.Size     = new System.Drawing.Size(177, 241);
     this.nGroupBox1.TabIndex = 31;
     this.nGroupBox1.TabStop  = false;
     this.nGroupBox1.Text     = "Pie Labels";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(11, 155);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(153, 16);
     this.label10.TabIndex = 19;
     this.label10.Text     = "Label Connector Length:";
     //
     // ConnectorLengthScroll
     //
     this.ConnectorLengthScroll.LargeChange   = 1;
     this.ConnectorLengthScroll.Location      = new System.Drawing.Point(11, 172);
     this.ConnectorLengthScroll.Maximum       = 50;
     this.ConnectorLengthScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.ConnectorLengthScroll.Name          = "ConnectorLengthScroll";
     this.ConnectorLengthScroll.Size          = new System.Drawing.Size(153, 16);
     this.ConnectorLengthScroll.TabIndex      = 20;
     this.ConnectorLengthScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.ConnectorLengthScroll_ValueChanged);
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(11, 198);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(153, 15);
     this.label11.TabIndex = 21;
     this.label11.Text     = "Lead-off Arrow Length:";
     //
     // LeadOffLengthScroll
     //
     this.LeadOffLengthScroll.LargeChange   = 1;
     this.LeadOffLengthScroll.Location      = new System.Drawing.Point(11, 213);
     this.LeadOffLengthScroll.Maximum       = 50;
     this.LeadOffLengthScroll.MinimumSize   = new System.Drawing.Size(32, 16);
     this.LeadOffLengthScroll.Name          = "LeadOffLengthScroll";
     this.LeadOffLengthScroll.Size          = new System.Drawing.Size(153, 16);
     this.LeadOffLengthScroll.TabIndex      = 22;
     this.LeadOffLengthScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.LeadOffLengthScroll_ValueChanged);
     //
     // nGroupBox2
     //
     this.nGroupBox2.Controls.Add(this.TotalAngleScroll);
     this.nGroupBox2.Controls.Add(this.label4);
     this.nGroupBox2.Controls.Add(this.BeginAngleScroll);
     this.nGroupBox2.Controls.Add(this.label5);
     this.nGroupBox2.Location = new System.Drawing.Point(3, 472);
     this.nGroupBox2.Name     = "nGroupBox2";
     this.nGroupBox2.Size     = new System.Drawing.Size(177, 105);
     this.nGroupBox2.TabIndex = 31;
     this.nGroupBox2.TabStop  = false;
     this.nGroupBox2.Text     = "Angles";
     //
     // nGroupBox3
     //
     this.nGroupBox3.Controls.Add(this.PieShapeCombo);
     this.nGroupBox3.Controls.Add(this.label1);
     this.nGroupBox3.Controls.Add(this.label3);
     this.nGroupBox3.Controls.Add(this.EdgePercentScroll);
     this.nGroupBox3.Location = new System.Drawing.Point(3, 3);
     this.nGroupBox3.Name     = "nGroupBox3";
     this.nGroupBox3.Size     = new System.Drawing.Size(177, 109);
     this.nGroupBox3.TabIndex = 32;
     this.nGroupBox3.TabStop  = false;
     this.nGroupBox3.Text     = "Pie Shape";
     //
     // NStandardPieUC
     //
     this.Controls.Add(this.nGroupBox3);
     this.Controls.Add(this.nGroupBox2);
     this.Controls.Add(this.nGroupBox1);
     this.Controls.Add(this.groupBox1);
     this.Name = "NStandardPieUC";
     this.Size = new System.Drawing.Size(180, 585);
     this.groupBox1.ResumeLayout(false);
     this.nGroupBox1.ResumeLayout(false);
     this.nGroupBox2.ResumeLayout(false);
     this.nGroupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1               = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.EndZScroll              = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label2                  = new System.Windows.Forms.Label();
     this.UseBeginEndZCheck       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label4                  = new System.Windows.Forms.Label();
     this.BeginZScroll            = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.EndXScroll              = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label7                  = new System.Windows.Forms.Label();
     this.UseBeginEndXCheck       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label5                  = new System.Windows.Forms.Label();
     this.BeginXScroll            = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.LeftFillFillStyleButton = new Nevron.UI.WinForm.Controls.NButton();
     this.label3                  = new System.Windows.Forms.Label();
     this.LeftValue               = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label1                  = new System.Windows.Forms.Label();
     this.LeftPropsButton         = new Nevron.UI.WinForm.Controls.NButton();
     this.LeftStyleCombo          = new Nevron.UI.WinForm.Controls.NComboBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.EndZScroll);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.UseBeginEndZCheck);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.BeginZScroll);
     this.groupBox1.Controls.Add(this.EndXScroll);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.UseBeginEndXCheck);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.BeginXScroll);
     this.groupBox1.Controls.Add(this.LeftFillFillStyleButton);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.LeftValue);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.LeftPropsButton);
     this.groupBox1.Controls.Add(this.LeftStyleCombo);
     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(187, 418);
     this.groupBox1.TabIndex   = 0;
     this.groupBox1.TabStop    = false;
     this.groupBox1.Text       = "Left Axis Const Line";
     //
     // EndZScroll
     //
     this.EndZScroll.Location      = new System.Drawing.Point(7, 383);
     this.EndZScroll.Maximum       = 110;
     this.EndZScroll.Name          = "EndZScroll";
     this.EndZScroll.Size          = new System.Drawing.Size(148, 18);
     this.EndZScroll.TabIndex      = 16;
     this.EndZScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.EndZScroll_ValueChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(7, 367);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(148, 14);
     this.label2.TabIndex = 15;
     this.label2.Text     = "End X Value:";
     //
     // UseBeginEndZCheck
     //
     this.UseBeginEndZCheck.ButtonProperties.BorderOffset = 2;
     this.UseBeginEndZCheck.Location        = new System.Drawing.Point(7, 298);
     this.UseBeginEndZCheck.Name            = "UseBeginEndZCheck";
     this.UseBeginEndZCheck.Size            = new System.Drawing.Size(148, 21);
     this.UseBeginEndZCheck.TabIndex        = 14;
     this.UseBeginEndZCheck.Text            = "Use Begin-End Z Values";
     this.UseBeginEndZCheck.CheckedChanged += new System.EventHandler(this.UseBeginEndZCheck_CheckedChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(7, 323);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(148, 16);
     this.label4.TabIndex = 13;
     this.label4.Text     = "Begin Z Value:";
     //
     // BeginZScroll
     //
     this.BeginZScroll.Location      = new System.Drawing.Point(7, 341);
     this.BeginZScroll.Maximum       = 110;
     this.BeginZScroll.Name          = "BeginZScroll";
     this.BeginZScroll.Size          = new System.Drawing.Size(148, 18);
     this.BeginZScroll.TabIndex      = 12;
     this.BeginZScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.BeginZScroll_ValueChanged);
     //
     // EndXScroll
     //
     this.EndXScroll.Location      = new System.Drawing.Point(7, 252);
     this.EndXScroll.Maximum       = 110;
     this.EndXScroll.Name          = "EndXScroll";
     this.EndXScroll.Size          = new System.Drawing.Size(148, 18);
     this.EndXScroll.TabIndex      = 11;
     this.EndXScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.EndXScroll_Scroll);
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(7, 236);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(148, 14);
     this.label7.TabIndex = 10;
     this.label7.Text     = "End X Value:";
     //
     // UseBeginEndXCheck
     //
     this.UseBeginEndXCheck.ButtonProperties.BorderOffset = 2;
     this.UseBeginEndXCheck.Location        = new System.Drawing.Point(7, 167);
     this.UseBeginEndXCheck.Name            = "UseBeginEndXCheck";
     this.UseBeginEndXCheck.Size            = new System.Drawing.Size(148, 21);
     this.UseBeginEndXCheck.TabIndex        = 9;
     this.UseBeginEndXCheck.Text            = "Use Begin-End X Values";
     this.UseBeginEndXCheck.CheckedChanged += new System.EventHandler(this.UseBeginEndXCheck_CheckedChanged);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(7, 192);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(148, 16);
     this.label5.TabIndex = 8;
     this.label5.Text     = "Begin X Value:";
     //
     // BeginXScroll
     //
     this.BeginXScroll.Location      = new System.Drawing.Point(7, 210);
     this.BeginXScroll.Maximum       = 110;
     this.BeginXScroll.Name          = "BeginXScroll";
     this.BeginXScroll.Size          = new System.Drawing.Size(148, 18);
     this.BeginXScroll.TabIndex      = 7;
     this.BeginXScroll.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.BeginXScroll_Scroll);
     //
     // LeftFillFillStyleButton
     //
     this.LeftFillFillStyleButton.Location = new System.Drawing.Point(7, 108);
     this.LeftFillFillStyleButton.Name     = "LeftFillFillStyleButton";
     this.LeftFillFillStyleButton.Size     = new System.Drawing.Size(148, 21);
     this.LeftFillFillStyleButton.TabIndex = 6;
     this.LeftFillFillStyleButton.Text     = "Fill Style...";
     this.LeftFillFillStyleButton.Click   += new System.EventHandler(this.LeftFillFillStyleButton_Click);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(7, 63);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(148, 15);
     this.label3.TabIndex = 5;
     this.label3.Text     = "Style:";
     //
     // LeftValue
     //
     this.LeftValue.Location      = new System.Drawing.Point(7, 38);
     this.LeftValue.Maximum       = 110;
     this.LeftValue.Name          = "LeftValue";
     this.LeftValue.Size          = new System.Drawing.Size(148, 17);
     this.LeftValue.TabIndex      = 4;
     this.LeftValue.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.LeftValue_Scroll);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(7, 20);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(148, 16);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Value:";
     //
     // LeftPropsButton
     //
     this.LeftPropsButton.Location = new System.Drawing.Point(7, 131);
     this.LeftPropsButton.Name     = "LeftPropsButton";
     this.LeftPropsButton.Size     = new System.Drawing.Size(148, 21);
     this.LeftPropsButton.TabIndex = 2;
     this.LeftPropsButton.Text     = "Line Style...";
     this.LeftPropsButton.Click   += new System.EventHandler(this.LeftPropsButton_Click);
     //
     // LeftStyleCombo
     //
     this.LeftStyleCombo.Location              = new System.Drawing.Point(7, 80);
     this.LeftStyleCombo.Name                  = "LeftStyleCombo";
     this.LeftStyleCombo.Size                  = new System.Drawing.Size(148, 21);
     this.LeftStyleCombo.TabIndex              = 1;
     this.LeftStyleCombo.SelectedIndexChanged += new System.EventHandler(this.LeftStyleCombo_SelectedIndexChanged);
     //
     // NConstLines3DUC
     //
     this.Controls.Add(this.groupBox1);
     this.Name = "NConstLines3DUC";
     this.Size = new System.Drawing.Size(187, 573);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.DayCheckBox          = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.WeekCheckBox         = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.MonthCheckBox        = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.QuarterCheckBox      = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label3               = new System.Windows.Forms.Label();
     this.label2               = new System.Windows.Forms.Label();
     this.label1               = new System.Windows.Forms.Label();
     this.AllowedUnitsGroupBox = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.CenturyCheckBox      = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.DecadeCheckBox       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.YearCheckBox         = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.HalfYearCheckBox     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.HourCheckBox         = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SecondCheckBox       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.MinuteCheckBox       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.MillisecondCheckBox  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.EnableUnitSensitiveFormattingCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.StartDateTimePicker = new Nevron.UI.WinForm.Controls.NDateTimePicker();
     this.EndDateTimePicker   = new Nevron.UI.WinForm.Controls.NDateTimePicker();
     this.label4             = new System.Windows.Forms.Label();
     this.label5             = new System.Windows.Forms.Label();
     this.GenerateDataButton = new Nevron.UI.WinForm.Controls.NButton();
     this.AllowedUnitsGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // DayCheckBox
     //
     this.DayCheckBox.ButtonProperties.BorderOffset = 2;
     this.DayCheckBox.Location        = new System.Drawing.Point(16, 76);
     this.DayCheckBox.Name            = "DayCheckBox";
     this.DayCheckBox.TabIndex        = 4;
     this.DayCheckBox.Text            = "Day";
     this.DayCheckBox.CheckedChanged += new System.EventHandler(this.DayCheckBox_CheckedChanged);
     //
     // WeekCheckBox
     //
     this.WeekCheckBox.ButtonProperties.BorderOffset = 2;
     this.WeekCheckBox.Location        = new System.Drawing.Point(136, 76);
     this.WeekCheckBox.Name            = "WeekCheckBox";
     this.WeekCheckBox.Size            = new System.Drawing.Size(80, 24);
     this.WeekCheckBox.TabIndex        = 5;
     this.WeekCheckBox.Text            = "Week";
     this.WeekCheckBox.CheckedChanged += new System.EventHandler(this.WeekCheckBox_CheckedChanged);
     //
     // MonthCheckBox
     //
     this.MonthCheckBox.ButtonProperties.BorderOffset = 2;
     this.MonthCheckBox.Location        = new System.Drawing.Point(16, 106);
     this.MonthCheckBox.Name            = "MonthCheckBox";
     this.MonthCheckBox.TabIndex        = 6;
     this.MonthCheckBox.Text            = "Month";
     this.MonthCheckBox.CheckedChanged += new System.EventHandler(this.MonthCheckBox_CheckedChanged);
     //
     // QuarterCheckBox
     //
     this.QuarterCheckBox.ButtonProperties.BorderOffset = 2;
     this.QuarterCheckBox.Location        = new System.Drawing.Point(136, 106);
     this.QuarterCheckBox.Name            = "QuarterCheckBox";
     this.QuarterCheckBox.Size            = new System.Drawing.Size(80, 24);
     this.QuarterCheckBox.TabIndex        = 7;
     this.QuarterCheckBox.Text            = "Quarter";
     this.QuarterCheckBox.CheckedChanged += new System.EventHandler(this.QuarterCheckBox_CheckedChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(0, 0);
     this.label3.Name     = "label3";
     this.label3.TabIndex = 0;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(0, 0);
     this.label2.Name     = "label2";
     this.label2.TabIndex = 0;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name     = "label1";
     this.label1.TabIndex = 0;
     //
     // AllowedUnitsGroupBox
     //
     this.AllowedUnitsGroupBox.Controls.Add(this.CenturyCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.DecadeCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.YearCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.HalfYearCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.HourCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.SecondCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.MinuteCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.MillisecondCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.QuarterCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.MonthCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.WeekCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.DayCheckBox);
     this.AllowedUnitsGroupBox.ImageIndex = 0;
     this.AllowedUnitsGroupBox.Location   = new System.Drawing.Point(8, 0);
     this.AllowedUnitsGroupBox.Name       = "AllowedUnitsGroupBox";
     this.AllowedUnitsGroupBox.Size       = new System.Drawing.Size(240, 200);
     this.AllowedUnitsGroupBox.TabIndex   = 0;
     this.AllowedUnitsGroupBox.TabStop    = false;
     this.AllowedUnitsGroupBox.Text       = "Allowed Date Time Units";
     //
     // CenturyCheckBox
     //
     this.CenturyCheckBox.ButtonProperties.BorderOffset = 2;
     this.CenturyCheckBox.Location        = new System.Drawing.Point(136, 166);
     this.CenturyCheckBox.Name            = "CenturyCheckBox";
     this.CenturyCheckBox.Size            = new System.Drawing.Size(80, 24);
     this.CenturyCheckBox.TabIndex        = 11;
     this.CenturyCheckBox.Text            = "Century";
     this.CenturyCheckBox.CheckedChanged += new System.EventHandler(this.CenturyCheckBox_CheckedChanged);
     //
     // DecadeCheckBox
     //
     this.DecadeCheckBox.ButtonProperties.BorderOffset = 2;
     this.DecadeCheckBox.Location        = new System.Drawing.Point(16, 166);
     this.DecadeCheckBox.Name            = "DecadeCheckBox";
     this.DecadeCheckBox.TabIndex        = 10;
     this.DecadeCheckBox.Text            = "Decade";
     this.DecadeCheckBox.CheckedChanged += new System.EventHandler(this.DecadeCheckBox_CheckedChanged);
     //
     // YearCheckBox
     //
     this.YearCheckBox.ButtonProperties.BorderOffset = 2;
     this.YearCheckBox.Location        = new System.Drawing.Point(136, 136);
     this.YearCheckBox.Name            = "YearCheckBox";
     this.YearCheckBox.Size            = new System.Drawing.Size(80, 24);
     this.YearCheckBox.TabIndex        = 9;
     this.YearCheckBox.Text            = "Year";
     this.YearCheckBox.CheckedChanged += new System.EventHandler(this.YearCheckBox_CheckedChanged);
     //
     // HalfYearCheckBox
     //
     this.HalfYearCheckBox.ButtonProperties.BorderOffset = 2;
     this.HalfYearCheckBox.Location        = new System.Drawing.Point(16, 136);
     this.HalfYearCheckBox.Name            = "HalfYearCheckBox";
     this.HalfYearCheckBox.TabIndex        = 8;
     this.HalfYearCheckBox.Text            = "Half Year";
     this.HalfYearCheckBox.CheckedChanged += new System.EventHandler(this.HalfYearCheckBox_CheckedChanged);
     //
     // HourCheckBox
     //
     this.HourCheckBox.ButtonProperties.BorderOffset = 2;
     this.HourCheckBox.Location        = new System.Drawing.Point(136, 46);
     this.HourCheckBox.Name            = "HourCheckBox";
     this.HourCheckBox.Size            = new System.Drawing.Size(80, 24);
     this.HourCheckBox.TabIndex        = 3;
     this.HourCheckBox.Text            = "Hour";
     this.HourCheckBox.CheckedChanged += new System.EventHandler(this.HourCheckBox_CheckedChanged);
     //
     // SecondCheckBox
     //
     this.SecondCheckBox.ButtonProperties.BorderOffset = 2;
     this.SecondCheckBox.Location        = new System.Drawing.Point(136, 16);
     this.SecondCheckBox.Name            = "SecondCheckBox";
     this.SecondCheckBox.Size            = new System.Drawing.Size(80, 24);
     this.SecondCheckBox.TabIndex        = 1;
     this.SecondCheckBox.Text            = "Second";
     this.SecondCheckBox.CheckedChanged += new System.EventHandler(this.SecondCheckBox_CheckedChanged);
     //
     // MinuteCheckBox
     //
     this.MinuteCheckBox.ButtonProperties.BorderOffset = 2;
     this.MinuteCheckBox.Location        = new System.Drawing.Point(16, 46);
     this.MinuteCheckBox.Name            = "MinuteCheckBox";
     this.MinuteCheckBox.TabIndex        = 2;
     this.MinuteCheckBox.Text            = "Minute";
     this.MinuteCheckBox.CheckedChanged += new System.EventHandler(this.MinuteCheckBox_CheckedChanged);
     //
     // MillisecondCheckBox
     //
     this.MillisecondCheckBox.ButtonProperties.BorderOffset = 2;
     this.MillisecondCheckBox.Location        = new System.Drawing.Point(16, 16);
     this.MillisecondCheckBox.Name            = "MillisecondCheckBox";
     this.MillisecondCheckBox.TabIndex        = 0;
     this.MillisecondCheckBox.Text            = "Millisecond";
     this.MillisecondCheckBox.CheckedChanged += new System.EventHandler(this.MillisecondCheckBox_CheckedChanged);
     //
     // EnableUnitSensitiveFormattingCheckBox
     //
     this.EnableUnitSensitiveFormattingCheckBox.ButtonProperties.BorderOffset = 2;
     this.EnableUnitSensitiveFormattingCheckBox.Location        = new System.Drawing.Point(8, 208);
     this.EnableUnitSensitiveFormattingCheckBox.Name            = "EnableUnitSensitiveFormattingCheckBox";
     this.EnableUnitSensitiveFormattingCheckBox.Size            = new System.Drawing.Size(200, 24);
     this.EnableUnitSensitiveFormattingCheckBox.TabIndex        = 1;
     this.EnableUnitSensitiveFormattingCheckBox.Text            = "Enable Unit Sensitive Formatting";
     this.EnableUnitSensitiveFormattingCheckBox.CheckedChanged += new System.EventHandler(this.EnableUnitSensitiveFormattingCheckBox_CheckedChanged);
     //
     // StartDateTimePicker
     //
     this.StartDateTimePicker.BackColor                 = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     this.StartDateTimePicker.CalendarForeColor         = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.StartDateTimePicker.CalendarMonthBackground   = System.Drawing.Color.FromArgb(((System.Byte)(235)), ((System.Byte)(235)), ((System.Byte)(235)));
     this.StartDateTimePicker.CalendarTitleBackColor    = System.Drawing.Color.FromArgb(((System.Byte)(76)), ((System.Byte)(76)), ((System.Byte)(76)));
     this.StartDateTimePicker.CalendarTitleForeColor    = System.Drawing.Color.FromArgb(((System.Byte)(242)), ((System.Byte)(242)), ((System.Byte)(242)));
     this.StartDateTimePicker.CalendarTrailingForeColor = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(127)), ((System.Byte)(127)));
     this.StartDateTimePicker.ForeColor                 = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.StartDateTimePicker.Location      = new System.Drawing.Point(8, 264);
     this.StartDateTimePicker.Name          = "StartDateTimePicker";
     this.StartDateTimePicker.Size          = new System.Drawing.Size(232, 21);
     this.StartDateTimePicker.TabIndex      = 3;
     this.StartDateTimePicker.ValueChanged += new System.EventHandler(this.StartDateTimePicker_ValueChanged);
     //
     // EndDateTimePicker
     //
     this.EndDateTimePicker.BackColor                 = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     this.EndDateTimePicker.CalendarForeColor         = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.EndDateTimePicker.CalendarMonthBackground   = System.Drawing.Color.FromArgb(((System.Byte)(235)), ((System.Byte)(235)), ((System.Byte)(235)));
     this.EndDateTimePicker.CalendarTitleBackColor    = System.Drawing.Color.FromArgb(((System.Byte)(76)), ((System.Byte)(76)), ((System.Byte)(76)));
     this.EndDateTimePicker.CalendarTitleForeColor    = System.Drawing.Color.FromArgb(((System.Byte)(242)), ((System.Byte)(242)), ((System.Byte)(242)));
     this.EndDateTimePicker.CalendarTrailingForeColor = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(127)), ((System.Byte)(127)));
     this.EndDateTimePicker.ForeColor                 = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.EndDateTimePicker.Location      = new System.Drawing.Point(8, 312);
     this.EndDateTimePicker.Name          = "EndDateTimePicker";
     this.EndDateTimePicker.Size          = new System.Drawing.Size(232, 21);
     this.EndDateTimePicker.TabIndex      = 5;
     this.EndDateTimePicker.ValueChanged += new System.EventHandler(this.EndDateTimePicker_ValueChanged);
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(8, 240);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(64, 23);
     this.label4.TabIndex  = 2;
     this.label4.Text      = "Start date:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(8, 288);
     this.label5.Name      = "label5";
     this.label5.TabIndex  = 4;
     this.label5.Text      = "End date:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // GenerateDataButton
     //
     this.GenerateDataButton.Location = new System.Drawing.Point(8, 376);
     this.GenerateDataButton.Name     = "GenerateDataButton";
     this.GenerateDataButton.Size     = new System.Drawing.Size(232, 23);
     this.GenerateDataButton.TabIndex = 6;
     this.GenerateDataButton.Text     = "Generate Random Data";
     this.GenerateDataButton.Click   += new System.EventHandler(this.GenerateDataButton_Click);
     //
     // NDateTimeScaleUC
     //
     this.Controls.Add(this.GenerateDataButton);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.EndDateTimePicker);
     this.Controls.Add(this.StartDateTimePicker);
     this.Controls.Add(this.EnableUnitSensitiveFormattingCheckBox);
     this.Controls.Add(this.AllowedUnitsGroupBox);
     this.Name = "NDateTimeScaleUC";
     this.Size = new System.Drawing.Size(256, 416);
     this.AllowedUnitsGroupBox.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components           = new System.ComponentModel.Container();
     this.DayCheckBox          = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.WeekCheckBox         = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label3               = new System.Windows.Forms.Label();
     this.label2               = new System.Windows.Forms.Label();
     this.label1               = new System.Windows.Forms.Label();
     this.AllowedUnitsGroupBox = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.HourCheckBox         = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SecondCheckBox       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.MinuteCheckBox       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.MillisecondCheckBox  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.EnableUnitSensitiveFormattingCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.StartStopTimerButton = new Nevron.UI.WinForm.Controls.NButton();
     this.timer1           = new System.Windows.Forms.Timer(this.components);
     this.StepUnitComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label4           = new System.Windows.Forms.Label();
     this.StepCountUpDown  = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.ClearDataButton  = new Nevron.UI.WinForm.Controls.NButton();
     this.AllowedUnitsGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.StepCountUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // DayCheckBox
     //
     this.DayCheckBox.ButtonProperties.BorderOffset = 2;
     this.DayCheckBox.Location        = new System.Drawing.Point(16, 76);
     this.DayCheckBox.Name            = "DayCheckBox";
     this.DayCheckBox.Size            = new System.Drawing.Size(104, 24);
     this.DayCheckBox.TabIndex        = 4;
     this.DayCheckBox.Text            = "Day";
     this.DayCheckBox.CheckedChanged += new System.EventHandler(this.DayCheckBox_CheckedChanged);
     //
     // WeekCheckBox
     //
     this.WeekCheckBox.ButtonProperties.BorderOffset = 2;
     this.WeekCheckBox.Location        = new System.Drawing.Point(136, 76);
     this.WeekCheckBox.Name            = "WeekCheckBox";
     this.WeekCheckBox.Size            = new System.Drawing.Size(80, 24);
     this.WeekCheckBox.TabIndex        = 5;
     this.WeekCheckBox.Text            = "Week";
     this.WeekCheckBox.CheckedChanged += new System.EventHandler(this.WeekCheckBox_CheckedChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(0, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(100, 23);
     this.label3.TabIndex = 0;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(0, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(100, 23);
     this.label2.TabIndex = 0;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 23);
     this.label1.TabIndex = 0;
     //
     // AllowedUnitsGroupBox
     //
     this.AllowedUnitsGroupBox.Controls.Add(this.HourCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.SecondCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.MinuteCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.MillisecondCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.WeekCheckBox);
     this.AllowedUnitsGroupBox.Controls.Add(this.DayCheckBox);
     this.AllowedUnitsGroupBox.ImageIndex = 0;
     this.AllowedUnitsGroupBox.Location   = new System.Drawing.Point(8, 0);
     this.AllowedUnitsGroupBox.Name       = "AllowedUnitsGroupBox";
     this.AllowedUnitsGroupBox.Size       = new System.Drawing.Size(240, 109);
     this.AllowedUnitsGroupBox.TabIndex   = 0;
     this.AllowedUnitsGroupBox.TabStop    = false;
     this.AllowedUnitsGroupBox.Text       = "Allowed Date Time Units";
     //
     // HourCheckBox
     //
     this.HourCheckBox.ButtonProperties.BorderOffset = 2;
     this.HourCheckBox.Location        = new System.Drawing.Point(136, 46);
     this.HourCheckBox.Name            = "HourCheckBox";
     this.HourCheckBox.Size            = new System.Drawing.Size(80, 24);
     this.HourCheckBox.TabIndex        = 3;
     this.HourCheckBox.Text            = "Hour";
     this.HourCheckBox.CheckedChanged += new System.EventHandler(this.HourCheckBox_CheckedChanged);
     //
     // SecondCheckBox
     //
     this.SecondCheckBox.ButtonProperties.BorderOffset = 2;
     this.SecondCheckBox.Location        = new System.Drawing.Point(136, 16);
     this.SecondCheckBox.Name            = "SecondCheckBox";
     this.SecondCheckBox.Size            = new System.Drawing.Size(80, 24);
     this.SecondCheckBox.TabIndex        = 1;
     this.SecondCheckBox.Text            = "Second";
     this.SecondCheckBox.CheckedChanged += new System.EventHandler(this.SecondCheckBox_CheckedChanged);
     //
     // MinuteCheckBox
     //
     this.MinuteCheckBox.ButtonProperties.BorderOffset = 2;
     this.MinuteCheckBox.Location        = new System.Drawing.Point(16, 46);
     this.MinuteCheckBox.Name            = "MinuteCheckBox";
     this.MinuteCheckBox.Size            = new System.Drawing.Size(104, 24);
     this.MinuteCheckBox.TabIndex        = 2;
     this.MinuteCheckBox.Text            = "Minute";
     this.MinuteCheckBox.CheckedChanged += new System.EventHandler(this.MinuteCheckBox_CheckedChanged);
     //
     // MillisecondCheckBox
     //
     this.MillisecondCheckBox.ButtonProperties.BorderOffset = 2;
     this.MillisecondCheckBox.Location        = new System.Drawing.Point(16, 16);
     this.MillisecondCheckBox.Name            = "MillisecondCheckBox";
     this.MillisecondCheckBox.Size            = new System.Drawing.Size(104, 24);
     this.MillisecondCheckBox.TabIndex        = 0;
     this.MillisecondCheckBox.Text            = "Millisecond";
     this.MillisecondCheckBox.CheckedChanged += new System.EventHandler(this.MillisecondCheckBox_CheckedChanged);
     //
     // EnableUnitSensitiveFormattingCheckBox
     //
     this.EnableUnitSensitiveFormattingCheckBox.ButtonProperties.BorderOffset = 2;
     this.EnableUnitSensitiveFormattingCheckBox.Location        = new System.Drawing.Point(8, 115);
     this.EnableUnitSensitiveFormattingCheckBox.Name            = "EnableUnitSensitiveFormattingCheckBox";
     this.EnableUnitSensitiveFormattingCheckBox.Size            = new System.Drawing.Size(200, 24);
     this.EnableUnitSensitiveFormattingCheckBox.TabIndex        = 1;
     this.EnableUnitSensitiveFormattingCheckBox.Text            = "Enable Unit Sensitive Formatting";
     this.EnableUnitSensitiveFormattingCheckBox.CheckedChanged += new System.EventHandler(this.EnableUnitSensitiveFormattingCheckBox_CheckedChanged);
     //
     // StartStopTimerButton
     //
     this.StartStopTimerButton.Location = new System.Drawing.Point(8, 174);
     this.StartStopTimerButton.Name     = "StartStopTimerButton";
     this.StartStopTimerButton.Size     = new System.Drawing.Size(232, 23);
     this.StartStopTimerButton.TabIndex = 3;
     this.StartStopTimerButton.Text     = "Stop Timer";
     this.StartStopTimerButton.Click   += new System.EventHandler(this.StartStopTimerButton_Click);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // StepUnitComboBox
     //
     this.StepUnitComboBox.ListProperties.CheckBoxDataMember = "";
     this.StepUnitComboBox.ListProperties.DataSource         = null;
     this.StepUnitComboBox.ListProperties.DisplayMember      = "";
     this.StepUnitComboBox.Location = new System.Drawing.Point(124, 212);
     this.StepUnitComboBox.Name     = "StepUnitComboBox";
     this.StepUnitComboBox.Size     = new System.Drawing.Size(116, 21);
     this.StepUnitComboBox.TabIndex = 6;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(5, 210);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(41, 23);
     this.label4.TabIndex  = 4;
     this.label4.Text      = "Step:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // StepCountUpDown
     //
     this.StepCountUpDown.Location = new System.Drawing.Point(52, 213);
     this.StepCountUpDown.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.StepCountUpDown.Name     = "StepCountUpDown";
     this.StepCountUpDown.Size     = new System.Drawing.Size(66, 20);
     this.StepCountUpDown.TabIndex = 5;
     this.StepCountUpDown.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // ClearDataButton
     //
     this.ClearDataButton.Location = new System.Drawing.Point(8, 145);
     this.ClearDataButton.Name     = "ClearDataButton";
     this.ClearDataButton.Size     = new System.Drawing.Size(232, 23);
     this.ClearDataButton.TabIndex = 2;
     this.ClearDataButton.Text     = "Clear Data";
     this.ClearDataButton.Click   += new System.EventHandler(this.ClearDataButton_Click);
     //
     // NTimeSpanScaleUC
     //
     this.Controls.Add(this.ClearDataButton);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.StepCountUpDown);
     this.Controls.Add(this.StepUnitComboBox);
     this.Controls.Add(this.StartStopTimerButton);
     this.Controls.Add(this.EnableUnitSensitiveFormattingCheckBox);
     this.Controls.Add(this.AllowedUnitsGroupBox);
     this.Name = "NTimeSpanScaleUC";
     this.Size = new System.Drawing.Size(256, 416);
     this.AllowedUnitsGroupBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.StepCountUpDown)).EndInit();
     this.ResumeLayout(false);
 }
Пример #29
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.AutoMaxCountRadioButton    = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.AutoMinDistanceRadioButton = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.CustomStepRadioButton      = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.CustomStepsRadioButton     = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.CustomTicksRadioButton     = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.MaxCountUpDown             = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label2                   = new System.Windows.Forms.Label();
     this.label3                   = new System.Windows.Forms.Label();
     this.MinDistanceUpDown        = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label4                   = new System.Windows.Forms.Label();
     this.label5                   = new System.Windows.Forms.Label();
     this.CustomStepUpDown         = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.groupBox1                = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.GenerateRandomDataButton = new Nevron.UI.WinForm.Controls.NButton();
     ((System.ComponentModel.ISupportInitialize)(this.MaxCountUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MinDistanceUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CustomStepUpDown)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // AutoMaxCountRadioButton
     //
     this.AutoMaxCountRadioButton.Location        = new System.Drawing.Point(11, 21);
     this.AutoMaxCountRadioButton.Name            = "AutoMaxCountRadioButton";
     this.AutoMaxCountRadioButton.TabIndex        = 0;
     this.AutoMaxCountRadioButton.Text            = "AutoMaxCount";
     this.AutoMaxCountRadioButton.CheckedChanged += new System.EventHandler(this.AutoMaxCountRadioButton_CheckedChanged);
     //
     // AutoMinDistanceRadioButton
     //
     this.AutoMinDistanceRadioButton.Location        = new System.Drawing.Point(9, 78);
     this.AutoMinDistanceRadioButton.Name            = "AutoMinDistanceRadioButton";
     this.AutoMinDistanceRadioButton.Size            = new System.Drawing.Size(135, 24);
     this.AutoMinDistanceRadioButton.TabIndex        = 3;
     this.AutoMinDistanceRadioButton.Text            = "AutoMinDistance";
     this.AutoMinDistanceRadioButton.CheckedChanged += new System.EventHandler(this.AutoMinDistanceRadioButton_CheckedChanged);
     //
     // CustomStepRadioButton
     //
     this.CustomStepRadioButton.Location        = new System.Drawing.Point(7, 135);
     this.CustomStepRadioButton.Name            = "CustomStepRadioButton";
     this.CustomStepRadioButton.Size            = new System.Drawing.Size(135, 24);
     this.CustomStepRadioButton.TabIndex        = 7;
     this.CustomStepRadioButton.Text            = "Custom Step";
     this.CustomStepRadioButton.CheckedChanged += new System.EventHandler(this.CustomStepRadioButton_CheckedChanged);
     //
     // CustomStepsRadioButton
     //
     this.CustomStepsRadioButton.Location        = new System.Drawing.Point(8, 196);
     this.CustomStepsRadioButton.Name            = "CustomStepsRadioButton";
     this.CustomStepsRadioButton.Size            = new System.Drawing.Size(135, 24);
     this.CustomStepsRadioButton.TabIndex        = 10;
     this.CustomStepsRadioButton.Text            = "Custom Steps";
     this.CustomStepsRadioButton.CheckedChanged += new System.EventHandler(this.CustomStepsRadioButton_CheckedChanged);
     //
     // CustomTicksRadioButton
     //
     this.CustomTicksRadioButton.Location        = new System.Drawing.Point(7, 224);
     this.CustomTicksRadioButton.Name            = "CustomTicksRadioButton";
     this.CustomTicksRadioButton.Size            = new System.Drawing.Size(135, 24);
     this.CustomTicksRadioButton.TabIndex        = 11;
     this.CustomTicksRadioButton.Text            = "Custom Ticks";
     this.CustomTicksRadioButton.CheckedChanged += new System.EventHandler(this.CustomTicksRadioButton_CheckedChanged);
     //
     // MaxCountUpDown
     //
     this.MaxCountUpDown.Location = new System.Drawing.Point(103, 46);
     this.MaxCountUpDown.Minimum  = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.MaxCountUpDown.Name     = "MaxCountUpDown";
     this.MaxCountUpDown.Size     = new System.Drawing.Size(66, 20);
     this.MaxCountUpDown.TabIndex = 2;
     this.MaxCountUpDown.Value    = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.MaxCountUpDown.ValueChanged += new System.EventHandler(this.MaxCountUpDown_ValueChanged);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(11, 41);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(82, 23);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "Max Count:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(11, 100);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(82, 23);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Min Distance:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // MinDistanceUpDown
     //
     this.MinDistanceUpDown.Location = new System.Drawing.Point(103, 105);
     this.MinDistanceUpDown.Minimum  = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.MinDistanceUpDown.Name     = "MinDistanceUpDown";
     this.MinDistanceUpDown.Size     = new System.Drawing.Size(66, 20);
     this.MinDistanceUpDown.TabIndex = 5;
     this.MinDistanceUpDown.Value    = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.MinDistanceUpDown.ValueChanged += new System.EventHandler(this.MinDistanceUpDown_ValueChanged);
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(173, 100);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(17, 23);
     this.label4.TabIndex  = 6;
     this.label4.Text      = "pt";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(11, 159);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(78, 23);
     this.label5.TabIndex  = 8;
     this.label5.Text      = "Custom Step:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // CustomStepUpDown
     //
     this.CustomStepUpDown.Location = new System.Drawing.Point(103, 164);
     this.CustomStepUpDown.Minimum  = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.CustomStepUpDown.Name     = "CustomStepUpDown";
     this.CustomStepUpDown.Size     = new System.Drawing.Size(66, 20);
     this.CustomStepUpDown.TabIndex = 9;
     this.CustomStepUpDown.Value    = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.CustomStepUpDown.ValueChanged += new System.EventHandler(this.CustomStepUpDown_ValueChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.CustomTicksRadioButton);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.CustomStepsRadioButton);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.CustomStepUpDown);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.CustomStepRadioButton);
     this.groupBox1.Controls.Add(this.AutoMinDistanceRadioButton);
     this.groupBox1.Controls.Add(this.AutoMaxCountRadioButton);
     this.groupBox1.Controls.Add(this.MinDistanceUpDown);
     this.groupBox1.Controls.Add(this.MaxCountUpDown);
     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(205, 260);
     this.groupBox1.TabIndex   = 0;
     this.groupBox1.TabStop    = false;
     this.groupBox1.Text       = "Major Tick Modes";
     //
     // GenerateRandomDataButton
     //
     this.GenerateRandomDataButton.Location = new System.Drawing.Point(4, 269);
     this.GenerateRandomDataButton.Name     = "GenerateRandomDataButton";
     this.GenerateRandomDataButton.Size     = new System.Drawing.Size(199, 23);
     this.GenerateRandomDataButton.TabIndex = 1;
     this.GenerateRandomDataButton.Text     = "Generate Random Data";
     this.GenerateRandomDataButton.Click   += new System.EventHandler(this.GenerateRandomDataButton_Click);
     //
     // NLinearScaleUC
     //
     this.Controls.Add(this.GenerateRandomDataButton);
     this.Controls.Add(this.groupBox1);
     this.Name = "NLinearScaleUC";
     this.Size = new System.Drawing.Size(205, 304);
     ((System.ComponentModel.ISupportInitialize)(this.MaxCountUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MinDistanceUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CustomStepUpDown)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.seriesListBox      = new Nevron.UI.WinForm.Controls.NListBox();
     this.btnAddSeries       = new Nevron.UI.WinForm.Controls.NButton();
     this.btnDeleteSeries    = new Nevron.UI.WinForm.Controls.NButton();
     this.comboMultiBarMode  = new Nevron.UI.WinForm.Controls.NComboBox();
     this.scrollTransparency = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.btnColor           = new Nevron.UI.WinForm.Controls.NButton();
     this.label1             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.groupBox1          = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // seriesListBox
     //
     this.seriesListBox.Location              = new System.Drawing.Point(7, 8);
     this.seriesListBox.Name                  = "seriesListBox";
     this.seriesListBox.Size                  = new System.Drawing.Size(147, 173);
     this.seriesListBox.TabIndex              = 0;
     this.seriesListBox.SelectedIndexChanged += new System.EventHandler(this.seriesListBox_SelectedIndexChanged);
     //
     // btnAddSeries
     //
     this.btnAddSeries.Location = new System.Drawing.Point(8, 193);
     this.btnAddSeries.Name     = "btnAddSeries";
     this.btnAddSeries.Size     = new System.Drawing.Size(99, 25);
     this.btnAddSeries.TabIndex = 1;
     this.btnAddSeries.Text     = "Add Bar Series";
     this.btnAddSeries.Click   += new System.EventHandler(this.btnAddSeries_Click);
     //
     // btnDeleteSeries
     //
     this.btnDeleteSeries.Location = new System.Drawing.Point(8, 226);
     this.btnDeleteSeries.Name     = "btnDeleteSeries";
     this.btnDeleteSeries.Size     = new System.Drawing.Size(99, 23);
     this.btnDeleteSeries.TabIndex = 2;
     this.btnDeleteSeries.Text     = "Delete Series";
     this.btnDeleteSeries.Click   += new System.EventHandler(this.btnDeleteSeries_Click);
     //
     // comboMultiBarMode
     //
     this.comboMultiBarMode.Location              = new System.Drawing.Point(8, 44);
     this.comboMultiBarMode.Name                  = "comboMultiBarMode";
     this.comboMultiBarMode.Size                  = new System.Drawing.Size(132, 21);
     this.comboMultiBarMode.TabIndex              = 3;
     this.comboMultiBarMode.SelectedIndexChanged += new System.EventHandler(this.comboMultiBarMode_SelectedIndexChanged);
     //
     // scrollTransparency
     //
     this.scrollTransparency.LargeChange   = 1;
     this.scrollTransparency.Location      = new System.Drawing.Point(8, 103);
     this.scrollTransparency.Name          = "scrollTransparency";
     this.scrollTransparency.Size          = new System.Drawing.Size(128, 16);
     this.scrollTransparency.TabIndex      = 4;
     this.scrollTransparency.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.scrollTransparency_Scroll);
     //
     // btnColor
     //
     this.btnColor.Location = new System.Drawing.Point(8, 134);
     this.btnColor.Name     = "btnColor";
     this.btnColor.Size     = new System.Drawing.Size(99, 23);
     this.btnColor.TabIndex = 5;
     this.btnColor.Text     = "Color";
     this.btnColor.Click   += new System.EventHandler(this.btnColor_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 22);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(93, 17);
     this.label1.TabIndex = 6;
     this.label1.Text     = "Multi Bar Mode:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 82);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(103, 15);
     this.label2.TabIndex = 7;
     this.label2.Text     = "Transparency:";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnColor);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.comboMultiBarMode);
     this.groupBox1.Controls.Add(this.scrollTransparency);
     this.groupBox1.Location = new System.Drawing.Point(7, 264);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(147, 174);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Bar Properties";
     //
     // AlphaBlendingUC
     //
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnDeleteSeries);
     this.Controls.Add(this.btnAddSeries);
     this.Controls.Add(this.seriesListBox);
     this.Name = "AlphaBlendingUC";
     this.Size = new System.Drawing.Size(164, 454);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }