/// <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);
 }
Exemple #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.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);
 }
Exemple #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.UpBorderStyleButton   = new Nevron.UI.WinForm.Controls.NButton();
     this.UpFillStyleButton     = new Nevron.UI.WinForm.Controls.NButton();
     this.DownFillStyleButton   = new Nevron.UI.WinForm.Controls.NButton();
     this.DownBorderStyleButton = new Nevron.UI.WinForm.Controls.NButton();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.BoxWidthPercentCombo = new Nevron.UI.WinForm.Controls.NComboBox();
     this.BoxSizeCombo         = new Nevron.UI.WinForm.Controls.NComboBox();
     this.textBox1             = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // UpBorderStyleButton
     //
     this.UpBorderStyleButton.Location = new System.Drawing.Point(5, 10);
     this.UpBorderStyleButton.Name     = "UpBorderStyleButton";
     this.UpBorderStyleButton.Size     = new System.Drawing.Size(170, 24);
     this.UpBorderStyleButton.TabIndex = 0;
     this.UpBorderStyleButton.Text     = "Up Border Style ...";
     this.UpBorderStyleButton.Click   += new System.EventHandler(this.UpBorderPropsButton_Click);
     //
     // UpFillStyleButton
     //
     this.UpFillStyleButton.Location = new System.Drawing.Point(5, 72);
     this.UpFillStyleButton.Name     = "UpFillStyleButton";
     this.UpFillStyleButton.Size     = new System.Drawing.Size(170, 24);
     this.UpFillStyleButton.TabIndex = 2;
     this.UpFillStyleButton.Text     = "Up Fill Style...";
     this.UpFillStyleButton.Click   += new System.EventHandler(this.UpFillStyleStyleButton_Click);
     //
     // DownFillStyleButton
     //
     this.DownFillStyleButton.Location = new System.Drawing.Point(5, 103);
     this.DownFillStyleButton.Name     = "DownFillStyleButton";
     this.DownFillStyleButton.Size     = new System.Drawing.Size(170, 24);
     this.DownFillStyleButton.TabIndex = 3;
     this.DownFillStyleButton.Text     = "Down Fill Style...";
     this.DownFillStyleButton.Click   += new System.EventHandler(this.DownFillStyleButton_Click);
     //
     // DownBorderStyleButton
     //
     this.DownBorderStyleButton.Location = new System.Drawing.Point(5, 41);
     this.DownBorderStyleButton.Name     = "DownBorderStyleButton";
     this.DownBorderStyleButton.Size     = new System.Drawing.Size(170, 24);
     this.DownBorderStyleButton.TabIndex = 1;
     this.DownBorderStyleButton.Text     = "Down Border Style ...";
     this.DownBorderStyleButton.Click   += new System.EventHandler(this.DownBorderStyleButton_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(5, 142);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(71, 16);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Box Size:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(5, 203);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(120, 16);
     this.label2.TabIndex = 6;
     this.label2.Text     = "Box Width Percent:";
     //
     // BoxWidthPercentCombo
     //
     this.BoxWidthPercentCombo.ListProperties.CheckBoxDataMember = "";
     this.BoxWidthPercentCombo.ListProperties.DataSource         = null;
     this.BoxWidthPercentCombo.ListProperties.DisplayMember      = "";
     this.BoxWidthPercentCombo.Location              = new System.Drawing.Point(5, 221);
     this.BoxWidthPercentCombo.Name                  = "BoxWidthPercentCombo";
     this.BoxWidthPercentCombo.Size                  = new System.Drawing.Size(167, 21);
     this.BoxWidthPercentCombo.TabIndex              = 7;
     this.BoxWidthPercentCombo.SelectedIndexChanged += new System.EventHandler(this.BoxWidthPercentCombo_SelectedIndexChanged);
     //
     // BoxSizeCombo
     //
     this.BoxSizeCombo.ListProperties.CheckBoxDataMember = "";
     this.BoxSizeCombo.ListProperties.DataSource         = null;
     this.BoxSizeCombo.ListProperties.DisplayMember      = "";
     this.BoxSizeCombo.Location              = new System.Drawing.Point(5, 161);
     this.BoxSizeCombo.Name                  = "BoxSizeCombo";
     this.BoxSizeCombo.Size                  = new System.Drawing.Size(167, 21);
     this.BoxSizeCombo.TabIndex              = 5;
     this.BoxSizeCombo.SelectedIndexChanged += new System.EventHandler(this.BoxSizeCombo_SelectedIndexChanged);
     //
     // textBox1
     //
     this.textBox1.Location  = new System.Drawing.Point(5, 271);
     this.textBox1.Multiline = true;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(167, 213);
     this.textBox1.TabIndex  = 9;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(5, 254);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(70, 13);
     this.label3.TabIndex = 8;
     this.label3.Text     = "Current Data:";
     //
     // NRenkoUC
     //
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.BoxSizeCombo);
     this.Controls.Add(this.BoxWidthPercentCombo);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.DownBorderStyleButton);
     this.Controls.Add(this.DownFillStyleButton);
     this.Controls.Add(this.UpFillStyleButton);
     this.Controls.Add(this.UpBorderStyleButton);
     this.Name = "NRenkoUC";
     this.Size = new System.Drawing.Size(180, 554);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.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);
 }
Exemple #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.PageOrientationGroupBox = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.LandscapeRadioButton    = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.PortraitRadioButton     = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.PageMarginsGroupBox     = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.PageMarginsEditorUC     = new Nevron.Editors.NMarginsEditorUC();
     this.PaperGroupBox           = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.PagePaperSourceComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.PagePaperSizeComboBox   = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.PrintPreviewButton = new Nevron.UI.WinForm.Controls.NButton();
     this.PrintButton        = new Nevron.UI.WinForm.Controls.NButton();
     this.PageOrientationGroupBox.SuspendLayout();
     this.PageMarginsGroupBox.SuspendLayout();
     this.PaperGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // PageOrientationGroupBox
     //
     this.PageOrientationGroupBox.Controls.Add(this.LandscapeRadioButton);
     this.PageOrientationGroupBox.Controls.Add(this.PortraitRadioButton);
     this.PageOrientationGroupBox.Dock       = System.Windows.Forms.DockStyle.Top;
     this.PageOrientationGroupBox.ImageIndex = 0;
     this.PageOrientationGroupBox.Location   = new System.Drawing.Point(0, 0);
     this.PageOrientationGroupBox.Name       = "PageOrientationGroupBox";
     this.PageOrientationGroupBox.Size       = new System.Drawing.Size(272, 72);
     this.PageOrientationGroupBox.TabIndex   = 0;
     this.PageOrientationGroupBox.TabStop    = false;
     this.PageOrientationGroupBox.Text       = "Page Orientation";
     //
     // LandscapeRadioButton
     //
     this.LandscapeRadioButton.Location        = new System.Drawing.Point(8, 40);
     this.LandscapeRadioButton.Name            = "LandscapeRadioButton";
     this.LandscapeRadioButton.TabIndex        = 1;
     this.LandscapeRadioButton.Text            = "Landscape";
     this.LandscapeRadioButton.CheckedChanged += new System.EventHandler(this.LandscapeRadioButton_CheckedChanged);
     //
     // PortraitRadioButton
     //
     this.PortraitRadioButton.Location        = new System.Drawing.Point(8, 16);
     this.PortraitRadioButton.Name            = "PortraitRadioButton";
     this.PortraitRadioButton.TabIndex        = 0;
     this.PortraitRadioButton.Text            = "Portrait";
     this.PortraitRadioButton.CheckedChanged += new System.EventHandler(this.PortraitRadioButton_CheckedChanged);
     //
     // PageMarginsGroupBox
     //
     this.PageMarginsGroupBox.Controls.Add(this.PageMarginsEditorUC);
     this.PageMarginsGroupBox.Dock       = System.Windows.Forms.DockStyle.Top;
     this.PageMarginsGroupBox.ImageIndex = 0;
     this.PageMarginsGroupBox.Location   = new System.Drawing.Point(0, 72);
     this.PageMarginsGroupBox.Name       = "PageMarginsGroupBox";
     this.PageMarginsGroupBox.Size       = new System.Drawing.Size(272, 128);
     this.PageMarginsGroupBox.TabIndex   = 1;
     this.PageMarginsGroupBox.TabStop    = false;
     this.PageMarginsGroupBox.Text       = "Page Margins";
     //
     // PageMarginsEditorUC
     //
     this.PageMarginsEditorUC.BackColor       = System.Drawing.SystemColors.Control;
     this.PageMarginsEditorUC.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.PageMarginsEditorUC.Location        = new System.Drawing.Point(8, 24);
     this.PageMarginsEditorUC.Name            = "PageMarginsEditorUC";
     this.PageMarginsEditorUC.Size            = new System.Drawing.Size(256, 96);
     this.PageMarginsEditorUC.TabIndex        = 0;
     this.PageMarginsEditorUC.MarginsChanged += new System.EventHandler(this.PageMarginsEditorUC_MarginsChanged);
     //
     // PaperGroupBox
     //
     this.PaperGroupBox.Controls.Add(this.PagePaperSourceComboBox);
     this.PaperGroupBox.Controls.Add(this.PagePaperSizeComboBox);
     this.PaperGroupBox.Controls.Add(this.label2);
     this.PaperGroupBox.Controls.Add(this.label1);
     this.PaperGroupBox.Dock       = System.Windows.Forms.DockStyle.Top;
     this.PaperGroupBox.ImageIndex = 0;
     this.PaperGroupBox.Location   = new System.Drawing.Point(0, 200);
     this.PaperGroupBox.Name       = "PaperGroupBox";
     this.PaperGroupBox.Size       = new System.Drawing.Size(272, 80);
     this.PaperGroupBox.TabIndex   = 2;
     this.PaperGroupBox.TabStop    = false;
     this.PaperGroupBox.Text       = "Page Paper";
     //
     // PagePaperSourceComboBox
     //
     this.PagePaperSourceComboBox.Location              = new System.Drawing.Point(64, 48);
     this.PagePaperSourceComboBox.Name                  = "PagePaperSourceComboBox";
     this.PagePaperSourceComboBox.Size                  = new System.Drawing.Size(192, 21);
     this.PagePaperSourceComboBox.TabIndex              = 3;
     this.PagePaperSourceComboBox.Text                  = "comboBox2";
     this.PagePaperSourceComboBox.SelectedIndexChanged += new System.EventHandler(this.PagePaperSourceComboBox_SelectedIndexChanged);
     //
     // PagePaperSizeComboBox
     //
     this.PagePaperSizeComboBox.Location              = new System.Drawing.Point(64, 16);
     this.PagePaperSizeComboBox.Name                  = "PagePaperSizeComboBox";
     this.PagePaperSizeComboBox.Size                  = new System.Drawing.Size(192, 21);
     this.PagePaperSizeComboBox.TabIndex              = 2;
     this.PagePaperSizeComboBox.Text                  = "comboBox1";
     this.PagePaperSizeComboBox.SelectedIndexChanged += new System.EventHandler(this.PagePaperSizeComboBox_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(8, 46);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(48, 16);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "Source:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 21);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(48, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Size:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PrintPreviewButton
     //
     this.PrintPreviewButton.Location = new System.Drawing.Point(8, 304);
     this.PrintPreviewButton.Name     = "PrintPreviewButton";
     this.PrintPreviewButton.Size     = new System.Drawing.Size(256, 23);
     this.PrintPreviewButton.TabIndex = 3;
     this.PrintPreviewButton.Text     = "Print Preview...";
     this.PrintPreviewButton.Click   += new System.EventHandler(this.PrintPreviewButton_Click);
     //
     // PrintButton
     //
     this.PrintButton.Location = new System.Drawing.Point(8, 336);
     this.PrintButton.Name     = "PrintButton";
     this.PrintButton.Size     = new System.Drawing.Size(256, 23);
     this.PrintButton.TabIndex = 4;
     this.PrintButton.Text     = "Print";
     this.PrintButton.Click   += new System.EventHandler(this.PrintButton_Click);
     //
     // NPageSettingsUC
     //
     this.Controls.Add(this.PrintButton);
     this.Controls.Add(this.PrintPreviewButton);
     this.Controls.Add(this.PaperGroupBox);
     this.Controls.Add(this.PageMarginsGroupBox);
     this.Controls.Add(this.PageOrientationGroupBox);
     this.Name = "NPageSettingsUC";
     this.Size = new System.Drawing.Size(272, 384);
     this.PageOrientationGroupBox.ResumeLayout(false);
     this.PageMarginsGroupBox.ResumeLayout(false);
     this.PaperGroupBox.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1         = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.EndColorBars      = new Nevron.UI.WinForm.Controls.NButton();
     this.BeginColorBars    = new Nevron.UI.WinForm.Controls.NButton();
     this.VariantComboBars  = new Nevron.UI.WinForm.Controls.NComboBox();
     this.StyleComboBars    = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.colorDialog1      = new Nevron.UI.WinForm.Controls.NColorDialog();
     this.groupBox2         = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.EndColorWalls     = new Nevron.UI.WinForm.Controls.NButton();
     this.BeginColorWalls   = new Nevron.UI.WinForm.Controls.NButton();
     this.VariantComboWalls = new Nevron.UI.WinForm.Controls.NComboBox();
     this.StyleComboWalls   = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label3            = new System.Windows.Forms.Label();
     this.label4            = new System.Windows.Forms.Label();
     this.groupBox3         = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.EndColorBack      = new Nevron.UI.WinForm.Controls.NButton();
     this.BeginColorBack    = new Nevron.UI.WinForm.Controls.NButton();
     this.VariantComboBack  = new Nevron.UI.WinForm.Controls.NComboBox();
     this.StyleComboBack    = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label5            = new System.Windows.Forms.Label();
     this.label6            = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.EndColorBars);
     this.groupBox1.Controls.Add(this.BeginColorBars);
     this.groupBox1.Controls.Add(this.VariantComboBars);
     this.groupBox1.Controls.Add(this.StyleComboBars);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Location = new System.Drawing.Point(7, 7);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(140, 177);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Bars";
     //
     // EndColorBars
     //
     this.EndColorBars.Location = new System.Drawing.Point(9, 144);
     this.EndColorBars.Name     = "EndColorBars";
     this.EndColorBars.Size     = new System.Drawing.Size(121, 24);
     this.EndColorBars.TabIndex = 5;
     this.EndColorBars.Text     = "End Color...";
     this.EndColorBars.Click   += new System.EventHandler(this.EndColorBars_Click);
     //
     // BeginColorBars
     //
     this.BeginColorBars.Location = new System.Drawing.Point(9, 114);
     this.BeginColorBars.Name     = "BeginColorBars";
     this.BeginColorBars.Size     = new System.Drawing.Size(121, 24);
     this.BeginColorBars.TabIndex = 4;
     this.BeginColorBars.Text     = "Begin Color...";
     this.BeginColorBars.Click   += new System.EventHandler(this.BeginColorBars_Click);
     //
     // VariantComboBars
     //
     this.VariantComboBars.Location              = new System.Drawing.Point(9, 82);
     this.VariantComboBars.Name                  = "VariantComboBars";
     this.VariantComboBars.Size                  = new System.Drawing.Size(121, 21);
     this.VariantComboBars.TabIndex              = 3;
     this.VariantComboBars.SelectedIndexChanged += new System.EventHandler(this.VariantComboBars_SelectedIndexChanged);
     //
     // StyleComboBars
     //
     this.StyleComboBars.Location              = new System.Drawing.Point(9, 36);
     this.StyleComboBars.Name                  = "StyleComboBars";
     this.StyleComboBars.Size                  = new System.Drawing.Size(121, 21);
     this.StyleComboBars.TabIndex              = 1;
     this.StyleComboBars.SelectedIndexChanged += new System.EventHandler(this.StyleComboBars_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(9, 19);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(121, 21);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Gradient Style:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(9, 65);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(121, 21);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Gradient Variant:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.EndColorWalls);
     this.groupBox2.Controls.Add(this.BeginColorWalls);
     this.groupBox2.Controls.Add(this.VariantComboWalls);
     this.groupBox2.Controls.Add(this.StyleComboWalls);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Location = new System.Drawing.Point(7, 190);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(140, 177);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Walls";
     //
     // EndColorWalls
     //
     this.EndColorWalls.Location = new System.Drawing.Point(9, 144);
     this.EndColorWalls.Name     = "EndColorWalls";
     this.EndColorWalls.Size     = new System.Drawing.Size(121, 24);
     this.EndColorWalls.TabIndex = 5;
     this.EndColorWalls.Text     = "End Color...";
     this.EndColorWalls.Click   += new System.EventHandler(this.EndColorWalls_Click);
     //
     // BeginColorWalls
     //
     this.BeginColorWalls.Location = new System.Drawing.Point(9, 114);
     this.BeginColorWalls.Name     = "BeginColorWalls";
     this.BeginColorWalls.Size     = new System.Drawing.Size(121, 24);
     this.BeginColorWalls.TabIndex = 4;
     this.BeginColorWalls.Text     = "Begin Color...";
     this.BeginColorWalls.Click   += new System.EventHandler(this.BeginColorWalls_Click);
     //
     // VariantComboWalls
     //
     this.VariantComboWalls.Location              = new System.Drawing.Point(9, 82);
     this.VariantComboWalls.Name                  = "VariantComboWalls";
     this.VariantComboWalls.Size                  = new System.Drawing.Size(121, 21);
     this.VariantComboWalls.TabIndex              = 3;
     this.VariantComboWalls.SelectedIndexChanged += new System.EventHandler(this.VariantComboWalls_SelectedIndexChanged);
     //
     // StyleComboWalls
     //
     this.StyleComboWalls.Location              = new System.Drawing.Point(9, 36);
     this.StyleComboWalls.Name                  = "StyleComboWalls";
     this.StyleComboWalls.Size                  = new System.Drawing.Size(121, 21);
     this.StyleComboWalls.TabIndex              = 1;
     this.StyleComboWalls.SelectedIndexChanged += new System.EventHandler(this.StyleComboWalls_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(9, 19);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(121, 21);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Gradient Style:";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(9, 65);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(121, 21);
     this.label4.TabIndex = 2;
     this.label4.Text     = "Gradient Variant:";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.EndColorBack);
     this.groupBox3.Controls.Add(this.BeginColorBack);
     this.groupBox3.Controls.Add(this.VariantComboBack);
     this.groupBox3.Controls.Add(this.StyleComboBack);
     this.groupBox3.Controls.Add(this.label5);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Location = new System.Drawing.Point(7, 375);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(140, 177);
     this.groupBox3.TabIndex = 2;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Background";
     //
     // EndColorBack
     //
     this.EndColorBack.Location = new System.Drawing.Point(9, 144);
     this.EndColorBack.Name     = "EndColorBack";
     this.EndColorBack.Size     = new System.Drawing.Size(121, 24);
     this.EndColorBack.TabIndex = 5;
     this.EndColorBack.Text     = "End Color...";
     this.EndColorBack.Click   += new System.EventHandler(this.EndColorBack_Click);
     //
     // BeginColorBack
     //
     this.BeginColorBack.Location = new System.Drawing.Point(9, 114);
     this.BeginColorBack.Name     = "BeginColorBack";
     this.BeginColorBack.Size     = new System.Drawing.Size(121, 24);
     this.BeginColorBack.TabIndex = 4;
     this.BeginColorBack.Text     = "Begin Color...";
     this.BeginColorBack.Click   += new System.EventHandler(this.BeginColorBack_Click);
     //
     // VariantComboBack
     //
     this.VariantComboBack.Location              = new System.Drawing.Point(9, 82);
     this.VariantComboBack.Name                  = "VariantComboBack";
     this.VariantComboBack.Size                  = new System.Drawing.Size(121, 21);
     this.VariantComboBack.TabIndex              = 3;
     this.VariantComboBack.SelectedIndexChanged += new System.EventHandler(this.VariantComboBack_SelectedIndexChanged);
     //
     // StyleComboBack
     //
     this.StyleComboBack.Location              = new System.Drawing.Point(9, 36);
     this.StyleComboBack.Name                  = "StyleComboBack";
     this.StyleComboBack.Size                  = new System.Drawing.Size(121, 21);
     this.StyleComboBack.TabIndex              = 1;
     this.StyleComboBack.SelectedIndexChanged += new System.EventHandler(this.StyleComboBack_SelectedIndexChanged);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(9, 19);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(121, 21);
     this.label5.TabIndex = 0;
     this.label5.Text     = "Gradient Style:";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(9, 65);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(121, 21);
     this.label6.TabIndex = 2;
     this.label6.Text     = "Gradient Variant:";
     //
     // NGradientUC
     //
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox3);
     this.Name = "NGradientUC";
     this.Size = new System.Drawing.Size(155, 559);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #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.groupBox1       = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.EndColorBars    = new Nevron.UI.WinForm.Controls.NButton();
     this.BeginColorBars  = new Nevron.UI.WinForm.Controls.NButton();
     this.HatchComboBars  = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1          = new System.Windows.Forms.Label();
     this.groupBox2       = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.EndColorWalls   = new Nevron.UI.WinForm.Controls.NButton();
     this.BeginColorWalls = new Nevron.UI.WinForm.Controls.NButton();
     this.HatchComboWalls = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2          = new System.Windows.Forms.Label();
     this.groupBox3       = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.EndColorBack    = new Nevron.UI.WinForm.Controls.NButton();
     this.BeginColorBack  = new Nevron.UI.WinForm.Controls.NButton();
     this.HatchComboBack  = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label3          = new System.Windows.Forms.Label();
     this.colorDialog1    = new Nevron.UI.WinForm.Controls.NColorDialog();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.EndColorBars);
     this.groupBox1.Controls.Add(this.BeginColorBars);
     this.groupBox1.Controls.Add(this.HatchComboBars);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(7, 7);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(189, 132);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Bars";
     //
     // EndColorBars
     //
     this.EndColorBars.Location = new System.Drawing.Point(9, 98);
     this.EndColorBars.Name     = "EndColorBars";
     this.EndColorBars.Size     = new System.Drawing.Size(171, 24);
     this.EndColorBars.TabIndex = 5;
     this.EndColorBars.Text     = "End Color...";
     this.EndColorBars.Click   += new System.EventHandler(this.EndColorBars_Click);
     //
     // BeginColorBars
     //
     this.BeginColorBars.Location = new System.Drawing.Point(9, 68);
     this.BeginColorBars.Name     = "BeginColorBars";
     this.BeginColorBars.Size     = new System.Drawing.Size(171, 24);
     this.BeginColorBars.TabIndex = 4;
     this.BeginColorBars.Text     = "Begin Color...";
     this.BeginColorBars.Click   += new System.EventHandler(this.BeginColorBars_Click);
     //
     // HatchComboBars
     //
     this.HatchComboBars.DropDownWidth         = 121;
     this.HatchComboBars.Location              = new System.Drawing.Point(9, 36);
     this.HatchComboBars.Name                  = "HatchComboBars";
     this.HatchComboBars.Size                  = new System.Drawing.Size(171, 21);
     this.HatchComboBars.TabIndex              = 1;
     this.HatchComboBars.SelectedIndexChanged += new System.EventHandler(this.HatchComboBars_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(9, 19);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(121, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Pattern Style:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.EndColorWalls);
     this.groupBox2.Controls.Add(this.BeginColorWalls);
     this.groupBox2.Controls.Add(this.HatchComboWalls);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Location = new System.Drawing.Point(7, 150);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(189, 132);
     this.groupBox2.TabIndex = 6;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Walls";
     //
     // EndColorWalls
     //
     this.EndColorWalls.Location = new System.Drawing.Point(9, 98);
     this.EndColorWalls.Name     = "EndColorWalls";
     this.EndColorWalls.Size     = new System.Drawing.Size(171, 24);
     this.EndColorWalls.TabIndex = 5;
     this.EndColorWalls.Text     = "End Color...";
     this.EndColorWalls.Click   += new System.EventHandler(this.EndColorWalls_Click);
     //
     // BeginColorWalls
     //
     this.BeginColorWalls.Location = new System.Drawing.Point(9, 68);
     this.BeginColorWalls.Name     = "BeginColorWalls";
     this.BeginColorWalls.Size     = new System.Drawing.Size(171, 24);
     this.BeginColorWalls.TabIndex = 4;
     this.BeginColorWalls.Text     = "Begin Color...";
     this.BeginColorWalls.Click   += new System.EventHandler(this.BeginColorWalls_Click);
     //
     // HatchComboWalls
     //
     this.HatchComboWalls.DropDownWidth         = 121;
     this.HatchComboWalls.Location              = new System.Drawing.Point(9, 36);
     this.HatchComboWalls.Name                  = "HatchComboWalls";
     this.HatchComboWalls.Size                  = new System.Drawing.Size(171, 21);
     this.HatchComboWalls.TabIndex              = 1;
     this.HatchComboWalls.SelectedIndexChanged += new System.EventHandler(this.HatchComboWalls_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(9, 19);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(121, 16);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Pattern Style:";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.EndColorBack);
     this.groupBox3.Controls.Add(this.BeginColorBack);
     this.groupBox3.Controls.Add(this.HatchComboBack);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Location = new System.Drawing.Point(7, 296);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(189, 132);
     this.groupBox3.TabIndex = 6;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Background";
     //
     // EndColorBack
     //
     this.EndColorBack.Location = new System.Drawing.Point(9, 98);
     this.EndColorBack.Name     = "EndColorBack";
     this.EndColorBack.Size     = new System.Drawing.Size(171, 24);
     this.EndColorBack.TabIndex = 5;
     this.EndColorBack.Text     = "End Color...";
     this.EndColorBack.Click   += new System.EventHandler(this.EndColorBack_Click);
     //
     // BeginColorBack
     //
     this.BeginColorBack.Location = new System.Drawing.Point(9, 68);
     this.BeginColorBack.Name     = "BeginColorBack";
     this.BeginColorBack.Size     = new System.Drawing.Size(171, 24);
     this.BeginColorBack.TabIndex = 4;
     this.BeginColorBack.Text     = "Begin Color...";
     this.BeginColorBack.Click   += new System.EventHandler(this.BeginColorBack_Click);
     //
     // HatchComboBack
     //
     this.HatchComboBack.DropDownWidth         = 121;
     this.HatchComboBack.Location              = new System.Drawing.Point(9, 36);
     this.HatchComboBack.Name                  = "HatchComboBack";
     this.HatchComboBack.Size                  = new System.Drawing.Size(171, 21);
     this.HatchComboBack.TabIndex              = 1;
     this.HatchComboBack.SelectedIndexChanged += new System.EventHandler(this.HatchComboBack_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(9, 19);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(121, 16);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Pattern Style:";
     //
     // NPatternUC
     //
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox3);
     this.Name = "NPatternUC";
     this.Size = new System.Drawing.Size(203, 489);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #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.components = new System.ComponentModel.Container();
     Nevron.UI.WinForm.Docking.NDockingPanelHost nDockZone0 = new Nevron.UI.WinForm.Docking.NDockingPanelHost();
     Nevron.UI.WinForm.Docking.NDockZone         nDockZone1 = new Nevron.UI.WinForm.Docking.NDockZone();
     Nevron.UI.WinForm.Docking.NDockZone         nDockZone2 = new Nevron.UI.WinForm.Docking.NDockZone();
     Nevron.UI.WinForm.Docking.NDockZone         nDockZone3 = new Nevron.UI.WinForm.Docking.NDockZone();
     Nevron.UI.WinForm.Docking.NDockingPanelHost nDockZone4 = new Nevron.UI.WinForm.Docking.NDockingPanelHost();
     Nevron.UI.WinForm.Docking.NDockingPanelHost nDockZone6 = new Nevron.UI.WinForm.Docking.NDockingPanelHost();
     Nevron.UI.WinForm.Docking.NDockingPanelHost nDockZone7 = new Nevron.UI.WinForm.Docking.NDockingPanelHost();
     Nevron.UI.WinForm.Docking.NDockingPanelHost nDockZone8 = new Nevron.UI.WinForm.Docking.NDockingPanelHost();
     System.Resources.ResourceManager            resources  = new System.Resources.ResourceManager(typeof(NDesignTimeSupportForm));
     this.nDockManager1        = new Nevron.UI.WinForm.Docking.NDockManager();
     this.imageList1           = new System.Windows.Forms.ImageList(this.components);
     this.nDockingPanel1       = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.nColorPool1          = new Nevron.UI.WinForm.Controls.NColorPool();
     this.nDockingPanel2       = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.nComboBox1           = new Nevron.UI.WinForm.Controls.NComboBox();
     this.nDockingPanel3       = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.nDockingPanel4       = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.nColorBar1           = new Nevron.UI.WinForm.Controls.NColorBar();
     this.nButton1             = new Nevron.UI.WinForm.Controls.NButton();
     this.nDockingPanel5       = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.nGroupBox1           = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.nOptionButton1       = new Nevron.UI.WinForm.Controls.NOptionButton();
     this.nCommand1            = new Nevron.UI.WinForm.Controls.NCommand();
     this.nCommand2            = new Nevron.UI.WinForm.Controls.NCommand();
     this.nDockingPanel6       = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.propertyGrid1        = new System.Windows.Forms.PropertyGrid();
     this.nDockingPanel7       = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.nDockingPanel8       = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.nProgressBar1        = new Nevron.UI.WinForm.Controls.NProgressBar();
     this.nDockingPanel9       = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.nWaitingBar1         = new Nevron.UI.WinForm.Controls.NWaitingBar();
     this.nRadioButton1        = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.nCommandBarsManager1 = new Nevron.UI.WinForm.Controls.NCommandBarsManager(this.components);
     this.nMenuBar1            = new Nevron.UI.WinForm.Controls.NMenuBar();
     this.nCommand3            = new Nevron.UI.WinForm.Controls.NCommand();
     this.nCommand4            = new Nevron.UI.WinForm.Controls.NCommand();
     ((System.ComponentModel.ISupportInitialize)(this.nDockManager1)).BeginInit();
     this.nDockingPanel1.SuspendLayout();
     this.nDockingPanel2.SuspendLayout();
     this.nDockingPanel4.SuspendLayout();
     this.nDockingPanel5.SuspendLayout();
     this.nDockingPanel6.SuspendLayout();
     this.nDockingPanel8.SuspendLayout();
     this.nDockingPanel9.SuspendLayout();
     //
     // nDockManager1
     //
     this.nDockManager1.DocumentStyle.ImageList = this.imageList1;
     this.nDockManager1.Form                = this;
     this.nDockManager1.ImageList           = this.imageList1;
     this.nDockManager1.RootContainerZIndex = 4;
     //
     // Root Zone
     //
     this.nDockManager1.RootContainer.RootZone.AddChild(nDockZone0);
     this.nDockManager1.RootContainer.RootZone.AddChild(nDockZone1);
     this.nDockManager1.RootContainer.RootZone.Orientation = System.Windows.Forms.Orientation.Vertical;
     //
     // nDockZone0
     //
     nDockZone0.AddChild(this.nDockingPanel7);
     nDockZone0.AddChild(this.nDockingPanel9);
     nDockZone0.AddChild(this.nDockingPanel8);
     nDockZone0.Name                   = "nDockZone0";
     nDockZone0.Orientation            = System.Windows.Forms.Orientation.Horizontal;
     nDockZone0.Index                  = 0;
     nDockZone0.SizeInfo.PrefferedSize = new System.Drawing.Size(200, 111);
     //
     // nDockZone1
     //
     nDockZone1.AddChild(nDockZone2);
     nDockZone1.AddChild(nDockZone8);
     nDockZone1.Name                   = "nDockZone1";
     nDockZone1.Orientation            = System.Windows.Forms.Orientation.Horizontal;
     nDockZone1.Index                  = 1;
     nDockZone1.SizeInfo.PrefferedSize = new System.Drawing.Size(200, 284);
     //
     // nDockZone2
     //
     nDockZone2.AddChild(nDockZone3);
     nDockZone2.AddChild(nDockZone7);
     nDockZone2.Name                   = "nDockZone2";
     nDockZone2.Orientation            = System.Windows.Forms.Orientation.Vertical;
     nDockZone2.Index                  = 0;
     nDockZone2.SizeInfo.PrefferedSize = new System.Drawing.Size(608, 200);
     //
     // nDockZone3
     //
     nDockZone3.AddChild(nDockZone4);
     nDockZone3.AddChild(this.nDockManager1.DocumentManager.DocumentViewHost);
     nDockZone3.AddChild(nDockZone6);
     nDockZone3.Name                   = "nDockZone3";
     nDockZone3.Orientation            = System.Windows.Forms.Orientation.Horizontal;
     nDockZone3.Index                  = 0;
     nDockZone3.SizeInfo.PrefferedSize = new System.Drawing.Size(200, 298);
     //
     // nDockZone4
     //
     nDockZone4.AddChild(this.nDockingPanel6);
     nDockZone4.Name                   = "nDockZone4";
     nDockZone4.Orientation            = System.Windows.Forms.Orientation.Horizontal;
     nDockZone4.Index                  = 0;
     nDockZone4.SizeInfo.PrefferedSize = new System.Drawing.Size(250, 200);
     //
     // nDockZone6
     //
     nDockZone6.AddChild(this.nDockingPanel1);
     nDockZone6.AddChild(this.nDockingPanel4);
     nDockZone6.Name                   = "nDockZone6";
     nDockZone6.Orientation            = System.Windows.Forms.Orientation.Horizontal;
     nDockZone6.Index                  = 2;
     nDockZone6.SizeInfo.PrefferedSize = new System.Drawing.Size(169, 200);
     //
     // nDockZone7
     //
     nDockZone7.AddChild(this.nDockingPanel2);
     nDockZone7.AddChild(this.nDockingPanel3);
     nDockZone7.Name                   = "nDockZone7";
     nDockZone7.Orientation            = System.Windows.Forms.Orientation.Horizontal;
     nDockZone7.Index                  = 1;
     nDockZone7.SizeInfo.PrefferedSize = new System.Drawing.Size(200, 132);
     //
     // nDockZone8
     //
     nDockZone8.AddChild(this.nDockingPanel5);
     nDockZone8.Name                   = "nDockZone8";
     nDockZone8.Orientation            = System.Windows.Forms.Orientation.Horizontal;
     nDockZone8.Index                  = 1;
     nDockZone8.SizeInfo.PrefferedSize = new System.Drawing.Size(153, 200);
     //
     // imageList1
     //
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // nDockingPanel1
     //
     this.nDockingPanel1.Controls.Add(this.nColorPool1);
     this.nDockingPanel1.Key  = "Panel 1";
     this.nDockingPanel1.Name = "nDockingPanel1";
     this.nDockingPanel1.SizeInfo.PrefferedSize = new System.Drawing.Size(169, 200);
     this.nDockingPanel1.TabIndex           = 1;
     this.nDockingPanel1.TabInfo.ImageIndex = 4;
     //
     // nColorPool1
     //
     this.nColorPool1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.nColorPool1.Color       = System.Drawing.Color.Empty;
     this.nColorPool1.Hue         = 0F;
     this.nColorPool1.Location    = new System.Drawing.Point(24, 40);
     this.nColorPool1.Luminance   = 0.5F;
     this.nColorPool1.Name        = "nColorPool1";
     this.nColorPool1.Saturation  = 0F;
     this.nColorPool1.Size        = new System.Drawing.Size(136, 104);
     this.nColorPool1.TabIndex    = 0;
     //
     // nDockingPanel2
     //
     this.nDockingPanel2.Controls.Add(this.nComboBox1);
     this.nDockingPanel2.Key  = "Panel 2";
     this.nDockingPanel2.Name = "nDockingPanel2";
     this.nDockingPanel2.SizeInfo.PrefferedSize = new System.Drawing.Size(200, 132);
     this.nDockingPanel2.TabIndex           = 1;
     this.nDockingPanel2.TabInfo.ImageIndex = 0;
     //
     // nComboBox1
     //
     this.nComboBox1.Location = new System.Drawing.Point(16, 16);
     this.nComboBox1.Name     = "nComboBox1";
     this.nComboBox1.Size     = new System.Drawing.Size(152, 22);
     this.nComboBox1.TabIndex = 0;
     this.nComboBox1.Text     = "nComboBox1";
     //
     // nDockingPanel3
     //
     this.nDockingPanel3.Key  = "Panel 3";
     this.nDockingPanel3.Name = "nDockingPanel3";
     this.nDockingPanel3.SizeInfo.PrefferedSize = new System.Drawing.Size(200, 132);
     this.nDockingPanel3.TabIndex           = 2;
     this.nDockingPanel3.TabInfo.ImageIndex = 1;
     //
     // nDockingPanel4
     //
     this.nDockingPanel4.Controls.Add(this.nColorBar1);
     this.nDockingPanel4.Controls.Add(this.nButton1);
     this.nDockingPanel4.Key  = "Panel 4";
     this.nDockingPanel4.Name = "nDockingPanel4";
     this.nDockingPanel4.SizeInfo.PrefferedSize = new System.Drawing.Size(169, 200);
     this.nDockingPanel4.TabIndex           = 2;
     this.nDockingPanel4.TabInfo.ImageIndex = 2;
     //
     // nColorBar1
     //
     this.nColorBar1.Location = new System.Drawing.Point(16, 48);
     this.nColorBar1.Name     = "nColorBar1";
     this.nColorBar1.Size     = new System.Drawing.Size(128, 25);
     this.nColorBar1.TabIndex = 1;
     this.nColorBar1.Text     = "nColorBar1";
     this.nColorBar1.Value    = 125;
     //
     // nButton1
     //
     this.nButton1.Location = new System.Drawing.Point(16, 16);
     this.nButton1.Name     = "nButton1";
     this.nButton1.TabIndex = 0;
     this.nButton1.Text     = "nButton1";
     //
     // nDockingPanel5
     //
     this.nDockingPanel5.Controls.Add(this.nGroupBox1);
     this.nDockingPanel5.Controls.Add(this.nOptionButton1);
     this.nDockingPanel5.Key  = "Panel 5";
     this.nDockingPanel5.Name = "nDockingPanel5";
     this.nDockingPanel5.SizeInfo.PrefferedSize = new System.Drawing.Size(153, 200);
     this.nDockingPanel5.TabIndex           = 1;
     this.nDockingPanel5.TabInfo.ImageIndex = 5;
     //
     // nGroupBox1
     //
     this.nGroupBox1.ImageIndex = 0;
     this.nGroupBox1.Location   = new System.Drawing.Point(16, 24);
     this.nGroupBox1.Name       = "nGroupBox1";
     this.nGroupBox1.Size       = new System.Drawing.Size(112, 80);
     this.nGroupBox1.TabIndex   = 0;
     this.nGroupBox1.TabStop    = false;
     this.nGroupBox1.Text       = "nGroupBox1";
     //
     // nOptionButton1
     //
     this.nOptionButton1.ArrowWidth = 14;
     this.nOptionButton1.Commands.AddRange(new Nevron.UI.WinForm.Controls.NCommand[] {
         this.nCommand1,
         this.nCommand2
     });
     this.nOptionButton1.Location = new System.Drawing.Point(8, 128);
     this.nOptionButton1.Name     = "nOptionButton1";
     this.nOptionButton1.Size     = new System.Drawing.Size(120, 23);
     this.nOptionButton1.TabIndex = 1;
     this.nOptionButton1.Text     = "nOptionButton1";
     //
     // nDockingPanel6
     //
     this.nDockingPanel6.Controls.Add(this.propertyGrid1);
     this.nDockingPanel6.Key  = "Panel 6";
     this.nDockingPanel6.Name = "nDockingPanel6";
     this.nDockingPanel6.SizeInfo.PrefferedSize = new System.Drawing.Size(250, 200);
     this.nDockingPanel6.TabIndex           = 1;
     this.nDockingPanel6.TabInfo.ImageIndex = 3;
     this.nDockingPanel6.Text = "Properties";
     //
     // propertyGrid1
     //
     this.propertyGrid1.CommandsVisibleIfAvailable = true;
     this.propertyGrid1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.propertyGrid1.LargeButtons   = false;
     this.propertyGrid1.LineColor      = System.Drawing.SystemColors.Control;
     this.propertyGrid1.Location       = new System.Drawing.Point(0, 0);
     this.propertyGrid1.Name           = "propertyGrid1";
     this.propertyGrid1.SelectedObject = this.nDockManager1;
     this.propertyGrid1.Size           = new System.Drawing.Size(250, 353);
     this.propertyGrid1.TabIndex       = 0;
     this.propertyGrid1.Text           = "propertyGrid1";
     this.propertyGrid1.ToolbarVisible = false;
     this.propertyGrid1.ViewBackColor  = System.Drawing.SystemColors.Window;
     this.propertyGrid1.ViewForeColor  = System.Drawing.SystemColors.WindowText;
     //
     // nDockingPanel7
     //
     this.nDockingPanel7.Key  = "Panel 7";
     this.nDockingPanel7.Name = "nDockingPanel7";
     this.nDockingPanel7.SizeInfo.PrefferedSize = new System.Drawing.Size(200, 111);
     this.nDockingPanel7.TabIndex           = 2;
     this.nDockingPanel7.TabInfo.ImageIndex = 0;
     //
     // nDockingPanel8
     //
     this.nDockingPanel8.Controls.Add(this.nProgressBar1);
     this.nDockingPanel8.Key  = "Panel 8";
     this.nDockingPanel8.Name = "nDockingPanel8";
     this.nDockingPanel8.SizeInfo.PrefferedSize = new System.Drawing.Size(200, 111);
     this.nDockingPanel8.TabIndex           = 3;
     this.nDockingPanel8.TabInfo.ImageIndex = 1;
     //
     // nProgressBar1
     //
     this.nProgressBar1.Location         = new System.Drawing.Point(232, 16);
     this.nProgressBar1.Name             = "nProgressBar1";
     this.nProgressBar1.Properties.Style = Nevron.UI.WinForm.Controls.ProgressBarStyle.Gradient;
     this.nProgressBar1.Properties.Text  = "";
     this.nProgressBar1.Properties.Value = 50;
     this.nProgressBar1.Size             = new System.Drawing.Size(160, 16);
     this.nProgressBar1.TabIndex         = 0;
     this.nProgressBar1.Text             = "nProgressBar1";
     //
     // nDockingPanel9
     //
     this.nDockingPanel9.Controls.Add(this.nWaitingBar1);
     this.nDockingPanel9.Controls.Add(this.nRadioButton1);
     this.nDockingPanel9.Key  = "Panel 9";
     this.nDockingPanel9.Name = "nDockingPanel9";
     this.nDockingPanel9.SizeInfo.PrefferedSize = new System.Drawing.Size(200, 111);
     this.nDockingPanel9.TabIndex           = 4;
     this.nDockingPanel9.TabInfo.ImageIndex = 2;
     //
     // nWaitingBar1
     //
     this.nWaitingBar1.Location = new System.Drawing.Point(264, 16);
     this.nWaitingBar1.Name     = "nWaitingBar1";
     this.nWaitingBar1.Size     = new System.Drawing.Size(240, 16);
     this.nWaitingBar1.TabIndex = 1;
     this.nWaitingBar1.Text     = "nWaitingBar1";
     //
     // nRadioButton1
     //
     this.nRadioButton1.Location = new System.Drawing.Point(32, 16);
     this.nRadioButton1.Name     = "nRadioButton1";
     this.nRadioButton1.TabIndex = 0;
     this.nRadioButton1.Text     = "nRadioButton1";
     //
     // nCommandBarsManager1
     //
     this.nCommandBarsManager1.AllowCustomize = false;
     this.nCommandBarsManager1.ParentControl  = this;
     this.nCommandBarsManager1.Toolbars.Add(this.nMenuBar1);
     //
     // nMenuBar1
     //
     this.nMenuBar1.AllowDelete       = false;
     this.nMenuBar1.AllowHide         = false;
     this.nMenuBar1.AllowRename       = false;
     this.nMenuBar1.AutoDropDownDelay = false;
     this.nMenuBar1.BackgroundType    = Nevron.UI.WinForm.Controls.BackgroundType.Transparent;
     this.nMenuBar1.Commands.AddRange(new Nevron.UI.WinForm.Controls.NCommand[] {
         this.nCommand3
     });
     this.nMenuBar1.DefaultCommandStyle = Nevron.UI.WinForm.Controls.CommandStyle.Text;
     this.nMenuBar1.DefaultLocation     = new System.Drawing.Point(0, 0);
     this.nMenuBar1.HasGripper          = false;
     this.nMenuBar1.HasPendantCommand   = false;
     this.nMenuBar1.Name = "nMenuBar1";
     this.nMenuBar1.PrefferedRowIndex = 0;
     this.nMenuBar1.RowIndex          = 0;
     this.nMenuBar1.ShowTooltips      = false;
     this.nMenuBar1.Text = "Menu Bar";
     //
     // nCommand3
     //
     this.nCommand3.Commands.AddRange(new Nevron.UI.WinForm.Controls.NCommand[] {
         this.nCommand4
     });
     this.nCommand3.Properties.ShowArrowStyle = Nevron.UI.WinForm.Controls.ShowArrowStyle.Never;
     this.nCommand3.Properties.Text           = "&File";
     //
     // nCommand4
     //
     this.nCommand4.Properties.Text = "E&xit";
     this.nCommand4.Click          += new Nevron.UI.WinForm.Controls.CommandEventHandler(this.nCommand4_Click);
     //
     // NDesignTimeSupportForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(888, 622);
     this.Name = "NDesignTimeSupportForm";
     this.Text = "Design-Time Generated Layout";
     ((System.ComponentModel.ISupportInitialize)(this.nDockManager1)).EndInit();
     this.nDockingPanel1.ResumeLayout(false);
     this.nDockingPanel2.ResumeLayout(false);
     this.nDockingPanel4.ResumeLayout(false);
     this.nDockingPanel5.ResumeLayout(false);
     this.nDockingPanel6.ResumeLayout(false);
     this.nDockingPanel8.ResumeLayout(false);
     this.nDockingPanel9.ResumeLayout(false);
 }