/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.label2 = new System.Windows.Forms.Label(); this.FirstRowModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox(); this.FirstRowVisibleCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.SecondRowVisibleCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.ThirdRowVisibleCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.label1 = new System.Windows.Forms.Label(); this.FirstRowUnitComboBox = new Nevron.UI.WinForm.Controls.NComboBox(); this.FirstRowUnitCountUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown(); this.label3 = new System.Windows.Forms.Label(); this.SecondRowUnitCountUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.SecondRowUnitComboBox = new Nevron.UI.WinForm.Controls.NComboBox(); this.label8 = new System.Windows.Forms.Label(); this.SecondRowModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox(); this.ThirdRowUnitCountUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.ThirdRowUnitComboBox = new Nevron.UI.WinForm.Controls.NComboBox(); this.label12 = new System.Windows.Forms.Label(); this.ThirdRowModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox(); this.groupBox2 = new Nevron.UI.WinForm.Controls.NGroupBox(); this.nGroupBox1 = new Nevron.UI.WinForm.Controls.NGroupBox(); this.nGroupBox2 = new Nevron.UI.WinForm.Controls.NGroupBox(); this.label9 = new System.Windows.Forms.Label(); this.TopLevelPaddingUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown(); this.label4 = new System.Windows.Forms.Label(); this.BottomLevelPaddingUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown(); ((System.ComponentModel.ISupportInitialize)(this.FirstRowUnitCountUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.SecondRowUnitCountUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ThirdRowUnitCountUpDown)).BeginInit(); this.groupBox2.SuspendLayout(); this.nGroupBox1.SuspendLayout(); this.nGroupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.TopLevelPaddingUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BottomLevelPaddingUpDown)).BeginInit(); this.SuspendLayout(); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 48); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(37, 13); this.label2.TabIndex = 1; this.label2.Text = "Mode:"; // // FirstRowModeComboBox // this.FirstRowModeComboBox.Location = new System.Drawing.Point(65, 40); this.FirstRowModeComboBox.Name = "FirstRowModeComboBox"; this.FirstRowModeComboBox.Size = new System.Drawing.Size(156, 21); this.FirstRowModeComboBox.TabIndex = 2; this.FirstRowModeComboBox.SelectedIndexChanged += new System.EventHandler(this.FirstRowModeComboBox_SelectedIndexChanged); // // FirstRowVisibleCheckBox // this.FirstRowVisibleCheckBox.AutoSize = true; this.FirstRowVisibleCheckBox.ButtonProperties.BorderOffset = 2; this.FirstRowVisibleCheckBox.Location = new System.Drawing.Point(6, 19); this.FirstRowVisibleCheckBox.Name = "FirstRowVisibleCheckBox"; this.FirstRowVisibleCheckBox.Size = new System.Drawing.Size(103, 17); this.FirstRowVisibleCheckBox.TabIndex = 0; this.FirstRowVisibleCheckBox.Text = "First Row Visible"; this.FirstRowVisibleCheckBox.UseVisualStyleBackColor = true; this.FirstRowVisibleCheckBox.CheckedChanged += new System.EventHandler(this.FirstRowVisibleCheckBox_CheckedChanged); // // SecondRowVisibleCheckBox // this.SecondRowVisibleCheckBox.AutoSize = true; this.SecondRowVisibleCheckBox.ButtonProperties.BorderOffset = 2; this.SecondRowVisibleCheckBox.Location = new System.Drawing.Point(6, 19); this.SecondRowVisibleCheckBox.Name = "SecondRowVisibleCheckBox"; this.SecondRowVisibleCheckBox.Size = new System.Drawing.Size(121, 17); this.SecondRowVisibleCheckBox.TabIndex = 0; this.SecondRowVisibleCheckBox.Text = "Second Row Visible"; this.SecondRowVisibleCheckBox.UseVisualStyleBackColor = true; this.SecondRowVisibleCheckBox.CheckedChanged += new System.EventHandler(this.SecondRowVisibleCheckBox_CheckedChanged); // // ThirdRowVisibleCheckBox // this.ThirdRowVisibleCheckBox.AutoSize = true; this.ThirdRowVisibleCheckBox.ButtonProperties.BorderOffset = 2; this.ThirdRowVisibleCheckBox.Location = new System.Drawing.Point(6, 18); this.ThirdRowVisibleCheckBox.Name = "ThirdRowVisibleCheckBox"; this.ThirdRowVisibleCheckBox.Size = new System.Drawing.Size(108, 17); this.ThirdRowVisibleCheckBox.TabIndex = 0; this.ThirdRowVisibleCheckBox.Text = "Third Row Visible"; this.ThirdRowVisibleCheckBox.UseVisualStyleBackColor = true; this.ThirdRowVisibleCheckBox.CheckedChanged += new System.EventHandler(this.ThirdRowVisibleCheckBox_CheckedChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 74); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 13); this.label1.TabIndex = 3; this.label1.Text = "Unit:"; // // FirstRowUnitComboBox // this.FirstRowUnitComboBox.Location = new System.Drawing.Point(65, 66); this.FirstRowUnitComboBox.Name = "FirstRowUnitComboBox"; this.FirstRowUnitComboBox.Size = new System.Drawing.Size(156, 21); this.FirstRowUnitComboBox.TabIndex = 4; this.FirstRowUnitComboBox.SelectedIndexChanged += new System.EventHandler(this.FirstRowUnitComboBox_SelectedIndexChanged); // // FirstRowUnitCountUpDown // this.FirstRowUnitCountUpDown.Location = new System.Drawing.Point(65, 92); this.FirstRowUnitCountUpDown.Maximum = new decimal(new int[] { 30, 0, 0, 0 }); this.FirstRowUnitCountUpDown.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); this.FirstRowUnitCountUpDown.Name = "FirstRowUnitCountUpDown"; this.FirstRowUnitCountUpDown.Size = new System.Drawing.Size(156, 20); this.FirstRowUnitCountUpDown.TabIndex = 6; this.FirstRowUnitCountUpDown.Value = new decimal(new int[] { 1, 0, 0, 0 }); this.FirstRowUnitCountUpDown.ValueChanged += new System.EventHandler(this.FirstRowUnitCountUpDown_ValueChanged); // // label3 // this.label3.Location = new System.Drawing.Point(6, 96); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 16); this.label3.TabIndex = 5; this.label3.Text = "Count:"; // // SecondRowUnitCountUpDown // this.SecondRowUnitCountUpDown.Location = new System.Drawing.Point(65, 92); this.SecondRowUnitCountUpDown.Maximum = new decimal(new int[] { 30, 0, 0, 0 }); this.SecondRowUnitCountUpDown.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); this.SecondRowUnitCountUpDown.Name = "SecondRowUnitCountUpDown"; this.SecondRowUnitCountUpDown.Size = new System.Drawing.Size(156, 20); this.SecondRowUnitCountUpDown.TabIndex = 6; this.SecondRowUnitCountUpDown.Value = new decimal(new int[] { 1, 0, 0, 0 }); this.SecondRowUnitCountUpDown.ValueChanged += new System.EventHandler(this.SecondRowUnitCountUpDown_ValueChanged); // // label6 // this.label6.Location = new System.Drawing.Point(6, 96); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(37, 16); this.label6.TabIndex = 5; this.label6.Text = "Count:"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(6, 74); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(29, 13); this.label7.TabIndex = 3; this.label7.Text = "Unit:"; // // SecondRowUnitComboBox // this.SecondRowUnitComboBox.Location = new System.Drawing.Point(65, 66); this.SecondRowUnitComboBox.Name = "SecondRowUnitComboBox"; this.SecondRowUnitComboBox.Size = new System.Drawing.Size(156, 21); this.SecondRowUnitComboBox.TabIndex = 4; this.SecondRowUnitComboBox.SelectedIndexChanged += new System.EventHandler(this.SecondRowUnitComboBox_SelectedIndexChanged); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(6, 48); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(37, 13); this.label8.TabIndex = 1; this.label8.Text = "Mode:"; // // SecondRowModeComboBox // this.SecondRowModeComboBox.Location = new System.Drawing.Point(65, 40); this.SecondRowModeComboBox.Name = "SecondRowModeComboBox"; this.SecondRowModeComboBox.Size = new System.Drawing.Size(156, 21); this.SecondRowModeComboBox.TabIndex = 2; this.SecondRowModeComboBox.SelectedIndexChanged += new System.EventHandler(this.SecondRowModeComboBox_SelectedIndexChanged); // // ThirdRowUnitCountUpDown // this.ThirdRowUnitCountUpDown.Location = new System.Drawing.Point(65, 91); this.ThirdRowUnitCountUpDown.Maximum = new decimal(new int[] { 30, 0, 0, 0 }); this.ThirdRowUnitCountUpDown.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); this.ThirdRowUnitCountUpDown.Name = "ThirdRowUnitCountUpDown"; this.ThirdRowUnitCountUpDown.Size = new System.Drawing.Size(156, 20); this.ThirdRowUnitCountUpDown.TabIndex = 6; this.ThirdRowUnitCountUpDown.Value = new decimal(new int[] { 1, 0, 0, 0 }); this.ThirdRowUnitCountUpDown.ValueChanged += new System.EventHandler(this.ThirdRowUnitCountUpDown_ValueChanged); // // label10 // this.label10.Location = new System.Drawing.Point(6, 95); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(37, 16); this.label10.TabIndex = 5; this.label10.Text = "Count:"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(6, 73); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(29, 13); this.label11.TabIndex = 3; this.label11.Text = "Unit:"; // // ThirdRowUnitComboBox // this.ThirdRowUnitComboBox.Location = new System.Drawing.Point(65, 65); this.ThirdRowUnitComboBox.Name = "ThirdRowUnitComboBox"; this.ThirdRowUnitComboBox.Size = new System.Drawing.Size(156, 21); this.ThirdRowUnitComboBox.TabIndex = 4; this.ThirdRowUnitComboBox.SelectedIndexChanged += new System.EventHandler(this.ThirdRowUnitComboBox_SelectedIndexChanged); // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(6, 47); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(37, 13); this.label12.TabIndex = 1; this.label12.Text = "Mode:"; // // ThirdRowModeComboBox // this.ThirdRowModeComboBox.Location = new System.Drawing.Point(65, 39); this.ThirdRowModeComboBox.Name = "ThirdRowModeComboBox"; this.ThirdRowModeComboBox.Size = new System.Drawing.Size(156, 21); this.ThirdRowModeComboBox.TabIndex = 2; this.ThirdRowModeComboBox.SelectedIndexChanged += new System.EventHandler(this.ThirdRowModeComboBox_SelectedIndexChanged); // // groupBox2 // this.groupBox2.Controls.Add(this.FirstRowVisibleCheckBox); this.groupBox2.Controls.Add(this.FirstRowModeComboBox); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.FirstRowUnitComboBox); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.FirstRowUnitCountUpDown); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox2.ImageIndex = 0; this.groupBox2.Location = new System.Drawing.Point(0, 0); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(243, 121); this.groupBox2.TabIndex = 0; this.groupBox2.TabStop = false; this.groupBox2.Text = "First Row"; // // nGroupBox1 // this.nGroupBox1.Controls.Add(this.SecondRowVisibleCheckBox); this.nGroupBox1.Controls.Add(this.SecondRowModeComboBox); this.nGroupBox1.Controls.Add(this.label8); this.nGroupBox1.Controls.Add(this.SecondRowUnitComboBox); this.nGroupBox1.Controls.Add(this.label7); this.nGroupBox1.Controls.Add(this.label6); this.nGroupBox1.Controls.Add(this.SecondRowUnitCountUpDown); this.nGroupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.nGroupBox1.ImageIndex = 0; this.nGroupBox1.Location = new System.Drawing.Point(0, 121); this.nGroupBox1.Name = "nGroupBox1"; this.nGroupBox1.Size = new System.Drawing.Size(243, 121); this.nGroupBox1.TabIndex = 1; this.nGroupBox1.TabStop = false; this.nGroupBox1.Text = "Second Row"; // // nGroupBox2 // this.nGroupBox2.Controls.Add(this.ThirdRowVisibleCheckBox); this.nGroupBox2.Controls.Add(this.ThirdRowModeComboBox); this.nGroupBox2.Controls.Add(this.label12); this.nGroupBox2.Controls.Add(this.ThirdRowUnitCountUpDown); this.nGroupBox2.Controls.Add(this.ThirdRowUnitComboBox); this.nGroupBox2.Controls.Add(this.label10); this.nGroupBox2.Controls.Add(this.label11); this.nGroupBox2.Dock = System.Windows.Forms.DockStyle.Top; this.nGroupBox2.ImageIndex = 0; this.nGroupBox2.Location = new System.Drawing.Point(0, 242); this.nGroupBox2.Name = "nGroupBox2"; this.nGroupBox2.Size = new System.Drawing.Size(243, 121); this.nGroupBox2.TabIndex = 2; this.nGroupBox2.TabStop = false; this.nGroupBox2.Text = "Third Row"; // // label9 // this.label9.Location = new System.Drawing.Point(6, 406); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(103, 16); this.label9.TabIndex = 7; this.label9.Text = "Top Level Padding:"; // // TopLevelPaddingUpDown // this.TopLevelPaddingUpDown.Location = new System.Drawing.Point(128, 402); this.TopLevelPaddingUpDown.Maximum = new decimal(new int[] { 30, 0, 0, 0 }); this.TopLevelPaddingUpDown.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); this.TopLevelPaddingUpDown.Name = "TopLevelPaddingUpDown"; this.TopLevelPaddingUpDown.Size = new System.Drawing.Size(93, 20); this.TopLevelPaddingUpDown.TabIndex = 8; this.TopLevelPaddingUpDown.Value = new decimal(new int[] { 1, 0, 0, 0 }); this.TopLevelPaddingUpDown.ValueChanged += new System.EventHandler(this.TopLevelPaddingUpDown_ValueChanged); // // label4 // this.label4.Location = new System.Drawing.Point(6, 431); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(121, 16); this.label4.TabIndex = 9; this.label4.Text = "Bottom Level Padding:"; // // BottomLevelPaddingUpDown // this.BottomLevelPaddingUpDown.Location = new System.Drawing.Point(128, 427); this.BottomLevelPaddingUpDown.Maximum = new decimal(new int[] { 30, 0, 0, 0 }); this.BottomLevelPaddingUpDown.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); this.BottomLevelPaddingUpDown.Name = "BottomLevelPaddingUpDown"; this.BottomLevelPaddingUpDown.Size = new System.Drawing.Size(93, 20); this.BottomLevelPaddingUpDown.TabIndex = 10; this.BottomLevelPaddingUpDown.Value = new decimal(new int[] { 1, 0, 0, 0 }); this.BottomLevelPaddingUpDown.ValueChanged += new System.EventHandler(this.BottomLevelPaddingUpDown_ValueChanged); // // NRangeTimelineScaleAdvancedUC // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.label4); this.Controls.Add(this.BottomLevelPaddingUpDown); this.Controls.Add(this.label9); this.Controls.Add(this.nGroupBox2); this.Controls.Add(this.nGroupBox1); this.Controls.Add(this.groupBox2); this.Controls.Add(this.TopLevelPaddingUpDown); this.Name = "NRangeTimelineScaleAdvancedUC"; this.Size = new System.Drawing.Size(243, 480); ((System.ComponentModel.ISupportInitialize)(this.FirstRowUnitCountUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.SecondRowUnitCountUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ThirdRowUnitCountUpDown)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.nGroupBox1.ResumeLayout(false); this.nGroupBox1.PerformLayout(); this.nGroupBox2.ResumeLayout(false); this.nGroupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.TopLevelPaddingUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BottomLevelPaddingUpDown)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.nGroupBox1 = new Nevron.UI.WinForm.Controls.NGroupBox(); this.label3 = new System.Windows.Forms.Label(); this.YLabelFitModesList = new Nevron.UI.WinForm.Controls.NListBox(); this.label7 = new System.Windows.Forms.Label(); this.YTicksPerLabelUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown(); this.label2 = new System.Windows.Forms.Label(); this.YLabelGenerationModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox(); this.label1 = new System.Windows.Forms.Label(); this.nGroupBox2 = new Nevron.UI.WinForm.Controls.NGroupBox(); this.label4 = new System.Windows.Forms.Label(); this.XLabelFitModesList = new Nevron.UI.WinForm.Controls.NListBox(); this.label5 = new System.Windows.Forms.Label(); this.XTicksPerLabelUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown(); this.label6 = new System.Windows.Forms.Label(); this.XLabelGenerationModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox(); this.nGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.YTicksPerLabelUpDown)).BeginInit(); this.nGroupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.XTicksPerLabelUpDown)).BeginInit(); this.SuspendLayout(); // // nGroupBox1 // this.nGroupBox1.Controls.Add(this.label3); this.nGroupBox1.Controls.Add(this.YLabelFitModesList); this.nGroupBox1.Controls.Add(this.label7); this.nGroupBox1.Controls.Add(this.YTicksPerLabelUpDown); this.nGroupBox1.Controls.Add(this.label2); this.nGroupBox1.Controls.Add(this.YLabelGenerationModeComboBox); this.nGroupBox1.ImageIndex = 0; this.nGroupBox1.Location = new System.Drawing.Point(7, 8); this.nGroupBox1.Name = "nGroupBox1"; this.nGroupBox1.Size = new System.Drawing.Size(172, 305); this.nGroupBox1.TabIndex = 18; this.nGroupBox1.TabStop = false; this.nGroupBox1.Text = "Y Axis Labels"; // // label3 // this.label3.Location = new System.Drawing.Point(14, 136); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(144, 15); this.label3.TabIndex = 26; this.label3.Text = "Label Fit Modes:"; // // YLabelFitModesList // this.YLabelFitModesList.CheckBoxes = true; this.YLabelFitModesList.Location = new System.Drawing.Point(16, 152); this.YLabelFitModesList.Name = "YLabelFitModesList"; this.YLabelFitModesList.Size = new System.Drawing.Size(144, 124); this.YLabelFitModesList.TabIndex = 25; this.YLabelFitModesList.CheckedChanged += new Nevron.UI.WinForm.Controls.NListBoxItemCheckedEventHandler(this.YLabelFitModesList_CheckedChanged); // // label7 // this.label7.Location = new System.Drawing.Point(16, 80); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(144, 15); this.label7.TabIndex = 24; this.label7.Text = "Number of Ticks per Label:"; // // YTicksPerLabelUpDown // this.YTicksPerLabelUpDown.Location = new System.Drawing.Point(16, 97); this.YTicksPerLabelUpDown.Minimum = new System.Decimal(new int[] { 1, 0, 0, 0 }); this.YTicksPerLabelUpDown.Name = "YTicksPerLabelUpDown"; this.YTicksPerLabelUpDown.Size = new System.Drawing.Size(144, 20); this.YTicksPerLabelUpDown.TabIndex = 23; this.YTicksPerLabelUpDown.Value = new System.Decimal(new int[] { 1, 0, 0, 0 }); this.YTicksPerLabelUpDown.ValueChanged += new System.EventHandler(this.YTicksPerLabelUpDown_ValueChanged); // // label2 // this.label2.Location = new System.Drawing.Point(16, 24); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(137, 15); this.label2.TabIndex = 21; this.label2.Text = "Label Generation Mode:"; // // YLabelGenerationModeComboBox // this.YLabelGenerationModeComboBox.Location = new System.Drawing.Point(16, 40); this.YLabelGenerationModeComboBox.Name = "YLabelGenerationModeComboBox"; this.YLabelGenerationModeComboBox.Size = new System.Drawing.Size(144, 21); this.YLabelGenerationModeComboBox.TabIndex = 19; this.YLabelGenerationModeComboBox.SelectedIndexChanged += new System.EventHandler(this.YLabelGenerationModeComboBox_SelectedIndexChanged); // // label1 // this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.TabIndex = 0; // // nGroupBox2 // this.nGroupBox2.Controls.Add(this.label4); this.nGroupBox2.Controls.Add(this.XLabelFitModesList); this.nGroupBox2.Controls.Add(this.label5); this.nGroupBox2.Controls.Add(this.XTicksPerLabelUpDown); this.nGroupBox2.Controls.Add(this.label6); this.nGroupBox2.Controls.Add(this.XLabelGenerationModeComboBox); this.nGroupBox2.ImageIndex = 0; this.nGroupBox2.Location = new System.Drawing.Point(7, 349); this.nGroupBox2.Name = "nGroupBox2"; this.nGroupBox2.Size = new System.Drawing.Size(172, 305); this.nGroupBox2.TabIndex = 23; this.nGroupBox2.TabStop = false; this.nGroupBox2.Text = "X Axis Labels"; // // label4 // this.label4.Location = new System.Drawing.Point(13, 138); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(144, 15); this.label4.TabIndex = 32; this.label4.Text = "Label Fit Modes:"; // // XLabelFitModesList // this.XLabelFitModesList.CheckBoxes = true; this.XLabelFitModesList.Location = new System.Drawing.Point(15, 154); this.XLabelFitModesList.Name = "XLabelFitModesList"; this.XLabelFitModesList.Size = new System.Drawing.Size(144, 124); this.XLabelFitModesList.TabIndex = 31; this.XLabelFitModesList.CheckedChanged += new Nevron.UI.WinForm.Controls.NListBoxItemCheckedEventHandler(this.XLabelFitModesList_CheckedChanged); // // label5 // this.label5.Location = new System.Drawing.Point(15, 82); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(144, 15); this.label5.TabIndex = 30; this.label5.Text = "Number of Ticks per Label:"; // // XTicksPerLabelUpDown // this.XTicksPerLabelUpDown.Location = new System.Drawing.Point(15, 99); this.XTicksPerLabelUpDown.Minimum = new System.Decimal(new int[] { 1, 0, 0, 0 }); this.XTicksPerLabelUpDown.Name = "XTicksPerLabelUpDown"; this.XTicksPerLabelUpDown.Size = new System.Drawing.Size(144, 20); this.XTicksPerLabelUpDown.TabIndex = 29; this.XTicksPerLabelUpDown.Value = new System.Decimal(new int[] { 1, 0, 0, 0 }); this.XTicksPerLabelUpDown.ValueChanged += new System.EventHandler(this.XTicksPerLabelUpDown_ValueChanged); // // label6 // this.label6.Location = new System.Drawing.Point(15, 26); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(137, 15); this.label6.TabIndex = 28; this.label6.Text = "Label Generation Mode:"; // // XLabelGenerationModeComboBox // this.XLabelGenerationModeComboBox.Location = new System.Drawing.Point(15, 42); this.XLabelGenerationModeComboBox.Name = "XLabelGenerationModeComboBox"; this.XLabelGenerationModeComboBox.Size = new System.Drawing.Size(144, 21); this.XLabelGenerationModeComboBox.TabIndex = 27; this.XLabelGenerationModeComboBox.SelectedIndexChanged += new System.EventHandler(this.XLabelGenerationModeComboBox_SelectedIndexChanged); // // NAxisLabelsUC // this.Controls.Add(this.nGroupBox1); this.Controls.Add(this.nGroupBox2); this.Name = "NAxisLabelsUC"; this.Size = new System.Drawing.Size(188, 665); this.nGroupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.YTicksPerLabelUpDown)).EndInit(); this.nGroupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.XTicksPerLabelUpDown)).EndInit(); this.ResumeLayout(false); }