GroupingColumns and LookupBriongtoFront
This commit is contained in:
36
app/DD_PM_WINDREAM/frmMain.Designer.vb
generated
36
app/DD_PM_WINDREAM/frmMain.Designer.vb
generated
@@ -60,9 +60,11 @@ Partial Class frmMain
|
||||
Me.ContextMenuGrid = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||
Me.CMGroupStart = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.CMFileStart = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.TabellenlayoutZurücksetzenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.tsmiMarkedFilesFinish = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.GroupToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.TabellenlayoutZurücksetzenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.LayoutSpeichernToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.GridView_Docs = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
|
||||
Me.bindsourcegrid = New System.Windows.Forms.BindingSource(Me.components)
|
||||
@@ -392,7 +394,7 @@ Partial Class frmMain
|
||||
'ContextMenuGrid
|
||||
'
|
||||
Me.ContextMenuGrid.ImageScalingSize = New System.Drawing.Size(20, 20)
|
||||
Me.ContextMenuGrid.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.CMGroupStart, Me.CMFileStart, Me.TabellenlayoutZurücksetzenToolStripMenuItem, Me.tsmiMarkedFilesFinish, Me.GroupToolStripMenuItem})
|
||||
Me.ContextMenuGrid.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.CMGroupStart, Me.CMFileStart, Me.ToolStripSeparator4, Me.tsmiMarkedFilesFinish, Me.ToolStripSeparator3, Me.TabellenlayoutZurücksetzenToolStripMenuItem, Me.LayoutSpeichernToolStripMenuItem})
|
||||
Me.ContextMenuGrid.Name = "ContextMenuStrip1"
|
||||
resources.ApplyResources(Me.ContextMenuGrid, "ContextMenuGrid")
|
||||
'
|
||||
@@ -408,20 +410,31 @@ Partial Class frmMain
|
||||
Me.CMFileStart.Name = "CMFileStart"
|
||||
resources.ApplyResources(Me.CMFileStart, "CMFileStart")
|
||||
'
|
||||
'TabellenlayoutZurücksetzenToolStripMenuItem
|
||||
'ToolStripSeparator4
|
||||
'
|
||||
Me.TabellenlayoutZurücksetzenToolStripMenuItem.Name = "TabellenlayoutZurücksetzenToolStripMenuItem"
|
||||
resources.ApplyResources(Me.TabellenlayoutZurücksetzenToolStripMenuItem, "TabellenlayoutZurücksetzenToolStripMenuItem")
|
||||
Me.ToolStripSeparator4.Name = "ToolStripSeparator4"
|
||||
resources.ApplyResources(Me.ToolStripSeparator4, "ToolStripSeparator4")
|
||||
'
|
||||
'tsmiMarkedFilesFinish
|
||||
'
|
||||
resources.ApplyResources(Me.tsmiMarkedFilesFinish, "tsmiMarkedFilesFinish")
|
||||
Me.tsmiMarkedFilesFinish.Name = "tsmiMarkedFilesFinish"
|
||||
'
|
||||
'GroupToolStripMenuItem
|
||||
'ToolStripSeparator3
|
||||
'
|
||||
Me.GroupToolStripMenuItem.Name = "GroupToolStripMenuItem"
|
||||
resources.ApplyResources(Me.GroupToolStripMenuItem, "GroupToolStripMenuItem")
|
||||
Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
|
||||
resources.ApplyResources(Me.ToolStripSeparator3, "ToolStripSeparator3")
|
||||
'
|
||||
'TabellenlayoutZurücksetzenToolStripMenuItem
|
||||
'
|
||||
Me.TabellenlayoutZurücksetzenToolStripMenuItem.Name = "TabellenlayoutZurücksetzenToolStripMenuItem"
|
||||
resources.ApplyResources(Me.TabellenlayoutZurücksetzenToolStripMenuItem, "TabellenlayoutZurücksetzenToolStripMenuItem")
|
||||
'
|
||||
'LayoutSpeichernToolStripMenuItem
|
||||
'
|
||||
Me.LayoutSpeichernToolStripMenuItem.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.save
|
||||
Me.LayoutSpeichernToolStripMenuItem.Name = "LayoutSpeichernToolStripMenuItem"
|
||||
resources.ApplyResources(Me.LayoutSpeichernToolStripMenuItem, "LayoutSpeichernToolStripMenuItem")
|
||||
'
|
||||
'GridView_Docs
|
||||
'
|
||||
@@ -432,6 +445,7 @@ Partial Class frmMain
|
||||
Me.GridView_Docs.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False]
|
||||
Me.GridView_Docs.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False]
|
||||
Me.GridView_Docs.OptionsBehavior.AllowFixedGroups = DevExpress.Utils.DefaultBoolean.[True]
|
||||
Me.GridView_Docs.OptionsBehavior.AllowGroupExpandAnimation = DevExpress.Utils.DefaultBoolean.[True]
|
||||
Me.GridView_Docs.OptionsBehavior.Editable = False
|
||||
Me.GridView_Docs.OptionsSelection.MultiSelect = True
|
||||
Me.GridView_Docs.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect
|
||||
@@ -721,6 +735,8 @@ Partial Class frmMain
|
||||
Friend WithEvents BindingNavigatorMoveLastItem As ToolStripButton
|
||||
Friend WithEvents BindingNavigatorSeparator2 As ToolStripSeparator
|
||||
Friend WithEvents bindsourcegrid As BindingSource
|
||||
Friend WithEvents GroupToolStripMenuItem As ToolStripMenuItem
|
||||
Friend WithEvents ToolStripLabelViewTape As ToolStripLabel
|
||||
Friend WithEvents ToolStripSeparator4 As ToolStripSeparator
|
||||
Friend WithEvents ToolStripSeparator3 As ToolStripSeparator
|
||||
Friend WithEvents LayoutSpeichernToolStripMenuItem As ToolStripMenuItem
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user