MS SAP
This commit is contained in:
@@ -153,7 +153,7 @@ Partial Class frmConstructor_Main
|
||||
Me.ToolStripSeparator23 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.tsbtnVariantDetailView = New System.Windows.Forms.ToolStripButton()
|
||||
Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage()
|
||||
Me.TreeList1 = New DevExpress.XtraTreeList.TreeList()
|
||||
Me.TreeListDevexpress = New DevExpress.XtraTreeList.TreeList()
|
||||
Me.ImageCollection1 = New DevExpress.Utils.ImageCollection(Me.components)
|
||||
Me.SplitContainerFORM = New DevExpress.XtraEditors.SplitContainerControl()
|
||||
Me.ContextMenuStripResultFiles = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||
@@ -299,7 +299,7 @@ Partial Class frmConstructor_Main
|
||||
CType(Me.GridViewVariants, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.tsVariants.SuspendLayout()
|
||||
Me.XtraTabPage1.SuspendLayout()
|
||||
CType(Me.TreeList1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TreeListDevexpress, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.ImageCollection1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.SplitContainerFORM, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.SplitContainerFORM.Panel1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -1201,27 +1201,27 @@ Partial Class frmConstructor_Main
|
||||
'
|
||||
'XtraTabPage1
|
||||
'
|
||||
Me.XtraTabPage1.Controls.Add(Me.TreeList1)
|
||||
Me.XtraTabPage1.Controls.Add(Me.TreeListDevexpress)
|
||||
Me.XtraTabPage1.Name = "XtraTabPage1"
|
||||
resources.ApplyResources(Me.XtraTabPage1, "XtraTabPage1")
|
||||
'
|
||||
'TreeList1
|
||||
'TreeListDevexpress
|
||||
'
|
||||
Me.TreeList1.AllowDrop = True
|
||||
Me.TreeList1.Appearance.FocusedRow.BackColor = System.Drawing.Color.Aqua
|
||||
Me.TreeList1.Appearance.FocusedRow.Options.UseBackColor = True
|
||||
resources.ApplyResources(Me.TreeList1, "TreeList1")
|
||||
Me.TreeList1.Name = "TreeList1"
|
||||
Me.TreeList1.OptionsFilter.ExpandNodesOnFiltering = True
|
||||
Me.TreeList1.OptionsFilter.FilterMode = DevExpress.XtraTreeList.FilterMode.ParentBranch
|
||||
Me.TreeList1.OptionsFind.AlwaysVisible = True
|
||||
Me.TreeList1.OptionsFind.FindDelay = 300
|
||||
Me.TreeList1.OptionsFind.FindMode = DevExpress.XtraTreeList.FindMode.Always
|
||||
Me.TreeList1.OptionsFind.ShowCloseButton = False
|
||||
Me.TreeList1.OptionsFind.ShowFindButton = False
|
||||
Me.TreeList1.OptionsSelection.EnableAppearanceFocusedCell = False
|
||||
Me.TreeList1.OptionsView.ShowColumns = False
|
||||
Me.TreeList1.StateImageList = Me.ImageCollection1
|
||||
Me.TreeListDevexpress.AllowDrop = True
|
||||
Me.TreeListDevexpress.Appearance.FocusedRow.BackColor = System.Drawing.Color.Aqua
|
||||
Me.TreeListDevexpress.Appearance.FocusedRow.Options.UseBackColor = True
|
||||
resources.ApplyResources(Me.TreeListDevexpress, "TreeListDevexpress")
|
||||
Me.TreeListDevexpress.Name = "TreeListDevexpress"
|
||||
Me.TreeListDevexpress.OptionsFilter.ExpandNodesOnFiltering = True
|
||||
Me.TreeListDevexpress.OptionsFilter.FilterMode = DevExpress.XtraTreeList.FilterMode.ParentBranch
|
||||
Me.TreeListDevexpress.OptionsFind.AlwaysVisible = True
|
||||
Me.TreeListDevexpress.OptionsFind.FindDelay = 300
|
||||
Me.TreeListDevexpress.OptionsFind.FindMode = DevExpress.XtraTreeList.FindMode.Always
|
||||
Me.TreeListDevexpress.OptionsFind.ShowCloseButton = False
|
||||
Me.TreeListDevexpress.OptionsFind.ShowFindButton = False
|
||||
Me.TreeListDevexpress.OptionsSelection.EnableAppearanceFocusedCell = False
|
||||
Me.TreeListDevexpress.OptionsView.ShowColumns = False
|
||||
Me.TreeListDevexpress.StateImageList = Me.ImageCollection1
|
||||
'
|
||||
'ImageCollection1
|
||||
'
|
||||
@@ -1947,7 +1947,7 @@ Partial Class frmConstructor_Main
|
||||
Me.tsVariants.ResumeLayout(False)
|
||||
Me.tsVariants.PerformLayout()
|
||||
Me.XtraTabPage1.ResumeLayout(False)
|
||||
CType(Me.TreeList1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TreeListDevexpress, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.ImageCollection1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.SplitContainerFORM.Panel1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.SplitContainerFORM.Panel2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
@@ -2130,7 +2130,7 @@ Partial Class frmConstructor_Main
|
||||
Friend WithEvents ContextMenuStripClipboard As ContextMenuStrip
|
||||
Friend WithEvents BW_LoadTreeView As System.ComponentModel.BackgroundWorker
|
||||
Friend WithEvents XtraTabPage1 As DevExpress.XtraTab.XtraTabPage
|
||||
Friend WithEvents TreeList1 As DevExpress.XtraTreeList.TreeList
|
||||
Friend WithEvents TreeListDevexpress As DevExpress.XtraTreeList.TreeList
|
||||
Friend WithEvents tsmiNodeRename As ToolStripMenuItem
|
||||
Friend WithEvents tstxtRenameNode As ToolStripTextBox
|
||||
Friend WithEvents ToolStripSeparator22 As ToolStripSeparator
|
||||
|
||||
Reference in New Issue
Block a user