_ Partial Class frmDocumentManager Inherits DevExpress.XtraBars.Ribbon.RibbonForm 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim DockingContainer1 As DevExpress.XtraBars.Docking2010.Views.Tabbed.DockingContainer = New DevExpress.XtraBars.Docking2010.Views.Tabbed.DockingContainer() Me.DocumentManager1 = New DevExpress.XtraBars.Docking2010.DocumentManager(Me.components) Me.TabbedView1 = New DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(Me.components) Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl() Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage() Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.RibbonPageGroup2 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar() Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage() Me.DockManager1 = New DevExpress.XtraBars.Docking.DockManager(Me.components) Me.PanelDashboard = New DevExpress.XtraBars.Docking.DockPanel() Me.DockPanel1_Container = New DevExpress.XtraBars.Docking.ControlContainer() Me.Document1 = New DevExpress.XtraBars.Docking2010.Views.Tabbed.Document(Me.components) Me.DocumentGroup1 = New DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup(Me.components) Me.PanelSearch = New DevExpress.XtraBars.Docking.DockPanel() Me.DockPanel2_Container = New DevExpress.XtraBars.Docking.ControlContainer() Me.PanelDocView = New DevExpress.XtraBars.Docking.DockPanel() Me.DockPanel3_Container = New DevExpress.XtraBars.Docking.ControlContainer() Me.PanelSQL = New DevExpress.XtraBars.Docking.DockPanel() Me.DockPanel4_Container = New DevExpress.XtraBars.Docking.ControlContainer() Me.hideContainerRight = New DevExpress.XtraBars.Docking.AutoHideContainer() CType(Me.DocumentManager1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TabbedView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DockManager1, System.ComponentModel.ISupportInitialize).BeginInit() Me.PanelDashboard.SuspendLayout() CType(Me.Document1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DocumentGroup1, System.ComponentModel.ISupportInitialize).BeginInit() Me.PanelSearch.SuspendLayout() Me.PanelDocView.SuspendLayout() Me.PanelSQL.SuspendLayout() Me.hideContainerRight.SuspendLayout() Me.SuspendLayout() ' 'DocumentManager1 ' Me.DocumentManager1.ContainerControl = Me Me.DocumentManager1.View = Me.TabbedView1 Me.DocumentManager1.ViewCollection.AddRange(New DevExpress.XtraBars.Docking2010.Views.BaseView() {Me.TabbedView1}) ' 'TabbedView1 ' Me.TabbedView1.DocumentGroups.AddRange(New DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup() {Me.DocumentGroup1}) Me.TabbedView1.Documents.AddRange(New DevExpress.XtraBars.Docking2010.Views.BaseDocument() {Me.Document1}) DockingContainer1.Element = Me.DocumentGroup1 Me.TabbedView1.RootContainer.Nodes.AddRange(New DevExpress.XtraBars.Docking2010.Views.Tabbed.DockingContainer() {DockingContainer1}) Me.TabbedView1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light ' 'RibbonControl1 ' Me.RibbonControl1.ExpandCollapseItem.Id = 0 Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem}) Me.RibbonControl1.Location = New System.Drawing.Point(0, 0) Me.RibbonControl1.MaxItemId = 1 Me.RibbonControl1.Name = "RibbonControl1" Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1}) Me.RibbonControl1.Size = New System.Drawing.Size(1134, 159) Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1 ' 'RibbonPage1 ' Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1, Me.RibbonPageGroup2}) Me.RibbonPage1.Name = "RibbonPage1" Me.RibbonPage1.Text = "RibbonPage1" ' 'RibbonPageGroup1 ' Me.RibbonPageGroup1.Name = "RibbonPageGroup1" Me.RibbonPageGroup1.Text = "RibbonPageGroup1" ' 'RibbonPageGroup2 ' Me.RibbonPageGroup2.Name = "RibbonPageGroup2" Me.RibbonPageGroup2.Text = "RibbonPageGroup2" ' 'RibbonStatusBar1 ' Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 665) Me.RibbonStatusBar1.Name = "RibbonStatusBar1" Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1 Me.RibbonStatusBar1.Size = New System.Drawing.Size(1134, 22) ' 'RibbonPage2 ' Me.RibbonPage2.Name = "RibbonPage2" Me.RibbonPage2.Text = "RibbonPage2" ' 'DockManager1 ' Me.DockManager1.AutoHideContainers.AddRange(New DevExpress.XtraBars.Docking.AutoHideContainer() {Me.hideContainerRight}) Me.DockManager1.Form = Me Me.DockManager1.RootPanels.AddRange(New DevExpress.XtraBars.Docking.DockPanel() {Me.PanelDashboard, Me.PanelSearch, Me.PanelSQL}) Me.DockManager1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light Me.DockManager1.TopZIndexControls.AddRange(New String() {"DevExpress.XtraBars.BarDockControl", "DevExpress.XtraBars.StandaloneBarDockControl", "System.Windows.Forms.StatusBar", "System.Windows.Forms.MenuStrip", "System.Windows.Forms.StatusStrip", "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"}) ' 'PanelDashboard ' Me.PanelDashboard.Controls.Add(Me.DockPanel1_Container) Me.PanelDashboard.DockedAsTabbedDocument = True Me.PanelDashboard.ID = New System.Guid("7a841a4a-faca-4797-87c6-8be6fc59b50d") Me.PanelDashboard.Name = "PanelDashboard" Me.PanelDashboard.Options.ShowCloseButton = False Me.PanelDashboard.OriginalSize = New System.Drawing.Size(200, 200) Me.PanelDashboard.Text = "DockPanel1" ' 'DockPanel1_Container ' Me.DockPanel1_Container.Location = New System.Drawing.Point(0, 0) Me.DockPanel1_Container.Name = "DockPanel1_Container" Me.DockPanel1_Container.Size = New System.Drawing.Size(903, 257) Me.DockPanel1_Container.TabIndex = 0 ' 'Document1 ' Me.Document1.Caption = "DockPanel1" Me.Document1.ControlName = "PanelDashboard" Me.Document1.FloatLocation = New System.Drawing.Point(0, 0) Me.Document1.FloatSize = New System.Drawing.Size(200, 200) Me.Document1.Properties.AllowClose = DevExpress.Utils.DefaultBoolean.[False] Me.Document1.Properties.AllowFloat = DevExpress.Utils.DefaultBoolean.[True] Me.Document1.Properties.AllowFloatOnDoubleClick = DevExpress.Utils.DefaultBoolean.[True] ' 'DocumentGroup1 ' Me.DocumentGroup1.Items.AddRange(New DevExpress.XtraBars.Docking2010.Views.Tabbed.Document() {Me.Document1}) ' 'PanelSearch ' Me.PanelSearch.Controls.Add(Me.DockPanel2_Container) Me.PanelSearch.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left Me.PanelSearch.ID = New System.Guid("6c1851ca-e156-402e-90f8-a83e25b0ee52") Me.PanelSearch.Location = New System.Drawing.Point(0, 159) Me.PanelSearch.Name = "PanelSearch" Me.PanelSearch.Options.ShowCloseButton = False Me.PanelSearch.OriginalSize = New System.Drawing.Size(200, 200) Me.PanelSearch.Size = New System.Drawing.Size(200, 506) Me.PanelSearch.Text = "Suche" ' 'DockPanel2_Container ' Me.DockPanel2_Container.Location = New System.Drawing.Point(0, 43) Me.DockPanel2_Container.Name = "DockPanel2_Container" Me.DockPanel2_Container.Size = New System.Drawing.Size(199, 463) Me.DockPanel2_Container.TabIndex = 0 ' 'PanelDocView ' Me.PanelDocView.Controls.Add(Me.DockPanel3_Container) Me.PanelDocView.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right Me.PanelDocView.ID = New System.Guid("a668ae35-02f7-4338-aeee-25839395e8cc") Me.PanelDocView.Location = New System.Drawing.Point(0, 0) Me.PanelDocView.Name = "PanelDocView" Me.PanelDocView.Options.ShowCloseButton = False Me.PanelDocView.OriginalSize = New System.Drawing.Size(200, 200) Me.PanelDocView.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Right Me.PanelDocView.SavedIndex = 2 Me.PanelDocView.Size = New System.Drawing.Size(200, 506) Me.PanelDocView.Text = "Document Viewer" Me.PanelDocView.Visibility = DevExpress.XtraBars.Docking.DockVisibility.AutoHide ' 'DockPanel3_Container ' Me.DockPanel3_Container.Location = New System.Drawing.Point(1, 43) Me.DockPanel3_Container.Name = "DockPanel3_Container" Me.DockPanel3_Container.Size = New System.Drawing.Size(199, 463) Me.DockPanel3_Container.TabIndex = 0 ' 'PanelSQL ' Me.PanelSQL.Controls.Add(Me.DockPanel4_Container) Me.PanelSQL.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom Me.PanelSQL.ID = New System.Guid("0f65098f-8b5a-4efd-9b19-ba4effecffec") Me.PanelSQL.Location = New System.Drawing.Point(200, 445) Me.PanelSQL.Name = "PanelSQL" Me.PanelSQL.Options.ShowCloseButton = False Me.PanelSQL.OriginalSize = New System.Drawing.Size(200, 220) Me.PanelSQL.Size = New System.Drawing.Size(903, 220) Me.PanelSQL.Text = "SQL" ' 'DockPanel4_Container ' Me.DockPanel4_Container.Location = New System.Drawing.Point(0, 44) Me.DockPanel4_Container.Name = "DockPanel4_Container" Me.DockPanel4_Container.Size = New System.Drawing.Size(903, 176) Me.DockPanel4_Container.TabIndex = 0 ' 'hideContainerRight ' Me.hideContainerRight.BackColor = System.Drawing.Color.FromArgb(CType(CType(248, Byte), Integer), CType(CType(248, Byte), Integer), CType(CType(248, Byte), Integer)) Me.hideContainerRight.Controls.Add(Me.PanelDocView) Me.hideContainerRight.Dock = System.Windows.Forms.DockStyle.Right Me.hideContainerRight.Location = New System.Drawing.Point(1103, 159) Me.hideContainerRight.Name = "hideContainerRight" Me.hideContainerRight.Size = New System.Drawing.Size(31, 506) ' 'frmDocumentManager ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1134, 687) Me.Controls.Add(Me.PanelSQL) Me.Controls.Add(Me.PanelSearch) Me.Controls.Add(Me.hideContainerRight) Me.Controls.Add(Me.RibbonStatusBar1) Me.Controls.Add(Me.RibbonControl1) Me.Name = "frmDocumentManager" Me.Ribbon = Me.RibbonControl1 Me.StatusBar = Me.RibbonStatusBar1 Me.Text = "frmDocumentManager" CType(Me.DocumentManager1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TabbedView1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DockManager1, System.ComponentModel.ISupportInitialize).EndInit() Me.PanelDashboard.ResumeLayout(False) CType(Me.Document1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DocumentGroup1, System.ComponentModel.ISupportInitialize).EndInit() Me.PanelSearch.ResumeLayout(False) Me.PanelDocView.ResumeLayout(False) Me.PanelSQL.ResumeLayout(False) Me.hideContainerRight.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents DocumentManager1 As DevExpress.XtraBars.Docking2010.DocumentManager Friend WithEvents TabbedView1 As DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView Friend WithEvents RibbonControl1 As DevExpress.XtraBars.Ribbon.RibbonControl Friend WithEvents RibbonPage1 As DevExpress.XtraBars.Ribbon.RibbonPage Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents RibbonPageGroup2 As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage Friend WithEvents PanelSQL As DevExpress.XtraBars.Docking.DockPanel Friend WithEvents DockPanel4_Container As DevExpress.XtraBars.Docking.ControlContainer Friend WithEvents PanelDocView As DevExpress.XtraBars.Docking.DockPanel Friend WithEvents DockPanel3_Container As DevExpress.XtraBars.Docking.ControlContainer Friend WithEvents PanelSearch As DevExpress.XtraBars.Docking.DockPanel Friend WithEvents DockPanel2_Container As DevExpress.XtraBars.Docking.ControlContainer Friend WithEvents DocumentGroup1 As DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup Friend WithEvents Document1 As DevExpress.XtraBars.Docking2010.Views.Tabbed.Document Friend WithEvents DockManager1 As DevExpress.XtraBars.Docking.DockManager Friend WithEvents PanelDashboard As DevExpress.XtraBars.Docking.DockPanel Friend WithEvents DockPanel1_Container As DevExpress.XtraBars.Docking.ControlContainer Friend WithEvents hideContainerRight As DevExpress.XtraBars.Docking.AutoHideContainer End Class