MS_06022016
This commit is contained in:
@@ -24,7 +24,7 @@ Partial Class frmRecord_Changes
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmRecord_Changes))
|
||||
Dim GridLevelNode1 As DevExpress.XtraGrid.GridLevelNode = New DevExpress.XtraGrid.GridLevelNode()
|
||||
Dim GridLevelNode2 As DevExpress.XtraGrid.GridLevelNode = New DevExpress.XtraGrid.GridLevelNode()
|
||||
Me.grvwCarousel = New DevExpress.XtraGrid.Views.Layout.LayoutView()
|
||||
Me.GridControlSelection = New DevExpress.XtraGrid.GridControl()
|
||||
Me.VWPMO_RECORD_CHANGESBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
@@ -68,9 +68,9 @@ Partial Class frmRecord_Changes
|
||||
'
|
||||
Me.GridControlSelection.DataSource = Me.VWPMO_RECORD_CHANGESBindingSource
|
||||
resources.ApplyResources(Me.GridControlSelection, "GridControlSelection")
|
||||
GridLevelNode1.LevelTemplate = Me.grvwCarousel
|
||||
GridLevelNode1.RelationName = "Level1"
|
||||
Me.GridControlSelection.LevelTree.Nodes.AddRange(New DevExpress.XtraGrid.GridLevelNode() {GridLevelNode1})
|
||||
GridLevelNode2.LevelTemplate = Me.grvwCarousel
|
||||
GridLevelNode2.RelationName = "Level1"
|
||||
Me.GridControlSelection.LevelTree.Nodes.AddRange(New DevExpress.XtraGrid.GridLevelNode() {GridLevelNode2})
|
||||
Me.GridControlSelection.MainView = Me.grvwSelection
|
||||
Me.GridControlSelection.Name = "GridControlSelection"
|
||||
Me.GridControlSelection.TabStop = False
|
||||
@@ -129,15 +129,17 @@ Partial Class frmRecord_Changes
|
||||
'
|
||||
'colAddedwho
|
||||
'
|
||||
resources.ApplyResources(Me.colAddedwho, "colAddedwho")
|
||||
Me.colAddedwho.FieldName = "Added who"
|
||||
Me.colAddedwho.Name = "colAddedwho"
|
||||
resources.ApplyResources(Me.colAddedwho, "colAddedwho")
|
||||
'
|
||||
'colAddedWhen
|
||||
'
|
||||
resources.ApplyResources(Me.colAddedWhen, "colAddedWhen")
|
||||
Me.colAddedWhen.DisplayFormat.FormatString = "G"
|
||||
Me.colAddedWhen.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime
|
||||
Me.colAddedWhen.FieldName = "Added When"
|
||||
Me.colAddedWhen.Name = "colAddedWhen"
|
||||
resources.ApplyResources(Me.colAddedWhen, "colAddedWhen")
|
||||
'
|
||||
'BindingNavigator1
|
||||
'
|
||||
@@ -229,6 +231,7 @@ Partial Class frmRecord_Changes
|
||||
Me.TableAdapterManager.TBPMO_FORM_VIEWTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_FORMTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_KONFIGURATIONTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_LANGUAGE_OBJECTTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_RECORD_LOG_CONFIGTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_RECORDTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_TEMPLATE_ENTITYTableAdapter = Nothing
|
||||
|
||||
Reference in New Issue
Block a user