DocLoading
This commit is contained in:
@@ -418,7 +418,7 @@ Partial Class frmNodeNavigation
|
||||
Me.TreeListDevexpress.OptionsFilter.ColumnFilterPopupMode = DevExpress.XtraTreeList.ColumnFilterPopupMode.Excel
|
||||
Me.TreeListDevexpress.OptionsFilter.ExpandNodesOnFiltering = True
|
||||
Me.TreeListDevexpress.OptionsFind.AlwaysVisible = True
|
||||
Me.TreeListDevexpress.OptionsFind.FindDelay = 600
|
||||
Me.TreeListDevexpress.OptionsFind.FindDelay = 900
|
||||
Me.TreeListDevexpress.OptionsFind.FindFilterColumns = "NODE_CAPTION;NAVIGATION_PATH"
|
||||
Me.TreeListDevexpress.OptionsFind.ShowCloseButton = False
|
||||
Me.TreeListDevexpress.OptionsFind.ShowFindButton = False
|
||||
@@ -720,12 +720,14 @@ Partial Class frmNodeNavigation
|
||||
'
|
||||
'DocumentViewer
|
||||
'
|
||||
Me.DocumentViewer.BackColor = System.Drawing.SystemColors.ControlLightLight
|
||||
Me.DocumentViewer.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.DocumentViewer.FileLoaded = False
|
||||
Me.DocumentViewer.Location = New System.Drawing.Point(0, 0)
|
||||
Me.DocumentViewer.Name = "DocumentViewer"
|
||||
Me.DocumentViewer.Size = New System.Drawing.Size(1406, 1147)
|
||||
Me.DocumentViewer.TabIndex = 0
|
||||
Me.DocumentViewer.Viewer_ForceTemporaryMode = False
|
||||
'
|
||||
'XtraSaveFileDialog1
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user