/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NOverlappedLineUC));
     this.Line1ColorButton1 = new Nevron.UI.WinForm.Controls.NButton();
     this.Line2ColorButton  = new Nevron.UI.WinForm.Controls.NButton();
     this.colorDlg          = new Nevron.UI.WinForm.Controls.NColorDialog();
     this.label5            = new System.Windows.Forms.Label();
     this.LineStyleCombo    = new Nevron.UI.WinForm.Controls.NComboBox();
     this.NewDataButton     = new Nevron.UI.WinForm.Controls.NButton();
     this.SuspendLayout();
     //
     // Line1ColorButton1
     //
     this.Line1ColorButton1.Location = new System.Drawing.Point(9, 63);
     this.Line1ColorButton1.Name     = "Line1ColorButton1";
     this.Line1ColorButton1.Size     = new System.Drawing.Size(162, 24);
     this.Line1ColorButton1.TabIndex = 0;
     this.Line1ColorButton1.Text     = "Line 1 Color";
     this.Line1ColorButton1.Click   += new System.EventHandler(this.Line1ColorButton1_Click);
     //
     // Line2ColorButton
     //
     this.Line2ColorButton.Location = new System.Drawing.Point(9, 94);
     this.Line2ColorButton.Name     = "Line2ColorButton";
     this.Line2ColorButton.Size     = new System.Drawing.Size(162, 24);
     this.Line2ColorButton.TabIndex = 1;
     this.Line2ColorButton.Text     = "Line 2 Color";
     this.Line2ColorButton.Click   += new System.EventHandler(this.Line2ColorButton_Click);
     //
     // colorDlg
     //
     this.colorDlg.ClientSize       = new System.Drawing.Size(413, 351);
     this.colorDlg.Color            = System.Drawing.Color.Empty;
     this.colorDlg.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.colorDlg.Icon             = ((System.Drawing.Icon)(resources.GetObject("colorDlg.Icon")));
     this.colorDlg.Location         = new System.Drawing.Point(176, 184);
     this.colorDlg.MaximizeBox      = false;
     this.colorDlg.MinimizeBox      = false;
     this.colorDlg.Name             = "colorDlg";
     this.colorDlg.ShowCaptionImage = false;
     this.colorDlg.ShowInTaskbar    = false;
     this.colorDlg.Sizable          = false;
     this.colorDlg.StartPosition    = System.Windows.Forms.FormStartPosition.CenterParent;
     this.colorDlg.Text             = "Edit Color";
     this.colorDlg.Visible          = false;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(9, 6);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(162, 16);
     this.label5.TabIndex = 13;
     this.label5.Text     = "Line Style:";
     //
     // LineStyleCombo
     //
     this.LineStyleCombo.ListProperties.CheckBoxDataMember = "";
     this.LineStyleCombo.ListProperties.DataSource         = null;
     this.LineStyleCombo.ListProperties.DisplayMember      = "";
     this.LineStyleCombo.Location              = new System.Drawing.Point(9, 24);
     this.LineStyleCombo.Name                  = "LineStyleCombo";
     this.LineStyleCombo.Size                  = new System.Drawing.Size(162, 21);
     this.LineStyleCombo.TabIndex              = 12;
     this.LineStyleCombo.SelectedIndexChanged += new System.EventHandler(this.LineStyleCombo_SelectedIndexChanged);
     //
     // NewDataButton
     //
     this.NewDataButton.Location = new System.Drawing.Point(9, 148);
     this.NewDataButton.Name     = "NewDataButton";
     this.NewDataButton.Size     = new System.Drawing.Size(162, 24);
     this.NewDataButton.TabIndex = 14;
     this.NewDataButton.Text     = "New Data";
     this.NewDataButton.Click   += new System.EventHandler(this.NewDataButton_Click);
     //
     // NOverlappedLineUC
     //
     this.Controls.Add(this.NewDataButton);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.LineStyleCombo);
     this.Controls.Add(this.Line2ColorButton);
     this.Controls.Add(this.Line1ColorButton1);
     this.Name = "NOverlappedLineUC";
     this.Size = new System.Drawing.Size(180, 179);
     this.ResumeLayout(false);
 }
Example #2
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);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.colorDialog               = new Nevron.UI.WinForm.Controls.NColorDialog();
     this.ChangeBubbleSizes         = new Nevron.UI.WinForm.Controls.NButton();
     this.ChangeYValues             = new Nevron.UI.WinForm.Controls.NButton();
     this.ChangeXValues             = new Nevron.UI.WinForm.Controls.NButton();
     this.InflateMargins            = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.BubbleShapeCombo          = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1                    = new System.Windows.Forms.Label();
     this.label2                    = new System.Windows.Forms.Label();
     this.PositionXnumericUpDown    = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.PositionYnumericUpDown    = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.PositionZnumericUpDown    = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.DiffuseColorButton        = new Nevron.UI.WinForm.Controls.NButton();
     this.SpecularColorButton       = new Nevron.UI.WinForm.Controls.NButton();
     this.label3                    = new System.Windows.Forms.Label();
     this.LightSourceTypeComboBox   = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label4                    = new System.Windows.Forms.Label();
     this.BevelDepthNumericUpDown   = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label5                    = new System.Windows.Forms.Label();
     this.BlurTypeComboBox          = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label6                    = new System.Windows.Forms.Label();
     this.SurfaceScaleNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label7                    = new System.Windows.Forms.Label();
     this.ShininessNumericUpDown    = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     ((System.ComponentModel.ISupportInitialize)(this.PositionXnumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PositionYnumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PositionZnumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BevelDepthNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SurfaceScaleNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShininessNumericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // ChangeBubbleSizes
     //
     this.ChangeBubbleSizes.Location = new System.Drawing.Point(11, 520);
     this.ChangeBubbleSizes.Name     = "ChangeBubbleSizes";
     this.ChangeBubbleSizes.Size     = new System.Drawing.Size(153, 23);
     this.ChangeBubbleSizes.TabIndex = 17;
     this.ChangeBubbleSizes.Text     = "Change Bubble Sizes";
     this.ChangeBubbleSizes.Click   += new System.EventHandler(this.ChangeBubbleSizes_Click);
     //
     // ChangeYValues
     //
     this.ChangeYValues.Location = new System.Drawing.Point(11, 456);
     this.ChangeYValues.Name     = "ChangeYValues";
     this.ChangeYValues.Size     = new System.Drawing.Size(153, 23);
     this.ChangeYValues.TabIndex = 15;
     this.ChangeYValues.Text     = "Change Y Values";
     this.ChangeYValues.Click   += new System.EventHandler(this.ChangeYValues_Click);
     //
     // ChangeXValues
     //
     this.ChangeXValues.Location = new System.Drawing.Point(11, 488);
     this.ChangeXValues.Name     = "ChangeXValues";
     this.ChangeXValues.Size     = new System.Drawing.Size(153, 23);
     this.ChangeXValues.TabIndex = 16;
     this.ChangeXValues.Text     = "Change X Values";
     this.ChangeXValues.Click   += new System.EventHandler(this.ChangeXValues_Click);
     //
     // InflateMargins
     //
     this.InflateMargins.Location        = new System.Drawing.Point(11, 427);
     this.InflateMargins.Name            = "InflateMargins";
     this.InflateMargins.Size            = new System.Drawing.Size(153, 18);
     this.InflateMargins.TabIndex        = 14;
     this.InflateMargins.Text            = "Inflate Margins";
     this.InflateMargins.CheckedChanged += new System.EventHandler(this.InflateMargins_CheckedChanged);
     //
     // BubbleShapeCombo
     //
     this.BubbleShapeCombo.Location              = new System.Drawing.Point(11, 402);
     this.BubbleShapeCombo.Name                  = "BubbleShapeCombo";
     this.BubbleShapeCombo.Size                  = new System.Drawing.Size(153, 21);
     this.BubbleShapeCombo.TabIndex              = 13;
     this.BubbleShapeCombo.SelectedIndexChanged += new System.EventHandler(this.BubbleShapeCombo_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(11, 383);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(153, 18);
     this.label1.TabIndex = 12;
     this.label1.Text     = "Bubble Style:";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(11, 53);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(153, 18);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "Position:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PositionXnumericUpDown
     //
     this.PositionXnumericUpDown.Location = new System.Drawing.Point(11, 73);
     this.PositionXnumericUpDown.Minimum  = new System.Decimal(new int[] {
         100,
         0,
         0,
         -2147483648
     });
     this.PositionXnumericUpDown.Name          = "PositionXnumericUpDown";
     this.PositionXnumericUpDown.Size          = new System.Drawing.Size(153, 20);
     this.PositionXnumericUpDown.TabIndex      = 2;
     this.PositionXnumericUpDown.ValueChanged += new System.EventHandler(this.PositionXnumericUpDown_ValueChanged);
     //
     // PositionYnumericUpDown
     //
     this.PositionYnumericUpDown.Location = new System.Drawing.Point(11, 95);
     this.PositionYnumericUpDown.Minimum  = new System.Decimal(new int[] {
         100,
         0,
         0,
         -2147483648
     });
     this.PositionYnumericUpDown.Name          = "PositionYnumericUpDown";
     this.PositionYnumericUpDown.Size          = new System.Drawing.Size(153, 20);
     this.PositionYnumericUpDown.TabIndex      = 3;
     this.PositionYnumericUpDown.ValueChanged += new System.EventHandler(this.PositionYnumericUpDown_ValueChanged);
     //
     // PositionZnumericUpDown
     //
     this.PositionZnumericUpDown.Location = new System.Drawing.Point(11, 117);
     this.PositionZnumericUpDown.Minimum  = new System.Decimal(new int[] {
         100,
         0,
         0,
         -2147483648
     });
     this.PositionZnumericUpDown.Name          = "PositionZnumericUpDown";
     this.PositionZnumericUpDown.Size          = new System.Drawing.Size(153, 20);
     this.PositionZnumericUpDown.TabIndex      = 4;
     this.PositionZnumericUpDown.ValueChanged += new System.EventHandler(this.PositionZnumericUpDown_ValueChanged);
     //
     // DiffuseColorButton
     //
     this.DiffuseColorButton.Location = new System.Drawing.Point(11, 139);
     this.DiffuseColorButton.Name     = "DiffuseColorButton";
     this.DiffuseColorButton.Size     = new System.Drawing.Size(153, 23);
     this.DiffuseColorButton.TabIndex = 10;
     this.DiffuseColorButton.Text     = "Diffuse color...";
     this.DiffuseColorButton.Click   += new System.EventHandler(this.DiffuseColorButton_Click);
     //
     // SpecularColorButton
     //
     this.SpecularColorButton.Location = new System.Drawing.Point(11, 164);
     this.SpecularColorButton.Name     = "SpecularColorButton";
     this.SpecularColorButton.Size     = new System.Drawing.Size(153, 23);
     this.SpecularColorButton.TabIndex = 11;
     this.SpecularColorButton.Text     = "Specular color...";
     this.SpecularColorButton.Click   += new System.EventHandler(this.SpecularColorButton_Click);
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(11, 10);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(153, 18);
     this.label3.TabIndex  = 18;
     this.label3.Text      = "Light source type:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // LightSourceTypeComboBox
     //
     this.LightSourceTypeComboBox.Location              = new System.Drawing.Point(11, 30);
     this.LightSourceTypeComboBox.Name                  = "LightSourceTypeComboBox";
     this.LightSourceTypeComboBox.Size                  = new System.Drawing.Size(153, 21);
     this.LightSourceTypeComboBox.TabIndex              = 19;
     this.LightSourceTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.LightSourceTypeComboBox_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(11, 189);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(153, 18);
     this.label4.TabIndex  = 20;
     this.label4.Text      = "Bevel depth:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // BevelDepthNumericUpDown
     //
     this.BevelDepthNumericUpDown.Location      = new System.Drawing.Point(11, 209);
     this.BevelDepthNumericUpDown.Name          = "BevelDepthNumericUpDown";
     this.BevelDepthNumericUpDown.Size          = new System.Drawing.Size(153, 20);
     this.BevelDepthNumericUpDown.TabIndex      = 21;
     this.BevelDepthNumericUpDown.ValueChanged += new System.EventHandler(this.BevelDepthNumericUpDown_ValueChanged);
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(11, 231);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(153, 18);
     this.label5.TabIndex  = 22;
     this.label5.Text      = "Blur type:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // BlurTypeComboBox
     //
     this.BlurTypeComboBox.Location              = new System.Drawing.Point(11, 251);
     this.BlurTypeComboBox.Name                  = "BlurTypeComboBox";
     this.BlurTypeComboBox.Size                  = new System.Drawing.Size(153, 21);
     this.BlurTypeComboBox.TabIndex              = 23;
     this.BlurTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.BlurTypeComboBox_SelectedIndexChanged);
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(11, 274);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(153, 18);
     this.label6.TabIndex  = 24;
     this.label6.Text      = "Surface scale:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // SurfaceScaleNumericUpDown
     //
     this.SurfaceScaleNumericUpDown.DecimalPlaces = 2;
     this.SurfaceScaleNumericUpDown.Increment     = new System.Decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.SurfaceScaleNumericUpDown.Location = new System.Drawing.Point(11, 294);
     this.SurfaceScaleNumericUpDown.Minimum  = new System.Decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.SurfaceScaleNumericUpDown.Name     = "SurfaceScaleNumericUpDown";
     this.SurfaceScaleNumericUpDown.Size     = new System.Drawing.Size(153, 20);
     this.SurfaceScaleNumericUpDown.TabIndex = 25;
     this.SurfaceScaleNumericUpDown.Value    = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.SurfaceScaleNumericUpDown.ValueChanged += new System.EventHandler(this.SurfaceScaleNumericUpDown_ValueChanged);
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(11, 316);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(153, 18);
     this.label7.TabIndex  = 26;
     this.label7.Text      = "Shininess:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ShininessNumericUpDown
     //
     this.ShininessNumericUpDown.Location      = new System.Drawing.Point(11, 336);
     this.ShininessNumericUpDown.Name          = "ShininessNumericUpDown";
     this.ShininessNumericUpDown.Size          = new System.Drawing.Size(153, 20);
     this.ShininessNumericUpDown.TabIndex      = 27;
     this.ShininessNumericUpDown.ValueChanged += new System.EventHandler(this.ShininessNumericUpDown_ValueChanged);
     //
     // LightingFilterUC
     //
     this.Controls.Add(this.ShininessNumericUpDown);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.SurfaceScaleNumericUpDown);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.BlurTypeComboBox);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.BevelDepthNumericUpDown);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.LightSourceTypeComboBox);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.SpecularColorButton);
     this.Controls.Add(this.DiffuseColorButton);
     this.Controls.Add(this.PositionZnumericUpDown);
     this.Controls.Add(this.PositionYnumericUpDown);
     this.Controls.Add(this.PositionXnumericUpDown);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.ChangeBubbleSizes);
     this.Controls.Add(this.ChangeYValues);
     this.Controls.Add(this.ChangeXValues);
     this.Controls.Add(this.InflateMargins);
     this.Controls.Add(this.BubbleShapeCombo);
     this.Controls.Add(this.label1);
     this.Name = "LightingFilterUC";
     this.Size = new System.Drawing.Size(175, 555);
     ((System.ComponentModel.ISupportInitialize)(this.PositionXnumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PositionYnumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PositionZnumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BevelDepthNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SurfaceScaleNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShininessNumericUpDown)).EndInit();
     this.ResumeLayout(false);
 }
Example #4
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(NBevelAndEmbossFilterUC));
     this.label1                       = new System.Windows.Forms.Label();
     this.BevelTypeComboBox            = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2                       = new System.Windows.Forms.Label();
     this.AngleNumericUpDown           = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label3                       = new System.Windows.Forms.Label();
     this.DepthNumericUpDown           = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label4                       = new System.Windows.Forms.Label();
     this.SoftenNumericUpDown          = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label5                       = new System.Windows.Forms.Label();
     this.BlurTypeComboBox             = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label6                       = new System.Windows.Forms.Label();
     this.OriginalOpacityNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.LightColorButton             = new Nevron.UI.WinForm.Controls.NButton();
     this.ShadowColorButton            = new Nevron.UI.WinForm.Controls.NButton();
     this.colorDialog                  = new Nevron.UI.WinForm.Controls.NColorDialog();
     this.label7                       = new System.Windows.Forms.Label();
     this.BarStyleComboBox             = new Nevron.UI.WinForm.Controls.NComboBox();
     ((System.ComponentModel.ISupportInitialize)(this.AngleNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DepthNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoftenNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.OriginalOpacityNumericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(14, 9);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(145, 17);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Bevel type:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // BevelTypeComboBox
     //
     this.BevelTypeComboBox.Location              = new System.Drawing.Point(14, 28);
     this.BevelTypeComboBox.Name                  = "BevelTypeComboBox";
     this.BevelTypeComboBox.Size                  = new System.Drawing.Size(145, 21);
     this.BevelTypeComboBox.TabIndex              = 1;
     this.BevelTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.BevelTypeComboBox_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(14, 51);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(145, 17);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Angle:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // AngleNumericUpDown
     //
     this.AngleNumericUpDown.Location = new System.Drawing.Point(14, 70);
     this.AngleNumericUpDown.Maximum  = new System.Decimal(new int[] {
         360,
         0,
         0,
         0
     });
     this.AngleNumericUpDown.Name          = "AngleNumericUpDown";
     this.AngleNumericUpDown.Size          = new System.Drawing.Size(145, 20);
     this.AngleNumericUpDown.TabIndex      = 3;
     this.AngleNumericUpDown.ValueChanged += new System.EventHandler(this.AngleNumericUpDown_ValueChanged);
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(14, 92);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(145, 17);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Depth:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // DepthNumericUpDown
     //
     this.DepthNumericUpDown.Location      = new System.Drawing.Point(14, 111);
     this.DepthNumericUpDown.Name          = "DepthNumericUpDown";
     this.DepthNumericUpDown.Size          = new System.Drawing.Size(145, 20);
     this.DepthNumericUpDown.TabIndex      = 5;
     this.DepthNumericUpDown.ValueChanged += new System.EventHandler(this.DepthNumericUpDown_ValueChanged);
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(14, 133);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(145, 17);
     this.label4.TabIndex  = 6;
     this.label4.Text      = "Soften (blur depth):";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // SoftenNumericUpDown
     //
     this.SoftenNumericUpDown.Location = new System.Drawing.Point(14, 152);
     this.SoftenNumericUpDown.Maximum  = new System.Decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.SoftenNumericUpDown.Name          = "SoftenNumericUpDown";
     this.SoftenNumericUpDown.Size          = new System.Drawing.Size(145, 20);
     this.SoftenNumericUpDown.TabIndex      = 7;
     this.SoftenNumericUpDown.ValueChanged += new System.EventHandler(this.SoftenNumericUpDown_ValueChanged);
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(14, 174);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(145, 17);
     this.label5.TabIndex  = 8;
     this.label5.Text      = "BlurType:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // BlurTypeComboBox
     //
     this.BlurTypeComboBox.Location              = new System.Drawing.Point(14, 193);
     this.BlurTypeComboBox.Name                  = "BlurTypeComboBox";
     this.BlurTypeComboBox.Size                  = new System.Drawing.Size(145, 21);
     this.BlurTypeComboBox.TabIndex              = 9;
     this.BlurTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.BlurTypeComboBox_SelectedIndexChanged);
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(14, 216);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(145, 17);
     this.label6.TabIndex  = 10;
     this.label6.Text      = "Original opacity:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // OriginalOpacityNumericUpDown
     //
     this.OriginalOpacityNumericUpDown.Location      = new System.Drawing.Point(14, 235);
     this.OriginalOpacityNumericUpDown.Name          = "OriginalOpacityNumericUpDown";
     this.OriginalOpacityNumericUpDown.Size          = new System.Drawing.Size(145, 20);
     this.OriginalOpacityNumericUpDown.TabIndex      = 11;
     this.OriginalOpacityNumericUpDown.ValueChanged += new System.EventHandler(this.OriginalOpacityNumericUpDown_ValueChanged);
     //
     // LightColorButton
     //
     this.LightColorButton.Location = new System.Drawing.Point(14, 267);
     this.LightColorButton.Name     = "LightColorButton";
     this.LightColorButton.Size     = new System.Drawing.Size(145, 24);
     this.LightColorButton.TabIndex = 12;
     this.LightColorButton.Text     = "Light Color...";
     this.LightColorButton.Click   += new System.EventHandler(this.LightColorButton_Click);
     //
     // ShadowColorButton
     //
     this.ShadowColorButton.Location = new System.Drawing.Point(14, 296);
     this.ShadowColorButton.Name     = "ShadowColorButton";
     this.ShadowColorButton.Size     = new System.Drawing.Size(145, 24);
     this.ShadowColorButton.TabIndex = 13;
     this.ShadowColorButton.Text     = "Shadow color...";
     this.ShadowColorButton.Click   += new System.EventHandler(this.ShadowColorButton_Click);
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(14, 343);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(145, 17);
     this.label7.TabIndex = 14;
     this.label7.Text     = "Bar style:";
     //
     // BarStyleComboBox
     //
     this.BarStyleComboBox.Location              = new System.Drawing.Point(14, 366);
     this.BarStyleComboBox.Name                  = "BarStyleComboBox";
     this.BarStyleComboBox.Size                  = new System.Drawing.Size(145, 21);
     this.BarStyleComboBox.TabIndex              = 15;
     this.BarStyleComboBox.SelectedIndexChanged += new System.EventHandler(this.BarStyleComboBox_SelectedIndexChanged);
     //
     // bevelAndEmbossImageFilterFilterUC
     //
     this.Controls.Add(this.BarStyleComboBox);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.ShadowColorButton);
     this.Controls.Add(this.LightColorButton);
     this.Controls.Add(this.OriginalOpacityNumericUpDown);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.BlurTypeComboBox);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.SoftenNumericUpDown);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.DepthNumericUpDown);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.AngleNumericUpDown);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.BevelTypeComboBox);
     this.Controls.Add(this.label1);
     this.Name = "bevelAndEmbossImageFilterFilterUC";
     this.Size = new System.Drawing.Size(175, 424);
     ((System.ComponentModel.ISupportInitialize)(this.AngleNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DepthNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoftenNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.OriginalOpacityNumericUpDown)).EndInit();
     this.ResumeLayout(false);
 }
Example #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NGroupedPieUC));
     this.ChangeDataButton = new Nevron.UI.WinForm.Controls.NButton();
     this.label2           = new System.Windows.Forms.Label();
     this.GroupValueText   = new Nevron.UI.WinForm.Controls.NTextBox();
     this.groupBox1        = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.label3           = new System.Windows.Forms.Label();
     this.GroupLabel       = new Nevron.UI.WinForm.Controls.NTextBox();
     this.GroupColorButton = new Nevron.UI.WinForm.Controls.NButton();
     this.colorDlg         = new Nevron.UI.WinForm.Controls.NColorDialog();
     this.GroupValues      = new Nevron.UI.WinForm.Controls.NButton();
     this.UngroupData      = new Nevron.UI.WinForm.Controls.NButton();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // ChangeDataButton
     //
     this.ChangeDataButton.Location = new System.Drawing.Point(4, 9);
     this.ChangeDataButton.Name     = "ChangeDataButton";
     this.ChangeDataButton.Size     = new System.Drawing.Size(173, 24);
     this.ChangeDataButton.TabIndex = 0;
     this.ChangeDataButton.Text     = "Change Data";
     this.ChangeDataButton.Click   += new System.EventHandler(this.ChangeDataButton_Click);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(5, 106);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(151, 16);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Group Below Value:";
     //
     // GroupValueText
     //
     this.GroupValueText.Location     = new System.Drawing.Point(5, 123);
     this.GroupValueText.Name         = "GroupValueText";
     this.GroupValueText.Size         = new System.Drawing.Size(60, 18);
     this.GroupValueText.TabIndex     = 4;
     this.GroupValueText.TextChanged += new System.EventHandler(this.GroupValueText_TextChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.GroupLabel);
     this.groupBox1.Controls.Add(this.GroupColorButton);
     this.groupBox1.Controls.Add(this.GroupValueText);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Location = new System.Drawing.Point(6, 109);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(171, 156);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Grouped Slice Properties";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(5, 53);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(151, 16);
     this.label3.TabIndex = 1;
     this.label3.Text     = "Label:";
     //
     // GroupLabel
     //
     this.GroupLabel.Location     = new System.Drawing.Point(5, 73);
     this.GroupLabel.Name         = "GroupLabel";
     this.GroupLabel.Size         = new System.Drawing.Size(151, 18);
     this.GroupLabel.TabIndex     = 2;
     this.GroupLabel.Text         = "Other";
     this.GroupLabel.TextChanged += new System.EventHandler(this.GroupLabel_TextChanged);
     //
     // GroupColorButton
     //
     this.GroupColorButton.Location = new System.Drawing.Point(5, 20);
     this.GroupColorButton.Name     = "GroupColorButton";
     this.GroupColorButton.Size     = new System.Drawing.Size(151, 24);
     this.GroupColorButton.TabIndex = 0;
     this.GroupColorButton.Text     = "Color...";
     this.GroupColorButton.Click   += new System.EventHandler(this.GroupColorButton_Click);
     //
     // colorDlg
     //
     this.colorDlg.ClientSize       = new System.Drawing.Size(398, 351);
     this.colorDlg.Color            = System.Drawing.Color.Empty;
     this.colorDlg.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.colorDlg.Icon             = ((System.Drawing.Icon)(resources.GetObject("colorDlg.Icon")));
     this.colorDlg.Location         = new System.Drawing.Point(193, 207);
     this.colorDlg.MaximizeBox      = false;
     this.colorDlg.MinimizeBox      = false;
     this.colorDlg.Name             = "colorDlg";
     this.colorDlg.ShowCaptionImage = false;
     this.colorDlg.ShowInTaskbar    = false;
     this.colorDlg.Sizable          = false;
     this.colorDlg.StartPosition    = System.Windows.Forms.FormStartPosition.CenterParent;
     this.colorDlg.Text             = "Edit Color";
     this.colorDlg.Visible          = false;
     //
     // GroupValues
     //
     this.GroupValues.Location = new System.Drawing.Point(4, 41);
     this.GroupValues.Name     = "GroupValues";
     this.GroupValues.Size     = new System.Drawing.Size(173, 24);
     this.GroupValues.TabIndex = 1;
     this.GroupValues.Text     = "Group Values Below Value";
     this.GroupValues.Click   += new System.EventHandler(this.GroupValues_Click);
     //
     // UngroupData
     //
     this.UngroupData.Location = new System.Drawing.Point(4, 73);
     this.UngroupData.Name     = "UngroupData";
     this.UngroupData.Size     = new System.Drawing.Size(173, 24);
     this.UngroupData.TabIndex = 2;
     this.UngroupData.Text     = "Ungroup Data";
     this.UngroupData.Click   += new System.EventHandler(this.UngroupData_Click);
     //
     // NGroupedPieUC
     //
     this.Controls.Add(this.UngroupData);
     this.Controls.Add(this.GroupValues);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.ChangeDataButton);
     this.Name = "NGroupedPieUC";
     this.Size = new System.Drawing.Size(180, 276);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.EditLightsButton    = new Nevron.UI.WinForm.Controls.NButton();
     this.BarsDiffuseButton   = new Nevron.UI.WinForm.Controls.NButton();
     this.BarsAmbientButton   = new Nevron.UI.WinForm.Controls.NButton();
     this.BarsSpecularButton  = new Nevron.UI.WinForm.Controls.NButton();
     this.BarsEmissiveButton  = new Nevron.UI.WinForm.Controls.NButton();
     this.groupBox1           = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.BarsShininessSpin   = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label1              = new System.Windows.Forms.Label();
     this.colorDialog1        = new Nevron.UI.WinForm.Controls.NColorDialog();
     this.groupBox2           = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.label2              = new System.Windows.Forms.Label();
     this.WallsShininessSpin  = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.WallsEmissiveButton = new Nevron.UI.WinForm.Controls.NButton();
     this.WallsDiffuseButton  = new Nevron.UI.WinForm.Controls.NButton();
     this.WallsSpecularButton = new Nevron.UI.WinForm.Controls.NButton();
     this.WallsAmbientButton  = new Nevron.UI.WinForm.Controls.NButton();
     this.BackColorButton     = new Nevron.UI.WinForm.Controls.NButton();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BarsShininessSpin)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.WallsShininessSpin)).BeginInit();
     this.SuspendLayout();
     //
     // EditLightsButton
     //
     this.EditLightsButton.Location = new System.Drawing.Point(7, 7);
     this.EditLightsButton.Name     = "EditLightsButton";
     this.EditLightsButton.Size     = new System.Drawing.Size(141, 23);
     this.EditLightsButton.TabIndex = 0;
     this.EditLightsButton.Text     = "Edit Ligths...";
     this.EditLightsButton.Click   += new System.EventHandler(this.EditLightsButton_Click);
     //
     // BarsDiffuseButton
     //
     this.BarsDiffuseButton.Location = new System.Drawing.Point(8, 21);
     this.BarsDiffuseButton.Name     = "BarsDiffuseButton";
     this.BarsDiffuseButton.Size     = new System.Drawing.Size(122, 22);
     this.BarsDiffuseButton.TabIndex = 1;
     this.BarsDiffuseButton.Text     = "Diffuse Color...";
     this.BarsDiffuseButton.Click   += new System.EventHandler(this.BarsDiffuseButton_Click);
     //
     // BarsAmbientButton
     //
     this.BarsAmbientButton.Location = new System.Drawing.Point(8, 48);
     this.BarsAmbientButton.Name     = "BarsAmbientButton";
     this.BarsAmbientButton.Size     = new System.Drawing.Size(122, 22);
     this.BarsAmbientButton.TabIndex = 2;
     this.BarsAmbientButton.Text     = "Ambient Color...";
     this.BarsAmbientButton.Click   += new System.EventHandler(this.BarsAmbientButton_Click);
     //
     // BarsSpecularButton
     //
     this.BarsSpecularButton.Location = new System.Drawing.Point(8, 76);
     this.BarsSpecularButton.Name     = "BarsSpecularButton";
     this.BarsSpecularButton.Size     = new System.Drawing.Size(122, 22);
     this.BarsSpecularButton.TabIndex = 3;
     this.BarsSpecularButton.Text     = "Specular Color...";
     this.BarsSpecularButton.Click   += new System.EventHandler(this.BarsSpecularButton_Click);
     //
     // BarsEmissiveButton
     //
     this.BarsEmissiveButton.Location = new System.Drawing.Point(8, 104);
     this.BarsEmissiveButton.Name     = "BarsEmissiveButton";
     this.BarsEmissiveButton.Size     = new System.Drawing.Size(122, 22);
     this.BarsEmissiveButton.TabIndex = 4;
     this.BarsEmissiveButton.Text     = "Emissive Color...";
     this.BarsEmissiveButton.Click   += new System.EventHandler(this.BarsEmissiveButton_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.BarsShininessSpin);
     this.groupBox1.Controls.Add(this.BarsEmissiveButton);
     this.groupBox1.Controls.Add(this.BarsDiffuseButton);
     this.groupBox1.Controls.Add(this.BarsSpecularButton);
     this.groupBox1.Controls.Add(this.BarsAmbientButton);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(7, 50);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(141, 179);
     this.groupBox1.TabIndex = 5;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Bars";
     //
     // BarsShininessSpin
     //
     this.BarsShininessSpin.Location = new System.Drawing.Point(8, 149);
     this.BarsShininessSpin.Maximum  = new System.Decimal(new int[] {
         128,
         0,
         0,
         0
     });
     this.BarsShininessSpin.Name          = "BarsShininessSpin";
     this.BarsShininessSpin.Size          = new System.Drawing.Size(81, 20);
     this.BarsShininessSpin.TabIndex      = 5;
     this.BarsShininessSpin.ValueChanged += new System.EventHandler(this.BarsShininessSpin_ValueChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 133);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(122, 15);
     this.label1.TabIndex = 6;
     this.label1.Text     = "Shininess:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.WallsShininessSpin);
     this.groupBox2.Controls.Add(this.WallsEmissiveButton);
     this.groupBox2.Controls.Add(this.WallsDiffuseButton);
     this.groupBox2.Controls.Add(this.WallsSpecularButton);
     this.groupBox2.Controls.Add(this.WallsAmbientButton);
     this.groupBox2.Location = new System.Drawing.Point(7, 244);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(141, 179);
     this.groupBox2.TabIndex = 6;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Walls";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(9, 133);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(122, 15);
     this.label2.TabIndex = 7;
     this.label2.Text     = "Shininess:";
     //
     // WallsShininessSpin
     //
     this.WallsShininessSpin.Location = new System.Drawing.Point(11, 149);
     this.WallsShininessSpin.Maximum  = new System.Decimal(new int[] {
         128,
         0,
         0,
         0
     });
     this.WallsShininessSpin.Name          = "WallsShininessSpin";
     this.WallsShininessSpin.Size          = new System.Drawing.Size(81, 20);
     this.WallsShininessSpin.TabIndex      = 6;
     this.WallsShininessSpin.ValueChanged += new System.EventHandler(this.WallsShininessSpin_ValueChanged);
     //
     // WallsEmissiveButton
     //
     this.WallsEmissiveButton.Location = new System.Drawing.Point(8, 104);
     this.WallsEmissiveButton.Name     = "WallsEmissiveButton";
     this.WallsEmissiveButton.Size     = new System.Drawing.Size(122, 22);
     this.WallsEmissiveButton.TabIndex = 4;
     this.WallsEmissiveButton.Text     = "Emissive Color...";
     this.WallsEmissiveButton.Click   += new System.EventHandler(this.WallsEmissiveButton_Click);
     //
     // WallsDiffuseButton
     //
     this.WallsDiffuseButton.Location = new System.Drawing.Point(8, 21);
     this.WallsDiffuseButton.Name     = "WallsDiffuseButton";
     this.WallsDiffuseButton.Size     = new System.Drawing.Size(122, 22);
     this.WallsDiffuseButton.TabIndex = 1;
     this.WallsDiffuseButton.Text     = "Diffuse Color...";
     this.WallsDiffuseButton.Click   += new System.EventHandler(this.WallsDiffuseButton_Click);
     //
     // WallsSpecularButton
     //
     this.WallsSpecularButton.Location = new System.Drawing.Point(8, 76);
     this.WallsSpecularButton.Name     = "WallsSpecularButton";
     this.WallsSpecularButton.Size     = new System.Drawing.Size(122, 22);
     this.WallsSpecularButton.TabIndex = 3;
     this.WallsSpecularButton.Text     = "Specular Color...";
     this.WallsSpecularButton.Click   += new System.EventHandler(this.WallsSpecularButton_Click);
     //
     // WallsAmbientButton
     //
     this.WallsAmbientButton.Location = new System.Drawing.Point(8, 48);
     this.WallsAmbientButton.Name     = "WallsAmbientButton";
     this.WallsAmbientButton.Size     = new System.Drawing.Size(122, 22);
     this.WallsAmbientButton.TabIndex = 2;
     this.WallsAmbientButton.Text     = "Ambient Color...";
     this.WallsAmbientButton.Click   += new System.EventHandler(this.WallsAmbientButton_Click);
     //
     // BackColorButton
     //
     this.BackColorButton.Location = new System.Drawing.Point(7, 443);
     this.BackColorButton.Name     = "BackColorButton";
     this.BackColorButton.Size     = new System.Drawing.Size(141, 23);
     this.BackColorButton.TabIndex = 7;
     this.BackColorButton.Text     = "Background Color...";
     this.BackColorButton.Click   += new System.EventHandler(this.BackColorButton_Click);
     //
     // NSolidColorUC
     //
     this.Controls.Add(this.BackColorButton);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.EditLightsButton);
     this.Controls.Add(this.groupBox2);
     this.Name = "NSolidColorUC";
     this.Size = new System.Drawing.Size(156, 482);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.BarsShininessSpin)).EndInit();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.WallsShininessSpin)).EndInit();
     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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NAxisGridlinesUC));
     this.groupBox1        = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.LeftMajorCombo   = new Nevron.UI.WinForm.Controls.NComboBox();
     this.LeftMajorColor   = new Nevron.UI.WinForm.Controls.NButton();
     this.LeftMajor2Check  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.LeftMajor1Check  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label1           = new System.Windows.Forms.Label();
     this.groupBox2        = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.BottomMajorCombo = new Nevron.UI.WinForm.Controls.NComboBox();
     this.BottomColor      = new Nevron.UI.WinForm.Controls.NButton();
     this.Bottom2Check     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.Bottom1Check     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label2           = new System.Windows.Forms.Label();
     this.groupBox3        = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.DepthColor       = new Nevron.UI.WinForm.Controls.NButton();
     this.label3           = new System.Windows.Forms.Label();
     this.DepthMajorCombo  = new Nevron.UI.WinForm.Controls.NComboBox();
     this.Depth2Check      = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.Depth1Check      = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.groupBox4        = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.label4           = new System.Windows.Forms.Label();
     this.LeftMinorCombo   = new Nevron.UI.WinForm.Controls.NComboBox();
     this.LeftMinorColor   = new Nevron.UI.WinForm.Controls.NButton();
     this.LeftMinor2Check  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.LeftMinor1Check  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.colorDialog1     = new Nevron.UI.WinForm.Controls.NColorDialog();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.LeftMajorCombo);
     this.groupBox1.Controls.Add(this.LeftMajorColor);
     this.groupBox1.Controls.Add(this.LeftMajor2Check);
     this.groupBox1.Controls.Add(this.LeftMajor1Check);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.ImageIndex = 0;
     this.groupBox1.Location   = new System.Drawing.Point(7, 9);
     this.groupBox1.Name       = "groupBox1";
     this.groupBox1.Size       = new System.Drawing.Size(185, 115);
     this.groupBox1.TabIndex   = 0;
     this.groupBox1.TabStop    = false;
     this.groupBox1.Text       = "Left axis major gridlines";
     //
     // LeftMajorCombo
     //
     this.LeftMajorCombo.Location              = new System.Drawing.Point(43, 84);
     this.LeftMajorCombo.Name                  = "LeftMajorCombo";
     this.LeftMajorCombo.Size                  = new System.Drawing.Size(132, 21);
     this.LeftMajorCombo.TabIndex              = 4;
     this.LeftMajorCombo.SelectedIndexChanged += new System.EventHandler(this.LeftMajorCombo_SelectedIndexChanged);
     //
     // LeftMajorColor
     //
     this.LeftMajorColor.Location = new System.Drawing.Point(7, 58);
     this.LeftMajorColor.Name     = "LeftMajorColor";
     this.LeftMajorColor.Size     = new System.Drawing.Size(168, 22);
     this.LeftMajorColor.TabIndex = 2;
     this.LeftMajorColor.Text     = "Color";
     this.LeftMajorColor.Click   += new System.EventHandler(this.LeftMajorColor_Click);
     //
     // LeftMajor2Check
     //
     this.LeftMajor2Check.ButtonProperties.BorderOffset = 2;
     this.LeftMajor2Check.Location        = new System.Drawing.Point(7, 35);
     this.LeftMajor2Check.Name            = "LeftMajor2Check";
     this.LeftMajor2Check.Size            = new System.Drawing.Size(137, 19);
     this.LeftMajor2Check.TabIndex        = 1;
     this.LeftMajor2Check.Text            = "Show at back wall";
     this.LeftMajor2Check.CheckedChanged += new System.EventHandler(this.LeftMajor2Check_CheckedChanged);
     //
     // LeftMajor1Check
     //
     this.LeftMajor1Check.ButtonProperties.BorderOffset = 2;
     this.LeftMajor1Check.Location        = new System.Drawing.Point(7, 16);
     this.LeftMajor1Check.Name            = "LeftMajor1Check";
     this.LeftMajor1Check.Size            = new System.Drawing.Size(137, 19);
     this.LeftMajor1Check.TabIndex        = 0;
     this.LeftMajor1Check.Text            = "Show at left wall";
     this.LeftMajor1Check.CheckedChanged += new System.EventHandler(this.LeftMajor1Check_CheckedChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(7, 89);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(34, 16);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Style:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.BottomMajorCombo);
     this.groupBox2.Controls.Add(this.BottomColor);
     this.groupBox2.Controls.Add(this.Bottom2Check);
     this.groupBox2.Controls.Add(this.Bottom1Check);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.ImageIndex = 0;
     this.groupBox2.Location   = new System.Drawing.Point(7, 127);
     this.groupBox2.Name       = "groupBox2";
     this.groupBox2.Size       = new System.Drawing.Size(185, 115);
     this.groupBox2.TabIndex   = 1;
     this.groupBox2.TabStop    = false;
     this.groupBox2.Text       = "Bottom axis major lines";
     //
     // BottomMajorCombo
     //
     this.BottomMajorCombo.Location              = new System.Drawing.Point(43, 84);
     this.BottomMajorCombo.Name                  = "BottomMajorCombo";
     this.BottomMajorCombo.Size                  = new System.Drawing.Size(132, 21);
     this.BottomMajorCombo.TabIndex              = 5;
     this.BottomMajorCombo.SelectedIndexChanged += new System.EventHandler(this.BottomMajorCombo_SelectedIndexChanged);
     //
     // BottomColor
     //
     this.BottomColor.Location = new System.Drawing.Point(7, 58);
     this.BottomColor.Name     = "BottomColor";
     this.BottomColor.Size     = new System.Drawing.Size(168, 22);
     this.BottomColor.TabIndex = 2;
     this.BottomColor.Text     = "Color";
     this.BottomColor.Click   += new System.EventHandler(this.BottomColor_Click);
     //
     // Bottom2Check
     //
     this.Bottom2Check.ButtonProperties.BorderOffset = 2;
     this.Bottom2Check.Location        = new System.Drawing.Point(7, 34);
     this.Bottom2Check.Name            = "Bottom2Check";
     this.Bottom2Check.Size            = new System.Drawing.Size(137, 21);
     this.Bottom2Check.TabIndex        = 1;
     this.Bottom2Check.Text            = "Show at back wall";
     this.Bottom2Check.CheckedChanged += new System.EventHandler(this.Bottom2Check_CheckedChanged);
     //
     // Bottom1Check
     //
     this.Bottom1Check.ButtonProperties.BorderOffset = 2;
     this.Bottom1Check.Location        = new System.Drawing.Point(7, 15);
     this.Bottom1Check.Name            = "Bottom1Check";
     this.Bottom1Check.Size            = new System.Drawing.Size(137, 19);
     this.Bottom1Check.TabIndex        = 0;
     this.Bottom1Check.Text            = "Show at floor";
     this.Bottom1Check.CheckedChanged += new System.EventHandler(this.Bottom1Check_CheckedChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(7, 89);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(34, 16);
     this.label2.TabIndex = 6;
     this.label2.Text     = "Style:";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.DepthColor);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Controls.Add(this.DepthMajorCombo);
     this.groupBox3.Controls.Add(this.Depth2Check);
     this.groupBox3.Controls.Add(this.Depth1Check);
     this.groupBox3.ImageIndex = 0;
     this.groupBox3.Location   = new System.Drawing.Point(7, 248);
     this.groupBox3.Name       = "groupBox3";
     this.groupBox3.Size       = new System.Drawing.Size(185, 115);
     this.groupBox3.TabIndex   = 2;
     this.groupBox3.TabStop    = false;
     this.groupBox3.Text       = "Depth axis major lines";
     //
     // DepthColor
     //
     this.DepthColor.Location = new System.Drawing.Point(7, 58);
     this.DepthColor.Name     = "DepthColor";
     this.DepthColor.Size     = new System.Drawing.Size(168, 22);
     this.DepthColor.TabIndex = 7;
     this.DepthColor.Text     = "Color";
     this.DepthColor.Click   += new System.EventHandler(this.DepthColor_Click);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(7, 87);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(34, 16);
     this.label3.TabIndex = 6;
     this.label3.Text     = "Style:";
     //
     // DepthMajorCombo
     //
     this.DepthMajorCombo.Location              = new System.Drawing.Point(43, 82);
     this.DepthMajorCombo.Name                  = "DepthMajorCombo";
     this.DepthMajorCombo.Size                  = new System.Drawing.Size(132, 21);
     this.DepthMajorCombo.TabIndex              = 5;
     this.DepthMajorCombo.SelectedIndexChanged += new System.EventHandler(this.DepthMajorCombo_SelectedIndexChanged);
     //
     // Depth2Check
     //
     this.Depth2Check.ButtonProperties.BorderOffset = 2;
     this.Depth2Check.Location        = new System.Drawing.Point(7, 35);
     this.Depth2Check.Name            = "Depth2Check";
     this.Depth2Check.Size            = new System.Drawing.Size(137, 17);
     this.Depth2Check.TabIndex        = 1;
     this.Depth2Check.Text            = "Show at left wall";
     this.Depth2Check.CheckedChanged += new System.EventHandler(this.Depth2Check_CheckedChanged);
     //
     // Depth1Check
     //
     this.Depth1Check.ButtonProperties.BorderOffset = 2;
     this.Depth1Check.Location        = new System.Drawing.Point(7, 14);
     this.Depth1Check.Name            = "Depth1Check";
     this.Depth1Check.Size            = new System.Drawing.Size(137, 20);
     this.Depth1Check.TabIndex        = 0;
     this.Depth1Check.Text            = "Show at floor";
     this.Depth1Check.CheckedChanged += new System.EventHandler(this.Depth1Check_CheckedChanged);
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.label4);
     this.groupBox4.Controls.Add(this.LeftMinorCombo);
     this.groupBox4.Controls.Add(this.LeftMinorColor);
     this.groupBox4.Controls.Add(this.LeftMinor2Check);
     this.groupBox4.Controls.Add(this.LeftMinor1Check);
     this.groupBox4.ImageIndex = 0;
     this.groupBox4.Location   = new System.Drawing.Point(8, 370);
     this.groupBox4.Name       = "groupBox4";
     this.groupBox4.Size       = new System.Drawing.Size(185, 115);
     this.groupBox4.TabIndex   = 3;
     this.groupBox4.TabStop    = false;
     this.groupBox4.Text       = "Left axis minor gridlines";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(7, 89);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(33, 16);
     this.label4.TabIndex = 10;
     this.label4.Text     = "Style:";
     //
     // LeftMinorCombo
     //
     this.LeftMinorCombo.Location              = new System.Drawing.Point(43, 84);
     this.LeftMinorCombo.Name                  = "LeftMinorCombo";
     this.LeftMinorCombo.Size                  = new System.Drawing.Size(132, 21);
     this.LeftMinorCombo.TabIndex              = 9;
     this.LeftMinorCombo.SelectedIndexChanged += new System.EventHandler(this.LeftMinorCombo_SelectedIndexChanged);
     //
     // LeftMinorColor
     //
     this.LeftMinorColor.Location = new System.Drawing.Point(7, 58);
     this.LeftMinorColor.Name     = "LeftMinorColor";
     this.LeftMinorColor.Size     = new System.Drawing.Size(168, 22);
     this.LeftMinorColor.TabIndex = 8;
     this.LeftMinorColor.Text     = "Color";
     this.LeftMinorColor.Click   += new System.EventHandler(this.LeftMinorColor_Click);
     //
     // LeftMinor2Check
     //
     this.LeftMinor2Check.ButtonProperties.BorderOffset = 2;
     this.LeftMinor2Check.Location        = new System.Drawing.Point(7, 37);
     this.LeftMinor2Check.Name            = "LeftMinor2Check";
     this.LeftMinor2Check.Size            = new System.Drawing.Size(137, 17);
     this.LeftMinor2Check.TabIndex        = 2;
     this.LeftMinor2Check.Text            = "Show at back wall";
     this.LeftMinor2Check.CheckedChanged += new System.EventHandler(this.LeftMinor2Check_CheckedChanged);
     //
     // LeftMinor1Check
     //
     this.LeftMinor1Check.ButtonProperties.BorderOffset = 2;
     this.LeftMinor1Check.Location        = new System.Drawing.Point(7, 18);
     this.LeftMinor1Check.Name            = "LeftMinor1Check";
     this.LeftMinor1Check.Size            = new System.Drawing.Size(137, 17);
     this.LeftMinor1Check.TabIndex        = 1;
     this.LeftMinor1Check.Text            = "Show at left wall";
     this.LeftMinor1Check.CheckedChanged += new System.EventHandler(this.LeftMinor1Check_CheckedChanged);
     //
     // colorDialog1
     //
     this.colorDialog1.ClientSize       = new System.Drawing.Size(402, 351);
     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(20, 21);
     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;
     //
     // NAxisGridlinesUC
     //
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "NAxisGridlinesUC";
     this.Size = new System.Drawing.Size(201, 495);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #8
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(NGlowFilterUC));
     this.BubbleShapeCombo             = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label7                       = new System.Windows.Forms.Label();
     this.colorDialog                  = new Nevron.UI.WinForm.Controls.NColorDialog();
     this.GlowColorButton              = new Nevron.UI.WinForm.Controls.NButton();
     this.OriginalOpacityNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label6                       = new System.Windows.Forms.Label();
     this.BlurTypeComboBox             = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label5                       = new System.Windows.Forms.Label();
     this.DepthNumericUpDown           = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.GlowTypeComboBox             = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1                       = new System.Windows.Forms.Label();
     this.label8                       = new System.Windows.Forms.Label();
     this.ChangeBubbleSizes            = new Nevron.UI.WinForm.Controls.NButton();
     this.ChangeYValues                = new Nevron.UI.WinForm.Controls.NButton();
     this.ChangeXValues                = new Nevron.UI.WinForm.Controls.NButton();
     this.InflateMargins               = new Nevron.UI.WinForm.Controls.NCheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.OriginalOpacityNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DepthNumericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // BubbleShapeCombo
     //
     this.BubbleShapeCombo.Location              = new System.Drawing.Point(8, 256);
     this.BubbleShapeCombo.Name                  = "BubbleShapeCombo";
     this.BubbleShapeCombo.Size                  = new System.Drawing.Size(145, 21);
     this.BubbleShapeCombo.TabIndex              = 31;
     this.BubbleShapeCombo.SelectedIndexChanged += new System.EventHandler(this.BubbleStyleCombo_SelectedIndexChanged);
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(8, 232);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(145, 17);
     this.label7.TabIndex = 30;
     this.label7.Text     = "Bubble style:";
     //
     // GlowColorButton
     //
     this.GlowColorButton.Location = new System.Drawing.Point(8, 192);
     this.GlowColorButton.Name     = "GlowColorButton";
     this.GlowColorButton.Size     = new System.Drawing.Size(145, 24);
     this.GlowColorButton.TabIndex = 28;
     this.GlowColorButton.Text     = "Color...";
     this.GlowColorButton.Click   += new System.EventHandler(this.GlowColorButton_Click);
     //
     // OriginalOpacityNumericUpDown
     //
     this.OriginalOpacityNumericUpDown.Location      = new System.Drawing.Point(8, 166);
     this.OriginalOpacityNumericUpDown.Name          = "OriginalOpacityNumericUpDown";
     this.OriginalOpacityNumericUpDown.Size          = new System.Drawing.Size(145, 20);
     this.OriginalOpacityNumericUpDown.TabIndex      = 27;
     this.OriginalOpacityNumericUpDown.ValueChanged += new System.EventHandler(this.OriginalOpacityNumericUpDown_ValueChanged);
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(8, 145);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(145, 17);
     this.label6.TabIndex  = 26;
     this.label6.Text      = "Original opacity:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // BlurTypeComboBox
     //
     this.BlurTypeComboBox.Location              = new System.Drawing.Point(8, 120);
     this.BlurTypeComboBox.Name                  = "BlurTypeComboBox";
     this.BlurTypeComboBox.Size                  = new System.Drawing.Size(145, 21);
     this.BlurTypeComboBox.TabIndex              = 25;
     this.BlurTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.BlurTypeComboBox_SelectedIndexChanged);
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(8, 99);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(145, 17);
     this.label5.TabIndex  = 24;
     this.label5.Text      = "BlurType:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // DepthNumericUpDown
     //
     this.DepthNumericUpDown.Location      = new System.Drawing.Point(8, 75);
     this.DepthNumericUpDown.Name          = "DepthNumericUpDown";
     this.DepthNumericUpDown.Size          = new System.Drawing.Size(145, 20);
     this.DepthNumericUpDown.TabIndex      = 21;
     this.DepthNumericUpDown.ValueChanged += new System.EventHandler(this.DepthNumericUpDown_ValueChanged);
     //
     // GlowTypeComboBox
     //
     this.GlowTypeComboBox.Location              = new System.Drawing.Point(8, 29);
     this.GlowTypeComboBox.Name                  = "GlowTypeComboBox";
     this.GlowTypeComboBox.Size                  = new System.Drawing.Size(145, 21);
     this.GlowTypeComboBox.TabIndex              = 17;
     this.GlowTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.GlowTypeComboBox_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(145, 17);
     this.label1.TabIndex  = 16;
     this.label1.Text      = "Glow type:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(8, 54);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(145, 17);
     this.label8.TabIndex  = 20;
     this.label8.Text      = "Depth:";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ChangeBubbleSizes
     //
     this.ChangeBubbleSizes.Location = new System.Drawing.Point(8, 384);
     this.ChangeBubbleSizes.Name     = "ChangeBubbleSizes";
     this.ChangeBubbleSizes.Size     = new System.Drawing.Size(153, 23);
     this.ChangeBubbleSizes.TabIndex = 35;
     this.ChangeBubbleSizes.Text     = "Change Bubble Sizes";
     this.ChangeBubbleSizes.Click   += new System.EventHandler(this.ChangeBubbleSizes_Click);
     //
     // ChangeYValues
     //
     this.ChangeYValues.Location = new System.Drawing.Point(8, 320);
     this.ChangeYValues.Name     = "ChangeYValues";
     this.ChangeYValues.Size     = new System.Drawing.Size(153, 23);
     this.ChangeYValues.TabIndex = 33;
     this.ChangeYValues.Text     = "Change Y Values";
     this.ChangeYValues.Click   += new System.EventHandler(this.ChangeYValues_Click);
     //
     // ChangeXValues
     //
     this.ChangeXValues.Location = new System.Drawing.Point(8, 352);
     this.ChangeXValues.Name     = "ChangeXValues";
     this.ChangeXValues.Size     = new System.Drawing.Size(153, 23);
     this.ChangeXValues.TabIndex = 34;
     this.ChangeXValues.Text     = "Change X Values";
     this.ChangeXValues.Click   += new System.EventHandler(this.ChangeXValues_Click);
     //
     // InflateMargins
     //
     this.InflateMargins.Location        = new System.Drawing.Point(8, 288);
     this.InflateMargins.Name            = "InflateMargins";
     this.InflateMargins.Size            = new System.Drawing.Size(153, 25);
     this.InflateMargins.TabIndex        = 32;
     this.InflateMargins.Text            = "Inflate Margins";
     this.InflateMargins.CheckedChanged += new System.EventHandler(this.InflateMargins_CheckedChanged);
     //
     // GlowFilterUC
     //
     this.Controls.Add(this.ChangeBubbleSizes);
     this.Controls.Add(this.ChangeYValues);
     this.Controls.Add(this.ChangeXValues);
     this.Controls.Add(this.InflateMargins);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.GlowColorButton);
     this.Controls.Add(this.OriginalOpacityNumericUpDown);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.BlurTypeComboBox);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.DepthNumericUpDown);
     this.Controls.Add(this.GlowTypeComboBox);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.BubbleShapeCombo);
     this.Controls.Add(this.label8);
     this.Name = "GlowFilterUC";
     this.Size = new System.Drawing.Size(175, 555);
     ((System.ComponentModel.ISupportInitialize)(this.OriginalOpacityNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DepthNumericUpDown)).EndInit();
     this.ResumeLayout(false);
 }