コード例 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Nevron.UI.WinForm.Docking.NDockZone         nDockZone0 = new Nevron.UI.WinForm.Docking.NDockZone();
     Nevron.UI.WinForm.Docking.NDockingPanelHost nDockZone1 = new Nevron.UI.WinForm.Docking.NDockingPanelHost();
     Nevron.UI.WinForm.Docking.NDockingPanelHost nDockZone3 = new Nevron.UI.WinForm.Docking.NDockingPanelHost();
     this.nDockManager1            = new Nevron.UI.WinForm.Docking.NDockManager();
     this.nDockingPanel1           = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.nButton1                 = new Nevron.UI.WinForm.Controls.NButton();
     this.label1                   = new System.Windows.Forms.Label();
     this.m_AvailableCommandsCombo = new Nevron.UI.WinForm.Controls.NComboBox();
     this.m_ExecuteButton          = new Nevron.UI.WinForm.Controls.NButton();
     this.nCommandBarsManager1     = new Nevron.UI.WinForm.Controls.NCommandBarsManager(this.components);
     this.nMenuBar1                = new Nevron.UI.WinForm.Controls.NMenuBar();
     this.nCommand1                = new Nevron.UI.WinForm.Controls.NCommand();
     this.nCommand2                = new Nevron.UI.WinForm.Controls.NCommand();
     this.nCommand3                = new Nevron.UI.WinForm.Controls.NCommand();
     this.nDockingPanel2           = new Nevron.UI.WinForm.Docking.NDockingPanel();
     ((System.ComponentModel.ISupportInitialize)(this.nDockManager1)).BeginInit();
     this.nDockingPanel1.SuspendLayout();
     //
     // nDockManager1
     //
     this.nDockManager1.DocumentStyle.DocumentViewStyle = Nevron.UI.WinForm.Docking.DocumentViewStyle.MdiStandard;
     this.nDockManager1.Form = this;
     this.nDockManager1.RootContainerZIndex = 0;
     //
     // Root Zone
     //
     this.nDockManager1.RootContainer.RootZone.AddChild(nDockZone0);
     this.nDockManager1.RootContainer.RootZone.AddChild(nDockZone3);
     this.nDockManager1.RootContainer.RootZone.Orientation = System.Windows.Forms.Orientation.Vertical;
     //
     // nDockZone0
     //
     nDockZone0.AddChild(nDockZone1);
     nDockZone0.AddChild(this.nDockManager1.DocumentManager.DocumentViewHost);
     nDockZone0.Name                   = "nDockZone0";
     nDockZone0.Orientation            = System.Windows.Forms.Orientation.Horizontal;
     nDockZone0.Index                  = 0;
     nDockZone0.SizeInfo.PrefferedSize = new System.Drawing.Size(200, 338);
     //
     // nDockZone1
     //
     nDockZone1.AddChild(this.nDockingPanel1);
     nDockZone1.Name                   = "nDockZone1";
     nDockZone1.Orientation            = System.Windows.Forms.Orientation.Horizontal;
     nDockZone1.Index                  = 0;
     nDockZone1.SizeInfo.PrefferedSize = new System.Drawing.Size(240, 200);
     //
     // nDockZone3
     //
     nDockZone3.AddChild(this.nDockingPanel2);
     nDockZone3.Name                   = "nDockZone3";
     nDockZone3.Orientation            = System.Windows.Forms.Orientation.Horizontal;
     nDockZone3.Index                  = 1;
     nDockZone3.SizeInfo.PrefferedSize = new System.Drawing.Size(200, 135);
     //
     // nDockingPanel1
     //
     this.nDockingPanel1.Controls.Add(this.nButton1);
     this.nDockingPanel1.Controls.Add(this.label1);
     this.nDockingPanel1.Controls.Add(this.m_AvailableCommandsCombo);
     this.nDockingPanel1.Controls.Add(this.m_ExecuteButton);
     this.nDockingPanel1.Name = "nDockingPanel1";
     this.nDockingPanel1.SizeInfo.PrefferedSize = new System.Drawing.Size(240, 200);
     this.nDockingPanel1.TabIndex = 1;
     this.nDockingPanel1.Text     = "Properties";
     //
     // nButton1
     //
     this.nButton1.Location = new System.Drawing.Point(8, 112);
     this.nButton1.Name     = "nButton1";
     this.nButton1.Size     = new System.Drawing.Size(224, 32);
     this.nButton1.TabIndex = 3;
     this.nButton1.Text     = "Keyboard...";
     this.nButton1.Click   += new System.EventHandler(this.nButton1_Click);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(144, 23);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Available Commands:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_AvailableCommandsCombo
     //
     this.m_AvailableCommandsCombo.DropDownWidth         = 300;
     this.m_AvailableCommandsCombo.Location              = new System.Drawing.Point(8, 32);
     this.m_AvailableCommandsCombo.Name                  = "m_AvailableCommandsCombo";
     this.m_AvailableCommandsCombo.Size                  = new System.Drawing.Size(224, 22);
     this.m_AvailableCommandsCombo.TabIndex              = 1;
     this.m_AvailableCommandsCombo.Text                  = "nComboBox1";
     this.m_AvailableCommandsCombo.SelectedIndexChanged += new System.EventHandler(this.m_AvailableCommandsCombo_SelectedIndexChanged);
     //
     // m_ExecuteButton
     //
     this.m_ExecuteButton.Location = new System.Drawing.Point(160, 64);
     this.m_ExecuteButton.Name     = "m_ExecuteButton";
     this.m_ExecuteButton.Size     = new System.Drawing.Size(72, 24);
     this.m_ExecuteButton.TabIndex = 0;
     this.m_ExecuteButton.Text     = "Execute";
     this.m_ExecuteButton.Click   += new System.EventHandler(this.m_ExecuteButton_Click);
     //
     // nCommandBarsManager1
     //
     this.nCommandBarsManager1.ParentControl = this;
     this.nCommandBarsManager1.Toolbars.Add(this.nMenuBar1);
     this.nCommandBarsManager1.CommandPopup += new Nevron.UI.WinForm.Controls.CommandEventHandler(this.nCommandBarsManager1_CommandPopup);
     //
     // 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.nCommand1,
         this.nCommand3
     });
     this.nMenuBar1.DefaultCommandStyle = Nevron.UI.WinForm.Controls.CommandStyle.Text;
     this.nMenuBar1.DefaultLocation     = new System.Drawing.Point(0, 0);
     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";
     //
     // nCommand1
     //
     this.nCommand1.Commands.AddRange(new Nevron.UI.WinForm.Controls.NCommand[] {
         this.nCommand2
     });
     this.nCommand1.Properties.ShowArrowStyle = Nevron.UI.WinForm.Controls.ShowArrowStyle.Never;
     this.nCommand1.Properties.Text           = "&File";
     //
     // nCommand2
     //
     this.nCommand2.Properties.ID   = 0;
     this.nCommand2.Properties.Text = "E&xit";
     //
     // nCommand3
     //
     this.nCommand3.Properties.DropDownBehavior = Nevron.UI.WinForm.Controls.DropDownBehavior.AlwaysDropDown;
     this.nCommand3.Properties.ID             = 1;
     this.nCommand3.Properties.ShowArrowStyle = Nevron.UI.WinForm.Controls.ShowArrowStyle.Never;
     this.nCommand3.Properties.Text           = "&Panels";
     //
     // nDockingPanel2
     //
     this.nDockingPanel2.Name = "nDockingPanel2";
     this.nDockingPanel2.SizeInfo.PrefferedSize = new System.Drawing.Size(200, 135);
     this.nDockingPanel2.TabIndex = 1;
     //
     // NCommandModelForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(816, 462);
     this.Name = "NCommandModelForm";
     this.Text = "Command Model Example";
     ((System.ComponentModel.ISupportInitialize)(this.nDockManager1)).EndInit();
     this.nDockingPanel1.ResumeLayout(false);
 }
コード例 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.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.NDockingPanelHost nDockZone3 = new Nevron.UI.WinForm.Docking.NDockingPanelHost();
     this.nDockManager1        = new Nevron.UI.WinForm.Docking.NDockManager();
     this.nDockingPanel1       = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.textBox1             = new System.Windows.Forms.TextBox();
     this.nDockingPanel2       = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.m_UpdateFormCaption  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.nCommandBarsManager1 = new Nevron.UI.WinForm.Controls.NCommandBarsManager(this.components);
     this.nMenuBar1            = new Nevron.UI.WinForm.Controls.NMenuBar();
     this.nCommand1            = new Nevron.UI.WinForm.Controls.NCommand();
     this.nCommand2            = new Nevron.UI.WinForm.Controls.NCommand();
     ((System.ComponentModel.ISupportInitialize)(this.nDockManager1)).BeginInit();
     this.nDockingPanel1.SuspendLayout();
     this.nDockingPanel2.SuspendLayout();
     //
     // nDockManager1
     //
     this.nDockManager1.Form = this;
     this.nDockManager1.RootContainerZIndex = 0;
     //
     // Root Zone
     //
     this.nDockManager1.RootContainer.RootZone.AddChild(nDockZone0);
     this.nDockManager1.RootContainer.RootZone.AddChild(nDockZone1);
     this.nDockManager1.RootContainer.RootZone.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // nDockZone0
     //
     nDockZone0.AddChild(this.nDockingPanel2);
     nDockZone0.Name                   = "nDockZone0";
     nDockZone0.Orientation            = System.Windows.Forms.Orientation.Horizontal;
     nDockZone0.Index                  = 0;
     nDockZone0.SizeInfo.PrefferedSize = new System.Drawing.Size(172, 200);
     //
     // nDockZone1
     //
     nDockZone1.AddChild(this.nDockManager1.DocumentManager.DocumentViewHost);
     nDockZone1.AddChild(nDockZone3);
     nDockZone1.Name                   = "nDockZone1";
     nDockZone1.Orientation            = System.Windows.Forms.Orientation.Vertical;
     nDockZone1.Index                  = 1;
     nDockZone1.SizeInfo.PrefferedSize = new System.Drawing.Size(666, 200);
     //
     // nDockZone3
     //
     nDockZone3.AddChild(this.nDockingPanel1);
     nDockZone3.Name                   = "nDockZone3";
     nDockZone3.Orientation            = System.Windows.Forms.Orientation.Horizontal;
     nDockZone3.Index                  = 1;
     nDockZone3.SizeInfo.PrefferedSize = new System.Drawing.Size(200, 163);
     //
     // nDockingPanel1
     //
     this.nDockingPanel1.Controls.Add(this.textBox1);
     this.nDockingPanel1.Name = "nDockingPanel1";
     this.nDockingPanel1.SizeInfo.PrefferedSize = new System.Drawing.Size(200, 163);
     this.nDockingPanel1.TabIndex = 1;
     //
     // textBox1
     //
     this.textBox1.BackColor = System.Drawing.SystemColors.Window;
     this.textBox1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.textBox1.ForeColor = System.Drawing.SystemColors.WindowText;
     this.textBox1.Location  = new System.Drawing.Point(0, 0);
     this.textBox1.Multiline = true;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(648, 137);
     this.textBox1.TabIndex  = 0;
     this.textBox1.Text      = "textBox1";
     //
     // nDockingPanel2
     //
     this.nDockingPanel2.Controls.Add(this.m_UpdateFormCaption);
     this.nDockingPanel2.Name = "nDockingPanel2";
     this.nDockingPanel2.SizeInfo.PrefferedSize = new System.Drawing.Size(172, 200);
     this.nDockingPanel2.TabIndex = 1;
     this.nDockingPanel2.Text     = "Example";
     //
     // m_UpdateFormCaption
     //
     this.m_UpdateFormCaption.Location        = new System.Drawing.Point(8, 8);
     this.m_UpdateFormCaption.Name            = "m_UpdateFormCaption";
     this.m_UpdateFormCaption.Size            = new System.Drawing.Size(144, 24);
     this.m_UpdateFormCaption.TabIndex        = 0;
     this.m_UpdateFormCaption.Text            = "&Update Form Caption";
     this.m_UpdateFormCaption.CheckedChanged += new System.EventHandler(this.m_UpdateFormCaption_CheckedChanged);
     //
     // 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.nCommand1
     });
     this.nMenuBar1.DefaultCommandStyle = Nevron.UI.WinForm.Controls.CommandStyle.Text;
     this.nMenuBar1.DefaultLocation     = new System.Drawing.Point(0, 0);
     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";
     //
     // nCommand1
     //
     this.nCommand1.Commands.AddRange(new Nevron.UI.WinForm.Controls.NCommand[] {
         this.nCommand2
     });
     this.nCommand1.Properties.ShowArrowStyle = Nevron.UI.WinForm.Controls.ShowArrowStyle.Never;
     this.nCommand1.Properties.Text           = "&File";
     //
     // nCommand2
     //
     this.nCommand2.Properties.Text = "E&xit";
     this.nCommand2.Click          += new Nevron.UI.WinForm.Controls.CommandEventHandler(this.nCommand2_Click);
     //
     // NMdiMenuMergeForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(824, 454);
     this.Name = "NMdiMenuMergeForm";
     this.Text = "Mdi Menu Merge Example";
     ((System.ComponentModel.ISupportInitialize)(this.nDockManager1)).EndInit();
     this.nDockingPanel1.ResumeLayout(false);
     this.nDockingPanel2.ResumeLayout(false);
 }
コード例 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Nevron.UI.WinForm.Docking.NDockZone            nDockZone1 = new Nevron.UI.WinForm.Docking.NDockZone();
     Nevron.UI.WinForm.Docking.NDockingPanelHost    nDockZone2 = new Nevron.UI.WinForm.Docking.NDockingPanelHost();
     Nevron.UI.WinForm.Docking.NDockingPanelHost    nDockZone3 = new Nevron.UI.WinForm.Docking.NDockingPanelHost();
     System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(NVisualTabNavigationForm));
     this.nDockManager1   = new Nevron.UI.WinForm.Docking.NDockManager(this.components);
     this.imageList1      = new System.Windows.Forms.ImageList(this.components);
     this.nDockingPanel1  = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.label1          = new System.Windows.Forms.Label();
     this.shortcutEdit    = new Nevron.UI.WinForm.Controls.NShortcutTextBox();
     this.nDockingPanel2  = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.label2          = new System.Windows.Forms.Label();
     this.nDockingPanel3  = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.nDockingPanel4  = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.label3          = new System.Windows.Forms.Label();
     this.editorModeCombo = new Nevron.UI.WinForm.Controls.NComboBox();
     ((System.ComponentModel.ISupportInitialize)(this.nDockManager1)).BeginInit();
     this.nDockingPanel1.SuspendLayout();
     this.nDockingPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // nDockManager1
     //
     this.nDockManager1.Form                = this;
     this.nDockManager1.ImageList           = this.imageList1;
     this.nDockManager1.RootContainerZIndex = 0;
     //
     // Root Zone
     //
     this.nDockManager1.RootContainer.RootZone.AddChild(nDockZone1);
     this.nDockManager1.RootContainer.RootZone.AddChild(nDockZone3);
     this.nDockManager1.RootContainer.RootZone.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // nDockZone1
     //
     nDockZone1.AddChild(this.nDockManager1.DocumentManager.DocumentViewHost);
     nDockZone1.AddChild(nDockZone2);
     nDockZone1.Name                   = "nDockZone1";
     nDockZone1.Orientation            = System.Windows.Forms.Orientation.Vertical;
     nDockZone1.Index                  = 0;
     nDockZone1.SizeInfo.PrefferedSize = new System.Drawing.Size(573, 200);
     //
     // nDockZone2
     //
     nDockZone2.AddChild(this.nDockingPanel4);
     nDockZone2.AddChild(this.nDockingPanel2);
     nDockZone2.Name                   = "nDockZone2";
     nDockZone2.Orientation            = System.Windows.Forms.Orientation.Horizontal;
     nDockZone2.Index                  = 1;
     nDockZone2.SizeInfo.PrefferedSize = new System.Drawing.Size(200, 199);
     //
     // nDockZone3
     //
     nDockZone3.AddChild(this.nDockingPanel1);
     nDockZone3.AddChild(this.nDockingPanel3);
     nDockZone3.Name                   = "nDockZone3";
     nDockZone3.Orientation            = System.Windows.Forms.Orientation.Horizontal;
     nDockZone3.Index                  = 1;
     nDockZone3.SizeInfo.PrefferedSize = new System.Drawing.Size(241, 200);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // nDockingPanel1
     //
     this.nDockingPanel1.Controls.Add(this.editorModeCombo);
     this.nDockingPanel1.Controls.Add(this.label3);
     this.nDockingPanel1.Controls.Add(this.label1);
     this.nDockingPanel1.Controls.Add(this.shortcutEdit);
     this.nDockingPanel1.Location = new System.Drawing.Point(1, 24);
     this.nDockingPanel1.Name     = "nDockingPanel1";
     this.nDockingPanel1.Size     = new System.Drawing.Size(235, 500);
     this.nDockingPanel1.SizeInfo.PrefferedSize = new System.Drawing.Size(241, 200);
     this.nDockingPanel1.TabIndex            = 1;
     this.nDockingPanel1.TabInfo.ImageIndex  = 5;
     this.nDockingPanel1.TabInfo.TooltipText = "";
     this.nDockingPanel1.Text = "Settings";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(16, 56);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(128, 23);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Visual Editor Shortcut:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // shortcutEdit
     //
     this.shortcutEdit.Location     = new System.Drawing.Point(16, 80);
     this.shortcutEdit.Name         = "shortcutEdit";
     this.shortcutEdit.Size         = new System.Drawing.Size(192, 18);
     this.shortcutEdit.TabIndex     = 1;
     this.shortcutEdit.TextChanged += new System.EventHandler(this.shortcutEdit_TextChanged);
     //
     // nDockingPanel2
     //
     this.nDockingPanel2.Controls.Add(this.label2);
     this.nDockingPanel2.Location = new System.Drawing.Point(1, 24);
     this.nDockingPanel2.Name     = "nDockingPanel2";
     this.nDockingPanel2.Size     = new System.Drawing.Size(545, 527);
     this.nDockingPanel2.SizeInfo.PrefferedSize = new System.Drawing.Size(200, 199);
     this.nDockingPanel2.TabIndex           = 1;
     this.nDockingPanel2.TabInfo.ImageIndex = 4;
     this.nDockingPanel2.Text = "Testing Panel";
     //
     // label2
     //
     this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label2.Location    = new System.Drawing.Point(56, 32);
     this.label2.Name        = "label2";
     this.label2.Size        = new System.Drawing.Size(416, 72);
     this.label2.TabIndex    = 0;
     this.label2.Text        = "Press Control+Tab to trigger the visual tab editor.";
     //
     // nDockingPanel3
     //
     this.nDockingPanel3.Location           = new System.Drawing.Point(1, 24);
     this.nDockingPanel3.Name               = "nDockingPanel3";
     this.nDockingPanel3.Size               = new System.Drawing.Size(235, 527);
     this.nDockingPanel3.TabIndex           = 2;
     this.nDockingPanel3.TabInfo.ImageIndex = 3;
     this.nDockingPanel3.Text               = "Testing Panel";
     //
     // nDockingPanel4
     //
     this.nDockingPanel4.Location           = new System.Drawing.Point(1, 24);
     this.nDockingPanel4.Name               = "nDockingPanel4";
     this.nDockingPanel4.Size               = new System.Drawing.Size(530, 143);
     this.nDockingPanel4.TabIndex           = 2;
     this.nDockingPanel4.TabInfo.ImageIndex = 0;
     this.nDockingPanel4.Text               = "Testing Panel";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(16, 9);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(128, 23);
     this.label3.TabIndex  = 3;
     this.label3.Text      = "Visual Editor Mode:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // editorModeCombo
     //
     this.editorModeCombo.ListProperties.ColumnOnLeft = false;
     this.editorModeCombo.Location              = new System.Drawing.Point(16, 31);
     this.editorModeCombo.Name                  = "editorModeCombo";
     this.editorModeCombo.Size                  = new System.Drawing.Size(192, 22);
     this.editorModeCombo.TabIndex              = 4;
     this.editorModeCombo.Text                  = "nComboBox1";
     this.editorModeCombo.SelectedIndexChanged += new System.EventHandler(this.editorModeCombo_SelectedIndexChanged);
     //
     // NVisualTabNavigationForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(773, 552);
     this.Name = "NVisualTabNavigationForm";
     this.Text = "Visual Tab Navigation Example";
     ((System.ComponentModel.ISupportInitialize)(this.nDockManager1)).EndInit();
     this.nDockingPanel1.ResumeLayout(false);
     this.nDockingPanel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     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.NDockingPanelHost nDockZone3 = new Nevron.UI.WinForm.Docking.NDockingPanelHost();
     this.nDockingPanel1            = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.nDockManager1             = new Nevron.UI.WinForm.Docking.NDockManager();
     this.nDockingPanel2            = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.nDockingPanel3            = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.m_StickToClientEdgesCheck = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.m_StickyChildrenCheck     = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.nCommandBarsManager1      = new Nevron.UI.WinForm.Controls.NCommandBarsManager(this.components);
     this.nMenuBar1 = new Nevron.UI.WinForm.Controls.NMenuBar();
     this.nCommand1 = new Nevron.UI.WinForm.Controls.NCommand();
     this.nCommand2 = new Nevron.UI.WinForm.Controls.NCommand();
     ((System.ComponentModel.ISupportInitialize)(this.nDockManager1)).BeginInit();
     this.nDockingPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nCommandBarsManager1)).BeginInit();
     //
     // nDockingPanel1
     //
     this.nDockingPanel1.Name     = "nDockingPanel1";
     this.nDockingPanel1.TabIndex = 1;
     //
     // nDockManager1
     //
     this.nDockManager1.DocumentStyle.DocumentViewStyle = Nevron.UI.WinForm.Docking.DocumentViewStyle.MdiStandard;
     this.nDockManager1.Form = this;
     this.nDockManager1.RootContainerZIndex         = 0;
     this.nDockManager1.StickyOptions.StickyInflate = 21;
     //
     // Root Zone
     //
     this.nDockManager1.RootContainer.RootZone.AddChild(nDockZone0);
     this.nDockManager1.RootContainer.RootZone.AddChild(nDockZone1);
     this.nDockManager1.RootContainer.RootZone.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // nDockZone0
     //
     nDockZone0.AddChild(this.nDockingPanel3);
     nDockZone0.Name        = "nDockZone0";
     nDockZone0.Orientation = System.Windows.Forms.Orientation.Horizontal;
     nDockZone0.Index       = 0;
     //
     // nDockZone1
     //
     nDockZone1.AddChild(this.nDockManager1.DocumentManager.DocumentViewHost);
     nDockZone1.AddChild(nDockZone3);
     nDockZone1.Name        = "nDockZone1";
     nDockZone1.Orientation = System.Windows.Forms.Orientation.Vertical;
     nDockZone1.Index       = 1;
     //
     // nDockZone3
     //
     nDockZone3.AddChild(this.nDockingPanel2);
     nDockZone3.Name        = "nDockZone3";
     nDockZone3.Orientation = System.Windows.Forms.Orientation.Horizontal;
     nDockZone3.Index       = 1;
     //
     // nDockingPanel2
     //
     this.nDockingPanel2.Name     = "nDockingPanel2";
     this.nDockingPanel2.TabIndex = 1;
     //
     // nDockingPanel3
     //
     this.nDockingPanel3.Controls.Add(this.m_StickToClientEdgesCheck);
     this.nDockingPanel3.Controls.Add(this.m_StickyChildrenCheck);
     this.nDockingPanel3.Name     = "nDockingPanel3";
     this.nDockingPanel3.TabIndex = 1;
     //
     // m_StickToClientEdgesCheck
     //
     this.m_StickToClientEdgesCheck.Checked         = true;
     this.m_StickToClientEdgesCheck.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.m_StickToClientEdgesCheck.Location        = new System.Drawing.Point(8, 40);
     this.m_StickToClientEdgesCheck.Name            = "m_StickToClientEdgesCheck";
     this.m_StickToClientEdgesCheck.Size            = new System.Drawing.Size(176, 24);
     this.m_StickToClientEdgesCheck.TabIndex        = 1;
     this.m_StickToClientEdgesCheck.Text            = "Stick To Client Edges";
     this.m_StickToClientEdgesCheck.CheckedChanged += new System.EventHandler(this.m_StickToClientEdgesCheck_CheckedChanged);
     //
     // m_StickyChildrenCheck
     //
     this.m_StickyChildrenCheck.Checked         = true;
     this.m_StickyChildrenCheck.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.m_StickyChildrenCheck.Location        = new System.Drawing.Point(8, 16);
     this.m_StickyChildrenCheck.Name            = "m_StickyChildrenCheck";
     this.m_StickyChildrenCheck.Size            = new System.Drawing.Size(176, 24);
     this.m_StickyChildrenCheck.TabIndex        = 0;
     this.m_StickyChildrenCheck.Text            = "Sticky Children";
     this.m_StickyChildrenCheck.CheckedChanged += new System.EventHandler(this.m_StickyChildrenCheck_CheckedChanged);
     //
     // nCommandBarsManager1
     //
     this.nCommandBarsManager1.AllowCustomize = false;
     this.nCommandBarsManager1.ParentControl  = this;
     this.nCommandBarsManager1.Toolbars.Add(this.nMenuBar1);
     //
     // nMenuBar1
     //
     this.nMenuBar1.AutoDropDownDelay = false;
     this.nMenuBar1.BackgroundType    = Nevron.UI.WinForm.Controls.BackgroundType.Transparent;
     this.nMenuBar1.CanFloat          = false;
     this.nMenuBar1.Commands.AddRange(new Nevron.UI.WinForm.Controls.NCommand[] {
         this.nCommand1
     });
     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";
     //
     // nCommand1
     //
     this.nCommand1.Commands.AddRange(new Nevron.UI.WinForm.Controls.NCommand[] {
         this.nCommand2
     });
     this.nCommand1.Properties.ShowArrowStyle = Nevron.UI.WinForm.Controls.ShowArrowStyle.Never;
     this.nCommand1.Properties.Text           = "&File";
     //
     // nCommand2
     //
     this.nCommand2.Properties.Text = "E&xit";
     this.nCommand2.Click          += new Nevron.UI.WinForm.Controls.CommandEventHandler(this.nCommand2_Click);
     //
     // NMdiChildrenCustomFramesForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(840, 566);
     this.Name = "NMdiChildrenCustomFramesForm";
     this.Text = "Mdi Children - Custom Frames Example";
     ((System.ComponentModel.ISupportInitialize)(this.nDockManager1)).EndInit();
     this.nDockingPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.nCommandBarsManager1)).EndInit();
 }
コード例 #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.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);
 }