MS25.10
This commit is contained in:
@@ -24,9 +24,9 @@ Partial Class frmConstructor_Main
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmConstructor_Main))
|
||||
Dim GridLevelNode4 As DevExpress.XtraGrid.GridLevelNode = New DevExpress.XtraGrid.GridLevelNode()
|
||||
Dim GridLevelNode5 As DevExpress.XtraGrid.GridLevelNode = New DevExpress.XtraGrid.GridLevelNode()
|
||||
Dim GridLevelNode6 As DevExpress.XtraGrid.GridLevelNode = New DevExpress.XtraGrid.GridLevelNode()
|
||||
Dim GridLevelNode1 As DevExpress.XtraGrid.GridLevelNode = New DevExpress.XtraGrid.GridLevelNode()
|
||||
Dim GridLevelNode2 As DevExpress.XtraGrid.GridLevelNode = New DevExpress.XtraGrid.GridLevelNode()
|
||||
Dim GridLevelNode3 As DevExpress.XtraGrid.GridLevelNode = New DevExpress.XtraGrid.GridLevelNode()
|
||||
Me.SplitContainerMain = New DevExpress.XtraEditors.SplitContainerControl()
|
||||
Me.SplitContainerTop = New DevExpress.XtraEditors.SplitContainerControl()
|
||||
Me.TreeViewMain = New System.Windows.Forms.TreeView()
|
||||
@@ -70,7 +70,6 @@ Partial Class frmConstructor_Main
|
||||
Me.GridControlDocSearch = New DevExpress.XtraGrid.GridControl()
|
||||
Me.ContextMenuStripResultFiles = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||
Me.docCM_Open = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.ToolStripSeparator7 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.docCM_Copy = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.ToolStripSeparator10 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.docCM_Rename = New System.Windows.Forms.ToolStripMenuItem()
|
||||
@@ -79,7 +78,9 @@ Partial Class frmConstructor_Main
|
||||
Me.tstbDisplayname = New System.Windows.Forms.ToolStripTextBox()
|
||||
Me.docCM_InWork = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.docCM_linkRecord = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.ToolStripSeparator7 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.docCM_CheckRights = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.docCM_GetRights = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.ToolStripSeparator8 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.docCM_DeleteFile = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.docCM_RemoveLink = New System.Windows.Forms.ToolStripMenuItem()
|
||||
@@ -88,7 +89,6 @@ Partial Class frmConstructor_Main
|
||||
Me.docCM_showGridSearch = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.ToolStripSeparator16 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.docCM_PropertiesFile = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.docCM_GetRights = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.GridViewDoc_Search = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.ToolStripDokumente = New System.Windows.Forms.ToolStrip()
|
||||
Me.tslblWindreamView = New System.Windows.Forms.ToolStripLabel()
|
||||
@@ -312,12 +312,12 @@ Partial Class frmConstructor_Main
|
||||
Me.GridControlMain.AllowDrop = True
|
||||
Me.GridControlMain.ContextMenuStrip = Me.ContextMenuGrid
|
||||
resources.ApplyResources(Me.GridControlMain, "GridControlMain")
|
||||
GridLevelNode4.LevelTemplate = Me.grvwGrid
|
||||
GridLevelNode4.RelationName = "Level1"
|
||||
GridLevelNode5.LevelTemplate = Me.grvwCarousel
|
||||
GridLevelNode5.RelationName = "Level2"
|
||||
GridLevelNode6.RelationName = "Level3"
|
||||
Me.GridControlMain.LevelTree.Nodes.AddRange(New DevExpress.XtraGrid.GridLevelNode() {GridLevelNode4, GridLevelNode5, GridLevelNode6})
|
||||
GridLevelNode1.LevelTemplate = Me.grvwGrid
|
||||
GridLevelNode1.RelationName = "Level1"
|
||||
GridLevelNode2.LevelTemplate = Me.grvwCarousel
|
||||
GridLevelNode2.RelationName = "Level2"
|
||||
GridLevelNode3.RelationName = "Level3"
|
||||
Me.GridControlMain.LevelTree.Nodes.AddRange(New DevExpress.XtraGrid.GridLevelNode() {GridLevelNode1, GridLevelNode2, GridLevelNode3})
|
||||
Me.GridControlMain.MainView = Me.grvwTiles
|
||||
Me.GridControlMain.Name = "GridControlMain"
|
||||
Me.GridControlMain.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.grvwGrid, Me.grvwCarousel, Me.grvwTiles})
|
||||
@@ -518,7 +518,7 @@ Partial Class frmConstructor_Main
|
||||
'
|
||||
'ContextMenuStripResultFiles
|
||||
'
|
||||
Me.ContextMenuStripResultFiles.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.docCM_Open, Me.ToolStripSeparator7, Me.docCM_Copy, Me.ToolStripSeparator10, Me.docCM_Rename, Me.docCM_RenameDisplay, Me.docCM_InWork, Me.docCM_linkRecord, Me.docCM_CheckRights, Me.ToolStripSeparator8, Me.docCM_DeleteFile, Me.docCM_RemoveLink, Me.ToolStripSeparator9, Me.docCM_ResetView, Me.docCM_showGridSearch, Me.docCM_GetRights, Me.ToolStripSeparator16, Me.docCM_PropertiesFile})
|
||||
Me.ContextMenuStripResultFiles.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.docCM_Open, Me.docCM_Copy, Me.ToolStripSeparator10, Me.docCM_Rename, Me.docCM_RenameDisplay, Me.docCM_InWork, Me.docCM_linkRecord, Me.ToolStripSeparator7, Me.docCM_CheckRights, Me.docCM_GetRights, Me.ToolStripSeparator8, Me.docCM_DeleteFile, Me.docCM_RemoveLink, Me.ToolStripSeparator9, Me.docCM_ResetView, Me.docCM_showGridSearch, Me.ToolStripSeparator16, Me.docCM_PropertiesFile})
|
||||
Me.ContextMenuStripResultFiles.Name = "ContextMenuStripResultFiles"
|
||||
resources.ApplyResources(Me.ContextMenuStripResultFiles, "ContextMenuStripResultFiles")
|
||||
'
|
||||
@@ -527,11 +527,6 @@ Partial Class frmConstructor_Main
|
||||
Me.docCM_Open.Name = "docCM_Open"
|
||||
resources.ApplyResources(Me.docCM_Open, "docCM_Open")
|
||||
'
|
||||
'ToolStripSeparator7
|
||||
'
|
||||
Me.ToolStripSeparator7.Name = "ToolStripSeparator7"
|
||||
resources.ApplyResources(Me.ToolStripSeparator7, "ToolStripSeparator7")
|
||||
'
|
||||
'docCM_Copy
|
||||
'
|
||||
Me.docCM_Copy.Image = Global.DD_Record_Organiser.My.Resources.Resources.Copy_6524
|
||||
@@ -581,12 +576,22 @@ Partial Class frmConstructor_Main
|
||||
Me.docCM_linkRecord.Name = "docCM_linkRecord"
|
||||
resources.ApplyResources(Me.docCM_linkRecord, "docCM_linkRecord")
|
||||
'
|
||||
'ToolStripSeparator7
|
||||
'
|
||||
Me.ToolStripSeparator7.Name = "ToolStripSeparator7"
|
||||
resources.ApplyResources(Me.ToolStripSeparator7, "ToolStripSeparator7")
|
||||
'
|
||||
'docCM_CheckRights
|
||||
'
|
||||
Me.docCM_CheckRights.Image = Global.DD_Record_Organiser.My.Resources.Resources.RightFileOnly
|
||||
Me.docCM_CheckRights.Name = "docCM_CheckRights"
|
||||
resources.ApplyResources(Me.docCM_CheckRights, "docCM_CheckRights")
|
||||
'
|
||||
'docCM_GetRights
|
||||
'
|
||||
Me.docCM_GetRights.Name = "docCM_GetRights"
|
||||
resources.ApplyResources(Me.docCM_GetRights, "docCM_GetRights")
|
||||
'
|
||||
'ToolStripSeparator8
|
||||
'
|
||||
Me.ToolStripSeparator8.Name = "ToolStripSeparator8"
|
||||
@@ -630,11 +635,6 @@ Partial Class frmConstructor_Main
|
||||
Me.docCM_PropertiesFile.Name = "docCM_PropertiesFile"
|
||||
resources.ApplyResources(Me.docCM_PropertiesFile, "docCM_PropertiesFile")
|
||||
'
|
||||
'docCM_GetRights
|
||||
'
|
||||
Me.docCM_GetRights.Name = "docCM_GetRights"
|
||||
resources.ApplyResources(Me.docCM_GetRights, "docCM_GetRights")
|
||||
'
|
||||
'GridViewDoc_Search
|
||||
'
|
||||
Me.GridViewDoc_Search.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFullFocus
|
||||
|
||||
Reference in New Issue
Block a user