| | |
| | | barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); |
| | | barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); |
| | | barDockControlRight = new DevExpress.XtraBars.BarDockControl(); |
| | | dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components); |
| | | barDockingMenuItem1 = new DevExpress.XtraBars.BarDockingMenuItem(); |
| | | tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(components); |
| | | dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components); |
| | | ((System.ComponentModel.ISupportInitialize)tileNavPane).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)documentManager1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)barManager1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)tabbedView1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)dockManager1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)tabbedView1).BeginInit(); |
| | | SuspendLayout(); |
| | | // |
| | | // tileNavPane |
| | |
| | | tileNavPane.Dock = DockStyle.Top; |
| | | tileNavPane.Location = new Point(0, 0); |
| | | tileNavPane.Name = "tileNavPane"; |
| | | tileNavPane.Size = new Size(932, 40); |
| | | tileNavPane.Size = new Size(932, 60); |
| | | tileNavPane.TabIndex = 0; |
| | | tileNavPane.Text = "tileNavPane1"; |
| | | tileNavPane.ElementClick += tileNavPane_ElementClick; |
| | |
| | | barDockControlRight.Manager = barManager1; |
| | | barDockControlRight.Size = new Size(0, 498); |
| | | // |
| | | // dockManager1 |
| | | // |
| | | dockManager1.Form = this; |
| | | dockManager1.MenuManager = barManager1; |
| | | dockManager1.TopZIndexControls.AddRange(new string[] { "DevExpress.XtraBars.BarDockControl", "DevExpress.XtraBars.StandaloneBarDockControl", "System.Windows.Forms.MenuStrip", "System.Windows.Forms.StatusStrip", "System.Windows.Forms.StatusBar", "DevExpress.XtraBars.Ribbon.RibbonStatusBar", "DevExpress.XtraBars.Ribbon.RibbonControl", "DevExpress.XtraBars.Navigation.OfficeNavigationBar", "DevExpress.XtraBars.Navigation.TileNavPane", "DevExpress.XtraBars.TabFormControl", "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl", "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl" }); |
| | | // |
| | | // barDockingMenuItem1 |
| | | // |
| | | barDockingMenuItem1.Caption = "Window"; |
| | |
| | | tabbedView1.DocumentAdded += tabbedView1_DocumentAdded; |
| | | tabbedView1.DocumentActivated += tabbedView1_DocumentActivated; |
| | | tabbedView1.DocumentClosed += tabbedView1_DocumentClosed; |
| | | // |
| | | // dockManager1 |
| | | // |
| | | dockManager1.Form = this; |
| | | dockManager1.MenuManager = barManager1; |
| | | dockManager1.TopZIndexControls.AddRange(new string[] { "DevExpress.XtraBars.BarDockControl", "DevExpress.XtraBars.StandaloneBarDockControl", "System.Windows.Forms.MenuStrip", "System.Windows.Forms.StatusStrip", "System.Windows.Forms.StatusBar", "DevExpress.XtraBars.Ribbon.RibbonStatusBar", "DevExpress.XtraBars.Ribbon.RibbonControl", "DevExpress.XtraBars.Navigation.OfficeNavigationBar", "DevExpress.XtraBars.Navigation.TileNavPane", "DevExpress.XtraBars.TabFormControl", "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl", "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl" }); |
| | | // |
| | | // MainForm |
| | | // |
| | |
| | | ((System.ComponentModel.ISupportInitialize)tileNavPane).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)documentManager1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)barManager1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)tabbedView1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)dockManager1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)tabbedView1).EndInit(); |
| | | ResumeLayout(false); |
| | | PerformLayout(); |
| | | } |