コード例 #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.BeginAngleUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label6           = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.BeginAngleUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // BeginAngleUpDown
     //
     this.BeginAngleUpDown.Location = new System.Drawing.Point(9, 30);
     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(161, 20);
     this.BeginAngleUpDown.TabIndex      = 19;
     this.BeginAngleUpDown.ValueChanged += new System.EventHandler(this.BeginAngleUpDown_ValueChanged);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(9, 10);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(162, 17);
     this.label6.TabIndex = 17;
     this.label6.Text     = "Begin Angle:";
     //
     // NPolarVectorUC
     //
     this.Controls.Add(this.BeginAngleUpDown);
     this.Controls.Add(this.label6);
     this.Name = "NPolarVectorUC";
     this.Size = new System.Drawing.Size(180, 222);
     ((System.ComponentModel.ISupportInitialize)(this.BeginAngleUpDown)).EndInit();
     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.label1             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.HotZoneBeginUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.ColdZoneEndUpDown  = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     ((System.ComponentModel.ISupportInitialize)(this.HotZoneBeginUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ColdZoneEndUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Hot Zone Begin:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 80);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(100, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Cold Zone End:";
     //
     // HotZoneBeginUpDown
     //
     this.HotZoneBeginUpDown.Location = new System.Drawing.Point(8, 40);
     this.HotZoneBeginUpDown.Maximum  = new System.Decimal(new int[] {
         85,
         0,
         0,
         0
     });
     this.HotZoneBeginUpDown.Minimum = new System.Decimal(new int[] {
         55,
         0,
         0,
         0
     });
     this.HotZoneBeginUpDown.Name     = "HotZoneBeginUpDown";
     this.HotZoneBeginUpDown.Size     = new System.Drawing.Size(120, 20);
     this.HotZoneBeginUpDown.TabIndex = 1;
     this.HotZoneBeginUpDown.Value    = new System.Decimal(new int[] {
         70,
         0,
         0,
         0
     });
     this.HotZoneBeginUpDown.ValueChanged += new System.EventHandler(this.HotZoneBeginUpDown_ValueChanged);
     //
     // ColdZoneEndUpDown
     //
     this.ColdZoneEndUpDown.Location = new System.Drawing.Point(8, 104);
     this.ColdZoneEndUpDown.Maximum  = new System.Decimal(new int[] {
         45,
         0,
         0,
         0
     });
     this.ColdZoneEndUpDown.Minimum = new System.Decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.ColdZoneEndUpDown.Name     = "ColdZoneEndUpDown";
     this.ColdZoneEndUpDown.Size     = new System.Drawing.Size(120, 20);
     this.ColdZoneEndUpDown.TabIndex = 3;
     this.ColdZoneEndUpDown.Value    = new System.Decimal(new int[] {
         25,
         0,
         0,
         0
     });
     this.ColdZoneEndUpDown.ValueChanged += new System.EventHandler(this.ColdZoneEndUpDown_ValueChanged);
     //
     // NCustomScaleDecorationsUC
     //
     this.Controls.Add(this.ColdZoneEndUpDown);
     this.Controls.Add(this.HotZoneBeginUpDown);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name = "NCustomScaleDecorationsUC";
     this.Size = new System.Drawing.Size(136, 296);
     ((System.ComponentModel.ISupportInitialize)(this.HotZoneBeginUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ColdZoneEndUpDown)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.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);
 }
コード例 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.m_Timer    = new System.Windows.Forms.Timer(this.components);
     this.DampeningIntervalUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label3 = new System.Windows.Forms.Label();
     this.DampeningStepsUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label1 = new System.Windows.Forms.Label();
     this.StartStopTimerButton         = new Nevron.UI.WinForm.Controls.NButton();
     this.EnableValueDampeningCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.nNumericUpDown1 = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label2          = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.DampeningIntervalUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DampeningStepsUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nNumericUpDown1)).BeginInit();
     this.SuspendLayout();
     //
     // timer1
     //
     this.m_Timer.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // DampeningIntervalUpDown
     //
     this.DampeningIntervalUpDown.Location = new System.Drawing.Point(115, 38);
     this.DampeningIntervalUpDown.Maximum  = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.DampeningIntervalUpDown.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.DampeningIntervalUpDown.Name     = "DampeningIntervalUpDown";
     this.DampeningIntervalUpDown.Size     = new System.Drawing.Size(57, 20);
     this.DampeningIntervalUpDown.TabIndex = 31;
     this.DampeningIntervalUpDown.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.DampeningIntervalUpDown.ValueChanged += new System.EventHandler(this.DampeningIntervalUpDown_ValueChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 42);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(55, 16);
     this.label3.TabIndex = 30;
     this.label3.Text     = "Interval:";
     //
     // DampeningStepsUpDown
     //
     this.DampeningStepsUpDown.Location = new System.Drawing.Point(115, 64);
     this.DampeningStepsUpDown.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.DampeningStepsUpDown.Name     = "DampeningStepsUpDown";
     this.DampeningStepsUpDown.Size     = new System.Drawing.Size(57, 20);
     this.DampeningStepsUpDown.TabIndex = 33;
     this.DampeningStepsUpDown.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.DampeningStepsUpDown.ValueChanged += new System.EventHandler(this.DampeningStepsUpDown_ValueChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 68);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(55, 16);
     this.label1.TabIndex = 32;
     this.label1.Text     = "Steps:";
     //
     // StartStopTimerButton
     //
     this.StartStopTimerButton.Location = new System.Drawing.Point(11, 141);
     this.StartStopTimerButton.Name     = "StartStopTimerButton";
     this.StartStopTimerButton.Size     = new System.Drawing.Size(161, 23);
     this.StartStopTimerButton.TabIndex = 34;
     this.StartStopTimerButton.Text     = "Stop Timer";
     this.StartStopTimerButton.UseVisualStyleBackColor = true;
     this.StartStopTimerButton.Click += new System.EventHandler(this.StartStopTimerButton_Click);
     //
     // EnableValueDampeningCheckBox
     //
     this.EnableValueDampeningCheckBox.ButtonProperties.BorderOffset = 2;
     this.EnableValueDampeningCheckBox.Location        = new System.Drawing.Point(8, 10);
     this.EnableValueDampeningCheckBox.Name            = "EnableValueDampeningCheckBox";
     this.EnableValueDampeningCheckBox.Size            = new System.Drawing.Size(151, 23);
     this.EnableValueDampeningCheckBox.TabIndex        = 35;
     this.EnableValueDampeningCheckBox.Text            = "Enable Value Dampening";
     this.EnableValueDampeningCheckBox.CheckedChanged += new System.EventHandler(this.EnableValueDampeningCheckBox_CheckedChanged);
     //
     // nNumericUpDown1
     //
     this.nNumericUpDown1.Location = new System.Drawing.Point(116, 115);
     this.nNumericUpDown1.Maximum  = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.nNumericUpDown1.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.nNumericUpDown1.Name     = "nNumericUpDown1";
     this.nNumericUpDown1.Size     = new System.Drawing.Size(57, 20);
     this.nNumericUpDown1.TabIndex = 37;
     this.nNumericUpDown1.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(9, 119);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(88, 16);
     this.label2.TabIndex = 36;
     this.label2.Text     = "Timer Interval:";
     //
     // NIndicatorValueDampeningUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.nNumericUpDown1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.EnableValueDampeningCheckBox);
     this.Controls.Add(this.StartStopTimerButton);
     this.Controls.Add(this.DampeningStepsUpDown);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.DampeningIntervalUpDown);
     this.Controls.Add(this.label3);
     this.Name = "NIndicatorValueDampeningUC";
     this.Size = new System.Drawing.Size(180, 251);
     ((System.ComponentModel.ISupportInitialize)(this.DampeningIntervalUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DampeningStepsUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nNumericUpDown1)).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.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();
 }
コード例 #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.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();
 }
コード例 #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.label8 = new System.Windows.Forms.Label();
     this.LegendWidthNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.FitAlignmentComboBox     = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.VertWrapRadioButton = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.HorzWrapRadioButton = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.label2 = new System.Windows.Forms.Label();
     this.DataPointsPerSeriesNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     ((System.ComponentModel.ISupportInitialize)(this.LegendWidthNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataPointsPerSeriesNumericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(6, 15);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(171, 20);
     this.label8.TabIndex  = 0;
     this.label8.Text      = "Legend Width (in percents):";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // LegendWidthNumericUpDown
     //
     this.LegendWidthNumericUpDown.Location = new System.Drawing.Point(6, 38);
     this.LegendWidthNumericUpDown.Name     = "LegendWidthNumericUpDown";
     this.LegendWidthNumericUpDown.Size     = new System.Drawing.Size(171, 20);
     this.LegendWidthNumericUpDown.TabIndex = 1;
     this.LegendWidthNumericUpDown.Value    = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.LegendWidthNumericUpDown.ValueChanged += new System.EventHandler(this.LegendWidthNumericUpDown_ValueChanged);
     //
     // FitAlignmentComboBox
     //
     this.FitAlignmentComboBox.ListProperties.CheckBoxDataMember = "";
     this.FitAlignmentComboBox.ListProperties.DataSource         = null;
     this.FitAlignmentComboBox.ListProperties.DisplayMember      = "";
     this.FitAlignmentComboBox.Location              = new System.Drawing.Point(3, 202);
     this.FitAlignmentComboBox.Name                  = "FitAlignmentComboBox";
     this.FitAlignmentComboBox.Size                  = new System.Drawing.Size(171, 21);
     this.FitAlignmentComboBox.TabIndex              = 5;
     this.FitAlignmentComboBox.SelectedIndexChanged += new System.EventHandler(this.FitAlignmentComboBox_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(3, 180);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(175, 20);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "Fit Alignement:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // VertWrapRadioButton
     //
     this.VertWrapRadioButton.ButtonProperties.BorderOffset = 2;
     this.VertWrapRadioButton.Location        = new System.Drawing.Point(3, 144);
     this.VertWrapRadioButton.Name            = "VertWrapRadioButton";
     this.VertWrapRadioButton.Size            = new System.Drawing.Size(175, 24);
     this.VertWrapRadioButton.TabIndex        = 3;
     this.VertWrapRadioButton.Text            = "Vertical Wrap";
     this.VertWrapRadioButton.CheckedChanged += new System.EventHandler(this.VertWrapRadioButton_CheckedChanged);
     //
     // HorzWrapRadioButton
     //
     this.HorzWrapRadioButton.ButtonProperties.BorderOffset = 2;
     this.HorzWrapRadioButton.Location        = new System.Drawing.Point(3, 124);
     this.HorzWrapRadioButton.Name            = "HorzWrapRadioButton";
     this.HorzWrapRadioButton.Size            = new System.Drawing.Size(175, 24);
     this.HorzWrapRadioButton.TabIndex        = 2;
     this.HorzWrapRadioButton.Text            = "Horizontal Wrap";
     this.HorzWrapRadioButton.CheckedChanged += new System.EventHandler(this.HorzWrapRadioButton_CheckedChanged);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(6, 65);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(171, 20);
     this.label2.TabIndex  = 6;
     this.label2.Text      = "Data Points Per Series:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // DataPointsPerSeriesNumericUpDown
     //
     this.DataPointsPerSeriesNumericUpDown.Location = new System.Drawing.Point(6, 88);
     this.DataPointsPerSeriesNumericUpDown.Name     = "DataPointsPerSeriesNumericUpDown";
     this.DataPointsPerSeriesNumericUpDown.Size     = new System.Drawing.Size(171, 20);
     this.DataPointsPerSeriesNumericUpDown.TabIndex = 7;
     this.DataPointsPerSeriesNumericUpDown.Value    = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.DataPointsPerSeriesNumericUpDown.ValueChanged += new System.EventHandler(this.DataPointsPerSeriesNumericUpDown_ValueChanged);
     //
     // NLegendWrappingUC
     //
     this.Controls.Add(this.label2);
     this.Controls.Add(this.DataPointsPerSeriesNumericUpDown);
     this.Controls.Add(this.VertWrapRadioButton);
     this.Controls.Add(this.HorzWrapRadioButton);
     this.Controls.Add(this.FitAlignmentComboBox);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.LegendWidthNumericUpDown);
     this.Name = "NLegendWrappingUC";
     this.Size = new System.Drawing.Size(180, 680);
     ((System.ComponentModel.ISupportInitialize)(this.LegendWidthNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataPointsPerSeriesNumericUpDown)).EndInit();
     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.UpStrokeStyleButton   = new Nevron.UI.WinForm.Controls.NButton();
     this.DownStrokeStyleButton = new Nevron.UI.WinForm.Controls.NButton();
     this.UpFillStyleButton     = new Nevron.UI.WinForm.Controls.NButton();
     this.DownFillStyleButton   = new Nevron.UI.WinForm.Controls.NButton();
     this.label2 = new System.Windows.Forms.Label();
     this.LinesToBreakNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.BoxWidthPercentCombo      = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1   = new System.Windows.Forms.Label();
     this.textBox1 = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label3   = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.LinesToBreakNumericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // UpStrokeStyleButton
     //
     this.UpStrokeStyleButton.Location = new System.Drawing.Point(10, 10);
     this.UpStrokeStyleButton.Name     = "UpStrokeStyleButton";
     this.UpStrokeStyleButton.Size     = new System.Drawing.Size(154, 24);
     this.UpStrokeStyleButton.TabIndex = 0;
     this.UpStrokeStyleButton.Text     = "Up Border Style ...";
     this.UpStrokeStyleButton.Click   += new System.EventHandler(this.UpStrokeStyleButton_Click);
     //
     // DownStrokeStyleButton
     //
     this.DownStrokeStyleButton.Location = new System.Drawing.Point(10, 41);
     this.DownStrokeStyleButton.Name     = "DownStrokeStyleButton";
     this.DownStrokeStyleButton.Size     = new System.Drawing.Size(154, 24);
     this.DownStrokeStyleButton.TabIndex = 1;
     this.DownStrokeStyleButton.Text     = "Down Border Style...";
     this.DownStrokeStyleButton.Click   += new System.EventHandler(this.DownStrokeStyleButton_Click);
     //
     // UpFillStyleButton
     //
     this.UpFillStyleButton.Location = new System.Drawing.Point(10, 73);
     this.UpFillStyleButton.Name     = "UpFillStyleButton";
     this.UpFillStyleButton.Size     = new System.Drawing.Size(154, 24);
     this.UpFillStyleButton.TabIndex = 2;
     this.UpFillStyleButton.Text     = "Up Fill Style...";
     this.UpFillStyleButton.Click   += new System.EventHandler(this.UpFillStyleButton_Click);
     //
     // DownFillStyleButton
     //
     this.DownFillStyleButton.Location = new System.Drawing.Point(10, 104);
     this.DownFillStyleButton.Name     = "DownFillStyleButton";
     this.DownFillStyleButton.Size     = new System.Drawing.Size(154, 24);
     this.DownFillStyleButton.TabIndex = 3;
     this.DownFillStyleButton.Text     = "Down Fill Style...";
     this.DownFillStyleButton.Click   += new System.EventHandler(this.DownFillStyleButton_Click);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(10, 195);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(144, 15);
     this.label2.TabIndex  = 6;
     this.label2.Text      = "Number of Lines to Break:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // LinesToBreakNumericUpDown
     //
     this.LinesToBreakNumericUpDown.Location = new System.Drawing.Point(10, 213);
     this.LinesToBreakNumericUpDown.Maximum  = new decimal(new int[] {
         4,
         0,
         0,
         0
     });
     this.LinesToBreakNumericUpDown.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.LinesToBreakNumericUpDown.Name     = "LinesToBreakNumericUpDown";
     this.LinesToBreakNumericUpDown.Size     = new System.Drawing.Size(56, 20);
     this.LinesToBreakNumericUpDown.TabIndex = 7;
     this.LinesToBreakNumericUpDown.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.LinesToBreakNumericUpDown.ValueChanged += new System.EventHandler(this.LinesToBreakNumericUpDown_ValueChanged);
     //
     // BoxWidthPercentCombo
     //
     this.BoxWidthPercentCombo.ListProperties.CheckBoxDataMember = "";
     this.BoxWidthPercentCombo.ListProperties.DataSource         = null;
     this.BoxWidthPercentCombo.ListProperties.DisplayMember      = "";
     this.BoxWidthPercentCombo.Location              = new System.Drawing.Point(10, 160);
     this.BoxWidthPercentCombo.Name                  = "BoxWidthPercentCombo";
     this.BoxWidthPercentCombo.Size                  = new System.Drawing.Size(151, 21);
     this.BoxWidthPercentCombo.TabIndex              = 5;
     this.BoxWidthPercentCombo.SelectedIndexChanged += new System.EventHandler(this.BoxWidthPercentCombo_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(10, 142);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(104, 16);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Box Width Percent:";
     //
     // textBox1
     //
     this.textBox1.Location  = new System.Drawing.Point(10, 257);
     this.textBox1.Multiline = true;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(154, 213);
     this.textBox1.TabIndex  = 9;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(10, 240);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(70, 13);
     this.label3.TabIndex = 8;
     this.label3.Text     = "Current Data:";
     //
     // NThreeLineBreakUC
     //
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.BoxWidthPercentCombo);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.LinesToBreakNumericUpDown);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.DownFillStyleButton);
     this.Controls.Add(this.UpFillStyleButton);
     this.Controls.Add(this.DownStrokeStyleButton);
     this.Controls.Add(this.UpStrokeStyleButton);
     this.Name = "NThreeLineBreakUC";
     this.Size = new System.Drawing.Size(180, 536);
     ((System.ComponentModel.ISupportInitialize)(this.LinesToBreakNumericUpDown)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.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);
 }
コード例 #10
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);
 }
コード例 #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.label1 = new System.Windows.Forms.Label();
     this.ComplexityNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label2 = new System.Windows.Forms.Label();
     this.WindingsNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     ((System.ComponentModel.ISupportInitialize)(this.ComplexityNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.WindingsNumericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(5, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(169, 20);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Complexity:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ComplexityNumericUpDown
     //
     this.ComplexityNumericUpDown.Location = new System.Drawing.Point(5, 24);
     this.ComplexityNumericUpDown.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.ComplexityNumericUpDown.Name     = "ComplexityNumericUpDown";
     this.ComplexityNumericUpDown.Size     = new System.Drawing.Size(169, 20);
     this.ComplexityNumericUpDown.TabIndex = 1;
     this.ComplexityNumericUpDown.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.ComplexityNumericUpDown.ValueChanged += new System.EventHandler(this.ComplexityNumericUpDown_ValueChanged);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(5, 48);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(169, 20);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Windings:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // WindingsNumericUpDown
     //
     this.WindingsNumericUpDown.Location = new System.Drawing.Point(5, 64);
     this.WindingsNumericUpDown.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.WindingsNumericUpDown.Name     = "WindingsNumericUpDown";
     this.WindingsNumericUpDown.Size     = new System.Drawing.Size(169, 20);
     this.WindingsNumericUpDown.TabIndex = 3;
     this.WindingsNumericUpDown.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.WindingsNumericUpDown.ValueChanged += new System.EventHandler(this.WindingsNumericUpDown_ValueChanged);
     //
     // NXYZScatterLineUC
     //
     this.Controls.Add(this.WindingsNumericUpDown);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.ComplexityNumericUpDown);
     this.Controls.Add(this.label1);
     this.Name = "NXYZScatterLineUC";
     this.Size = new System.Drawing.Size(180, 224);
     ((System.ComponentModel.ISupportInitialize)(this.ComplexityNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.WindingsNumericUpDown)).EndInit();
     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.groupBox1 = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.LeftAxisSmallChangeNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label3 = new System.Windows.Forms.Label();
     this.LeftUseAutoSmallChangeCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.ShowLeftScrollBarCheckBox      = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.LeftAxisPageValueNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.LeftAxisPageSizeNumericUpDown  = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label1    = new System.Windows.Forms.Label();
     this.label2    = new System.Windows.Forms.Label();
     this.groupBox2 = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.BottomAxisPageValueNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.BottomAxisPageSizeNumericUpDown  = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label11 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.ShowBottomScrollbarCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label4 = new System.Windows.Forms.Label();
     this.BottomAxisSmallChangeNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.BottomUseAutoSmallChangeCheckBox   = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LeftAxisSmallChangeNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LeftAxisPageValueNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LeftAxisPageSizeNumericUpDown)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BottomAxisPageValueNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BottomAxisPageSizeNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BottomAxisSmallChangeNumericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.LeftAxisSmallChangeNumericUpDown);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.LeftUseAutoSmallChangeCheckBox);
     this.groupBox1.Controls.Add(this.ShowLeftScrollBarCheckBox);
     this.groupBox1.Controls.Add(this.LeftAxisPageValueNumericUpDown);
     this.groupBox1.Controls.Add(this.LeftAxisPageSizeNumericUpDown);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label2);
     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(192, 176);
     this.groupBox1.TabIndex   = 0;
     this.groupBox1.TabStop    = false;
     this.groupBox1.Text       = "Left Axis";
     //
     // LeftAxisSmallChangeNumericUpDown
     //
     this.LeftAxisSmallChangeNumericUpDown.Location = new System.Drawing.Point(100, 130);
     this.LeftAxisSmallChangeNumericUpDown.Maximum  = new System.Decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.LeftAxisSmallChangeNumericUpDown.Minimum = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.LeftAxisSmallChangeNumericUpDown.Name     = "LeftAxisSmallChangeNumericUpDown";
     this.LeftAxisSmallChangeNumericUpDown.Size     = new System.Drawing.Size(85, 20);
     this.LeftAxisSmallChangeNumericUpDown.TabIndex = 7;
     this.LeftAxisSmallChangeNumericUpDown.Value    = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.LeftAxisSmallChangeNumericUpDown.ValueChanged += new System.EventHandler(this.LeftAxisSmallChangeNumericUpDown_ValueChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 136);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(83, 23);
     this.label3.TabIndex = 6;
     this.label3.Text     = "Small Change:";
     //
     // LeftUseAutoSmallChangeCheckBox
     //
     this.LeftUseAutoSmallChangeCheckBox.Location        = new System.Drawing.Point(8, 108);
     this.LeftUseAutoSmallChangeCheckBox.Name            = "LeftUseAutoSmallChangeCheckBox";
     this.LeftUseAutoSmallChangeCheckBox.Size            = new System.Drawing.Size(136, 24);
     this.LeftUseAutoSmallChangeCheckBox.TabIndex        = 5;
     this.LeftUseAutoSmallChangeCheckBox.Text            = "Auto Small Change";
     this.LeftUseAutoSmallChangeCheckBox.CheckedChanged += new System.EventHandler(this.LeftUseAutoSmallChangeCheckBox_CheckedChanged);
     //
     // ShowLeftScrollBarCheckBox
     //
     this.ShowLeftScrollBarCheckBox.Location        = new System.Drawing.Point(8, 86);
     this.ShowLeftScrollBarCheckBox.Name            = "ShowLeftScrollBarCheckBox";
     this.ShowLeftScrollBarCheckBox.TabIndex        = 4;
     this.ShowLeftScrollBarCheckBox.Text            = "Show Scrollbar";
     this.ShowLeftScrollBarCheckBox.CheckedChanged += new System.EventHandler(this.ShowLeftScrollBarCheckBox_CheckedChanged);
     //
     // LeftAxisPageValueNumericUpDown
     //
     this.LeftAxisPageValueNumericUpDown.Location      = new System.Drawing.Point(100, 52);
     this.LeftAxisPageValueNumericUpDown.Name          = "LeftAxisPageValueNumericUpDown";
     this.LeftAxisPageValueNumericUpDown.Size          = new System.Drawing.Size(85, 20);
     this.LeftAxisPageValueNumericUpDown.TabIndex      = 3;
     this.LeftAxisPageValueNumericUpDown.ValueChanged += new System.EventHandler(this.LeftAxisPageValueNumericUpDown_ValueChanged);
     //
     // LeftAxisPageSizeNumericUpDown
     //
     this.LeftAxisPageSizeNumericUpDown.Location      = new System.Drawing.Point(100, 25);
     this.LeftAxisPageSizeNumericUpDown.Name          = "LeftAxisPageSizeNumericUpDown";
     this.LeftAxisPageSizeNumericUpDown.Size          = new System.Drawing.Size(85, 20);
     this.LeftAxisPageSizeNumericUpDown.TabIndex      = 1;
     this.LeftAxisPageSizeNumericUpDown.ValueChanged += new System.EventHandler(this.LeftAxisPageSizeNumericUpDown_ValueChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 56);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(66, 16);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Page Value:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 29);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(66, 16);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Page Size:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.BottomAxisPageValueNumericUpDown);
     this.groupBox2.Controls.Add(this.BottomAxisPageSizeNumericUpDown);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.label14);
     this.groupBox2.Controls.Add(this.ShowBottomScrollbarCheckBox);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.BottomAxisSmallChangeNumericUpDown);
     this.groupBox2.Controls.Add(this.BottomUseAutoSmallChangeCheckBox);
     this.groupBox2.Dock       = System.Windows.Forms.DockStyle.Top;
     this.groupBox2.ImageIndex = 0;
     this.groupBox2.Location   = new System.Drawing.Point(0, 176);
     this.groupBox2.Name       = "groupBox2";
     this.groupBox2.Size       = new System.Drawing.Size(192, 183);
     this.groupBox2.TabIndex   = 1;
     this.groupBox2.TabStop    = false;
     this.groupBox2.Text       = "Bottom Axis";
     //
     // BottomAxisPageValueNumericUpDown
     //
     this.BottomAxisPageValueNumericUpDown.Location      = new System.Drawing.Point(100, 47);
     this.BottomAxisPageValueNumericUpDown.Name          = "BottomAxisPageValueNumericUpDown";
     this.BottomAxisPageValueNumericUpDown.Size          = new System.Drawing.Size(85, 20);
     this.BottomAxisPageValueNumericUpDown.TabIndex      = 3;
     this.BottomAxisPageValueNumericUpDown.ValueChanged += new System.EventHandler(this.BottomAxisPageValueNumericUpDown_ValueChanged);
     //
     // BottomAxisPageSizeNumericUpDown
     //
     this.BottomAxisPageSizeNumericUpDown.Location      = new System.Drawing.Point(100, 19);
     this.BottomAxisPageSizeNumericUpDown.Name          = "BottomAxisPageSizeNumericUpDown";
     this.BottomAxisPageSizeNumericUpDown.Size          = new System.Drawing.Size(85, 20);
     this.BottomAxisPageSizeNumericUpDown.TabIndex      = 1;
     this.BottomAxisPageSizeNumericUpDown.ValueChanged += new System.EventHandler(this.BottomAxisPageSizeNumericUpDown_ValueChanged);
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(8, 51);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(66, 16);
     this.label11.TabIndex = 2;
     this.label11.Text     = "Page Value:";
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(8, 23);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(66, 16);
     this.label14.TabIndex = 0;
     this.label14.Text     = "Page Size:";
     //
     // ShowBottomScrollbarCheckBox
     //
     this.ShowBottomScrollbarCheckBox.Location        = new System.Drawing.Point(8, 86);
     this.ShowBottomScrollbarCheckBox.Name            = "ShowBottomScrollbarCheckBox";
     this.ShowBottomScrollbarCheckBox.TabIndex        = 4;
     this.ShowBottomScrollbarCheckBox.Text            = "Show Scrollbar";
     this.ShowBottomScrollbarCheckBox.CheckedChanged += new System.EventHandler(this.ShowBottomScrollbarCheckBox_CheckedChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 134);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(83, 23);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Small Change:";
     //
     // BottomAxisSmallChangeNumericUpDown
     //
     this.BottomAxisSmallChangeNumericUpDown.Location = new System.Drawing.Point(100, 130);
     this.BottomAxisSmallChangeNumericUpDown.Maximum  = new System.Decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.BottomAxisSmallChangeNumericUpDown.Minimum = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.BottomAxisSmallChangeNumericUpDown.Name     = "BottomAxisSmallChangeNumericUpDown";
     this.BottomAxisSmallChangeNumericUpDown.Size     = new System.Drawing.Size(85, 20);
     this.BottomAxisSmallChangeNumericUpDown.TabIndex = 7;
     this.BottomAxisSmallChangeNumericUpDown.Value    = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.BottomAxisSmallChangeNumericUpDown.ValueChanged += new System.EventHandler(this.BottomAxisSmallChangeNumericUpDown_ValueChanged);
     //
     // BottomUseAutoSmallChangeCheckBox
     //
     this.BottomUseAutoSmallChangeCheckBox.Location        = new System.Drawing.Point(8, 106);
     this.BottomUseAutoSmallChangeCheckBox.Name            = "BottomUseAutoSmallChangeCheckBox";
     this.BottomUseAutoSmallChangeCheckBox.Size            = new System.Drawing.Size(136, 24);
     this.BottomUseAutoSmallChangeCheckBox.TabIndex        = 5;
     this.BottomUseAutoSmallChangeCheckBox.Text            = "Auto Small Change";
     this.BottomUseAutoSmallChangeCheckBox.CheckedChanged += new System.EventHandler(this.BottomUseAutoSmallChangeCheckBox_CheckedChanged);
     //
     // NNumericAxisPagingUC
     //
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "NNumericAxisPagingUC";
     this.Size = new System.Drawing.Size(192, 593);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.LeftAxisSmallChangeNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LeftAxisPageValueNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LeftAxisPageSizeNumericUpDown)).EndInit();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.BottomAxisPageValueNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BottomAxisPageSizeNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BottomAxisSmallChangeNumericUpDown)).EndInit();
     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.label1             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.label10            = new System.Windows.Forms.Label();
     this.LabelFormatCombo   = new Nevron.UI.WinForm.Controls.NComboBox();
     this.UseCustomMax       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.MaxTextBox         = new Nevron.UI.WinForm.Controls.NTextBox();
     this.RoundToTickMin     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.RoundToTickMax     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.LogarithBaseUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     ((System.ComponentModel.ISupportInitialize)(this.LogarithBaseUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(168, -16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(88, 16);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Logarihm Base:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 14);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(88, 16);
     this.label2.TabIndex = 6;
     this.label2.Text     = "Logarithm Base:";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(16, 71);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(80, 16);
     this.label10.TabIndex = 7;
     this.label10.Text     = "Label Format:";
     //
     // LabelFormatCombo
     //
     this.LabelFormatCombo.Location              = new System.Drawing.Point(16, 93);
     this.LabelFormatCombo.Name                  = "LabelFormatCombo";
     this.LabelFormatCombo.Size                  = new System.Drawing.Size(153, 21);
     this.LabelFormatCombo.TabIndex              = 9;
     this.LabelFormatCombo.SelectedIndexChanged += new System.EventHandler(this.LabelFormatCombo_SelectedIndexChanged);
     //
     // UseCustomMax
     //
     this.UseCustomMax.Location = new System.Drawing.Point(32, 464);
     this.UseCustomMax.Name     = "UseCustomMax";
     this.UseCustomMax.Size     = new System.Drawing.Size(113, 21);
     this.UseCustomMax.TabIndex = 14;
     this.UseCustomMax.Text     = "Use Custom Max";
     //
     // MaxTextBox
     //
     this.MaxTextBox.ErrorMessage = null;
     this.MaxTextBox.Location     = new System.Drawing.Point(34, 494);
     this.MaxTextBox.Name         = "MaxTextBox";
     this.MaxTextBox.Size         = new System.Drawing.Size(96, 18);
     this.MaxTextBox.TabIndex     = 15;
     this.MaxTextBox.Text         = "100";
     //
     // RoundToTickMin
     //
     this.RoundToTickMin.Location        = new System.Drawing.Point(17, 131);
     this.RoundToTickMin.Name            = "RoundToTickMin";
     this.RoundToTickMin.Size            = new System.Drawing.Size(130, 19);
     this.RoundToTickMin.TabIndex        = 16;
     this.RoundToTickMin.Text            = "Round To Tick Min";
     this.RoundToTickMin.CheckedChanged += new System.EventHandler(this.RoundToTickMin_CheckedChanged);
     //
     // RoundToTickMax
     //
     this.RoundToTickMax.Location        = new System.Drawing.Point(17, 155);
     this.RoundToTickMax.Name            = "RoundToTickMax";
     this.RoundToTickMax.Size            = new System.Drawing.Size(128, 19);
     this.RoundToTickMax.TabIndex        = 17;
     this.RoundToTickMax.Text            = "Round To Tick Max";
     this.RoundToTickMax.CheckedChanged += new System.EventHandler(this.RoundToTickMax_CheckedChanged);
     //
     // LogarithBaseUpDown
     //
     this.LogarithBaseUpDown.Location = new System.Drawing.Point(19, 38);
     this.LogarithBaseUpDown.Maximum  = new System.Decimal(new int[] {
         30,
         0,
         0,
         0
     });
     this.LogarithBaseUpDown.Minimum = new System.Decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.LogarithBaseUpDown.Name     = "LogarithBaseUpDown";
     this.LogarithBaseUpDown.Size     = new System.Drawing.Size(149, 20);
     this.LogarithBaseUpDown.TabIndex = 18;
     this.LogarithBaseUpDown.Value    = new System.Decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.LogarithBaseUpDown.ValueChanged += new System.EventHandler(this.LogarithBaseUpDown_ValueChanged);
     //
     // NLogarithmicScaleUC
     //
     this.Controls.Add(this.LogarithBaseUpDown);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.RoundToTickMin);
     this.Controls.Add(this.RoundToTickMax);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.LabelFormatCombo);
     this.Controls.Add(this.MaxTextBox);
     this.Controls.Add(this.UseCustomMax);
     this.Name = "NLogarithmicScaleUC";
     this.Size = new System.Drawing.Size(191, 466);
     ((System.ComponentModel.ISupportInitialize)(this.LogarithBaseUpDown)).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()
 {
     this.RepaintChartWhileDraggingCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label1 = new System.Windows.Forms.Label();
     this.XAxisPageSizeNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label2 = new System.Windows.Forms.Label();
     this.YAxisPageSizeNumericUpDown   = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.ShowScrollbarSlidersCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.XAxisPageSizeNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.YAxisPageSizeNumericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // RepaintChartWhileDraggingCheckBox
     //
     this.RepaintChartWhileDraggingCheckBox.ButtonProperties.BorderOffset = 2;
     this.RepaintChartWhileDraggingCheckBox.Location        = new System.Drawing.Point(8, 8);
     this.RepaintChartWhileDraggingCheckBox.Name            = "RepaintChartWhileDraggingCheckBox";
     this.RepaintChartWhileDraggingCheckBox.Size            = new System.Drawing.Size(163, 34);
     this.RepaintChartWhileDraggingCheckBox.TabIndex        = 0;
     this.RepaintChartWhileDraggingCheckBox.Text            = "Repaint Chart while Dragging";
     this.RepaintChartWhileDraggingCheckBox.CheckedChanged += new System.EventHandler(this.RepaintChartWhileDraggingCheckBox_CheckedChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(5, 83);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(144, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "X axis page size:";
     //
     // XAxisPageSizeNumericUpDown
     //
     this.XAxisPageSizeNumericUpDown.Location = new System.Drawing.Point(8, 102);
     this.XAxisPageSizeNumericUpDown.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.XAxisPageSizeNumericUpDown.Name     = "XAxisPageSizeNumericUpDown";
     this.XAxisPageSizeNumericUpDown.Size     = new System.Drawing.Size(89, 20);
     this.XAxisPageSizeNumericUpDown.TabIndex = 2;
     this.XAxisPageSizeNumericUpDown.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.XAxisPageSizeNumericUpDown.ValueChanged += new System.EventHandler(this.XAxisPageSizeNumericUpDown_ValueChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 126);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(144, 16);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Y axis page size:";
     //
     // YAxisPageSizeNumericUpDown
     //
     this.YAxisPageSizeNumericUpDown.Location = new System.Drawing.Point(8, 145);
     this.YAxisPageSizeNumericUpDown.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.YAxisPageSizeNumericUpDown.Name     = "YAxisPageSizeNumericUpDown";
     this.YAxisPageSizeNumericUpDown.Size     = new System.Drawing.Size(89, 20);
     this.YAxisPageSizeNumericUpDown.TabIndex = 4;
     this.YAxisPageSizeNumericUpDown.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.YAxisPageSizeNumericUpDown.ValueChanged += new System.EventHandler(this.YAxisPageSizeNumericUpDown_ValueChanged);
     //
     // ShowScrollbarSlidersCheckBox
     //
     this.ShowScrollbarSlidersCheckBox.ButtonProperties.BorderOffset = 2;
     this.ShowScrollbarSlidersCheckBox.Location        = new System.Drawing.Point(8, 33);
     this.ShowScrollbarSlidersCheckBox.Name            = "ShowScrollbarSlidersCheckBox";
     this.ShowScrollbarSlidersCheckBox.Size            = new System.Drawing.Size(163, 34);
     this.ShowScrollbarSlidersCheckBox.TabIndex        = 5;
     this.ShowScrollbarSlidersCheckBox.Text            = "Show Scrollbar Sliders";
     this.ShowScrollbarSlidersCheckBox.CheckedChanged += new System.EventHandler(this.ShowScrollbarSlidersCheckBox_CheckedChanged);
     //
     // NDataPanToolUC
     //
     this.Controls.Add(this.ShowScrollbarSlidersCheckBox);
     this.Controls.Add(this.YAxisPageSizeNumericUpDown);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.XAxisPageSizeNumericUpDown);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.RepaintChartWhileDraggingCheckBox);
     this.Name = "NDataPanToolUC";
     this.Size = new System.Drawing.Size(180, 424);
     ((System.ComponentModel.ISupportInitialize)(this.XAxisPageSizeNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.YAxisPageSizeNumericUpDown)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1 = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.XAxisInterlacedStripeInterval = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label7 = new System.Windows.Forms.Label();
     this.XAxisInterlacedStripesLength = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label3 = new System.Windows.Forms.Label();
     this.XAxisInterlacedStripesEnd = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label2 = new System.Windows.Forms.Label();
     this.XAxisInterlacedStripesInfinite = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.XAxisInterlacedStripesBegin    = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label1 = new System.Windows.Forms.Label();
     this.XAxisInterlacedStripeFillStyleButton = new Nevron.UI.WinForm.Controls.NButton();
     this.XAxisInterlacedStripesCheckBox       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.groupBox0 = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.YAxisInterlacedStripeInterval = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label8 = new System.Windows.Forms.Label();
     this.YAxisInterlacedStripesLength = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label9 = new System.Windows.Forms.Label();
     this.YAxisInterlacedStripesEnd = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label10 = new System.Windows.Forms.Label();
     this.YAxisInterlacedStripesInfinite = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.YAxisInterlacedStripesBegin    = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label11 = new System.Windows.Forms.Label();
     this.YAxisInterlacedStripeFillStyleButton = new Nevron.UI.WinForm.Controls.NButton();
     this.YAxisInterlacedStripesCheckBox       = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.XAxisInterlacedStripeInterval)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.XAxisInterlacedStripesLength)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.XAxisInterlacedStripesEnd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.XAxisInterlacedStripesBegin)).BeginInit();
     this.groupBox0.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.YAxisInterlacedStripeInterval)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.YAxisInterlacedStripesLength)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.YAxisInterlacedStripesEnd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.YAxisInterlacedStripesBegin)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.XAxisInterlacedStripeInterval);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.XAxisInterlacedStripesLength);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.XAxisInterlacedStripesEnd);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.XAxisInterlacedStripesInfinite);
     this.groupBox1.Controls.Add(this.XAxisInterlacedStripesBegin);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.XAxisInterlacedStripeFillStyleButton);
     this.groupBox1.Controls.Add(this.XAxisInterlacedStripesCheckBox);
     this.groupBox1.ImageIndex = 0;
     this.groupBox1.Location   = new System.Drawing.Point(8, 240);
     this.groupBox1.Name       = "groupBox1";
     this.groupBox1.Size       = new System.Drawing.Size(168, 232);
     this.groupBox1.TabIndex   = 58;
     this.groupBox1.TabStop    = false;
     this.groupBox1.Text       = "Horizontal interlacing";
     //
     // XAxisInterlacedStripeInterval
     //
     this.XAxisInterlacedStripeInterval.Location      = new System.Drawing.Point(80, 200);
     this.XAxisInterlacedStripeInterval.Name          = "XAxisInterlacedStripeInterval";
     this.XAxisInterlacedStripeInterval.Size          = new System.Drawing.Size(72, 20);
     this.XAxisInterlacedStripeInterval.TabIndex      = 10;
     this.XAxisInterlacedStripeInterval.ValueChanged += new System.EventHandler(this.XAxisInterlacedStripeInterval_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;
     //
     // XAxisInterlacedStripesLength
     //
     this.XAxisInterlacedStripesLength.Location      = new System.Drawing.Point(80, 168);
     this.XAxisInterlacedStripesLength.Name          = "XAxisInterlacedStripesLength";
     this.XAxisInterlacedStripesLength.Size          = new System.Drawing.Size(72, 20);
     this.XAxisInterlacedStripesLength.TabIndex      = 8;
     this.XAxisInterlacedStripesLength.ValueChanged += new System.EventHandler(this.XAxisInterlacedStripesLength_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;
     //
     // XAxisInterlacedStripesEnd
     //
     this.XAxisInterlacedStripesEnd.Location      = new System.Drawing.Point(80, 112);
     this.XAxisInterlacedStripesEnd.Name          = "XAxisInterlacedStripesEnd";
     this.XAxisInterlacedStripesEnd.Size          = new System.Drawing.Size(72, 20);
     this.XAxisInterlacedStripesEnd.TabIndex      = 6;
     this.XAxisInterlacedStripesEnd.ValueChanged += new System.EventHandler(this.XAxisInterlacedStripesEnd_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;
     //
     // XAxisInterlacedStripesInfinite
     //
     this.XAxisInterlacedStripesInfinite.Location        = new System.Drawing.Point(80, 136);
     this.XAxisInterlacedStripesInfinite.Name            = "XAxisInterlacedStripesInfinite";
     this.XAxisInterlacedStripesInfinite.Size            = new System.Drawing.Size(72, 20);
     this.XAxisInterlacedStripesInfinite.TabIndex        = 4;
     this.XAxisInterlacedStripesInfinite.Text            = "Infinite";
     this.XAxisInterlacedStripesInfinite.CheckedChanged += new System.EventHandler(this.XAxisInterlacedStripesInfinite_CheckedChanged);
     //
     // XAxisInterlacedStripesBegin
     //
     this.XAxisInterlacedStripesBegin.Location      = new System.Drawing.Point(80, 80);
     this.XAxisInterlacedStripesBegin.Name          = "XAxisInterlacedStripesBegin";
     this.XAxisInterlacedStripesBegin.Size          = new System.Drawing.Size(72, 20);
     this.XAxisInterlacedStripesBegin.TabIndex      = 3;
     this.XAxisInterlacedStripesBegin.ValueChanged += new System.EventHandler(this.XAxisInterlacedStripesBegin_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;
     //
     // XAxisInterlacedStripeFillStyleButton
     //
     this.XAxisInterlacedStripeFillStyleButton.Location = new System.Drawing.Point(8, 48);
     this.XAxisInterlacedStripeFillStyleButton.Name     = "XAxisInterlacedStripeFillStyleButton";
     this.XAxisInterlacedStripeFillStyleButton.Size     = new System.Drawing.Size(152, 24);
     this.XAxisInterlacedStripeFillStyleButton.TabIndex = 1;
     this.XAxisInterlacedStripeFillStyleButton.Text     = "Fill Style...";
     this.XAxisInterlacedStripeFillStyleButton.Click   += new System.EventHandler(this.XAxisInterlacedStripeFillStyleButton_Click);
     //
     // XAxisInterlacedStripesCheckBox
     //
     this.XAxisInterlacedStripesCheckBox.Location        = new System.Drawing.Point(8, 16);
     this.XAxisInterlacedStripesCheckBox.Name            = "XAxisInterlacedStripesCheckBox";
     this.XAxisInterlacedStripesCheckBox.Size            = new System.Drawing.Size(152, 24);
     this.XAxisInterlacedStripesCheckBox.TabIndex        = 0;
     this.XAxisInterlacedStripesCheckBox.Text            = "Enable";
     this.XAxisInterlacedStripesCheckBox.CheckedChanged += new System.EventHandler(this.XAxisInterlacedStripesCheckBox_CheckedChanged);
     //
     // groupBox0
     //
     this.groupBox0.Controls.Add(this.YAxisInterlacedStripeInterval);
     this.groupBox0.Controls.Add(this.label8);
     this.groupBox0.Controls.Add(this.YAxisInterlacedStripesLength);
     this.groupBox0.Controls.Add(this.label9);
     this.groupBox0.Controls.Add(this.YAxisInterlacedStripesEnd);
     this.groupBox0.Controls.Add(this.label10);
     this.groupBox0.Controls.Add(this.YAxisInterlacedStripesInfinite);
     this.groupBox0.Controls.Add(this.YAxisInterlacedStripesBegin);
     this.groupBox0.Controls.Add(this.label11);
     this.groupBox0.Controls.Add(this.YAxisInterlacedStripeFillStyleButton);
     this.groupBox0.Controls.Add(this.YAxisInterlacedStripesCheckBox);
     this.groupBox0.ImageIndex = 0;
     this.groupBox0.Location   = new System.Drawing.Point(8, 8);
     this.groupBox0.Name       = "groupBox0";
     this.groupBox0.Size       = new System.Drawing.Size(168, 232);
     this.groupBox0.TabIndex   = 59;
     this.groupBox0.TabStop    = false;
     this.groupBox0.Text       = "Vertical interlacing";
     //
     // YAxisInterlacedStripeInterval
     //
     this.YAxisInterlacedStripeInterval.Location      = new System.Drawing.Point(80, 200);
     this.YAxisInterlacedStripeInterval.Name          = "YAxisInterlacedStripeInterval";
     this.YAxisInterlacedStripeInterval.Size          = new System.Drawing.Size(72, 20);
     this.YAxisInterlacedStripeInterval.TabIndex      = 10;
     this.YAxisInterlacedStripeInterval.ValueChanged += new System.EventHandler(this.YAxisInterlacedStripeInterval_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;
     //
     // YAxisInterlacedStripesLength
     //
     this.YAxisInterlacedStripesLength.Location      = new System.Drawing.Point(80, 168);
     this.YAxisInterlacedStripesLength.Name          = "YAxisInterlacedStripesLength";
     this.YAxisInterlacedStripesLength.Size          = new System.Drawing.Size(72, 20);
     this.YAxisInterlacedStripesLength.TabIndex      = 8;
     this.YAxisInterlacedStripesLength.ValueChanged += new System.EventHandler(this.YAxisInterlacedStripesLength_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;
     //
     // YAxisInterlacedStripesEnd
     //
     this.YAxisInterlacedStripesEnd.Location      = new System.Drawing.Point(80, 112);
     this.YAxisInterlacedStripesEnd.Name          = "YAxisInterlacedStripesEnd";
     this.YAxisInterlacedStripesEnd.Size          = new System.Drawing.Size(72, 20);
     this.YAxisInterlacedStripesEnd.TabIndex      = 6;
     this.YAxisInterlacedStripesEnd.ValueChanged += new System.EventHandler(this.YAxisInterlacedStripesEnd_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;
     //
     // YAxisInterlacedStripesInfinite
     //
     this.YAxisInterlacedStripesInfinite.Location        = new System.Drawing.Point(80, 136);
     this.YAxisInterlacedStripesInfinite.Name            = "YAxisInterlacedStripesInfinite";
     this.YAxisInterlacedStripesInfinite.Size            = new System.Drawing.Size(72, 20);
     this.YAxisInterlacedStripesInfinite.TabIndex        = 4;
     this.YAxisInterlacedStripesInfinite.Text            = "Infinite";
     this.YAxisInterlacedStripesInfinite.CheckedChanged += new System.EventHandler(this.YAxisInterlacedStripesInfinite_CheckedChanged);
     //
     // YAxisInterlacedStripesBegin
     //
     this.YAxisInterlacedStripesBegin.Location = new System.Drawing.Point(80, 80);
     this.YAxisInterlacedStripesBegin.Name     = "YAxisInterlacedStripesBegin";
     this.YAxisInterlacedStripesBegin.Size     = new System.Drawing.Size(72, 20);
     this.YAxisInterlacedStripesBegin.TabIndex = 3;
     this.YAxisInterlacedStripesBegin.Value    = new System.Decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.YAxisInterlacedStripesBegin.ValueChanged += new System.EventHandler(this.YAxisInterlacedStripesBegin_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;
     //
     // YAxisInterlacedStripeFillStyleButton
     //
     this.YAxisInterlacedStripeFillStyleButton.Location = new System.Drawing.Point(8, 48);
     this.YAxisInterlacedStripeFillStyleButton.Name     = "YAxisInterlacedStripeFillStyleButton";
     this.YAxisInterlacedStripeFillStyleButton.Size     = new System.Drawing.Size(152, 24);
     this.YAxisInterlacedStripeFillStyleButton.TabIndex = 1;
     this.YAxisInterlacedStripeFillStyleButton.Text     = "Fill Style...";
     this.YAxisInterlacedStripeFillStyleButton.Click   += new System.EventHandler(this.YAxisInterlacedStripeFillStyleButton_Click);
     //
     // YAxisInterlacedStripesCheckBox
     //
     this.YAxisInterlacedStripesCheckBox.Location        = new System.Drawing.Point(8, 16);
     this.YAxisInterlacedStripesCheckBox.Name            = "YAxisInterlacedStripesCheckBox";
     this.YAxisInterlacedStripesCheckBox.Size            = new System.Drawing.Size(152, 24);
     this.YAxisInterlacedStripesCheckBox.TabIndex        = 0;
     this.YAxisInterlacedStripesCheckBox.Text            = "Enable";
     this.YAxisInterlacedStripesCheckBox.CheckedChanged += new System.EventHandler(this.YAxisInterlacedStripesCheckBox_CheckedChanged);
     //
     // NAxisInterlacedStripesUC
     //
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBox0);
     this.Name = "NAxisInterlacedStripesUC";
     this.Size = new System.Drawing.Size(184, 528);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.XAxisInterlacedStripeInterval)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.XAxisInterlacedStripesLength)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.XAxisInterlacedStripesEnd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.XAxisInterlacedStripesBegin)).EndInit();
     this.groupBox0.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.YAxisInterlacedStripeInterval)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.YAxisInterlacedStripesLength)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.YAxisInterlacedStripesEnd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.YAxisInterlacedStripesBegin)).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.label1                   = new System.Windows.Forms.Label();
     this.DockStyleComboBox        = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2                   = new System.Windows.Forms.Label();
     this.DockPanelComboBox        = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label3                   = new System.Windows.Forms.Label();
     this.LegendExpandModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     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.label4                   = new System.Windows.Forms.Label();
     this.label7                   = new System.Windows.Forms.Label();
     this.BoundsModeComboBox       = new Nevron.UI.WinForm.Controls.NComboBox();
     this.FitAlignmentComboBox     = new Nevron.UI.WinForm.Controls.NComboBox();
     ((System.ComponentModel.ISupportInitialize)(this.RowCountUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ColCountUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(168, 20);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Dock Style:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // DockStyleComboBox
     //
     this.DockStyleComboBox.ListProperties.CheckBoxDataMember = "";
     this.DockStyleComboBox.ListProperties.DataSource         = null;
     this.DockStyleComboBox.ListProperties.DisplayMember      = "";
     this.DockStyleComboBox.Location              = new System.Drawing.Point(8, 30);
     this.DockStyleComboBox.Name                  = "DockStyleComboBox";
     this.DockStyleComboBox.Size                  = new System.Drawing.Size(168, 21);
     this.DockStyleComboBox.TabIndex              = 1;
     this.DockStyleComboBox.SelectedIndexChanged += new System.EventHandler(this.DockStyleComboBox_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(8, 53);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(168, 20);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Dock Panel:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // DockPanelComboBox
     //
     this.DockPanelComboBox.ListProperties.CheckBoxDataMember = "";
     this.DockPanelComboBox.ListProperties.DataSource         = null;
     this.DockPanelComboBox.ListProperties.DisplayMember      = "";
     this.DockPanelComboBox.Location              = new System.Drawing.Point(8, 75);
     this.DockPanelComboBox.Name                  = "DockPanelComboBox";
     this.DockPanelComboBox.Size                  = new System.Drawing.Size(168, 21);
     this.DockPanelComboBox.TabIndex              = 3;
     this.DockPanelComboBox.SelectedIndexChanged += new System.EventHandler(this.DockPanelComboBox_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(8, 188);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(168, 20);
     this.label3.TabIndex  = 8;
     this.label3.Text      = "Legend Expand Mode:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // LegendExpandModeComboBox
     //
     this.LegendExpandModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.LegendExpandModeComboBox.ListProperties.DataSource         = null;
     this.LegendExpandModeComboBox.ListProperties.DisplayMember      = "";
     this.LegendExpandModeComboBox.Location              = new System.Drawing.Point(8, 210);
     this.LegendExpandModeComboBox.Name                  = "LegendExpandModeComboBox";
     this.LegendExpandModeComboBox.Size                  = new System.Drawing.Size(168, 21);
     this.LegendExpandModeComboBox.TabIndex              = 9;
     this.LegendExpandModeComboBox.SelectedIndexChanged += new System.EventHandler(this.LegendExpandModeComboBox_SelectedIndexChanged);
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(8, 233);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(168, 20);
     this.label6.TabIndex  = 10;
     this.label6.Text      = "Row Count:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // RowCountUpDown
     //
     this.RowCountUpDown.Location = new System.Drawing.Point(8, 255);
     this.RowCountUpDown.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.RowCountUpDown.Name     = "RowCountUpDown";
     this.RowCountUpDown.Size     = new System.Drawing.Size(168, 20);
     this.RowCountUpDown.TabIndex = 11;
     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(8, 277);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(168, 20);
     this.label5.TabIndex  = 12;
     this.label5.Text      = "Col Count:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ColCountUpDown
     //
     this.ColCountUpDown.Location = new System.Drawing.Point(8, 299);
     this.ColCountUpDown.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.ColCountUpDown.Name     = "ColCountUpDown";
     this.ColCountUpDown.Size     = new System.Drawing.Size(168, 20);
     this.ColCountUpDown.TabIndex = 13;
     this.ColCountUpDown.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.ColCountUpDown.ValueChanged += new System.EventHandler(this.ColCountUpDown_ValueChanged);
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(8, 143);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(168, 20);
     this.label4.TabIndex  = 6;
     this.label4.Text      = "Legend Fit Alignment:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(8, 98);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(168, 20);
     this.label7.TabIndex  = 4;
     this.label7.Text      = "Bounds Mode:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // BoundsModeComboBox
     //
     this.BoundsModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.BoundsModeComboBox.ListProperties.DataSource         = null;
     this.BoundsModeComboBox.ListProperties.DisplayMember      = "";
     this.BoundsModeComboBox.Location              = new System.Drawing.Point(8, 120);
     this.BoundsModeComboBox.Name                  = "BoundsModeComboBox";
     this.BoundsModeComboBox.Size                  = new System.Drawing.Size(168, 21);
     this.BoundsModeComboBox.TabIndex              = 5;
     this.BoundsModeComboBox.SelectedIndexChanged += new System.EventHandler(this.BoundsModeComboBox_SelectedIndexChanged);
     //
     // FitAlignmentComboBox
     //
     this.FitAlignmentComboBox.ListProperties.CheckBoxDataMember = "";
     this.FitAlignmentComboBox.ListProperties.DataSource         = null;
     this.FitAlignmentComboBox.ListProperties.DisplayMember      = "";
     this.FitAlignmentComboBox.Location              = new System.Drawing.Point(8, 165);
     this.FitAlignmentComboBox.Name                  = "FitAlignmentComboBox";
     this.FitAlignmentComboBox.Size                  = new System.Drawing.Size(168, 21);
     this.FitAlignmentComboBox.TabIndex              = 14;
     this.FitAlignmentComboBox.SelectedIndexChanged += new System.EventHandler(this.FitAlignmentComboBox_SelectedIndexChanged);
     //
     // NLegendDockingUC
     //
     this.Controls.Add(this.FitAlignmentComboBox);
     this.Controls.Add(this.BoundsModeComboBox);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.RowCountUpDown);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.ColCountUpDown);
     this.Controls.Add(this.LegendExpandModeComboBox);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.DockPanelComboBox);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.DockStyleComboBox);
     this.Controls.Add(this.label1);
     this.Name = "NLegendDockingUC";
     this.Size = new System.Drawing.Size(180, 432);
     ((System.ComponentModel.ISupportInitialize)(this.RowCountUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ColCountUpDown)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.CreatePointAtPlaneComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.XZPlaneValueNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.XYPlaneValueNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.ResetPointsButton         = new Nevron.UI.WinForm.Controls.NButton();
     this.label4                     = new System.Windows.Forms.Label();
     this.MouseModeComboBox          = new Nevron.UI.WinForm.Controls.NComboBox();
     this.ClampValuesToRulerCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.XZPlaneValueNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.XYPlaneValueNumericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // CreatePointAtPlaneComboBox
     //
     this.CreatePointAtPlaneComboBox.ListProperties.CheckBoxDataMember = "";
     this.CreatePointAtPlaneComboBox.ListProperties.DataSource         = null;
     this.CreatePointAtPlaneComboBox.ListProperties.DisplayMember      = "";
     this.CreatePointAtPlaneComboBox.Location              = new System.Drawing.Point(5, 79);
     this.CreatePointAtPlaneComboBox.Name                  = "CreatePointAtPlaneComboBox";
     this.CreatePointAtPlaneComboBox.Size                  = new System.Drawing.Size(171, 21);
     this.CreatePointAtPlaneComboBox.TabIndex              = 0;
     this.CreatePointAtPlaneComboBox.SelectedIndexChanged += new System.EventHandler(this.CreatePointAtPlaneComboBox_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(5, 57);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(171, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Create point at plane:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(5, 106);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(171, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "XZ plane value:";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(5, 154);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(171, 16);
     this.label3.TabIndex = 3;
     this.label3.Text     = "XY plane value:";
     //
     // XZPlaneValueNumericUpDown
     //
     this.XZPlaneValueNumericUpDown.Location      = new System.Drawing.Point(5, 128);
     this.XZPlaneValueNumericUpDown.Name          = "XZPlaneValueNumericUpDown";
     this.XZPlaneValueNumericUpDown.Size          = new System.Drawing.Size(171, 20);
     this.XZPlaneValueNumericUpDown.TabIndex      = 4;
     this.XZPlaneValueNumericUpDown.ValueChanged += new System.EventHandler(this.XZPlaneValueNumericUpDown_ValueChanged);
     //
     // XYPlaneValueNumericUpDown
     //
     this.XYPlaneValueNumericUpDown.Location      = new System.Drawing.Point(5, 176);
     this.XYPlaneValueNumericUpDown.Name          = "XYPlaneValueNumericUpDown";
     this.XYPlaneValueNumericUpDown.Size          = new System.Drawing.Size(171, 20);
     this.XYPlaneValueNumericUpDown.TabIndex      = 5;
     this.XYPlaneValueNumericUpDown.ValueChanged += new System.EventHandler(this.XYPlaneValueNumericUpDown_ValueChanged);
     //
     // ResetPointsButton
     //
     this.ResetPointsButton.Location = new System.Drawing.Point(5, 232);
     this.ResetPointsButton.Name     = "ResetPointsButton";
     this.ResetPointsButton.Size     = new System.Drawing.Size(171, 23);
     this.ResetPointsButton.TabIndex = 6;
     this.ResetPointsButton.Text     = "Reset points";
     this.ResetPointsButton.Click   += new System.EventHandler(this.ResetPointsButton_Click);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(5, 8);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(171, 16);
     this.label4.TabIndex = 7;
     this.label4.Text     = "Mouse mode:";
     //
     // MouseModeComboBox
     //
     this.MouseModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.MouseModeComboBox.ListProperties.DataSource         = null;
     this.MouseModeComboBox.ListProperties.DisplayMember      = "";
     this.MouseModeComboBox.Location              = new System.Drawing.Point(5, 30);
     this.MouseModeComboBox.Name                  = "MouseModeComboBox";
     this.MouseModeComboBox.Size                  = new System.Drawing.Size(171, 21);
     this.MouseModeComboBox.TabIndex              = 8;
     this.MouseModeComboBox.SelectedIndexChanged += new System.EventHandler(this.MouseModeComboBox_SelectedIndexChanged);
     //
     // ClampValuesToRulerCheckBox
     //
     this.ClampValuesToRulerCheckBox.ButtonProperties.BorderOffset = 2;
     this.ClampValuesToRulerCheckBox.Checked    = true;
     this.ClampValuesToRulerCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ClampValuesToRulerCheckBox.Location   = new System.Drawing.Point(5, 202);
     this.ClampValuesToRulerCheckBox.Name       = "ClampValuesToRulerCheckBox";
     this.ClampValuesToRulerCheckBox.Size       = new System.Drawing.Size(171, 24);
     this.ClampValuesToRulerCheckBox.TabIndex   = 9;
     this.ClampValuesToRulerCheckBox.Text       = "Clamp values to ruler";
     //
     // ViewportToScaleUC
     //
     this.Controls.Add(this.ClampValuesToRulerCheckBox);
     this.Controls.Add(this.MouseModeComboBox);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.ResetPointsButton);
     this.Controls.Add(this.XYPlaneValueNumericUpDown);
     this.Controls.Add(this.XZPlaneValueNumericUpDown);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.CreatePointAtPlaneComboBox);
     this.Name = "ViewportToScaleUC";
     this.Size = new System.Drawing.Size(180, 494);
     ((System.ComponentModel.ISupportInitialize)(this.XZPlaneValueNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.XYPlaneValueNumericUpDown)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #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.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);
 }
コード例 #19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.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();
 }
コード例 #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.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);
 }
コード例 #21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.RadarLineButton         = new Nevron.UI.WinForm.Controls.NButton();
     this.RadarLine2Button        = new Nevron.UI.WinForm.Controls.NButton();
     this.MarkerStyleButton2      = new Nevron.UI.WinForm.Controls.NButton();
     this.MarkerStyleButton1      = new Nevron.UI.WinForm.Controls.NButton();
     this.BeginAngleUpDown        = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label2                  = new System.Windows.Forms.Label();
     this.label1                  = new System.Windows.Forms.Label();
     this.TitleAngleNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label3                  = new System.Windows.Forms.Label();
     this.TitleAngleModeComboBox  = new Nevron.UI.WinForm.Controls.NComboBox();
     ((System.ComponentModel.ISupportInitialize)(this.BeginAngleUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TitleAngleNumericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // RadarLineButton
     //
     this.RadarLineButton.Location = new System.Drawing.Point(9, 59);
     this.RadarLineButton.Name     = "RadarLineButton";
     this.RadarLineButton.Size     = new System.Drawing.Size(157, 24);
     this.RadarLineButton.TabIndex = 2;
     this.RadarLineButton.Text     = "Radar Line 1...";
     this.RadarLineButton.Click   += new System.EventHandler(this.RadarLineButton_Click);
     //
     // RadarLine2Button
     //
     this.RadarLine2Button.Location = new System.Drawing.Point(9, 90);
     this.RadarLine2Button.Name     = "RadarLine2Button";
     this.RadarLine2Button.Size     = new System.Drawing.Size(157, 24);
     this.RadarLine2Button.TabIndex = 3;
     this.RadarLine2Button.Text     = "Radar Line 2...";
     this.RadarLine2Button.Click   += new System.EventHandler(this.RadarLine2Button_Click);
     //
     // MarkerStyleButton2
     //
     this.MarkerStyleButton2.Location = new System.Drawing.Point(9, 152);
     this.MarkerStyleButton2.Name     = "MarkerStyleButton2";
     this.MarkerStyleButton2.Size     = new System.Drawing.Size(157, 24);
     this.MarkerStyleButton2.TabIndex = 5;
     this.MarkerStyleButton2.Text     = "Radar 2 Marker Style...";
     this.MarkerStyleButton2.Click   += new System.EventHandler(this.MarkerStyleButton2_Click);
     //
     // MarkerStyleButton1
     //
     this.MarkerStyleButton1.Location = new System.Drawing.Point(9, 121);
     this.MarkerStyleButton1.Name     = "MarkerStyleButton1";
     this.MarkerStyleButton1.Size     = new System.Drawing.Size(157, 24);
     this.MarkerStyleButton1.TabIndex = 4;
     this.MarkerStyleButton1.Text     = "Radar 1 Marker Style...";
     this.MarkerStyleButton1.Click   += new System.EventHandler(this.MarkerStyleButton1_Click);
     //
     // BeginAngleUpDown
     //
     this.BeginAngleUpDown.Location = new System.Drawing.Point(9, 29);
     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(157, 20);
     this.BeginAngleUpDown.TabIndex      = 1;
     this.BeginAngleUpDown.ValueChanged += new System.EventHandler(this.BeginAngleUpDown_ValueChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(9, 9);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(162, 17);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Begin Angle:";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(9, 230);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(157, 17);
     this.label1.TabIndex = 8;
     this.label1.Text     = "Title Angle:";
     //
     // TitleAngleNumericUpDown
     //
     this.TitleAngleNumericUpDown.Location = new System.Drawing.Point(12, 249);
     this.TitleAngleNumericUpDown.Maximum  = new decimal(new int[] {
         360,
         0,
         0,
         0
     });
     this.TitleAngleNumericUpDown.Minimum = new decimal(new int[] {
         360,
         0,
         0,
         -2147483648
     });
     this.TitleAngleNumericUpDown.Name          = "TitleAngleNumericUpDown";
     this.TitleAngleNumericUpDown.Size          = new System.Drawing.Size(157, 20);
     this.TitleAngleNumericUpDown.TabIndex      = 9;
     this.TitleAngleNumericUpDown.ValueChanged += new System.EventHandler(this.TitleAngleNumericUpDown_ValueChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(12, 189);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(90, 13);
     this.label3.TabIndex = 6;
     this.label3.Text     = "Title Angle Mode:";
     //
     // TitleAngleModeComboBox
     //
     this.TitleAngleModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.TitleAngleModeComboBox.ListProperties.DataSource         = null;
     this.TitleAngleModeComboBox.ListProperties.DisplayMember      = "";
     this.TitleAngleModeComboBox.Location              = new System.Drawing.Point(12, 206);
     this.TitleAngleModeComboBox.Name                  = "TitleAngleModeComboBox";
     this.TitleAngleModeComboBox.Size                  = new System.Drawing.Size(157, 21);
     this.TitleAngleModeComboBox.TabIndex              = 7;
     this.TitleAngleModeComboBox.SelectedIndexChanged += new System.EventHandler(this.TitleAngleModeComboBox_SelectedIndexChanged);
     //
     // NRadarLineUC
     //
     this.Controls.Add(this.label1);
     this.Controls.Add(this.TitleAngleNumericUpDown);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.TitleAngleModeComboBox);
     this.Controls.Add(this.BeginAngleUpDown);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.MarkerStyleButton2);
     this.Controls.Add(this.MarkerStyleButton1);
     this.Controls.Add(this.RadarLine2Button);
     this.Controls.Add(this.RadarLineButton);
     this.Name = "NRadarLineUC";
     this.Size = new System.Drawing.Size(180, 459);
     ((System.ComponentModel.ISupportInitialize)(this.BeginAngleUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TitleAngleNumericUpDown)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.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);
 }
コード例 #23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.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();
 }
コード例 #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.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);
 }
コード例 #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.AllowTextFlipCheckBox    = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.CustomAngleNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label2             = new System.Windows.Forms.Label();
     this.AngleModeComboBox  = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.RotationScrollBar  = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.ElevationScrollBar = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.Use3DCheckBox      = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.Fit3DChartCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.CustomAngleNumericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // AllowTextFlipCheckBox
     //
     this.AllowTextFlipCheckBox.AutoSize = true;
     this.AllowTextFlipCheckBox.ButtonProperties.BorderOffset = 2;
     this.AllowTextFlipCheckBox.Location = new System.Drawing.Point(11, 108);
     this.AllowTextFlipCheckBox.Name     = "AllowTextFlipCheckBox";
     this.AllowTextFlipCheckBox.Size     = new System.Drawing.Size(109, 17);
     this.AllowTextFlipCheckBox.TabIndex = 4;
     this.AllowTextFlipCheckBox.Text     = "Allow labels to flip";
     this.AllowTextFlipCheckBox.UseVisualStyleBackColor = true;
     this.AllowTextFlipCheckBox.CheckedChanged         += new System.EventHandler(this.AllowTextFlipCheckBox_CheckedChanged);
     //
     // CustomAngleNumericUpDown
     //
     this.CustomAngleNumericUpDown.Increment = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.CustomAngleNumericUpDown.Location = new System.Drawing.Point(11, 71);
     this.CustomAngleNumericUpDown.Maximum  = new decimal(new int[] {
         360,
         0,
         0,
         0
     });
     this.CustomAngleNumericUpDown.Name          = "CustomAngleNumericUpDown";
     this.CustomAngleNumericUpDown.Size          = new System.Drawing.Size(154, 20);
     this.CustomAngleNumericUpDown.TabIndex      = 3;
     this.CustomAngleNumericUpDown.ValueChanged += new System.EventHandler(this.CustomAngleNumericUpDown_ValueChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(11, 54);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(75, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Custom Angle:";
     //
     // AngleModeComboBox
     //
     this.AngleModeComboBox.Location              = new System.Drawing.Point(11, 26);
     this.AngleModeComboBox.Name                  = "AngleModeComboBox";
     this.AngleModeComboBox.Size                  = new System.Drawing.Size(154, 21);
     this.AngleModeComboBox.TabIndex              = 1;
     this.AngleModeComboBox.SelectedIndexChanged += new System.EventHandler(this.AngleModeComboBox_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(11, 10);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(67, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Angle Mode:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(11, 198);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(50, 13);
     this.label3.TabIndex = 6;
     this.label3.Text     = "Rotation:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(11, 247);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(54, 13);
     this.label4.TabIndex = 8;
     this.label4.Text     = "Elevation:";
     //
     // RotationScrollBar
     //
     this.RotationScrollBar.Location      = new System.Drawing.Point(11, 217);
     this.RotationScrollBar.Maximum       = 360;
     this.RotationScrollBar.Minimum       = -360;
     this.RotationScrollBar.MinimumSize   = new System.Drawing.Size(32, 16);
     this.RotationScrollBar.Name          = "RotationScrollBar";
     this.RotationScrollBar.Size          = new System.Drawing.Size(154, 16);
     this.RotationScrollBar.TabIndex      = 7;
     this.RotationScrollBar.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.RotationScrollBar_ValueChanged);
     //
     // ElevationScrollBar
     //
     this.ElevationScrollBar.Location      = new System.Drawing.Point(11, 265);
     this.ElevationScrollBar.Maximum       = 360;
     this.ElevationScrollBar.Minimum       = -360;
     this.ElevationScrollBar.MinimumSize   = new System.Drawing.Size(32, 16);
     this.ElevationScrollBar.Name          = "ElevationScrollBar";
     this.ElevationScrollBar.Size          = new System.Drawing.Size(154, 16);
     this.ElevationScrollBar.TabIndex      = 9;
     this.ElevationScrollBar.Value         = -360;
     this.ElevationScrollBar.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.ElevationScrollBar_ValueChanged);
     //
     // Use3DCheckBox
     //
     this.Use3DCheckBox.AutoSize = true;
     this.Use3DCheckBox.ButtonProperties.BorderOffset = 2;
     this.Use3DCheckBox.Location = new System.Drawing.Point(11, 135);
     this.Use3DCheckBox.Name     = "Use3DCheckBox";
     this.Use3DCheckBox.Size     = new System.Drawing.Size(90, 17);
     this.Use3DCheckBox.TabIndex = 5;
     this.Use3DCheckBox.Text     = "Use 3D Chart";
     this.Use3DCheckBox.UseVisualStyleBackColor = true;
     this.Use3DCheckBox.CheckedChanged         += new System.EventHandler(this.Use3DCheckBox_CheckedChanged);
     //
     // Fit3DChartCheckBox
     //
     this.Fit3DChartCheckBox.AutoSize = true;
     this.Fit3DChartCheckBox.ButtonProperties.BorderOffset = 2;
     this.Fit3DChartCheckBox.Location = new System.Drawing.Point(11, 163);
     this.Fit3DChartCheckBox.Name     = "Fit3DChartCheckBox";
     this.Fit3DChartCheckBox.Size     = new System.Drawing.Size(113, 17);
     this.Fit3DChartCheckBox.TabIndex = 10;
     this.Fit3DChartCheckBox.Text     = "Fit 3D Chart in box";
     this.Fit3DChartCheckBox.UseVisualStyleBackColor = true;
     this.Fit3DChartCheckBox.CheckedChanged         += new System.EventHandler(this.Fit3DChartCheckBox_CheckedChanged);
     //
     // NAxisLabelsOrientationUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.Fit3DChartCheckBox);
     this.Controls.Add(this.Use3DCheckBox);
     this.Controls.Add(this.ElevationScrollBar);
     this.Controls.Add(this.RotationScrollBar);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.AllowTextFlipCheckBox);
     this.Controls.Add(this.CustomAngleNumericUpDown);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.AngleModeComboBox);
     this.Controls.Add(this.label1);
     this.Name = "NAxisLabelsOrientationUC";
     this.Size = new System.Drawing.Size(178, 323);
     ((System.ComponentModel.ISupportInitialize)(this.CustomAngleNumericUpDown)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #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.GenerateDataButton            = new Nevron.UI.WinForm.Controls.NButton();
     this.label8                        = new System.Windows.Forms.Label();
     this.SafeguardSizeNumericUpDown    = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.EnableDataPointSafeguardCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.RemoveOverlappedLabelsCheck   = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.EnableInitialPositioningCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.EnableLabelAdjustmentCheck    = new Nevron.UI.WinForm.Controls.NCheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.SafeguardSizeNumericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // GenerateDataButton
     //
     this.GenerateDataButton.Location = new System.Drawing.Point(5, 9);
     this.GenerateDataButton.Name     = "GenerateDataButton";
     this.GenerateDataButton.Size     = new System.Drawing.Size(170, 24);
     this.GenerateDataButton.TabIndex = 4;
     this.GenerateDataButton.Text     = "Generate Data";
     this.GenerateDataButton.Click   += new System.EventHandler(this.GenerateDataButton_Click);
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(5, 186);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(170, 20);
     this.label8.TabIndex  = 16;
     this.label8.Text      = "Safeguard Size (in points):";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // SafeguardSizeNumericUpDown
     //
     this.SafeguardSizeNumericUpDown.Location = new System.Drawing.Point(5, 209);
     this.SafeguardSizeNumericUpDown.Name     = "SafeguardSizeNumericUpDown";
     this.SafeguardSizeNumericUpDown.Size     = new System.Drawing.Size(170, 20);
     this.SafeguardSizeNumericUpDown.TabIndex = 17;
     this.SafeguardSizeNumericUpDown.Value    = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.SafeguardSizeNumericUpDown.ValueChanged += new System.EventHandler(this.SafeguardSizeNumericUpDown_ValueChanged);
     //
     // EnableDataPointSafeguardCheck
     //
     this.EnableDataPointSafeguardCheck.ButtonProperties.BorderOffset = 2;
     this.EnableDataPointSafeguardCheck.Location        = new System.Drawing.Point(5, 152);
     this.EnableDataPointSafeguardCheck.Name            = "EnableDataPointSafeguardCheck";
     this.EnableDataPointSafeguardCheck.Size            = new System.Drawing.Size(164, 21);
     this.EnableDataPointSafeguardCheck.TabIndex        = 15;
     this.EnableDataPointSafeguardCheck.Text            = "Enable Data Point Safeguard";
     this.EnableDataPointSafeguardCheck.CheckedChanged += new System.EventHandler(this.EnableDataPointSafeguardCheck_CheckedChanged);
     //
     // RemoveOverlappedLabelsCheck
     //
     this.RemoveOverlappedLabelsCheck.ButtonProperties.BorderOffset = 2;
     this.RemoveOverlappedLabelsCheck.ButtonProperties.WrapText     = true;
     this.RemoveOverlappedLabelsCheck.Location        = new System.Drawing.Point(5, 68);
     this.RemoveOverlappedLabelsCheck.Name            = "RemoveOverlappedLabelsCheck";
     this.RemoveOverlappedLabelsCheck.Size            = new System.Drawing.Size(175, 41);
     this.RemoveOverlappedLabelsCheck.TabIndex        = 14;
     this.RemoveOverlappedLabelsCheck.Text            = "Remove Overlapped Labels After Initial Positioning";
     this.RemoveOverlappedLabelsCheck.CheckedChanged += new System.EventHandler(this.RemoveOverlappedLabelsCheck_CheckedChanged);
     //
     // EnableInitialPositioningCheck
     //
     this.EnableInitialPositioningCheck.ButtonProperties.BorderOffset = 2;
     this.EnableInitialPositioningCheck.Location        = new System.Drawing.Point(5, 47);
     this.EnableInitialPositioningCheck.Name            = "EnableInitialPositioningCheck";
     this.EnableInitialPositioningCheck.Size            = new System.Drawing.Size(164, 21);
     this.EnableInitialPositioningCheck.TabIndex        = 13;
     this.EnableInitialPositioningCheck.Text            = "Enable Initial Positioning";
     this.EnableInitialPositioningCheck.CheckedChanged += new System.EventHandler(this.EnableInitialPositioningCheck_CheckedChanged);
     //
     // EnableLabelAdjustmentCheck
     //
     this.EnableLabelAdjustmentCheck.ButtonProperties.BorderOffset = 2;
     this.EnableLabelAdjustmentCheck.Location        = new System.Drawing.Point(5, 115);
     this.EnableLabelAdjustmentCheck.Name            = "EnableLabelAdjustmentCheck";
     this.EnableLabelAdjustmentCheck.Size            = new System.Drawing.Size(164, 21);
     this.EnableLabelAdjustmentCheck.TabIndex        = 12;
     this.EnableLabelAdjustmentCheck.Text            = "Enable Label Adjustment";
     this.EnableLabelAdjustmentCheck.CheckedChanged += new System.EventHandler(this.EnableLabelAdjustmentCheck_CheckedChanged);
     //
     // NAutoLabelsXYPointUC
     //
     this.Controls.Add(this.label8);
     this.Controls.Add(this.SafeguardSizeNumericUpDown);
     this.Controls.Add(this.EnableDataPointSafeguardCheck);
     this.Controls.Add(this.RemoveOverlappedLabelsCheck);
     this.Controls.Add(this.EnableInitialPositioningCheck);
     this.Controls.Add(this.EnableLabelAdjustmentCheck);
     this.Controls.Add(this.GenerateDataButton);
     this.Name = "NAutoLabelsXYPointUC";
     this.Size = new System.Drawing.Size(180, 284);
     ((System.ComponentModel.ISupportInitialize)(this.SafeguardSizeNumericUpDown)).EndInit();
     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.ClusterModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.DistanceNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.label4 = new System.Windows.Forms.Label();
     this.DataPointCountTextBox = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label6           = new System.Windows.Forms.Label();
     this.ClearDataButton  = new Nevron.UI.WinForm.Controls.NButton();
     this.Add40KDataButton = new Nevron.UI.WinForm.Controls.NButton();
     this.Add20KDataButton = new Nevron.UI.WinForm.Controls.NButton();
     ((System.ComponentModel.ISupportInitialize)(this.DistanceNumericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // ClusterModeComboBox
     //
     this.ClusterModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.ClusterModeComboBox.ListProperties.DataSource         = null;
     this.ClusterModeComboBox.ListProperties.DisplayMember      = "";
     this.ClusterModeComboBox.Location              = new System.Drawing.Point(5, 27);
     this.ClusterModeComboBox.Name                  = "ClusterModeComboBox";
     this.ClusterModeComboBox.Size                  = new System.Drawing.Size(170, 21);
     this.ClusterModeComboBox.TabIndex              = 1;
     this.ClusterModeComboBox.SelectedIndexChanged += new System.EventHandler(this.ClusterModeComboBox_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(5, 11);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(170, 21);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Cluster Mode:";
     //
     // DistanceNumericUpDown
     //
     this.DistanceNumericUpDown.DecimalPlaces = 5;
     this.DistanceNumericUpDown.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         196608
     });
     this.DistanceNumericUpDown.Location = new System.Drawing.Point(5, 74);
     this.DistanceNumericUpDown.Maximum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.DistanceNumericUpDown.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         327680
     });
     this.DistanceNumericUpDown.Name     = "DistanceNumericUpDown";
     this.DistanceNumericUpDown.Size     = new System.Drawing.Size(170, 20);
     this.DistanceNumericUpDown.TabIndex = 3;
     this.DistanceNumericUpDown.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.DistanceNumericUpDown.ValueChanged += new System.EventHandler(this.DistanceNumericUpDown_ValueChanged);
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(5, 58);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(146, 20);
     this.label4.TabIndex  = 2;
     this.label4.Text      = "Distance Factor:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // DataPointCountTextBox
     //
     this.DataPointCountTextBox.Location = new System.Drawing.Point(5, 200);
     this.DataPointCountTextBox.Name     = "DataPointCountTextBox";
     this.DataPointCountTextBox.ReadOnly = true;
     this.DataPointCountTextBox.Size     = new System.Drawing.Size(170, 18);
     this.DataPointCountTextBox.TabIndex = 7;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(5, 176);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(170, 21);
     this.label6.TabIndex  = 6;
     this.label6.Text      = "Data Point Count:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // ClearDataButton
     //
     this.ClearDataButton.Location = new System.Drawing.Point(5, 274);
     this.ClearDataButton.Name     = "ClearDataButton";
     this.ClearDataButton.Size     = new System.Drawing.Size(170, 23);
     this.ClearDataButton.TabIndex = 8;
     this.ClearDataButton.Text     = "Clear Data";
     this.ClearDataButton.Click   += new System.EventHandler(this.ClearDataButton_Click);
     //
     // Add40KDataButton
     //
     this.Add40KDataButton.Location = new System.Drawing.Point(5, 150);
     this.Add40KDataButton.Name     = "Add40KDataButton";
     this.Add40KDataButton.Size     = new System.Drawing.Size(170, 23);
     this.Add40KDataButton.TabIndex = 5;
     this.Add40KDataButton.Text     = "Add 40,000 Data Points";
     this.Add40KDataButton.Click   += new System.EventHandler(this.Add40KDataButton_Click);
     //
     // Add20KDataButton
     //
     this.Add20KDataButton.Location = new System.Drawing.Point(5, 121);
     this.Add20KDataButton.Name     = "Add20KDataButton";
     this.Add20KDataButton.Size     = new System.Drawing.Size(170, 23);
     this.Add20KDataButton.TabIndex = 4;
     this.Add20KDataButton.Text     = "Add 20,000 Data Points";
     this.Add20KDataButton.Click   += new System.EventHandler(this.Add20KDataButton_Click);
     //
     // NXYScatterPointClusteredUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.DataPointCountTextBox);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.ClearDataButton);
     this.Controls.Add(this.Add40KDataButton);
     this.Controls.Add(this.Add20KDataButton);
     this.Controls.Add(this.DistanceNumericUpDown);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.ClusterModeComboBox);
     this.Controls.Add(this.label1);
     this.Name = "NXYScatterPointClusteredUC";
     this.Size = new System.Drawing.Size(180, 450);
     ((System.ComponentModel.ISupportInitialize)(this.DistanceNumericUpDown)).EndInit();
     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.EnableJitteringCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.JitteringDeviationUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown();
     this.JitteringStepsComboBox   = new Nevron.UI.WinForm.Controls.NComboBox();
     ((System.ComponentModel.ISupportInitialize)(this.JitteringDeviationUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // EnableJitteringCheckBox
     //
     this.EnableJitteringCheckBox.Location        = new System.Drawing.Point(11, 12);
     this.EnableJitteringCheckBox.Name            = "EnableJitteringCheckBox";
     this.EnableJitteringCheckBox.Size            = new System.Drawing.Size(120, 21);
     this.EnableJitteringCheckBox.TabIndex        = 0;
     this.EnableJitteringCheckBox.Text            = "Enable jittering";
     this.EnableJitteringCheckBox.CheckedChanged += new System.EventHandler(this.EnableJitteringCheckBox_CheckedChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(11, 46);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(104, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Jittering steps:";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(11, 104);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(104, 16);
     this.label6.TabIndex = 3;
     this.label6.Text     = "Jittering deviation:";
     //
     // JitteringDeviationUpDown
     //
     this.JitteringDeviationUpDown.DecimalPlaces = 1;
     this.JitteringDeviationUpDown.Increment     = new System.Decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.JitteringDeviationUpDown.Location      = new System.Drawing.Point(11, 124);
     this.JitteringDeviationUpDown.Name          = "JitteringDeviationUpDown";
     this.JitteringDeviationUpDown.Size          = new System.Drawing.Size(110, 20);
     this.JitteringDeviationUpDown.TabIndex      = 4;
     this.JitteringDeviationUpDown.ValueChanged += new System.EventHandler(this.JitteringDeviationUpDown_ValueChanged);
     //
     // JitteringStepsComboBox
     //
     this.JitteringStepsComboBox.Location              = new System.Drawing.Point(11, 66);
     this.JitteringStepsComboBox.Name                  = "JitteringStepsComboBox";
     this.JitteringStepsComboBox.Size                  = new System.Drawing.Size(110, 21);
     this.JitteringStepsComboBox.TabIndex              = 2;
     this.JitteringStepsComboBox.SelectedIndexChanged += new System.EventHandler(this.JitteringStepsComboBox_SelectedIndexChanged);
     //
     // JitteringGeneralUC
     //
     this.Controls.Add(this.JitteringStepsComboBox);
     this.Controls.Add(this.JitteringDeviationUpDown);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.EnableJitteringCheckBox);
     this.Name = "JitteringGeneralUC";
     this.Size = new System.Drawing.Size(175, 183);
     ((System.ComponentModel.ISupportInitialize)(this.JitteringDeviationUpDown)).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.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);
 }