diff --git a/app/DD-Record-Organizer/frmWD_Resultlist_Config.Designer.vb b/app/DD-Record-Organizer/frmWD_Resultlist_Config.Designer.vb
index f8da68f..1ab1ae8 100644
--- a/app/DD-Record-Organizer/frmWD_Resultlist_Config.Designer.vb
+++ b/app/DD-Record-Organizer/frmWD_Resultlist_Config.Designer.vb
@@ -127,7 +127,6 @@ Partial Class frmWD_Resultlist_Config
'
'SplitContainer1.Panel1
'
- resources.ApplyResources(Me.SplitContainer1.Panel1, "SplitContainer1.Panel1")
Me.SplitContainer1.Panel1.Controls.Add(Me.GridMain)
'
'SplitContainer1.Panel2
@@ -164,18 +163,6 @@ Partial Class frmWD_Resultlist_Config
'
resources.ApplyResources(Me.GridMain, "GridMain")
Me.GridMain.DataSource = Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingSource
- Me.GridMain.EmbeddedNavigator.AccessibleDescription = resources.GetString("GridMain.EmbeddedNavigator.AccessibleDescription")
- Me.GridMain.EmbeddedNavigator.AccessibleName = resources.GetString("GridMain.EmbeddedNavigator.AccessibleName")
- Me.GridMain.EmbeddedNavigator.AllowHtmlTextInToolTip = CType(resources.GetObject("GridMain.EmbeddedNavigator.AllowHtmlTextInToolTip"), DevExpress.Utils.DefaultBoolean)
- Me.GridMain.EmbeddedNavigator.Anchor = CType(resources.GetObject("GridMain.EmbeddedNavigator.Anchor"), System.Windows.Forms.AnchorStyles)
- Me.GridMain.EmbeddedNavigator.BackgroundImage = CType(resources.GetObject("GridMain.EmbeddedNavigator.BackgroundImage"), System.Drawing.Image)
- Me.GridMain.EmbeddedNavigator.BackgroundImageLayout = CType(resources.GetObject("GridMain.EmbeddedNavigator.BackgroundImageLayout"), System.Windows.Forms.ImageLayout)
- Me.GridMain.EmbeddedNavigator.ImeMode = CType(resources.GetObject("GridMain.EmbeddedNavigator.ImeMode"), System.Windows.Forms.ImeMode)
- Me.GridMain.EmbeddedNavigator.MaximumSize = CType(resources.GetObject("GridMain.EmbeddedNavigator.MaximumSize"), System.Drawing.Size)
- Me.GridMain.EmbeddedNavigator.TextLocation = CType(resources.GetObject("GridMain.EmbeddedNavigator.TextLocation"), DevExpress.XtraEditors.NavigatorButtonsTextLocation)
- Me.GridMain.EmbeddedNavigator.ToolTip = resources.GetString("GridMain.EmbeddedNavigator.ToolTip")
- Me.GridMain.EmbeddedNavigator.ToolTipIconType = CType(resources.GetObject("GridMain.EmbeddedNavigator.ToolTipIconType"), DevExpress.Utils.ToolTipIconType)
- Me.GridMain.EmbeddedNavigator.ToolTipTitle = resources.GetString("GridMain.EmbeddedNavigator.ToolTipTitle")
Me.GridMain.MainView = Me.grvwMain
Me.GridMain.Name = "GridMain"
Me.GridMain.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.grvwMain})
@@ -192,7 +179,6 @@ Partial Class frmWD_Resultlist_Config
'
'grvwMain
'
- resources.ApplyResources(Me.grvwMain, "grvwMain")
Me.grvwMain.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID, Me.colENTITY_ID, Me.colLANGUAGE, Me.colCOLUMN_VIEW, Me.colHEADER_CAPTION, Me.colWIDTH, Me.colTYPE_ID, Me.colADDED_WHO, Me.colADDED_WHEN, Me.colCHANGED_WHO, Me.colCHANGED_WHEN, Me.colVISIBLE, Me.colNAME})
Me.grvwMain.GridControl = Me.GridMain
Me.grvwMain.Name = "grvwMain"
@@ -201,75 +187,75 @@ Partial Class frmWD_Resultlist_Config
'
'colGUID
'
- resources.ApplyResources(Me.colGUID, "colGUID")
Me.colGUID.FieldName = "GUID"
Me.colGUID.Name = "colGUID"
+ resources.ApplyResources(Me.colGUID, "colGUID")
'
'colENTITY_ID
'
- resources.ApplyResources(Me.colENTITY_ID, "colENTITY_ID")
Me.colENTITY_ID.FieldName = "ENTITY_ID"
Me.colENTITY_ID.Name = "colENTITY_ID"
+ resources.ApplyResources(Me.colENTITY_ID, "colENTITY_ID")
'
'colLANGUAGE
'
- resources.ApplyResources(Me.colLANGUAGE, "colLANGUAGE")
Me.colLANGUAGE.FieldName = "LANGUAGE"
Me.colLANGUAGE.Name = "colLANGUAGE"
+ resources.ApplyResources(Me.colLANGUAGE, "colLANGUAGE")
'
'colCOLUMN_VIEW
'
- resources.ApplyResources(Me.colCOLUMN_VIEW, "colCOLUMN_VIEW")
Me.colCOLUMN_VIEW.FieldName = "COLUMN_VIEW"
Me.colCOLUMN_VIEW.Name = "colCOLUMN_VIEW"
+ resources.ApplyResources(Me.colCOLUMN_VIEW, "colCOLUMN_VIEW")
'
'colHEADER_CAPTION
'
- resources.ApplyResources(Me.colHEADER_CAPTION, "colHEADER_CAPTION")
Me.colHEADER_CAPTION.FieldName = "HEADER_CAPTION"
Me.colHEADER_CAPTION.Name = "colHEADER_CAPTION"
+ resources.ApplyResources(Me.colHEADER_CAPTION, "colHEADER_CAPTION")
'
'colWIDTH
'
- resources.ApplyResources(Me.colWIDTH, "colWIDTH")
Me.colWIDTH.FieldName = "WIDTH"
Me.colWIDTH.Name = "colWIDTH"
+ resources.ApplyResources(Me.colWIDTH, "colWIDTH")
'
'colTYPE_ID
'
- resources.ApplyResources(Me.colTYPE_ID, "colTYPE_ID")
Me.colTYPE_ID.FieldName = "TYPE_ID"
Me.colTYPE_ID.Name = "colTYPE_ID"
+ resources.ApplyResources(Me.colTYPE_ID, "colTYPE_ID")
'
'colADDED_WHO
'
- resources.ApplyResources(Me.colADDED_WHO, "colADDED_WHO")
Me.colADDED_WHO.FieldName = "ADDED_WHO"
Me.colADDED_WHO.Name = "colADDED_WHO"
+ resources.ApplyResources(Me.colADDED_WHO, "colADDED_WHO")
'
'colADDED_WHEN
'
- resources.ApplyResources(Me.colADDED_WHEN, "colADDED_WHEN")
Me.colADDED_WHEN.FieldName = "ADDED_WHEN"
Me.colADDED_WHEN.Name = "colADDED_WHEN"
+ resources.ApplyResources(Me.colADDED_WHEN, "colADDED_WHEN")
'
'colCHANGED_WHO
'
- resources.ApplyResources(Me.colCHANGED_WHO, "colCHANGED_WHO")
Me.colCHANGED_WHO.FieldName = "CHANGED_WHO"
Me.colCHANGED_WHO.Name = "colCHANGED_WHO"
+ resources.ApplyResources(Me.colCHANGED_WHO, "colCHANGED_WHO")
'
'colCHANGED_WHEN
'
- resources.ApplyResources(Me.colCHANGED_WHEN, "colCHANGED_WHEN")
Me.colCHANGED_WHEN.FieldName = "CHANGED_WHEN"
Me.colCHANGED_WHEN.Name = "colCHANGED_WHEN"
+ resources.ApplyResources(Me.colCHANGED_WHEN, "colCHANGED_WHEN")
'
'colVISIBLE
'
- resources.ApplyResources(Me.colVISIBLE, "colVISIBLE")
Me.colVISIBLE.FieldName = "VISIBLE"
Me.colVISIBLE.Name = "colVISIBLE"
+ resources.ApplyResources(Me.colVISIBLE, "colVISIBLE")
'
'colNAME
'
@@ -280,11 +266,11 @@ Partial Class frmWD_Resultlist_Config
'
'TYPE_IDComboBox
'
- resources.ApplyResources(Me.TYPE_IDComboBox, "TYPE_IDComboBox")
Me.TYPE_IDComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingSource, "TYPE_ID", True))
Me.TYPE_IDComboBox.DataSource = Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIG_TYPE_IDBindingSource
Me.TYPE_IDComboBox.DisplayMember = "Name"
Me.TYPE_IDComboBox.FormattingEnabled = True
+ resources.ApplyResources(Me.TYPE_IDComboBox, "TYPE_IDComboBox")
Me.TYPE_IDComboBox.Name = "TYPE_IDComboBox"
Me.TYPE_IDComboBox.ValueMember = "ID"
'
@@ -302,8 +288,8 @@ Partial Class frmWD_Resultlist_Config
'
'EDITABLECheckBox
'
- resources.ApplyResources(Me.EDITABLECheckBox, "EDITABLECheckBox")
Me.EDITABLECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingSource, "EDITABLE", True))
+ resources.ApplyResources(Me.EDITABLECheckBox, "EDITABLECheckBox")
Me.EDITABLECheckBox.Name = "EDITABLECheckBox"
Me.EDITABLECheckBox.UseVisualStyleBackColor = True
'
@@ -320,19 +306,19 @@ Partial Class frmWD_Resultlist_Config
'
'LANGUAGEComboBox
'
- resources.ApplyResources(Me.LANGUAGEComboBox, "LANGUAGEComboBox")
Me.LANGUAGEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingSource, "LANGUAGE", True))
Me.LANGUAGEComboBox.FormattingEnabled = True
Me.LANGUAGEComboBox.Items.AddRange(New Object() {resources.GetString("LANGUAGEComboBox.Items"), resources.GetString("LANGUAGEComboBox.Items1")})
+ resources.ApplyResources(Me.LANGUAGEComboBox, "LANGUAGEComboBox")
Me.LANGUAGEComboBox.Name = "LANGUAGEComboBox"
'
'ComboBox1
'
- resources.ApplyResources(Me.ComboBox1, "ComboBox1")
Me.ComboBox1.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingSource, "ENTITY_ID", True))
Me.ComboBox1.DataSource = Me.TBWH_ENTITYBindingSource
Me.ComboBox1.DisplayMember = "FORM_TITLE"
Me.ComboBox1.FormattingEnabled = True
+ resources.ApplyResources(Me.ComboBox1, "ComboBox1")
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.ValueMember = "FORM_ID"
'
@@ -348,8 +334,8 @@ Partial Class frmWD_Resultlist_Config
'
'GUIDTextBox
'
- resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox")
Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingSource, "GUID", True))
+ resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox")
Me.GUIDTextBox.Name = "GUIDTextBox"
Me.GUIDTextBox.ReadOnly = True
'
@@ -365,8 +351,8 @@ Partial Class frmWD_Resultlist_Config
'
'COLUMN_VIEWTextBox
'
- resources.ApplyResources(Me.COLUMN_VIEWTextBox, "COLUMN_VIEWTextBox")
Me.COLUMN_VIEWTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingSource, "COLUMN_VIEW", True))
+ resources.ApplyResources(Me.COLUMN_VIEWTextBox, "COLUMN_VIEWTextBox")
Me.COLUMN_VIEWTextBox.Name = "COLUMN_VIEWTextBox"
'
'HEADER_CAPTIONLabel
@@ -376,8 +362,8 @@ Partial Class frmWD_Resultlist_Config
'
'HEADER_CAPTIONTextBox
'
- resources.ApplyResources(Me.HEADER_CAPTIONTextBox, "HEADER_CAPTIONTextBox")
Me.HEADER_CAPTIONTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingSource, "HEADER_CAPTION", True))
+ resources.ApplyResources(Me.HEADER_CAPTIONTextBox, "HEADER_CAPTIONTextBox")
Me.HEADER_CAPTIONTextBox.Name = "HEADER_CAPTIONTextBox"
'
'WIDTHLabel
@@ -387,8 +373,8 @@ Partial Class frmWD_Resultlist_Config
'
'WIDTHTextBox
'
- resources.ApplyResources(Me.WIDTHTextBox, "WIDTHTextBox")
Me.WIDTHTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingSource, "WIDTH", True))
+ resources.ApplyResources(Me.WIDTHTextBox, "WIDTHTextBox")
Me.WIDTHTextBox.Name = "WIDTHTextBox"
'
'TYPE_IDLabel
@@ -403,8 +389,8 @@ Partial Class frmWD_Resultlist_Config
'
'ADDED_WHOTextBox
'
- resources.ApplyResources(Me.ADDED_WHOTextBox, "ADDED_WHOTextBox")
Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingSource, "ADDED_WHO", True))
+ resources.ApplyResources(Me.ADDED_WHOTextBox, "ADDED_WHOTextBox")
Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox"
Me.ADDED_WHOTextBox.ReadOnly = True
'
@@ -415,8 +401,8 @@ Partial Class frmWD_Resultlist_Config
'
'ADDED_WHENTextBox
'
- resources.ApplyResources(Me.ADDED_WHENTextBox, "ADDED_WHENTextBox")
Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingSource, "ADDED_WHEN", True))
+ resources.ApplyResources(Me.ADDED_WHENTextBox, "ADDED_WHENTextBox")
Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox"
Me.ADDED_WHENTextBox.ReadOnly = True
'
@@ -427,8 +413,8 @@ Partial Class frmWD_Resultlist_Config
'
'CHANGED_WHOTextBox
'
- resources.ApplyResources(Me.CHANGED_WHOTextBox, "CHANGED_WHOTextBox")
Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingSource, "CHANGED_WHO", True))
+ resources.ApplyResources(Me.CHANGED_WHOTextBox, "CHANGED_WHOTextBox")
Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox"
Me.CHANGED_WHOTextBox.ReadOnly = True
'
@@ -439,15 +425,15 @@ Partial Class frmWD_Resultlist_Config
'
'CHANGED_WHENTextBox
'
- resources.ApplyResources(Me.CHANGED_WHENTextBox, "CHANGED_WHENTextBox")
Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingSource, "CHANGED_WHEN", True))
+ resources.ApplyResources(Me.CHANGED_WHENTextBox, "CHANGED_WHENTextBox")
Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox"
Me.CHANGED_WHENTextBox.ReadOnly = True
'
'VISIBLECheckBox
'
- resources.ApplyResources(Me.VISIBLECheckBox, "VISIBLECheckBox")
Me.VISIBLECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingSource, "VISIBLE", True))
+ resources.ApplyResources(Me.VISIBLECheckBox, "VISIBLECheckBox")
Me.VISIBLECheckBox.Name = "VISIBLECheckBox"
Me.VISIBLECheckBox.UseVisualStyleBackColor = True
'
@@ -467,13 +453,13 @@ Partial Class frmWD_Resultlist_Config
'
'TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigator
'
- resources.ApplyResources(Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigator, "TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigator")
Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem
Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigator.BindingSource = Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingSource
Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigator.CountItem = Me.BindingNavigatorCountItem
Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigator.CountItemFormat = "of {0}"
Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem
Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigatorSaveItem})
+ resources.ApplyResources(Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigator, "TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigator")
Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
@@ -483,37 +469,37 @@ Partial Class frmWD_Resultlist_Config
'
'BindingNavigatorAddNewItem
'
- resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem")
Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
+ resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem")
Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"
'
'BindingNavigatorCountItem
'
- resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem")
Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
+ resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem")
'
'BindingNavigatorDeleteItem
'
- resources.ApplyResources(Me.BindingNavigatorDeleteItem, "BindingNavigatorDeleteItem")
Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
+ resources.ApplyResources(Me.BindingNavigatorDeleteItem, "BindingNavigatorDeleteItem")
Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"
'
'BindingNavigatorMoveFirstItem
'
- resources.ApplyResources(Me.BindingNavigatorMoveFirstItem, "BindingNavigatorMoveFirstItem")
Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
+ resources.ApplyResources(Me.BindingNavigatorMoveFirstItem, "BindingNavigatorMoveFirstItem")
Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
'
'BindingNavigatorMovePreviousItem
'
- resources.ApplyResources(Me.BindingNavigatorMovePreviousItem, "BindingNavigatorMovePreviousItem")
Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
+ resources.ApplyResources(Me.BindingNavigatorMovePreviousItem, "BindingNavigatorMovePreviousItem")
Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
'
'BindingNavigatorSeparator
'
- resources.ApplyResources(Me.BindingNavigatorSeparator, "BindingNavigatorSeparator")
Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
+ resources.ApplyResources(Me.BindingNavigatorSeparator, "BindingNavigatorSeparator")
'
'BindingNavigatorPositionItem
'
@@ -522,30 +508,30 @@ Partial Class frmWD_Resultlist_Config
'
'BindingNavigatorSeparator1
'
- resources.ApplyResources(Me.BindingNavigatorSeparator1, "BindingNavigatorSeparator1")
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
+ resources.ApplyResources(Me.BindingNavigatorSeparator1, "BindingNavigatorSeparator1")
'
'BindingNavigatorMoveNextItem
'
- resources.ApplyResources(Me.BindingNavigatorMoveNextItem, "BindingNavigatorMoveNextItem")
Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
+ resources.ApplyResources(Me.BindingNavigatorMoveNextItem, "BindingNavigatorMoveNextItem")
Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
'
'BindingNavigatorMoveLastItem
'
- resources.ApplyResources(Me.BindingNavigatorMoveLastItem, "BindingNavigatorMoveLastItem")
Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
+ resources.ApplyResources(Me.BindingNavigatorMoveLastItem, "BindingNavigatorMoveLastItem")
Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
'
'BindingNavigatorSeparator2
'
- resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2")
Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
+ resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2")
'
'TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigatorSaveItem
'
- resources.ApplyResources(Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigatorSaveItem, "TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigatorSaveItem")
Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
+ resources.ApplyResources(Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigatorSaveItem, "TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigatorSaveItem")
Me.TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigatorSaveItem.Name = "TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigatorSaveItem"
'
'TBWH_ENTITYTableAdapter
diff --git a/app/DD-Record-Organizer/frmWD_Resultlist_Config.resx b/app/DD-Record-Organizer/frmWD_Resultlist_Config.resx
index 2cf3a19..2ffff83 100644
--- a/app/DD-Record-Organizer/frmWD_Resultlist_Config.resx
+++ b/app/DD-Record-Organizer/frmWD_Resultlist_Config.resx
@@ -117,470 +117,870 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- en-US
-
-
- DD_Record_Organizer.DD_DMSDataSetTableAdapters.TBWH_ENTITYTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
-
-
- 1
-
-
- System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ False
+
-
- 2
-
-
- SplitContainer1.Panel2
-
-
-
-
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
- wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
- 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f
- Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
- 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
-
-
True
-
+
+
+ 12, 19
+
+
+ 37, 13
+
+
0
-
- ADDED WHEN:
+
+ GUID:
-
- Daten speichern
+
+ GUIDLabel
-
- 178, 20
-
-
- 864, 693
-
-
- True
-
-
- Microsoft Sans Serif, 9.75pt, style=Bold
-
-
- System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- SplitContainer1.Panel2
-
-
- 85, 13
-
-
- 8
-
-
- 12, 149
-
-
- 7
-
-
- 0
-
-
- 63, 17
-
-
- 6, 25
-
-
- TableAdapterManager1
-
-
- COLUMN_VIEWTextBox
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 93, 13
-
-
- SplitContainer1.Panel2
-
-
- 4
-
-
- 308
-
-
- Aktuelle Position
-
-
- True
-
-
- 60, 13
-
-
- SplitContainer1.Panel2
-
-
- True
-
-
- True
-
-
- True
-
-
- Erste verschieben
-
-
- TBPMO_DOCSEARCH_RESULTLIST_CONFIG_TYPE_IDBindingSource
-
-
- CHANGED WHO:
-
-
- 15
-
-
- TBPMO_DOCSEARCH_RESULTLIST_CONFIG_TYPE_IDTableAdapter
-
-
- BindingNavigatorSeparator2
-
-
- SplitContainer1.Panel2
-
-
- de-DE
-
-
- COLUMN_VIEWLabel
-
-
- 19
-
-
- Die Gesamtanzahl der Elemente.
-
-
- 20
-
-
- 12, 45
-
-
- 0
-
-
- BindingNavigatorDeleteItem
-
-
- colENTITY_ID
-
-
- 33
-
-
- Sichtbar
-
-
- 0
-
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ SplitContainer1.Panel2
+
+
+ 7
+
Fill
-
+
+ 0, 0
+
+
+ Horizontal
+
+
+ Top, Bottom, Left, Right
+
+
+ 152, 17
+
+
+ 17, 17
+
+
+ 0, 28
+
+
+ True
+
+
1
-
- System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- DD_ECMAdmin
-
-
+
True
-
- 23
-
-
- 11
-
-
-
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
- wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
- h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
- twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
- kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
- WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9
- 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg==
-
-
-
- 40, 13
-
-
- 178, 21
-
-
- SplitContainer1.Panel2
-
-
- True
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- DD_Record_Organizer.DD_ECMAdminTableAdapters.TBPMO_DOCSEARCH_RESULTLIST_CONFIG_TYPE_IDTableAdapter, DD_ECMAdmin.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
-
-
- True
-
-
- 87, 13
-
-
- CHANGED WHEN:
-
-
- CHANGED_WHOLabel
-
-
- System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 864, 280
-
-
- True
-
-
- 17
-
-
-
-
-
- colHEADER_CAPTION
-
-
- 16
-
-
- 27
-
-
- System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 178, 20
-
-
- 4
-
-
- TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingSource
-
-
- True
-
-
- 13
-
-
- True
-
-
- True
-
-
- System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- SplitContainer1.Panel2
-
-
- 123, 199
-
-
- 18
-
-
- SplitContainer1
-
-
- 3
-
-
- ADDED_WHOTextBox
-
-
- 21
-
-
- 0
-
-
- 223, 199
-
-
- 178, 20
-
-
- True
-
-
- 123, 307
-
-
- 1
-
-
- 123, 94
-
-
- 12, 232
-
2
-
- colVISIBLE
+
+ True
-
- 0, 0
+
+ 3
-
-
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
- wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
- wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
- v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
- UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
- Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu
- lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII=
-
+
+ True
-
- System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 4
-
- System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ True
-
+
+ 5
+
+
+ True
+
+
+ 6
+
+
+ True
+
+
+ 7
+
+
+ True
+
+
+ 8
+
+
+ True
+
+
+ 9
+
+
+ True
+
+
+ 10
+
+
+ True
+
+
+ 11
+
+
+ True
+
+
+ 12
+
+
+ NAME
+
+
+ True
+
+
+ 0
+
+
+ 864, 280
+
+
+ 0
+
+
+ GridMain
+
+
+ DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+
+
+ SplitContainer1.Panel1
+
+
+ 0
+
+
+ SplitContainer1.Panel1
+
+
+ System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SplitContainer1
+
+
+ 0
+
+
+ True
+
+
+ 750, 56
+
+
+ 123, 172
+
+
+ 178, 21
+
+
+ 35
+
+
+ TYPE_IDComboBox
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
SplitContainer1.Panel2
0
-
- 864, 693
+
+ True
-
- 123, 16
+
+ 15, 203
-
- 864, 25
+
+ 63, 17
-
- 12, 175
+
+ 33
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Manuell
-
- 10
+
+ CONFIG_CLOUMNSCheckbox
-
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
SplitContainer1.Panel2
-
- 177, 16
+
+ 1
-
- NAME
+
+ 223, 199
-
- BindingNavigatorSeparator1
-
-
- colCHANGED_WHEN
-
-
- SplitContainer1.Panel2
+
+ 78, 24
32
-
+
+ Editierbar
+
+
+ EDITABLECheckBox
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SplitContainer1.Panel2
+
+
+ 2
+
+
True
+
+ Microsoft Sans Serif, 9.75pt, style=Bold
+
+
+ 12, 342
+
+
+ 177, 16
+
+
+ 28
+
+
+ Änderungen gespeichert
+
+
+ False
+
+
+ labelSuccess
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SplitContainer1.Panel2
+
+
+ 3
+
+
+ False
+
+
+ True
+
+
+ 12, 70
+
+
+ 50, 13
+
+
+ 25
+
+
+ Sprache:
+
+
+ LANGUAGELabel1
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SplitContainer1.Panel2
+
+
+ 4
+
+
+ de-DE
+
+
+ en-US
+
+
+ 123, 67
+
+
+ 178, 21
+
+
+ 25
+
+
+ LANGUAGEComboBox
+
System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 123, 146
+
+ SplitContainer1.Panel2
-
- 6
+
+ 5
+
+
+ 160, 56
+
+
+ 17, 56
+
+
+ 123, 42
+
+
+ 178, 21
24
-
- 6, 25
+
+ ComboBox1
-
- BindingNavigatorSeparator
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Center
+
+ SplitContainer1.Panel2
-
-
+
+ 6
-
+
+ 123, 16
+
+
+ 178, 20
+
+
+ 1
+
+
+ GUIDTextBox
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SplitContainer1.Panel2
+
+
+ 8
+
+
+ False
+
+
+ True
+
+
+ 12, 45
+
+
+ 40, 13
+
+
+ 2
+
+
+ Entität:
+
+
+ ENTITY_IDLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SplitContainer1.Panel2
+
+
+ 9
+
+
+ False
+
+
+ True
+
+
+ 12, 97
+
+
+ 87, 13
+
+
+ 6
+
+
+ COLUMN VIEW:
+
+
+ COLUMN_VIEWLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SplitContainer1.Panel2
+
+
+ 10
+
+
+ 123, 94
+
+
+ 178, 20
+
+
+ 26
+
+
+ COLUMN_VIEWTextBox
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SplitContainer1.Panel2
+
+
+ 11
+
+
+ False
+
+
+ True
+
+
+ 12, 123
+
+
72, 13
-
-
+
+ 8
-
- 23, 22
+
+ Spaltenname:
+
+
+ HEADER_CAPTIONLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SplitContainer1.Panel2
12
+
+ 123, 120
+
+
+ 178, 20
+
+
+ 27
+
+
+ HEADER_CAPTIONTextBox
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SplitContainer1.Panel2
+
+
+ 13
+
+
+ False
+
+
+ True
+
+
+ 12, 149
+
+
+ 72, 13
+
+
+ 10
+
+
+ Spaltenbreite:
+
+
+ WIDTHLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SplitContainer1.Panel2
+
+
+ 14
+
+
+ 123, 146
+
+
+ 178, 20
+
+
+ 28
+
+
+ WIDTHTextBox
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SplitContainer1.Panel2
+
+
+ 15
+
+
+ False
+
+
+ True
+
+
+ 12, 175
+
+
+ 60, 13
+
+
+ 12
+
+
+ Spaltentyp:
+
+
+ TYPE_IDLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SplitContainer1.Panel2
+
+
+ 16
+
+
+ False
+
+
+ True
+
+
+ 12, 232
+
+
+ 78, 13
+
+
+ 14
+
+
+ ADDED WHO:
+
+
+ ADDED_WHOLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SplitContainer1.Panel2
+
+
+ 17
+
+
+ 123, 229
+
+
+ 178, 20
+
+
+ 15
+
+
+ ADDED_WHOTextBox
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SplitContainer1.Panel2
+
+
+ 18
+
+
+ False
+
+
+ True
+
+
+ 12, 258
+
+
+ 85, 13
+
+
+ 16
+
+
+ ADDED WHEN:
+
+
+ ADDED_WHENLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SplitContainer1.Panel2
+
+
+ 19
+
+
+ 123, 255
+
+
+ 178, 20
+
+
+ 17
+
+
+ ADDED_WHENTextBox
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SplitContainer1.Panel2
+
+
+ 20
+
+
+ False
+
+
+ True
+
+
+ 12, 284
+
+
+ 93, 13
+
+
+ 18
+
+
+ CHANGED WHO:
+
+
+ CHANGED_WHOLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SplitContainer1.Panel2
+
+
+ 21
+
+
+ 123, 281
+
+
+ 178, 20
+
+
+ 19
+
+
+ CHANGED_WHOTextBox
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SplitContainer1.Panel2
+
+
+ 22
+
+
+ False
+
+
+ True
+
+
+ 12, 310
+
100, 13
-
- DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+
+ 20
+
+ CHANGED WHEN:
+
+
+ CHANGED_WHENLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SplitContainer1.Panel2
+
+
+ 23
+
+
+ 123, 307
+
+
+ 178, 20
+
+
+ 21
+
+
+ CHANGED_WHENTextBox
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SplitContainer1.Panel2
+
+
+ 24
+
+
+ 123, 199
+
+
+ 68, 24
+
+
+ 30
+
+
+ Sichtbar
+
+
+ VISIBLECheckBox
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SplitContainer1.Panel2
+
+
+ 25
+
+
+ SplitContainer1.Panel2
+
+
+ System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SplitContainer1
+
+
+ 1
+
+
+ 864, 693
+
+
+ 308
+
+
+ 0
+
+
+ SplitContainer1
+
+
+ System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 1
+
+
+ 516, 17
+
+
+ 874, 17
+
+
+ 1047, 17
+
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
@@ -593,279 +993,23 @@
rkJggg==
-
- 9
-
-
- 7
-
-
- 178, 20
-
-
- TYPE_IDLabel
-
-
-
- Default
-
-
- colADDED_WHO
-
-
- Top, Bottom, Left, Right
-
-
- DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
-
-
- frmWD_Resultlist_Config
-
-
- 20
-
-
- System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 24
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
+
True
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- SplitContainer1
-
-
- 15, 203
-
-
- 1
-
-
- False
-
-
- 0, 0
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
-
-
- True
-
-
- True
-
-
+
23, 22
-
- 6
+
+ Neu hinzufügen
-
- BindingNavigatorMoveFirstItem
+
+ 35, 22
-
- TBPMO_DOCSEARCH_RESULTLIST_CONFIGTableAdapter
+
+ of {0}
-
- GridMain
-
-
- 0
-
-
- Top, Left
-
-
- $this
-
-
- 2
-
-
- 37, 13
-
-
- SplitContainer1.Panel2
-
-
-
-
-
- System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Nächste verschieben
-
-
- ENTITY_IDLabel
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Entität:
-
-
- 78, 13
-
-
- CONFIG_CLOUMNSCheckbox
-
-
- System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- ADDED_WHENLabel
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- HEADER_CAPTIONTextBox
-
-
- 17
-
-
- Löschen
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 12, 284
-
-
- Sprache:
-
-
- 1
-
-
- True
-
-
- BindingNavigatorPositionItem
-
-
- SplitContainer1.Panel2
-
-
- DevExpress.XtraGrid.Views.Grid.GridView, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 5
-
-
- colCOLUMN_VIEW
-
-
- 178, 20
-
-
- Änderungen gespeichert
-
-
- 1
-
-
- 178, 20
-
-
- VISIBLECheckBox
-
-
- True
-
-
- SplitContainer1.Panel2
-
-
- 0
-
-
- System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- WIDTHLabel
-
-
- DD_Record_Organizer.DD_ECMAdminTableAdapters.TableAdapterManager, DD_ECMAdmin.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
-
-
- SplitContainer1.Panel2
-
-
- 123, 120
-
-
- DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
-
-
- colTYPE_ID
-
-
- colWIDTH
-
-
- Position
-
-
- 10
-
-
- 12
-
-
- 26
-
-
- True
-
-
- DD_Record_Organizer.DD_ECMAdmin, DD_ECMAdmin.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
-
-
- 25
-
-
- 12, 19
-
-
- Letzte verschieben
-
-
- SplitContainer1.Panel2
-
-
- 23, 22
+
+ Die Gesamtanzahl der Elemente.
@@ -879,228 +1023,73 @@
bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII=
-
- 21
-
-
- 123, 42
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 15
-
-
- 123, 281
-
-
- System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 6, 13
-
-
- 0, 28
-
-
- ADDED_WHENTextBox
-
-
- 35, 22
-
-
- 23, 22
-
-
+
True
-
- 16
-
-
- DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
-
-
- SplitContainer1.Panel2
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
-
-
-
- 8
-
-
- 8
-
-
- TBWH_ENTITYTableAdapter
-
-
- ComboBox1
-
-
- Vorherige verschieben
-
-
- 123, 172
-
-
- HEADER_CAPTIONLabel
-
-
- 11
-
-
- System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 12, 123
-
-
- frmWD_Resultlist_Config
-
-
- EDITABLECheckBox
-
-
- TableAdapterManager
-
-
- 25
-
-
- grvwMain
-
-
- SplitContainer1.Panel2
-
-
- LANGUAGEComboBox
-
-
- SplitContainer1.Panel2
-
-
- DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
-
-
- Spaltentyp:
-
-
- BindingNavigatorMoveNextItem
-
-
- SplitContainer1.Panel2
-
-
- True
-
-
- colGUID
-
-
- 178, 21
-
-
- SplitContainer1.Panel2
-
-
- System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 28
-
-
- COLUMN VIEW:
-
-
- 0, 0
-
-
- 178, 20
-
-
- 23, 22
-
-
- 35
-
-
- 12
-
-
- GUID:
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Horizontal
-
-
- TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigator
-
-
- 123, 229
-
-
- CHANGED_WHENTextBox
-
23, 22
-
- ADDED WHO:
+
+ Löschen
-
- 12, 310
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
+ wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
+ v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
+ UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
+ Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu
+ lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII=
+
-
- DD_DMSDataSet
+
+ True
-
- SplitContainer1.Panel2
+
+ 23, 22
-
- ADDED_WHOLabel
+
+ Erste verschieben
-
- GUIDLabel
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
+ 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f
+ Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
+ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
+
-
- 3
+
+ True
-
- DD_Record_Organizer.DD_DMSDataSet, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+
+ 23, 22
-
- Tile
+
+ Vorherige verschieben
-
- 123, 255
+
+ 6, 25
-
-
- None
+
+ Position
-
- SplitContainer1.Panel1
+
+ False
-
- 12, 70
+
+ 50, 23
-
- BindingNavigator1
+
+ 0
-
- WIDTHTextBox
+
+ Aktuelle Position
+
+
+ 6, 25
@@ -1111,194 +1100,37 @@
oAc0QjgAAAAASUVORK5CYII=
-
- 72, 13
-
-
- 14
-
-
- SplitContainer1.Panel2
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
-
-
- 178, 21
-
-
- 19
-
-
- SplitContainer1.Panel2
-
-
- 78, 24
-
-
- SplitContainer1.Panel2
-
-
- DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
-
-
- SplitContainer1.Panel2
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 10
-
-
- 178, 20
-
-
- 50, 23
-
-
- False
-
-
- 9
-
-
- Spaltenbreite:
-
-
- 123, 67
-
-
+
True
-
- labelSuccess
+
+ 23, 22
-
- BindingNavigatorMoveLastItem
+
+ Nächste verschieben
-
- 50, 13
-
-
- 12, 97
-
-
- DD_Record_Organizer.DD_ECMAdminTableAdapters.TBPMO_DOCSEARCH_RESULTLIST_CONFIGTableAdapter, DD_ECMAdmin.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
-
-
- System.Windows.Forms.ToolStripTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 68, 24
-
-
- SplitContainer1.Panel1
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
+ h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
+ twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
+ kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
+ WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9
+ 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg==
+
True
-
- 30
+
+ 23, 22
-
- colADDED_WHEN
+
+ Letzte verschieben
-
- True
-
-
- DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
-
-
- True
-
-
- DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
-
-
- DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
-
-
- colCHANGED_WHO
-
-
- Neu hinzufügen
-
-
- DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
-
-
- 0
-
-
- LANGUAGELabel1
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
-
-
- True
-
-
- $this
-
-
- 25
-
-
- 12, 258
-
-
- colNAME
-
-
- 22
-
-
- TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigatorSaveItem
-
-
- 18
-
-
- 6
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- BindingNavigatorAddNewItem
-
-
- DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- BindingNavigatorMovePreviousItem
-
-
- True
-
-
- of {0}
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- CHANGED_WHOTextBox
-
-
- TYPE_IDComboBox
+
+ 6, 25
@@ -1307,148 +1139,277 @@
dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII=
-
- Spaltenname:
-
-
- System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Editierbar
-
-
- SplitContainer1.Panel2
-
-
+
23, 22
-
- True
+
+ Daten speichern
-
- SplitContainer1
+
+ 0, 0
-
- TBWH_ENTITYBindingSource
+
+ 864, 25
-
- True
+
+ 1
-
- Manuell
+
+ BindingNavigator1
-
- 28
+
+ TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigator
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ $this
-
- 5
+
+ 0
-
- BindingNavigatorCountItem
-
-
- 6, 25
-
-
- GUIDTextBox
-
-
- CHANGED_WHENLabel
-
-
- Inherit
-
-
- SplitContainer1.Panel2
-
-
- True
-
-
- DD_Record_Organizer.DD_DMSDataSetTableAdapters.TableAdapterManager, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
-
-
- 14
-
-
- colLANGUAGE
-
-
- 12, 342
-
-
- False
-
-
- 160, 56
-
-
- False
-
-
- False
-
-
- False
-
-
- True
-
-
- False
-
-
- 17, 17
-
-
- False
-
-
- False
-
-
- 1163, 56
-
368, 56
-
- False
-
-
- 1047, 17
-
-
- False
-
-
- 17, 56
-
-
- 516, 17
-
-
- 874, 17
-
-
- False
-
-
- 152, 17
-
-
- False
-
570, 56
-
- 750, 56
+
+ 1163, 56
+
+ True
+
+
+ 6, 13
+
+
+ 864, 693
+
+
+ Resultlist Config
+
+
+ TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingSource
+
+
+ System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ DD_ECMAdmin
+
+
+ DD_Record_Organizer.DD_ECMAdmin, DD_ECMAdmin.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
+ grvwMain
+
+
+ DevExpress.XtraGrid.Views.Grid.GridView, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+
+
+ colGUID
+
+
+ DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+
+
+ colENTITY_ID
+
+
+ DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+
+
+ colLANGUAGE
+
+
+ DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+
+
+ colCOLUMN_VIEW
+
+
+ DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+
+
+ colHEADER_CAPTION
+
+
+ DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+
+
+ colWIDTH
+
+
+ DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+
+
+ colTYPE_ID
+
+
+ DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+
+
+ colADDED_WHO
+
+
+ DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+
+
+ colADDED_WHEN
+
+
+ DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+
+
+ colCHANGED_WHO
+
+
+ DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+
+
+ colCHANGED_WHEN
+
+
+ DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+
+
+ colVISIBLE
+
+
+ DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+
+
+ colNAME
+
+
+ DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+
+
+ TBPMO_DOCSEARCH_RESULTLIST_CONFIG_TYPE_IDBindingSource
+
+
+ System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TBWH_ENTITYBindingSource
+
+
+ System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ DD_DMSDataSet
+
+
+ DD_Record_Organizer.DD_DMSDataSet, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
+ TBPMO_DOCSEARCH_RESULTLIST_CONFIGTableAdapter
+
+
+ DD_Record_Organizer.DD_ECMAdminTableAdapters.TBPMO_DOCSEARCH_RESULTLIST_CONFIGTableAdapter, DD_ECMAdmin.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
+ TableAdapterManager
+
+
+ DD_Record_Organizer.DD_ECMAdminTableAdapters.TableAdapterManager, DD_ECMAdmin.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
+ BindingNavigatorAddNewItem
+
+
+ System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BindingNavigatorCountItem
+
+
+ System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BindingNavigatorDeleteItem
+
+
+ System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BindingNavigatorMoveFirstItem
+
+
+ System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BindingNavigatorMovePreviousItem
+
+
+ System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BindingNavigatorSeparator
+
+
+ System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BindingNavigatorPositionItem
+
+
+ System.Windows.Forms.ToolStripTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BindingNavigatorSeparator1
+
+
+ System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BindingNavigatorMoveNextItem
+
+
+ System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BindingNavigatorMoveLastItem
+
+
+ System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BindingNavigatorSeparator2
+
+
+ System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TBPMO_DOCSEARCH_RESULTLIST_CONFIGBindingNavigatorSaveItem
+
+
+ System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TBWH_ENTITYTableAdapter
+
+
+ DD_Record_Organizer.DD_DMSDataSetTableAdapters.TBWH_ENTITYTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
+ TableAdapterManager1
+
+
+ DD_Record_Organizer.DD_DMSDataSetTableAdapters.TableAdapterManager, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
+ TBPMO_DOCSEARCH_RESULTLIST_CONFIG_TYPE_IDTableAdapter
+
+
+ DD_Record_Organizer.DD_ECMAdminTableAdapters.TBPMO_DOCSEARCH_RESULTLIST_CONFIG_TYPE_IDTableAdapter, DD_ECMAdmin.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
+ frmWD_Resultlist_Config
+
+
+ System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
\ No newline at end of file