/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.PrintPreviewButton            = new Nevron.UI.WinForm.Controls.NButton();
     this.PrintButton                   = new Nevron.UI.WinForm.Controls.NButton();
     this.PrintBackgroundFrameCheckBox  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.FillStyleGroupBox             = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.radioButton3                  = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.ConvertToGrayScaleRadioButton = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.FillStyleGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // PrintPreviewButton
     //
     this.PrintPreviewButton.Location = new System.Drawing.Point(8, 136);
     this.PrintPreviewButton.Name     = "PrintPreviewButton";
     this.PrintPreviewButton.Size     = new System.Drawing.Size(165, 23);
     this.PrintPreviewButton.TabIndex = 2;
     this.PrintPreviewButton.Text     = "Print Preview...";
     this.PrintPreviewButton.Click   += new System.EventHandler(this.PrintPreviewButton_Click);
     //
     // PrintButton
     //
     this.PrintButton.Location = new System.Drawing.Point(8, 168);
     this.PrintButton.Name     = "PrintButton";
     this.PrintButton.Size     = new System.Drawing.Size(165, 23);
     this.PrintButton.TabIndex = 3;
     this.PrintButton.Text     = "Print";
     //
     // PrintBackgroundFrameCheckBox
     //
     this.PrintBackgroundFrameCheckBox.ButtonProperties.BorderOffset = 2;
     this.PrintBackgroundFrameCheckBox.Location = new System.Drawing.Point(8, 104);
     this.PrintBackgroundFrameCheckBox.Name     = "PrintBackgroundFrameCheckBox";
     this.PrintBackgroundFrameCheckBox.Size     = new System.Drawing.Size(144, 24);
     this.PrintBackgroundFrameCheckBox.TabIndex = 1;
     this.PrintBackgroundFrameCheckBox.Text     = "Print background frame";
     //
     // FillStyleGroupBox
     //
     this.FillStyleGroupBox.Controls.Add(this.radioButton3);
     this.FillStyleGroupBox.Controls.Add(this.ConvertToGrayScaleRadioButton);
     this.FillStyleGroupBox.Location = new System.Drawing.Point(8, 8);
     this.FillStyleGroupBox.Name     = "FillStyleGroupBox";
     this.FillStyleGroupBox.Size     = new System.Drawing.Size(144, 88);
     this.FillStyleGroupBox.TabIndex = 0;
     this.FillStyleGroupBox.TabStop  = false;
     this.FillStyleGroupBox.Text     = "Fill styles";
     //
     // radioButton3
     //
     this.radioButton3.ButtonProperties.BorderOffset = 2;
     this.radioButton3.Checked  = true;
     this.radioButton3.Location = new System.Drawing.Point(8, 56);
     this.radioButton3.Name     = "radioButton3";
     this.radioButton3.Size     = new System.Drawing.Size(112, 24);
     this.radioButton3.TabIndex = 1;
     this.radioButton3.TabStop  = true;
     this.radioButton3.Text     = "Grayscale (hatch)";
     //
     // ConvertToGrayScaleRadioButton
     //
     this.ConvertToGrayScaleRadioButton.ButtonProperties.BorderOffset = 2;
     this.ConvertToGrayScaleRadioButton.Location = new System.Drawing.Point(8, 24);
     this.ConvertToGrayScaleRadioButton.Name     = "ConvertToGrayScaleRadioButton";
     this.ConvertToGrayScaleRadioButton.Size     = new System.Drawing.Size(104, 24);
     this.ConvertToGrayScaleRadioButton.TabIndex = 0;
     this.ConvertToGrayScaleRadioButton.Text     = "Grayscale";
     //
     // NPrintedChartAppearanceUC
     //
     this.Controls.Add(this.FillStyleGroupBox);
     this.Controls.Add(this.PrintBackgroundFrameCheckBox);
     this.Controls.Add(this.PrintButton);
     this.Controls.Add(this.PrintPreviewButton);
     this.Name = "NPrintedChartAppearanceUC";
     this.Size = new System.Drawing.Size(180, 384);
     this.FillStyleGroupBox.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label4       = new System.Windows.Forms.Label();
     this.label5       = new System.Windows.Forms.Label();
     this.label6       = new System.Windows.Forms.Label();
     this.XAxisTextBox = new Nevron.UI.WinForm.Controls.NTextBox();
     this.YAxisTextBox = new Nevron.UI.WinForm.Controls.NTextBox();
     this.VerticalAxisSnapModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.HorizontalAxisSnapModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.groupBox1         = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.MouseMoveCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.MouseUpCheckBox   = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.MouseDownCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.Enable3DCheckBox  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(6, 236);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(100, 16);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Axis coordinates:";
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(6, 260);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(56, 16);
     this.label5.TabIndex  = 7;
     this.label5.Text      = "X Axis:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(6, 284);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(56, 16);
     this.label6.TabIndex  = 9;
     this.label6.Text      = "Y Axis:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // XAxisTextBox
     //
     this.XAxisTextBox.Location = new System.Drawing.Point(78, 260);
     this.XAxisTextBox.Name     = "XAxisTextBox";
     this.XAxisTextBox.ReadOnly = true;
     this.XAxisTextBox.Size     = new System.Drawing.Size(88, 18);
     this.XAxisTextBox.TabIndex = 8;
     //
     // YAxisTextBox
     //
     this.YAxisTextBox.Location = new System.Drawing.Point(78, 284);
     this.YAxisTextBox.Name     = "YAxisTextBox";
     this.YAxisTextBox.ReadOnly = true;
     this.YAxisTextBox.Size     = new System.Drawing.Size(88, 18);
     this.YAxisTextBox.TabIndex = 10;
     //
     // VerticalAxisSnapModeComboBox
     //
     this.VerticalAxisSnapModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.VerticalAxisSnapModeComboBox.ListProperties.DataSource         = null;
     this.VerticalAxisSnapModeComboBox.ListProperties.DisplayMember      = "";
     this.VerticalAxisSnapModeComboBox.Location              = new System.Drawing.Point(9, 100);
     this.VerticalAxisSnapModeComboBox.Name                  = "VerticalAxisSnapModeComboBox";
     this.VerticalAxisSnapModeComboBox.Size                  = new System.Drawing.Size(160, 21);
     this.VerticalAxisSnapModeComboBox.TabIndex              = 4;
     this.VerticalAxisSnapModeComboBox.SelectedIndexChanged += new System.EventHandler(this.VerticalAxisSnapModeComboBox_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(9, 76);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(128, 23);
     this.label3.TabIndex  = 3;
     this.label3.Text      = "Vertical axis snap mode:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(9, 28);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(152, 23);
     this.label7.TabIndex  = 1;
     this.label7.Text      = "Horizontal axis snap mode:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // HorizontalAxisSnapModeComboBox
     //
     this.HorizontalAxisSnapModeComboBox.ListProperties.CheckBoxDataMember = "";
     this.HorizontalAxisSnapModeComboBox.ListProperties.DataSource         = null;
     this.HorizontalAxisSnapModeComboBox.ListProperties.DisplayMember      = "";
     this.HorizontalAxisSnapModeComboBox.Location              = new System.Drawing.Point(9, 52);
     this.HorizontalAxisSnapModeComboBox.Name                  = "HorizontalAxisSnapModeComboBox";
     this.HorizontalAxisSnapModeComboBox.Size                  = new System.Drawing.Size(160, 21);
     this.HorizontalAxisSnapModeComboBox.TabIndex              = 2;
     this.HorizontalAxisSnapModeComboBox.SelectedIndexChanged += new System.EventHandler(this.HorizontalAxisSnapModeComboBox_SelectedIndexChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.MouseMoveCheckBox);
     this.groupBox1.Controls.Add(this.MouseUpCheckBox);
     this.groupBox1.Controls.Add(this.MouseDownCheckBox);
     this.groupBox1.ImageIndex = 0;
     this.groupBox1.Location   = new System.Drawing.Point(6, 132);
     this.groupBox1.Name       = "groupBox1";
     this.groupBox1.Size       = new System.Drawing.Size(168, 100);
     this.groupBox1.TabIndex   = 5;
     this.groupBox1.TabStop    = false;
     this.groupBox1.Text       = "Synchronize with:";
     //
     // MouseMoveCheckBox
     //
     this.MouseMoveCheckBox.ButtonProperties.BorderOffset = 2;
     this.MouseMoveCheckBox.Location        = new System.Drawing.Point(8, 64);
     this.MouseMoveCheckBox.Name            = "MouseMoveCheckBox";
     this.MouseMoveCheckBox.Size            = new System.Drawing.Size(104, 24);
     this.MouseMoveCheckBox.TabIndex        = 2;
     this.MouseMoveCheckBox.Text            = "MouseMove";
     this.MouseMoveCheckBox.CheckedChanged += new System.EventHandler(this.MouseMoveCheckBox_CheckedChanged);
     //
     // MouseUpCheckBox
     //
     this.MouseUpCheckBox.ButtonProperties.BorderOffset = 2;
     this.MouseUpCheckBox.Location        = new System.Drawing.Point(8, 40);
     this.MouseUpCheckBox.Name            = "MouseUpCheckBox";
     this.MouseUpCheckBox.Size            = new System.Drawing.Size(104, 24);
     this.MouseUpCheckBox.TabIndex        = 1;
     this.MouseUpCheckBox.Text            = "Mouse Up";
     this.MouseUpCheckBox.CheckedChanged += new System.EventHandler(this.MouseUpCheckBox_CheckedChanged);
     //
     // MouseDownCheckBox
     //
     this.MouseDownCheckBox.ButtonProperties.BorderOffset = 2;
     this.MouseDownCheckBox.Location        = new System.Drawing.Point(8, 16);
     this.MouseDownCheckBox.Name            = "MouseDownCheckBox";
     this.MouseDownCheckBox.Size            = new System.Drawing.Size(104, 24);
     this.MouseDownCheckBox.TabIndex        = 0;
     this.MouseDownCheckBox.Text            = "Mouse down";
     this.MouseDownCheckBox.CheckedChanged += new System.EventHandler(this.MouseDownCheckBox_CheckedChanged);
     //
     // Enable3DCheckBox
     //
     this.Enable3DCheckBox.ButtonProperties.BorderOffset = 2;
     this.Enable3DCheckBox.Location        = new System.Drawing.Point(9, 8);
     this.Enable3DCheckBox.Name            = "Enable3DCheckBox";
     this.Enable3DCheckBox.Size            = new System.Drawing.Size(104, 24);
     this.Enable3DCheckBox.TabIndex        = 0;
     this.Enable3DCheckBox.Text            = "Enable 3D";
     this.Enable3DCheckBox.CheckedChanged += new System.EventHandler(this.Enable3DCheckBox_CheckedChanged);
     //
     // NDataCursorToolUC
     //
     this.Controls.Add(this.Enable3DCheckBox);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.VerticalAxisSnapModeComboBox);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.HorizontalAxisSnapModeComboBox);
     this.Controls.Add(this.YAxisTextBox);
     this.Controls.Add(this.XAxisTextBox);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Name = "NDataCursorToolUC";
     this.Size = new System.Drawing.Size(180, 432);
     this.groupBox1.ResumeLayout(false);
     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.label1                         = new System.Windows.Forms.Label();
     this.PrintPreviewButton             = new Nevron.UI.WinForm.Controls.NButton();
     this.PrintButton                    = new Nevron.UI.WinForm.Controls.NButton();
     this.HorizontalPageSizeComboBox     = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2                         = new System.Windows.Forms.Label();
     this.VerticalPageSizeComboBox       = new Nevron.UI.WinForm.Controls.NComboBox();
     this.EnableHorizontalPagingCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.EnableVerticalPagingCheckBox   = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(6, 40);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(168, 16);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Horizontal page size:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PrintPreviewButton
     //
     this.PrintPreviewButton.Location = new System.Drawing.Point(6, 240);
     this.PrintPreviewButton.Name     = "PrintPreviewButton";
     this.PrintPreviewButton.Size     = new System.Drawing.Size(168, 23);
     this.PrintPreviewButton.TabIndex = 6;
     this.PrintPreviewButton.Text     = "Print Preview...";
     this.PrintPreviewButton.Click   += new System.EventHandler(this.PrintPreviewButton_Click);
     //
     // PrintButton
     //
     this.PrintButton.Location = new System.Drawing.Point(6, 272);
     this.PrintButton.Name     = "PrintButton";
     this.PrintButton.Size     = new System.Drawing.Size(168, 23);
     this.PrintButton.TabIndex = 7;
     this.PrintButton.Text     = "Print";
     this.PrintButton.Click   += new System.EventHandler(this.PrintButton_Click);
     //
     // HorizontalPageSizeComboBox
     //
     this.HorizontalPageSizeComboBox.ListProperties.CheckBoxDataMember = "";
     this.HorizontalPageSizeComboBox.ListProperties.DataSource         = null;
     this.HorizontalPageSizeComboBox.ListProperties.DisplayMember      = "";
     this.HorizontalPageSizeComboBox.Location              = new System.Drawing.Point(6, 56);
     this.HorizontalPageSizeComboBox.Name                  = "HorizontalPageSizeComboBox";
     this.HorizontalPageSizeComboBox.Size                  = new System.Drawing.Size(168, 21);
     this.HorizontalPageSizeComboBox.TabIndex              = 2;
     this.HorizontalPageSizeComboBox.Text                  = "comboBox1";
     this.HorizontalPageSizeComboBox.SelectedIndexChanged += new System.EventHandler(this.HorizontalPageSizeComboBox_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(6, 123);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(168, 16);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Vertical page size:";
     //
     // VerticalPageSizeComboBox
     //
     this.VerticalPageSizeComboBox.ListProperties.CheckBoxDataMember = "";
     this.VerticalPageSizeComboBox.ListProperties.DataSource         = null;
     this.VerticalPageSizeComboBox.ListProperties.DisplayMember      = "";
     this.VerticalPageSizeComboBox.Location              = new System.Drawing.Point(6, 139);
     this.VerticalPageSizeComboBox.Name                  = "VerticalPageSizeComboBox";
     this.VerticalPageSizeComboBox.Size                  = new System.Drawing.Size(168, 21);
     this.VerticalPageSizeComboBox.TabIndex              = 5;
     this.VerticalPageSizeComboBox.Text                  = "comboBox1";
     this.VerticalPageSizeComboBox.SelectedIndexChanged += new System.EventHandler(this.VerticalPageSizeComboBox_SelectedIndexChanged);
     //
     // EnableHorizontalPagingCheckBox
     //
     this.EnableHorizontalPagingCheckBox.ButtonProperties.BorderOffset = 2;
     this.EnableHorizontalPagingCheckBox.Location        = new System.Drawing.Point(6, 16);
     this.EnableHorizontalPagingCheckBox.Name            = "EnableHorizontalPagingCheckBox";
     this.EnableHorizontalPagingCheckBox.Size            = new System.Drawing.Size(168, 24);
     this.EnableHorizontalPagingCheckBox.TabIndex        = 0;
     this.EnableHorizontalPagingCheckBox.Text            = "Enable horizontal paging";
     this.EnableHorizontalPagingCheckBox.CheckedChanged += new System.EventHandler(this.EnableHorizontalPagingCheckBox_CheckedChanged);
     //
     // EnableVerticalPagingCheckBox
     //
     this.EnableVerticalPagingCheckBox.ButtonProperties.BorderOffset = 2;
     this.EnableVerticalPagingCheckBox.Location        = new System.Drawing.Point(6, 99);
     this.EnableVerticalPagingCheckBox.Name            = "EnableVerticalPagingCheckBox";
     this.EnableVerticalPagingCheckBox.Size            = new System.Drawing.Size(168, 24);
     this.EnableVerticalPagingCheckBox.TabIndex        = 3;
     this.EnableVerticalPagingCheckBox.Text            = "Enable vertical paging";
     this.EnableVerticalPagingCheckBox.CheckedChanged += new System.EventHandler(this.EnableVerticalPagingCheckBox_CheckedChanged);
     //
     // NMultiPagePrintingUC
     //
     this.Controls.Add(this.EnableVerticalPagingCheckBox);
     this.Controls.Add(this.EnableHorizontalPagingCheckBox);
     this.Controls.Add(this.VerticalPageSizeComboBox);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.HorizontalPageSizeComboBox);
     this.Controls.Add(this.PrintButton);
     this.Controls.Add(this.PrintPreviewButton);
     this.Controls.Add(this.label1);
     this.Name = "NMultiPagePrintingUC";
     this.Size = new System.Drawing.Size(180, 304);
     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.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);
 }