Common/DocumentResultList: Rework layout with DockManager
This commit is contained in:
393
GUIs.Common/frmDocumentResultList.Designer.vb
generated
393
GUIs.Common/frmDocumentResultList.Designer.vb
generated
@@ -49,6 +49,7 @@ Partial Class frmDocumentResultList
|
||||
Me.BarButtonItem3 = New DevExpress.XtraBars.BarButtonItem()
|
||||
Me.BarButtonItem4 = New DevExpress.XtraBars.BarButtonItem()
|
||||
Me.BarButtonItem5 = New DevExpress.XtraBars.BarButtonItem()
|
||||
Me.BarButtonItem6 = New DevExpress.XtraBars.BarButtonItem()
|
||||
Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
||||
Me.RibbonPageGroup_Navigation = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||
Me.RibbonPageGroup5 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||
@@ -71,14 +72,34 @@ Partial Class frmDocumentResultList
|
||||
Me.GridControl3 = New DevExpress.XtraGrid.GridControl()
|
||||
Me.GridView3 = New DevExpress.XtraGrid.Views.BandedGrid.BandedGridView()
|
||||
Me.GridBand3 = New DevExpress.XtraGrid.Views.BandedGrid.GridBand()
|
||||
Me.SplitContainerControl3 = New DevExpress.XtraEditors.SplitContainerControl()
|
||||
Me.DocumentViewer1 = New DigitalData.Controls.DocumentViewer.DocumentViewer()
|
||||
Me.XtraSaveFileDialog = New DevExpress.XtraEditors.XtraSaveFileDialog(Me.components)
|
||||
Me.MenuFullAccess_IDB = New DevExpress.XtraBars.PopupMenu(Me.components)
|
||||
Me.MenuViewAccess_IDB = New DevExpress.XtraBars.PopupMenu(Me.components)
|
||||
Me.MenuFullAccess_EDM = New DevExpress.XtraBars.PopupMenu(Me.components)
|
||||
Me.MenuFullAccess_ZOOFLOW = New DevExpress.XtraBars.PopupMenu(Me.components)
|
||||
Me.RibbonPageGroup6 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||
Me.DockManager1 = New DevExpress.XtraBars.Docking.DockManager(Me.components)
|
||||
Me.DockPanelFileList = New DevExpress.XtraBars.Docking.DockPanel()
|
||||
Me.DockPanel2_Container = New DevExpress.XtraBars.Docking.ControlContainer()
|
||||
Me.DockPanelMetadata = New DevExpress.XtraBars.Docking.DockPanel()
|
||||
Me.DockPanel3_Container = New DevExpress.XtraBars.Docking.ControlContainer()
|
||||
Me.LayoutControl1 = New DevExpress.XtraLayout.LayoutControl()
|
||||
Me.RootMetadata = New DevExpress.XtraLayout.LayoutControlGroup()
|
||||
Me.DockPanelDocViewer = New DevExpress.XtraBars.Docking.DockPanel()
|
||||
Me.DockPanel1_Container = New DevExpress.XtraBars.Docking.ControlContainer()
|
||||
Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl()
|
||||
Me.XtraTabPageAttributes = New DevExpress.XtraTab.XtraTabPage()
|
||||
Me.XtraTabPageObject = New DevExpress.XtraTab.XtraTabPage()
|
||||
Me.XtraTabPageAttributeHistory = New DevExpress.XtraTab.XtraTabPage()
|
||||
Me.TextEdit1 = New DevExpress.XtraEditors.TextEdit()
|
||||
Me.LayoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem()
|
||||
Me.LayoutControlGroup1 = New DevExpress.XtraLayout.LayoutControlGroup()
|
||||
Me.LayoutControlGroup2 = New DevExpress.XtraLayout.LayoutControlGroup()
|
||||
Me.LayoutControlGroup3 = New DevExpress.XtraLayout.LayoutControlGroup()
|
||||
Me.ProgressBarControl1 = New DevExpress.XtraEditors.ProgressBarControl()
|
||||
Me.LayoutControlItem4 = New DevExpress.XtraLayout.LayoutControlItem()
|
||||
Me.lbLifecycleEnd = New DevExpress.XtraLayout.SimpleLabelItem()
|
||||
Me.lbLifecycleStart = New DevExpress.XtraLayout.SimpleLabelItem()
|
||||
Me.EmptySpaceItem1 = New DevExpress.XtraLayout.EmptySpaceItem()
|
||||
Me.TextEdit3 = New DevExpress.XtraEditors.TextEdit()
|
||||
Me.LayoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem()
|
||||
CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.SplitContainerControl1.Panel1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SplitContainerControl1.Panel1.SuspendLayout()
|
||||
@@ -100,21 +121,35 @@ Partial Class frmDocumentResultList
|
||||
CType(Me.GridView2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridControl3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridView3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.SplitContainerControl3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.SplitContainerControl3.Panel1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SplitContainerControl3.Panel1.SuspendLayout()
|
||||
CType(Me.SplitContainerControl3.Panel2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SplitContainerControl3.Panel2.SuspendLayout()
|
||||
Me.SplitContainerControl3.SuspendLayout()
|
||||
CType(Me.MenuFullAccess_IDB, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.MenuViewAccess_IDB, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.MenuFullAccess_EDM, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.MenuFullAccess_ZOOFLOW, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.DockManager1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.DockPanelFileList.SuspendLayout()
|
||||
Me.DockPanel2_Container.SuspendLayout()
|
||||
Me.DockPanelMetadata.SuspendLayout()
|
||||
Me.DockPanel3_Container.SuspendLayout()
|
||||
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.LayoutControl1.SuspendLayout()
|
||||
CType(Me.RootMetadata, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.DockPanelDocViewer.SuspendLayout()
|
||||
Me.DockPanel1_Container.SuspendLayout()
|
||||
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.XtraTabControl1.SuspendLayout()
|
||||
Me.XtraTabPageAttributes.SuspendLayout()
|
||||
CType(Me.TextEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlGroup2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlGroup3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.ProgressBarControl1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlItem4, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.lbLifecycleEnd, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.lbLifecycleStart, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TextEdit3.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'SplitContainerControl1
|
||||
'
|
||||
Me.SplitContainerControl1.Collapsed = True
|
||||
Me.SplitContainerControl1.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2
|
||||
resources.ApplyResources(Me.SplitContainerControl1, "SplitContainerControl1")
|
||||
Me.SplitContainerControl1.Name = "SplitContainerControl1"
|
||||
@@ -167,9 +202,9 @@ Partial Class frmDocumentResultList
|
||||
'
|
||||
Me.RibbonControl.CommandLayout = DevExpress.XtraBars.Ribbon.CommandLayout.Simplified
|
||||
Me.RibbonControl.ExpandCollapseItem.Id = 0
|
||||
Me.RibbonControl.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl.ExpandCollapseItem, Me.RibbonControl.SearchEditItem, Me.SwitchMainContainerHorizontal, Me.SwitchDetailContainerHorizontal, Me.BarButtonItemExportGrid1, Me.BarStaticItem1, Me.labelResultCount, Me.BarButtonBack, Me.BarButtonResetLayout, Me.labelCriticalError, Me.labelWarning, Me.MenuItemFileOpen, Me.MenuItemPropertiesIDB, Me.MenuItemFolderOpen, Me.MenuItemFilepathCopy, Me.MenuItemFolderpathCopy, Me.MenuItemPropertiesECM, Me.MenuItemsOpenFileZooFlow, Me.MenuItemPropertiesZooFlow, Me.ButtonRefresh, Me.BarButtonItem1, Me.BarButtonItem2, Me.BarButtonItem3, Me.BarButtonItem4, Me.BarButtonItem5})
|
||||
Me.RibbonControl.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl.ExpandCollapseItem, Me.RibbonControl.SearchEditItem, Me.SwitchMainContainerHorizontal, Me.SwitchDetailContainerHorizontal, Me.BarButtonItemExportGrid1, Me.BarStaticItem1, Me.labelResultCount, Me.BarButtonBack, Me.BarButtonResetLayout, Me.labelCriticalError, Me.labelWarning, Me.MenuItemFileOpen, Me.MenuItemPropertiesIDB, Me.MenuItemFolderOpen, Me.MenuItemFilepathCopy, Me.MenuItemFolderpathCopy, Me.MenuItemPropertiesECM, Me.MenuItemsOpenFileZooFlow, Me.MenuItemPropertiesZooFlow, Me.ButtonRefresh, Me.BarButtonItem1, Me.BarButtonItem2, Me.BarButtonItem3, Me.BarButtonItem4, Me.BarButtonItem5, Me.BarButtonItem6})
|
||||
resources.ApplyResources(Me.RibbonControl, "RibbonControl")
|
||||
Me.RibbonControl.MaxItemId = 35
|
||||
Me.RibbonControl.MaxItemId = 36
|
||||
Me.RibbonControl.Name = "RibbonControl"
|
||||
Me.RibbonControl.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1, Me.RibbonPage4, Me.RibbonPage2, Me.RibbonPageExport})
|
||||
Me.RibbonControl.RepositoryItems.AddRange(New DevExpress.XtraEditors.Repository.RepositoryItem() {Me.RepositoryItemTextEdit1, Me.RepositoryItemTextEdit2})
|
||||
@@ -348,6 +383,13 @@ Partial Class frmDocumentResultList
|
||||
Me.BarButtonItem5.Id = 34
|
||||
Me.BarButtonItem5.Name = "BarButtonItem5"
|
||||
'
|
||||
'BarButtonItem6
|
||||
'
|
||||
resources.ApplyResources(Me.BarButtonItem6, "BarButtonItem6")
|
||||
Me.BarButtonItem6.Id = 35
|
||||
Me.BarButtonItem6.ImageOptions.SvgImage = Global.DigitalData.GUIs.Common.My.Resources.Resources.clearpivottable
|
||||
Me.BarButtonItem6.Name = "BarButtonItem6"
|
||||
'
|
||||
'RibbonPage1
|
||||
'
|
||||
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup_Navigation, Me.RibbonPageGroup5})
|
||||
@@ -409,7 +451,9 @@ Partial Class frmDocumentResultList
|
||||
'
|
||||
'RibbonPageGroup1
|
||||
'
|
||||
Me.RibbonPageGroup1.Alignment = DevExpress.XtraBars.Ribbon.RibbonPageGroupAlignment.Far
|
||||
Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonResetLayout)
|
||||
Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem6)
|
||||
Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
|
||||
resources.ApplyResources(Me.RibbonPageGroup1, "RibbonPageGroup1")
|
||||
'
|
||||
@@ -520,23 +564,6 @@ Partial Class frmDocumentResultList
|
||||
Me.GridBand3.OptionsBand.AllowSize = False
|
||||
Me.GridBand3.VisibleIndex = 0
|
||||
'
|
||||
'SplitContainerControl3
|
||||
'
|
||||
Me.SplitContainerControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.[Default]
|
||||
resources.ApplyResources(Me.SplitContainerControl3, "SplitContainerControl3")
|
||||
Me.SplitContainerControl3.Name = "SplitContainerControl3"
|
||||
'
|
||||
'SplitContainerControl3.Panel1
|
||||
'
|
||||
Me.SplitContainerControl3.Panel1.Controls.Add(Me.SplitContainerControl1)
|
||||
resources.ApplyResources(Me.SplitContainerControl3.Panel1, "SplitContainerControl3.Panel1")
|
||||
'
|
||||
'SplitContainerControl3.Panel2
|
||||
'
|
||||
Me.SplitContainerControl3.Panel2.Controls.Add(Me.DocumentViewer1)
|
||||
resources.ApplyResources(Me.SplitContainerControl3.Panel2, "SplitContainerControl3.Panel2")
|
||||
Me.SplitContainerControl3.SplitterPosition = 771
|
||||
'
|
||||
'DocumentViewer1
|
||||
'
|
||||
resources.ApplyResources(Me.DocumentViewer1, "DocumentViewer1")
|
||||
@@ -547,50 +574,212 @@ Partial Class frmDocumentResultList
|
||||
'
|
||||
Me.XtraSaveFileDialog.FileName = "XtraSaveFileDialog1"
|
||||
'
|
||||
'MenuFullAccess_IDB
|
||||
'
|
||||
Me.MenuFullAccess_IDB.ItemLinks.Add(Me.MenuItemFileOpen)
|
||||
Me.MenuFullAccess_IDB.ItemLinks.Add(Me.MenuItemFolderOpen)
|
||||
Me.MenuFullAccess_IDB.ItemLinks.Add(Me.MenuItemFilepathCopy)
|
||||
Me.MenuFullAccess_IDB.ItemLinks.Add(Me.MenuItemFolderpathCopy)
|
||||
Me.MenuFullAccess_IDB.ItemLinks.Add(Me.MenuItemPropertiesIDB)
|
||||
Me.MenuFullAccess_IDB.Name = "MenuFullAccess_IDB"
|
||||
Me.MenuFullAccess_IDB.Ribbon = Me.RibbonControl
|
||||
'
|
||||
'MenuViewAccess_IDB
|
||||
'
|
||||
Me.MenuViewAccess_IDB.ItemLinks.Add(Me.MenuItemPropertiesIDB)
|
||||
Me.MenuViewAccess_IDB.Name = "MenuViewAccess_IDB"
|
||||
Me.MenuViewAccess_IDB.Ribbon = Me.RibbonControl
|
||||
'
|
||||
'MenuFullAccess_EDM
|
||||
'
|
||||
Me.MenuFullAccess_EDM.ItemLinks.Add(Me.MenuItemFileOpen)
|
||||
Me.MenuFullAccess_EDM.ItemLinks.Add(Me.MenuItemFolderOpen)
|
||||
Me.MenuFullAccess_EDM.ItemLinks.Add(Me.MenuItemFilepathCopy)
|
||||
Me.MenuFullAccess_EDM.ItemLinks.Add(Me.MenuItemFolderpathCopy)
|
||||
Me.MenuFullAccess_EDM.ItemLinks.Add(Me.MenuItemPropertiesECM)
|
||||
Me.MenuFullAccess_EDM.Name = "MenuFullAccess_EDM"
|
||||
Me.MenuFullAccess_EDM.Ribbon = Me.RibbonControl
|
||||
'
|
||||
'MenuFullAccess_ZOOFLOW
|
||||
'
|
||||
Me.MenuFullAccess_ZOOFLOW.ItemLinks.Add(Me.MenuItemsOpenFileZooFlow)
|
||||
Me.MenuFullAccess_ZOOFLOW.ItemLinks.Add(Me.MenuItemPropertiesZooFlow)
|
||||
Me.MenuFullAccess_ZOOFLOW.Name = "MenuFullAccess_ZOOFLOW"
|
||||
Me.MenuFullAccess_ZOOFLOW.Ribbon = Me.RibbonControl
|
||||
'
|
||||
'RibbonPageGroup6
|
||||
'
|
||||
Me.RibbonPageGroup6.Name = "RibbonPageGroup6"
|
||||
resources.ApplyResources(Me.RibbonPageGroup6, "RibbonPageGroup6")
|
||||
'
|
||||
'DockManager1
|
||||
'
|
||||
Me.DockManager1.Form = Me
|
||||
Me.DockManager1.RootPanels.AddRange(New DevExpress.XtraBars.Docking.DockPanel() {Me.DockPanelFileList, Me.DockPanelMetadata, Me.DockPanelDocViewer})
|
||||
Me.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"})
|
||||
'
|
||||
'DockPanelFileList
|
||||
'
|
||||
Me.DockPanelFileList.Controls.Add(Me.DockPanel2_Container)
|
||||
Me.DockPanelFileList.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left
|
||||
Me.DockPanelFileList.ID = New System.Guid("1839997d-1d60-4497-acbb-0a49e64d6376")
|
||||
resources.ApplyResources(Me.DockPanelFileList, "DockPanelFileList")
|
||||
Me.DockPanelFileList.Name = "DockPanelFileList"
|
||||
Me.DockPanelFileList.Options.ShowCloseButton = False
|
||||
Me.DockPanelFileList.OriginalSize = New System.Drawing.Size(585, 200)
|
||||
'
|
||||
'DockPanel2_Container
|
||||
'
|
||||
Me.DockPanel2_Container.Controls.Add(Me.SplitContainerControl1)
|
||||
resources.ApplyResources(Me.DockPanel2_Container, "DockPanel2_Container")
|
||||
Me.DockPanel2_Container.Name = "DockPanel2_Container"
|
||||
'
|
||||
'DockPanelMetadata
|
||||
'
|
||||
Me.DockPanelMetadata.Controls.Add(Me.DockPanel3_Container)
|
||||
Me.DockPanelMetadata.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right
|
||||
Me.DockPanelMetadata.ID = New System.Guid("a7688cec-f13e-448b-82cf-a6bb020fb3f7")
|
||||
resources.ApplyResources(Me.DockPanelMetadata, "DockPanelMetadata")
|
||||
Me.DockPanelMetadata.Name = "DockPanelMetadata"
|
||||
Me.DockPanelMetadata.Options.ShowCloseButton = False
|
||||
Me.DockPanelMetadata.OriginalSize = New System.Drawing.Size(280, 200)
|
||||
'
|
||||
'DockPanel3_Container
|
||||
'
|
||||
Me.DockPanel3_Container.Controls.Add(Me.XtraTabControl1)
|
||||
resources.ApplyResources(Me.DockPanel3_Container, "DockPanel3_Container")
|
||||
Me.DockPanel3_Container.Name = "DockPanel3_Container"
|
||||
'
|
||||
'LayoutControl1
|
||||
'
|
||||
Me.LayoutControl1.Controls.Add(Me.TextEdit1)
|
||||
Me.LayoutControl1.Controls.Add(Me.ProgressBarControl1)
|
||||
Me.LayoutControl1.Controls.Add(Me.TextEdit3)
|
||||
resources.ApplyResources(Me.LayoutControl1, "LayoutControl1")
|
||||
Me.LayoutControl1.Name = "LayoutControl1"
|
||||
Me.LayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = New System.Drawing.Rectangle(1068, 351, 650, 400)
|
||||
Me.LayoutControl1.Root = Me.RootMetadata
|
||||
'
|
||||
'RootMetadata
|
||||
'
|
||||
Me.RootMetadata.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True]
|
||||
Me.RootMetadata.GroupBordersVisible = False
|
||||
Me.RootMetadata.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlGroup1, Me.LayoutControlGroup2, Me.LayoutControlGroup3})
|
||||
Me.RootMetadata.Name = "Root"
|
||||
Me.RootMetadata.Size = New System.Drawing.Size(276, 487)
|
||||
Me.RootMetadata.TextVisible = False
|
||||
'
|
||||
'DockPanelDocViewer
|
||||
'
|
||||
Me.DockPanelDocViewer.Controls.Add(Me.DockPanel1_Container)
|
||||
Me.DockPanelDocViewer.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill
|
||||
Me.DockPanelDocViewer.ID = New System.Guid("6e5335e5-ba54-49c1-81b3-f174ea4e59ca")
|
||||
resources.ApplyResources(Me.DockPanelDocViewer, "DockPanelDocViewer")
|
||||
Me.DockPanelDocViewer.Name = "DockPanelDocViewer"
|
||||
Me.DockPanelDocViewer.Options.ShowCloseButton = False
|
||||
Me.DockPanelDocViewer.OriginalSize = New System.Drawing.Size(324, 200)
|
||||
'
|
||||
'DockPanel1_Container
|
||||
'
|
||||
Me.DockPanel1_Container.Controls.Add(Me.DocumentViewer1)
|
||||
resources.ApplyResources(Me.DockPanel1_Container, "DockPanel1_Container")
|
||||
Me.DockPanel1_Container.Name = "DockPanel1_Container"
|
||||
'
|
||||
'XtraTabControl1
|
||||
'
|
||||
resources.ApplyResources(Me.XtraTabControl1, "XtraTabControl1")
|
||||
Me.XtraTabControl1.Name = "XtraTabControl1"
|
||||
Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPageAttributes
|
||||
Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPageAttributes, Me.XtraTabPageObject, Me.XtraTabPageAttributeHistory})
|
||||
'
|
||||
'XtraTabPageAttributes
|
||||
'
|
||||
Me.XtraTabPageAttributes.Controls.Add(Me.LayoutControl1)
|
||||
Me.XtraTabPageAttributes.Name = "XtraTabPageAttributes"
|
||||
resources.ApplyResources(Me.XtraTabPageAttributes, "XtraTabPageAttributes")
|
||||
'
|
||||
'XtraTabPageObject
|
||||
'
|
||||
Me.XtraTabPageObject.Name = "XtraTabPageObject"
|
||||
resources.ApplyResources(Me.XtraTabPageObject, "XtraTabPageObject")
|
||||
'
|
||||
'XtraTabPageAttributeHistory
|
||||
'
|
||||
Me.XtraTabPageAttributeHistory.Name = "XtraTabPageAttributeHistory"
|
||||
resources.ApplyResources(Me.XtraTabPageAttributeHistory, "XtraTabPageAttributeHistory")
|
||||
'
|
||||
'TextEdit1
|
||||
'
|
||||
resources.ApplyResources(Me.TextEdit1, "TextEdit1")
|
||||
Me.TextEdit1.MenuManager = Me.RibbonControl
|
||||
Me.TextEdit1.Name = "TextEdit1"
|
||||
Me.TextEdit1.StyleController = Me.LayoutControl1
|
||||
'
|
||||
'LayoutControlItem1
|
||||
'
|
||||
Me.LayoutControlItem1.Control = Me.TextEdit1
|
||||
Me.LayoutControlItem1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.LayoutControlItem1.Name = "LayoutControlItem1"
|
||||
Me.LayoutControlItem1.Size = New System.Drawing.Size(232, 24)
|
||||
Me.LayoutControlItem1.TextSize = New System.Drawing.Size(96, 13)
|
||||
'
|
||||
'LayoutControlGroup1
|
||||
'
|
||||
Me.LayoutControlGroup1.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem3})
|
||||
Me.LayoutControlGroup1.Location = New System.Drawing.Point(0, 69)
|
||||
Me.LayoutControlGroup1.Name = "LayoutControlGroup1"
|
||||
Me.LayoutControlGroup1.Size = New System.Drawing.Size(256, 69)
|
||||
'
|
||||
'LayoutControlGroup2
|
||||
'
|
||||
Me.LayoutControlGroup2.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem1})
|
||||
Me.LayoutControlGroup2.Location = New System.Drawing.Point(0, 0)
|
||||
Me.LayoutControlGroup2.Name = "LayoutControlGroup2"
|
||||
Me.LayoutControlGroup2.Size = New System.Drawing.Size(256, 69)
|
||||
'
|
||||
'LayoutControlGroup3
|
||||
'
|
||||
Me.LayoutControlGroup3.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem4, Me.lbLifecycleStart, Me.lbLifecycleEnd, Me.EmptySpaceItem1})
|
||||
Me.LayoutControlGroup3.Location = New System.Drawing.Point(0, 138)
|
||||
Me.LayoutControlGroup3.Name = "LayoutControlGroup3"
|
||||
Me.LayoutControlGroup3.Size = New System.Drawing.Size(256, 329)
|
||||
'
|
||||
'ProgressBarControl1
|
||||
'
|
||||
resources.ApplyResources(Me.ProgressBarControl1, "ProgressBarControl1")
|
||||
Me.ProgressBarControl1.MenuManager = Me.RibbonControl
|
||||
Me.ProgressBarControl1.Name = "ProgressBarControl1"
|
||||
Me.ProgressBarControl1.StyleController = Me.LayoutControl1
|
||||
'
|
||||
'LayoutControlItem4
|
||||
'
|
||||
Me.LayoutControlItem4.Control = Me.ProgressBarControl1
|
||||
Me.LayoutControlItem4.Location = New System.Drawing.Point(0, 262)
|
||||
Me.LayoutControlItem4.Name = "LayoutControlItem4"
|
||||
Me.LayoutControlItem4.Size = New System.Drawing.Size(232, 22)
|
||||
Me.LayoutControlItem4.TextSize = New System.Drawing.Size(0, 0)
|
||||
Me.LayoutControlItem4.TextVisible = False
|
||||
'
|
||||
'lbLifecycleEnd
|
||||
'
|
||||
Me.lbLifecycleEnd.AllowHotTrack = False
|
||||
Me.lbLifecycleEnd.AppearanceItemCaption.Options.UseTextOptions = True
|
||||
Me.lbLifecycleEnd.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far
|
||||
Me.lbLifecycleEnd.Location = New System.Drawing.Point(116, 229)
|
||||
Me.lbLifecycleEnd.Name = "lbLifecycleEnd"
|
||||
Me.lbLifecycleEnd.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
|
||||
Me.lbLifecycleEnd.Size = New System.Drawing.Size(116, 33)
|
||||
resources.ApplyResources(Me.lbLifecycleEnd, "lbLifecycleEnd")
|
||||
Me.lbLifecycleEnd.TextSize = New System.Drawing.Size(96, 13)
|
||||
'
|
||||
'lbLifecycleStart
|
||||
'
|
||||
Me.lbLifecycleStart.AllowHotTrack = False
|
||||
Me.lbLifecycleStart.Location = New System.Drawing.Point(0, 229)
|
||||
Me.lbLifecycleStart.Name = "lbLifecycleStart"
|
||||
Me.lbLifecycleStart.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
|
||||
Me.lbLifecycleStart.Size = New System.Drawing.Size(116, 33)
|
||||
resources.ApplyResources(Me.lbLifecycleStart, "lbLifecycleStart")
|
||||
Me.lbLifecycleStart.TextSize = New System.Drawing.Size(96, 13)
|
||||
'
|
||||
'EmptySpaceItem1
|
||||
'
|
||||
Me.EmptySpaceItem1.AllowHotTrack = False
|
||||
Me.EmptySpaceItem1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.EmptySpaceItem1.Name = "EmptySpaceItem1"
|
||||
Me.EmptySpaceItem1.Size = New System.Drawing.Size(232, 229)
|
||||
Me.EmptySpaceItem1.TextSize = New System.Drawing.Size(0, 0)
|
||||
'
|
||||
'TextEdit3
|
||||
'
|
||||
resources.ApplyResources(Me.TextEdit3, "TextEdit3")
|
||||
Me.TextEdit3.MenuManager = Me.RibbonControl
|
||||
Me.TextEdit3.Name = "TextEdit3"
|
||||
Me.TextEdit3.StyleController = Me.LayoutControl1
|
||||
'
|
||||
'LayoutControlItem3
|
||||
'
|
||||
Me.LayoutControlItem3.Control = Me.TextEdit3
|
||||
Me.LayoutControlItem3.Location = New System.Drawing.Point(0, 0)
|
||||
Me.LayoutControlItem3.Name = "LayoutControlItem3"
|
||||
Me.LayoutControlItem3.Size = New System.Drawing.Size(232, 24)
|
||||
Me.LayoutControlItem3.TextSize = New System.Drawing.Size(96, 13)
|
||||
'
|
||||
'frmDocumentResultList
|
||||
'
|
||||
Me.AllowFormGlass = DevExpress.Utils.DefaultBoolean.[True]
|
||||
resources.ApplyResources(Me, "$this")
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.Controls.Add(Me.SplitContainerControl3)
|
||||
Me.Controls.Add(Me.DockPanelDocViewer)
|
||||
Me.Controls.Add(Me.DockPanelMetadata)
|
||||
Me.Controls.Add(Me.DockPanelFileList)
|
||||
Me.Controls.Add(Me.RibbonStatusBar)
|
||||
Me.Controls.Add(Me.RibbonControl)
|
||||
Me.IconOptions.Icon = CType(resources.GetObject("frmDocumentResultList.IconOptions.Icon"), System.Drawing.Icon)
|
||||
@@ -619,16 +808,31 @@ Partial Class frmDocumentResultList
|
||||
CType(Me.GridView2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.GridControl3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.GridView3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.SplitContainerControl3.Panel1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.SplitContainerControl3.Panel1.ResumeLayout(False)
|
||||
CType(Me.SplitContainerControl3.Panel2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.SplitContainerControl3.Panel2.ResumeLayout(False)
|
||||
CType(Me.SplitContainerControl3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.SplitContainerControl3.ResumeLayout(False)
|
||||
CType(Me.MenuFullAccess_IDB, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.MenuViewAccess_IDB, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.MenuFullAccess_EDM, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.MenuFullAccess_ZOOFLOW, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.DockManager1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.DockPanelFileList.ResumeLayout(False)
|
||||
Me.DockPanel2_Container.ResumeLayout(False)
|
||||
Me.DockPanelMetadata.ResumeLayout(False)
|
||||
Me.DockPanel3_Container.ResumeLayout(False)
|
||||
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.LayoutControl1.ResumeLayout(False)
|
||||
CType(Me.RootMetadata, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.DockPanelDocViewer.ResumeLayout(False)
|
||||
Me.DockPanel1_Container.ResumeLayout(False)
|
||||
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.XtraTabControl1.ResumeLayout(False)
|
||||
Me.XtraTabPageAttributes.ResumeLayout(False)
|
||||
CType(Me.TextEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlGroup2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlGroup3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.ProgressBarControl1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlItem4, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.lbLifecycleEnd, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.lbLifecycleStart, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TextEdit3.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
@@ -650,7 +854,6 @@ Partial Class frmDocumentResultList
|
||||
Friend WithEvents GridView3 As DevExpress.XtraGrid.Views.BandedGrid.BandedGridView
|
||||
Friend WithEvents GridBand3 As DevExpress.XtraGrid.Views.BandedGrid.GridBand
|
||||
Friend WithEvents BarButtonItemExportGrid1 As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents SplitContainerControl3 As DevExpress.XtraEditors.SplitContainerControl
|
||||
Friend WithEvents DocumentViewer1 As DigitalData.Controls.DocumentViewer.DocumentViewer
|
||||
Friend WithEvents BarStaticItem1 As DevExpress.XtraBars.BarStaticItem
|
||||
Friend WithEvents labelResultCount As DevExpress.XtraBars.BarStaticItem
|
||||
@@ -664,16 +867,12 @@ Partial Class frmDocumentResultList
|
||||
Friend WithEvents labelWarning As DevExpress.XtraBars.BarStaticItem
|
||||
Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.BandedGrid.BandedGridView
|
||||
Friend WithEvents GridBand1 As DevExpress.XtraGrid.Views.BandedGrid.GridBand
|
||||
Friend WithEvents MenuFullAccess_IDB As DevExpress.XtraBars.PopupMenu
|
||||
Friend WithEvents MenuItemFileOpen As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents MenuItemPropertiesIDB As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents MenuItemFolderOpen As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents MenuItemFilepathCopy As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents MenuItemFolderpathCopy As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents MenuViewAccess_IDB As DevExpress.XtraBars.PopupMenu
|
||||
Friend WithEvents MenuFullAccess_EDM As DevExpress.XtraBars.PopupMenu
|
||||
Friend WithEvents MenuItemPropertiesECM As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents MenuFullAccess_ZOOFLOW As DevExpress.XtraBars.PopupMenu
|
||||
Friend WithEvents MenuItemsOpenFileZooFlow As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents MenuItemPropertiesZooFlow As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents ButtonRefresh As DevExpress.XtraBars.BarButtonItem
|
||||
@@ -692,4 +891,30 @@ Partial Class frmDocumentResultList
|
||||
Friend WithEvents RibbonPageGroup5 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||
Friend WithEvents RibbonPageGroup6 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||
Friend WithEvents RibbonPageGroup7 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||
Friend WithEvents DockManager1 As DevExpress.XtraBars.Docking.DockManager
|
||||
Friend WithEvents DockPanelDocViewer As DevExpress.XtraBars.Docking.DockPanel
|
||||
Friend WithEvents DockPanel1_Container As DevExpress.XtraBars.Docking.ControlContainer
|
||||
Friend WithEvents DockPanelMetadata As DevExpress.XtraBars.Docking.DockPanel
|
||||
Friend WithEvents DockPanel3_Container As DevExpress.XtraBars.Docking.ControlContainer
|
||||
Friend WithEvents DockPanelFileList As DevExpress.XtraBars.Docking.DockPanel
|
||||
Friend WithEvents DockPanel2_Container As DevExpress.XtraBars.Docking.ControlContainer
|
||||
Friend WithEvents BarButtonItem6 As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents LayoutControl1 As DevExpress.XtraLayout.LayoutControl
|
||||
Friend WithEvents RootMetadata As DevExpress.XtraLayout.LayoutControlGroup
|
||||
Friend WithEvents XtraTabControl1 As DevExpress.XtraTab.XtraTabControl
|
||||
Friend WithEvents XtraTabPageAttributes As DevExpress.XtraTab.XtraTabPage
|
||||
Friend WithEvents XtraTabPageObject As DevExpress.XtraTab.XtraTabPage
|
||||
Friend WithEvents XtraTabPageAttributeHistory As DevExpress.XtraTab.XtraTabPage
|
||||
Friend WithEvents TextEdit1 As DevExpress.XtraEditors.TextEdit
|
||||
Friend WithEvents LayoutControlGroup1 As DevExpress.XtraLayout.LayoutControlGroup
|
||||
Friend WithEvents LayoutControlGroup2 As DevExpress.XtraLayout.LayoutControlGroup
|
||||
Friend WithEvents LayoutControlItem1 As DevExpress.XtraLayout.LayoutControlItem
|
||||
Friend WithEvents ProgressBarControl1 As DevExpress.XtraEditors.ProgressBarControl
|
||||
Friend WithEvents LayoutControlGroup3 As DevExpress.XtraLayout.LayoutControlGroup
|
||||
Friend WithEvents LayoutControlItem4 As DevExpress.XtraLayout.LayoutControlItem
|
||||
Friend WithEvents lbLifecycleStart As DevExpress.XtraLayout.SimpleLabelItem
|
||||
Friend WithEvents lbLifecycleEnd As DevExpress.XtraLayout.SimpleLabelItem
|
||||
Friend WithEvents EmptySpaceItem1 As DevExpress.XtraLayout.EmptySpaceItem
|
||||
Friend WithEvents TextEdit3 As DevExpress.XtraEditors.TextEdit
|
||||
Friend WithEvents LayoutControlItem3 As DevExpress.XtraLayout.LayoutControlItem
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user