MS V 3.1.3 Beta RightGroups und NodeConfig-Adding

This commit is contained in:
2024-05-23 17:14:14 +02:00
parent ae4032ea59
commit bd084a0072
22 changed files with 3398 additions and 1522 deletions

View File

@@ -1,9 +1,9 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class frmRight_Management
Inherits System.Windows.Forms.Form
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
<System.Diagnostics.DebuggerNonUserCode()> _
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
@@ -20,22 +20,20 @@ Partial Class frmRight_Management
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
<System.Diagnostics.DebuggerStepThrough()> _
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim IDLabel As System.Windows.Forms.Label
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmRight_Management))
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim GUIDLabel As System.Windows.Forms.Label
Dim ENTITY_IDLabel As System.Windows.Forms.Label
Dim GROUP_IDLabel As System.Windows.Forms.Label
Dim ENTITY_NAMELabel As System.Windows.Forms.Label
Dim GROUP_NAMELabel As System.Windows.Forms.Label
Dim ADDED_WHOLabel As System.Windows.Forms.Label
Dim ADDED_WHENLabel As System.Windows.Forms.Label
Dim CHANGED_WHOLabel As System.Windows.Forms.Label
Dim ADDED_WHENLabel As System.Windows.Forms.Label
Dim CHANGED_WHENLabel As System.Windows.Forms.Label
Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton()
Me.TBPMO_RIGHT_GROUPBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.DD_DMSDataSet = New DD_Record_Organizer.DD_DMSDataSet()
Me.VWPMO_RIGHT_GROUPBindingSource2 = New System.Windows.Forms.BindingSource(Me.components)
Me.DD_ECMAdmin = New DD_Record_Organizer.DD_ECMAdmin()
Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton()
@@ -46,31 +44,50 @@ Partial Class frmRight_Management
Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton()
Me.TBPMO_RIGHT_GROUPDataGridView = New System.Windows.Forms.DataGridView()
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewComboBoxColumn()
Me.TBPMO_RIGHT_GROUPBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.DD_DMSDataSet = New DD_Record_Organizer.DD_DMSDataSet()
Me.TBWH_ENTITIESBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.DD_ECMAdmin = New DD_Record_Organizer.DD_ECMAdmin()
Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewComboBoxColumn()
Me.TBDD_GROUPSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.DataGridViewCheckBoxColumn1 = New System.Windows.Forms.DataGridViewCheckBoxColumn()
Me.DataGridViewCheckBoxColumn2 = New System.Windows.Forms.DataGridViewCheckBoxColumn()
Me.DataGridViewCheckBoxColumn3 = New System.Windows.Forms.DataGridViewCheckBoxColumn()
Me.DataGridViewCheckBoxColumn4 = New System.Windows.Forms.DataGridViewCheckBoxColumn()
Me.DataGridViewCheckBoxColumn5 = New System.Windows.Forms.DataGridViewCheckBoxColumn()
Me.DataGridViewCheckBoxColumn6 = New System.Windows.Forms.DataGridViewCheckBoxColumn()
Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.TBDD_USER_GROUPSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.tschangedlabel = New System.Windows.Forms.ToolStripStatusLabel()
Me.statelbl = New System.Windows.Forms.ToolStripStatusLabel()
Me.InfoLabel = New System.Windows.Forms.ToolStripStatusLabel()
Me.TabControl1 = New System.Windows.Forms.TabControl()
Me.TabPage1 = New System.Windows.Forms.TabPage()
Me.Button1 = New System.Windows.Forms.Button()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.cmbGroupNew = New System.Windows.Forms.ComboBox()
Me.cmbSicht = New System.Windows.Forms.ComboBox()
Me.CHANGED_WHENTextBox = New System.Windows.Forms.TextBox()
Me.ADDED_WHENTextBox = New System.Windows.Forms.TextBox()
Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox()
Me.ADDED_WHOTextBox = New System.Windows.Forms.TextBox()
Me.DELETE_DOCCheckBox = New System.Windows.Forms.CheckBox()
Me.VIEW_DOCCheckBox = New System.Windows.Forms.CheckBox()
Me.ADD_DOCCheckBox = New System.Windows.Forms.CheckBox()
Me.DELETE_RECCheckBox = New System.Windows.Forms.CheckBox()
Me.ADD_RECCheckBox = New System.Windows.Forms.CheckBox()
Me.EDIT_RECCheckBox = New System.Windows.Forms.CheckBox()
Me.GROUP_NAMETextBox = New System.Windows.Forms.TextBox()
Me.ENTITY_NAMETextBox = New System.Windows.Forms.TextBox()
Me.IDTextBox = New System.Windows.Forms.TextBox()
Me.VWPMO_RIGHT_GROUPDataGridView = New System.Windows.Forms.DataGridView()
Me.IDDataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.ENTITYNAMEDataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.GROUPNAMEDataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.EDITRECDataGridViewCheckBoxColumn = New System.Windows.Forms.DataGridViewCheckBoxColumn()
Me.ADDRECDataGridViewCheckBoxColumn = New System.Windows.Forms.DataGridViewCheckBoxColumn()
Me.DELETERECDataGridViewCheckBoxColumn = New System.Windows.Forms.DataGridViewCheckBoxColumn()
Me.ADDDOCDataGridViewCheckBoxColumn = New System.Windows.Forms.DataGridViewCheckBoxColumn()
Me.VIEWDOCDataGridViewCheckBoxColumn = New System.Windows.Forms.DataGridViewCheckBoxColumn()
Me.DELETEDOCDataGridViewCheckBoxColumn = New System.Windows.Forms.DataGridViewCheckBoxColumn()
Me.ADDEDWHODataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.ADDEDWHENDataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.CHANGEDWHODataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.CHANGEDWHENDataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.TabPage2 = New System.Windows.Forms.TabPage()
Me.btndeleteUserRight = New System.Windows.Forms.Button()
Me.Label2 = New System.Windows.Forms.Label()
@@ -125,38 +142,28 @@ Partial Class frmRight_Management
Me.TBDD_USERTableAdapter = New DD_Record_Organizer.DD_DMSDataSetTableAdapters.TBDD_USERTableAdapter()
Me.USER_RIGHTSTableAdapter = New DD_Record_Organizer.DD_ECMAdminTableAdapters.USER_RIGHTSTableAdapter()
Me.TBDD_GROUPSTableAdapter = New DD_Record_Organizer.DD_ECMAdminTableAdapters.TBDD_GROUPSTableAdapter()
Me.GUIDTextBox = New System.Windows.Forms.TextBox()
Me.ENTITY_IDComboBox = New System.Windows.Forms.ComboBox()
Me.GROUP_IDComboBox = New System.Windows.Forms.ComboBox()
Me.EDIT_RECCheckBox = New System.Windows.Forms.CheckBox()
Me.ADD_RECCheckBox = New System.Windows.Forms.CheckBox()
Me.DELETE_RECCheckBox = New System.Windows.Forms.CheckBox()
Me.ADD_DOCCheckBox = New System.Windows.Forms.CheckBox()
Me.VIEW_DOCCheckBox = New System.Windows.Forms.CheckBox()
Me.DELETE_DOCCheckBox = New System.Windows.Forms.CheckBox()
Me.ADDED_WHOTextBox = New System.Windows.Forms.TextBox()
Me.ADDED_WHENTextBox = New System.Windows.Forms.TextBox()
Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox()
Me.CHANGED_WHENTextBox = New System.Windows.Forms.TextBox()
GUIDLabel = New System.Windows.Forms.Label()
ENTITY_IDLabel = New System.Windows.Forms.Label()
GROUP_IDLabel = New System.Windows.Forms.Label()
Me.VWPMO_RIGHT_GROUPTableAdapter = New DD_Record_Organizer.DD_ECMAdminTableAdapters.VWPMO_RIGHT_GROUPTableAdapter()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
IDLabel = New System.Windows.Forms.Label()
ENTITY_NAMELabel = New System.Windows.Forms.Label()
GROUP_NAMELabel = New System.Windows.Forms.Label()
ADDED_WHOLabel = New System.Windows.Forms.Label()
ADDED_WHENLabel = New System.Windows.Forms.Label()
CHANGED_WHOLabel = New System.Windows.Forms.Label()
ADDED_WHENLabel = New System.Windows.Forms.Label()
CHANGED_WHENLabel = New System.Windows.Forms.Label()
CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.BindingNavigator1.SuspendLayout()
CType(Me.VWPMO_RIGHT_GROUPBindingSource2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.DD_ECMAdmin, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBPMO_RIGHT_GROUPBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBPMO_RIGHT_GROUPDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBWH_ENTITIESBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.DD_ECMAdmin, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBDD_GROUPSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBDD_USER_GROUPSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
Me.StatusStrip1.SuspendLayout()
Me.TabControl1.SuspendLayout()
Me.TabPage1.SuspendLayout()
CType(Me.VWPMO_RIGHT_GROUPDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TabPage2.SuspendLayout()
CType(Me.GridControlUsers2Menue, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBAD_UsersBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -168,16 +175,52 @@ Partial Class frmRight_Management
CType(Me.USER_RIGHTSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBDD_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBWH_USER_GROUPSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'IDLabel
'
resources.ApplyResources(IDLabel, "IDLabel")
IDLabel.Name = "IDLabel"
'
'ENTITY_NAMELabel
'
resources.ApplyResources(ENTITY_NAMELabel, "ENTITY_NAMELabel")
ENTITY_NAMELabel.Name = "ENTITY_NAMELabel"
'
'GROUP_NAMELabel
'
resources.ApplyResources(GROUP_NAMELabel, "GROUP_NAMELabel")
GROUP_NAMELabel.Name = "GROUP_NAMELabel"
'
'ADDED_WHOLabel
'
resources.ApplyResources(ADDED_WHOLabel, "ADDED_WHOLabel")
ADDED_WHOLabel.Name = "ADDED_WHOLabel"
'
'CHANGED_WHOLabel
'
resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel")
CHANGED_WHOLabel.Name = "CHANGED_WHOLabel"
'
'ADDED_WHENLabel
'
resources.ApplyResources(ADDED_WHENLabel, "ADDED_WHENLabel")
ADDED_WHENLabel.Name = "ADDED_WHENLabel"
'
'CHANGED_WHENLabel
'
resources.ApplyResources(CHANGED_WHENLabel, "CHANGED_WHENLabel")
CHANGED_WHENLabel.Name = "CHANGED_WHENLabel"
'
'BindingNavigator1
'
Me.BindingNavigator1.AddNewItem = Me.BindingNavigatorAddNewItem
Me.BindingNavigator1.BindingSource = Me.TBPMO_RIGHT_GROUPBindingSource
Me.BindingNavigator1.AddNewItem = Nothing
Me.BindingNavigator1.BindingSource = Me.VWPMO_RIGHT_GROUPBindingSource2
Me.BindingNavigator1.CountItem = Me.BindingNavigatorCountItem
Me.BindingNavigator1.CountItemFormat = "of {0} GroupRights"
Me.BindingNavigator1.CountItemFormat = "von {0} Gruppenrechten"
Me.BindingNavigator1.DeleteItem = Me.BindingNavigatorDeleteItem
Me.BindingNavigator1.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.ToolStripButton1, Me.ToolStripButton2})
Me.BindingNavigator1.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.BindingNavigatorDeleteItem, Me.ToolStripButton2})
resources.ApplyResources(Me.BindingNavigator1, "BindingNavigator1")
Me.BindingNavigator1.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.BindingNavigator1.MoveLastItem = Me.BindingNavigatorMoveLastItem
@@ -186,21 +229,15 @@ Partial Class frmRight_Management
Me.BindingNavigator1.Name = "BindingNavigator1"
Me.BindingNavigator1.PositionItem = Me.BindingNavigatorPositionItem
'
'BindingNavigatorAddNewItem
'VWPMO_RIGHT_GROUPBindingSource2
'
Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem")
Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"
Me.VWPMO_RIGHT_GROUPBindingSource2.DataMember = "VWPMO_RIGHT_GROUP"
Me.VWPMO_RIGHT_GROUPBindingSource2.DataSource = Me.DD_ECMAdmin
'
'TBPMO_RIGHT_GROUPBindingSource
'DD_ECMAdmin
'
Me.TBPMO_RIGHT_GROUPBindingSource.DataMember = "TBPMO_RIGHT_GROUP"
Me.TBPMO_RIGHT_GROUPBindingSource.DataSource = Me.DD_DMSDataSet
'
'DD_DMSDataSet
'
Me.DD_DMSDataSet.DataSetName = "DD_DMSDataSet"
Me.DD_DMSDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
Me.DD_ECMAdmin.DataSetName = "DD_ECMAdmin"
Me.DD_ECMAdmin.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'BindingNavigatorCountItem
'
@@ -257,13 +294,6 @@ Partial Class frmRight_Management
Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2")
'
'ToolStripButton1
'
Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton1.Image = Global.DD_Record_Organizer.My.Resources.Resources.save
resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1")
Me.ToolStripButton1.Name = "ToolStripButton1"
'
'ToolStripButton2
'
Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
@@ -271,136 +301,26 @@ Partial Class frmRight_Management
resources.ApplyResources(Me.ToolStripButton2, "ToolStripButton2")
Me.ToolStripButton2.Name = "ToolStripButton2"
'
'TBPMO_RIGHT_GROUPDataGridView
'TBPMO_RIGHT_GROUPBindingSource
'
Me.TBPMO_RIGHT_GROUPDataGridView.AllowUserToAddRows = False
Me.TBPMO_RIGHT_GROUPDataGridView.AllowUserToDeleteRows = False
DataGridViewCellStyle1.BackColor = System.Drawing.Color.Lime
Me.TBPMO_RIGHT_GROUPDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
resources.ApplyResources(Me.TBPMO_RIGHT_GROUPDataGridView, "TBPMO_RIGHT_GROUPDataGridView")
Me.TBPMO_RIGHT_GROUPDataGridView.AutoGenerateColumns = False
Me.TBPMO_RIGHT_GROUPDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.TBPMO_RIGHT_GROUPDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2, Me.DataGridViewTextBoxColumn3, Me.DataGridViewCheckBoxColumn1, Me.DataGridViewCheckBoxColumn2, Me.DataGridViewCheckBoxColumn3, Me.DataGridViewCheckBoxColumn4, Me.DataGridViewCheckBoxColumn5, Me.DataGridViewCheckBoxColumn6, Me.DataGridViewTextBoxColumn4, Me.DataGridViewTextBoxColumn5, Me.DataGridViewTextBoxColumn6, Me.DataGridViewTextBoxColumn7})
Me.TBPMO_RIGHT_GROUPDataGridView.DataSource = Me.TBPMO_RIGHT_GROUPBindingSource
Me.TBPMO_RIGHT_GROUPDataGridView.Name = "TBPMO_RIGHT_GROUPDataGridView"
Me.TBPMO_RIGHT_GROUPDataGridView.ReadOnly = True
Me.TBPMO_RIGHT_GROUPBindingSource.DataMember = "TBPMO_RIGHT_GROUP"
Me.TBPMO_RIGHT_GROUPBindingSource.DataSource = Me.DD_DMSDataSet
'
'DataGridViewTextBoxColumn1
'DD_DMSDataSet
'
Me.DataGridViewTextBoxColumn1.DataPropertyName = "GUID"
resources.ApplyResources(Me.DataGridViewTextBoxColumn1, "DataGridViewTextBoxColumn1")
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
Me.DataGridViewTextBoxColumn1.ReadOnly = True
'
'DataGridViewTextBoxColumn2
'
Me.DataGridViewTextBoxColumn2.DataPropertyName = "ENTITY_ID"
Me.DataGridViewTextBoxColumn2.DataSource = Me.TBWH_ENTITIESBindingSource
Me.DataGridViewTextBoxColumn2.DisplayMember = "CAPTION"
resources.ApplyResources(Me.DataGridViewTextBoxColumn2, "DataGridViewTextBoxColumn2")
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
Me.DataGridViewTextBoxColumn2.ReadOnly = True
Me.DataGridViewTextBoxColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
Me.DataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic
Me.DataGridViewTextBoxColumn2.ValueMember = "GUID"
Me.DD_DMSDataSet.DataSetName = "DD_DMSDataSet"
Me.DD_DMSDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'TBWH_ENTITIESBindingSource
'
Me.TBWH_ENTITIESBindingSource.DataMember = "TBWH_ENTITIES"
Me.TBWH_ENTITIESBindingSource.DataSource = Me.DD_ECMAdmin
'
'DD_ECMAdmin
'
Me.DD_ECMAdmin.DataSetName = "DD_ECMAdmin"
Me.DD_ECMAdmin.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'DataGridViewTextBoxColumn3
'
Me.DataGridViewTextBoxColumn3.DataPropertyName = "GROUP_ID"
Me.DataGridViewTextBoxColumn3.DataSource = Me.TBDD_GROUPSBindingSource
Me.DataGridViewTextBoxColumn3.DisplayMember = "NAME"
resources.ApplyResources(Me.DataGridViewTextBoxColumn3, "DataGridViewTextBoxColumn3")
Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"
Me.DataGridViewTextBoxColumn3.ReadOnly = True
Me.DataGridViewTextBoxColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
Me.DataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic
Me.DataGridViewTextBoxColumn3.ValueMember = "GUID"
'
'TBDD_GROUPSBindingSource
'
Me.TBDD_GROUPSBindingSource.DataMember = "TBDD_GROUPS"
Me.TBDD_GROUPSBindingSource.DataSource = Me.DD_ECMAdmin
'
'DataGridViewCheckBoxColumn1
'
Me.DataGridViewCheckBoxColumn1.DataPropertyName = "EDIT_REC"
resources.ApplyResources(Me.DataGridViewCheckBoxColumn1, "DataGridViewCheckBoxColumn1")
Me.DataGridViewCheckBoxColumn1.Name = "DataGridViewCheckBoxColumn1"
Me.DataGridViewCheckBoxColumn1.ReadOnly = True
'
'DataGridViewCheckBoxColumn2
'
Me.DataGridViewCheckBoxColumn2.DataPropertyName = "ADD_REC"
resources.ApplyResources(Me.DataGridViewCheckBoxColumn2, "DataGridViewCheckBoxColumn2")
Me.DataGridViewCheckBoxColumn2.Name = "DataGridViewCheckBoxColumn2"
Me.DataGridViewCheckBoxColumn2.ReadOnly = True
'
'DataGridViewCheckBoxColumn3
'
Me.DataGridViewCheckBoxColumn3.DataPropertyName = "DELETE_REC"
resources.ApplyResources(Me.DataGridViewCheckBoxColumn3, "DataGridViewCheckBoxColumn3")
Me.DataGridViewCheckBoxColumn3.Name = "DataGridViewCheckBoxColumn3"
Me.DataGridViewCheckBoxColumn3.ReadOnly = True
'
'DataGridViewCheckBoxColumn4
'
Me.DataGridViewCheckBoxColumn4.DataPropertyName = "ADD_DOC"
resources.ApplyResources(Me.DataGridViewCheckBoxColumn4, "DataGridViewCheckBoxColumn4")
Me.DataGridViewCheckBoxColumn4.Name = "DataGridViewCheckBoxColumn4"
Me.DataGridViewCheckBoxColumn4.ReadOnly = True
'
'DataGridViewCheckBoxColumn5
'
Me.DataGridViewCheckBoxColumn5.DataPropertyName = "VIEW_DOC"
resources.ApplyResources(Me.DataGridViewCheckBoxColumn5, "DataGridViewCheckBoxColumn5")
Me.DataGridViewCheckBoxColumn5.Name = "DataGridViewCheckBoxColumn5"
Me.DataGridViewCheckBoxColumn5.ReadOnly = True
'
'DataGridViewCheckBoxColumn6
'
Me.DataGridViewCheckBoxColumn6.DataPropertyName = "DELETE_DOC"
resources.ApplyResources(Me.DataGridViewCheckBoxColumn6, "DataGridViewCheckBoxColumn6")
Me.DataGridViewCheckBoxColumn6.Name = "DataGridViewCheckBoxColumn6"
Me.DataGridViewCheckBoxColumn6.ReadOnly = True
'
'DataGridViewTextBoxColumn4
'
Me.DataGridViewTextBoxColumn4.DataPropertyName = "ADDED_WHO"
resources.ApplyResources(Me.DataGridViewTextBoxColumn4, "DataGridViewTextBoxColumn4")
Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"
Me.DataGridViewTextBoxColumn4.ReadOnly = True
'
'DataGridViewTextBoxColumn5
'
Me.DataGridViewTextBoxColumn5.DataPropertyName = "ADDED_WHEN"
resources.ApplyResources(Me.DataGridViewTextBoxColumn5, "DataGridViewTextBoxColumn5")
Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5"
Me.DataGridViewTextBoxColumn5.ReadOnly = True
'
'DataGridViewTextBoxColumn6
'
Me.DataGridViewTextBoxColumn6.DataPropertyName = "CHANGED_WHO"
resources.ApplyResources(Me.DataGridViewTextBoxColumn6, "DataGridViewTextBoxColumn6")
Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6"
Me.DataGridViewTextBoxColumn6.ReadOnly = True
'
'DataGridViewTextBoxColumn7
'
Me.DataGridViewTextBoxColumn7.DataPropertyName = "CHANGED_WHEN"
resources.ApplyResources(Me.DataGridViewTextBoxColumn7, "DataGridViewTextBoxColumn7")
Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7"
Me.DataGridViewTextBoxColumn7.ReadOnly = True
'
'TBDD_USER_GROUPSBindingSource
'
Me.TBDD_USER_GROUPSBindingSource.DataMember = "TBDD_USER_GROUPS"
@@ -408,7 +328,7 @@ Partial Class frmRight_Management
'
'StatusStrip1
'
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tschangedlabel, Me.statelbl})
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tschangedlabel, Me.statelbl, Me.InfoLabel})
resources.ApplyResources(Me.StatusStrip1, "StatusStrip1")
Me.StatusStrip1.Name = "StatusStrip1"
'
@@ -423,6 +343,11 @@ Partial Class frmRight_Management
Me.statelbl.Name = "statelbl"
resources.ApplyResources(Me.statelbl, "statelbl")
'
'InfoLabel
'
Me.InfoLabel.Name = "InfoLabel"
resources.ApplyResources(Me.InfoLabel, "InfoLabel")
'
'TabControl1
'
Me.TabControl1.Controls.Add(Me.TabPage1)
@@ -434,12 +359,13 @@ Partial Class frmRight_Management
'TabPage1
'
resources.ApplyResources(Me.TabPage1, "TabPage1")
Me.TabPage1.Controls.Add(Me.GroupBox1)
Me.TabPage1.Controls.Add(CHANGED_WHENLabel)
Me.TabPage1.Controls.Add(Me.CHANGED_WHENTextBox)
Me.TabPage1.Controls.Add(CHANGED_WHOLabel)
Me.TabPage1.Controls.Add(Me.CHANGED_WHOTextBox)
Me.TabPage1.Controls.Add(ADDED_WHENLabel)
Me.TabPage1.Controls.Add(Me.ADDED_WHENTextBox)
Me.TabPage1.Controls.Add(CHANGED_WHOLabel)
Me.TabPage1.Controls.Add(Me.CHANGED_WHOTextBox)
Me.TabPage1.Controls.Add(ADDED_WHOLabel)
Me.TabPage1.Controls.Add(Me.ADDED_WHOTextBox)
Me.TabPage1.Controls.Add(Me.DELETE_DOCCheckBox)
@@ -448,17 +374,237 @@ Partial Class frmRight_Management
Me.TabPage1.Controls.Add(Me.DELETE_RECCheckBox)
Me.TabPage1.Controls.Add(Me.ADD_RECCheckBox)
Me.TabPage1.Controls.Add(Me.EDIT_RECCheckBox)
Me.TabPage1.Controls.Add(GROUP_IDLabel)
Me.TabPage1.Controls.Add(Me.GROUP_IDComboBox)
Me.TabPage1.Controls.Add(ENTITY_IDLabel)
Me.TabPage1.Controls.Add(Me.ENTITY_IDComboBox)
Me.TabPage1.Controls.Add(GUIDLabel)
Me.TabPage1.Controls.Add(Me.GUIDTextBox)
Me.TabPage1.Controls.Add(GROUP_NAMELabel)
Me.TabPage1.Controls.Add(Me.GROUP_NAMETextBox)
Me.TabPage1.Controls.Add(ENTITY_NAMELabel)
Me.TabPage1.Controls.Add(Me.ENTITY_NAMETextBox)
Me.TabPage1.Controls.Add(IDLabel)
Me.TabPage1.Controls.Add(Me.IDTextBox)
Me.TabPage1.Controls.Add(Me.VWPMO_RIGHT_GROUPDataGridView)
Me.TabPage1.Controls.Add(Me.BindingNavigator1)
Me.TabPage1.Controls.Add(Me.TBPMO_RIGHT_GROUPDataGridView)
Me.TabPage1.Name = "TabPage1"
Me.TabPage1.UseVisualStyleBackColor = True
'
'Button1
'
Me.Button1.Image = Global.DD_Record_Organizer.My.Resources.Resources.action_add_16xLG
resources.ApplyResources(Me.Button1, "Button1")
Me.Button1.Name = "Button1"
Me.Button1.UseVisualStyleBackColor = True
'
'Label4
'
resources.ApplyResources(Me.Label4, "Label4")
Me.Label4.Name = "Label4"
'
'Label3
'
resources.ApplyResources(Me.Label3, "Label3")
Me.Label3.Name = "Label3"
'
'cmbGroupNew
'
Me.cmbGroupNew.DataSource = Me.TBDD_GROUPSBindingSource
Me.cmbGroupNew.DisplayMember = "NAME"
Me.cmbGroupNew.FormattingEnabled = True
resources.ApplyResources(Me.cmbGroupNew, "cmbGroupNew")
Me.cmbGroupNew.Name = "cmbGroupNew"
Me.cmbGroupNew.ValueMember = "GUID"
'
'cmbSicht
'
Me.cmbSicht.DataSource = Me.TBWH_ENTITIESBindingSource
Me.cmbSicht.DisplayMember = "FORM_TITLE"
Me.cmbSicht.FormattingEnabled = True
resources.ApplyResources(Me.cmbSicht, "cmbSicht")
Me.cmbSicht.Name = "cmbSicht"
Me.cmbSicht.ValueMember = "GUID"
'
'CHANGED_WHENTextBox
'
Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_RIGHT_GROUPBindingSource2, "CHANGED_WHEN", True))
resources.ApplyResources(Me.CHANGED_WHENTextBox, "CHANGED_WHENTextBox")
Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox"
Me.CHANGED_WHENTextBox.ReadOnly = True
'
'ADDED_WHENTextBox
'
Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_RIGHT_GROUPBindingSource2, "ADDED_WHEN", True))
resources.ApplyResources(Me.ADDED_WHENTextBox, "ADDED_WHENTextBox")
Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox"
Me.ADDED_WHENTextBox.ReadOnly = True
'
'CHANGED_WHOTextBox
'
Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_RIGHT_GROUPBindingSource2, "CHANGED_WHO", True))
resources.ApplyResources(Me.CHANGED_WHOTextBox, "CHANGED_WHOTextBox")
Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox"
Me.CHANGED_WHOTextBox.ReadOnly = True
'
'ADDED_WHOTextBox
'
Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_RIGHT_GROUPBindingSource2, "ADDED_WHO", True))
resources.ApplyResources(Me.ADDED_WHOTextBox, "ADDED_WHOTextBox")
Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox"
Me.ADDED_WHOTextBox.ReadOnly = True
'
'DELETE_DOCCheckBox
'
Me.DELETE_DOCCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.VWPMO_RIGHT_GROUPBindingSource2, "DELETE_DOC", True))
resources.ApplyResources(Me.DELETE_DOCCheckBox, "DELETE_DOCCheckBox")
Me.DELETE_DOCCheckBox.Name = "DELETE_DOCCheckBox"
Me.DELETE_DOCCheckBox.UseVisualStyleBackColor = True
'
'VIEW_DOCCheckBox
'
Me.VIEW_DOCCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.VWPMO_RIGHT_GROUPBindingSource2, "VIEW_DOC", True))
resources.ApplyResources(Me.VIEW_DOCCheckBox, "VIEW_DOCCheckBox")
Me.VIEW_DOCCheckBox.Name = "VIEW_DOCCheckBox"
Me.VIEW_DOCCheckBox.UseVisualStyleBackColor = True
'
'ADD_DOCCheckBox
'
Me.ADD_DOCCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.VWPMO_RIGHT_GROUPBindingSource2, "ADD_DOC", True))
resources.ApplyResources(Me.ADD_DOCCheckBox, "ADD_DOCCheckBox")
Me.ADD_DOCCheckBox.Name = "ADD_DOCCheckBox"
Me.ADD_DOCCheckBox.UseVisualStyleBackColor = True
'
'DELETE_RECCheckBox
'
Me.DELETE_RECCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.VWPMO_RIGHT_GROUPBindingSource2, "DELETE_REC", True))
resources.ApplyResources(Me.DELETE_RECCheckBox, "DELETE_RECCheckBox")
Me.DELETE_RECCheckBox.Name = "DELETE_RECCheckBox"
Me.DELETE_RECCheckBox.UseVisualStyleBackColor = True
'
'ADD_RECCheckBox
'
Me.ADD_RECCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.VWPMO_RIGHT_GROUPBindingSource2, "ADD_REC", True))
resources.ApplyResources(Me.ADD_RECCheckBox, "ADD_RECCheckBox")
Me.ADD_RECCheckBox.Name = "ADD_RECCheckBox"
Me.ADD_RECCheckBox.UseVisualStyleBackColor = True
'
'EDIT_RECCheckBox
'
Me.EDIT_RECCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.VWPMO_RIGHT_GROUPBindingSource2, "EDIT_REC", True))
resources.ApplyResources(Me.EDIT_RECCheckBox, "EDIT_RECCheckBox")
Me.EDIT_RECCheckBox.Name = "EDIT_RECCheckBox"
Me.EDIT_RECCheckBox.UseVisualStyleBackColor = True
'
'GROUP_NAMETextBox
'
Me.GROUP_NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_RIGHT_GROUPBindingSource2, "GROUP_NAME", True))
resources.ApplyResources(Me.GROUP_NAMETextBox, "GROUP_NAMETextBox")
Me.GROUP_NAMETextBox.Name = "GROUP_NAMETextBox"
Me.GROUP_NAMETextBox.ReadOnly = True
'
'ENTITY_NAMETextBox
'
Me.ENTITY_NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_RIGHT_GROUPBindingSource2, "ENTITY_NAME", True))
resources.ApplyResources(Me.ENTITY_NAMETextBox, "ENTITY_NAMETextBox")
Me.ENTITY_NAMETextBox.Name = "ENTITY_NAMETextBox"
Me.ENTITY_NAMETextBox.ReadOnly = True
'
'IDTextBox
'
Me.IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_RIGHT_GROUPBindingSource2, "ID", True))
resources.ApplyResources(Me.IDTextBox, "IDTextBox")
Me.IDTextBox.Name = "IDTextBox"
Me.IDTextBox.ReadOnly = True
'
'VWPMO_RIGHT_GROUPDataGridView
'
Me.VWPMO_RIGHT_GROUPDataGridView.AllowUserToAddRows = False
Me.VWPMO_RIGHT_GROUPDataGridView.AllowUserToDeleteRows = False
Me.VWPMO_RIGHT_GROUPDataGridView.AllowUserToOrderColumns = True
Me.VWPMO_RIGHT_GROUPDataGridView.AllowUserToResizeColumns = False
Me.VWPMO_RIGHT_GROUPDataGridView.AllowUserToResizeRows = False
resources.ApplyResources(Me.VWPMO_RIGHT_GROUPDataGridView, "VWPMO_RIGHT_GROUPDataGridView")
Me.VWPMO_RIGHT_GROUPDataGridView.AutoGenerateColumns = False
Me.VWPMO_RIGHT_GROUPDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.VWPMO_RIGHT_GROUPDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.IDDataGridViewTextBoxColumn, Me.ENTITYNAMEDataGridViewTextBoxColumn, Me.GROUPNAMEDataGridViewTextBoxColumn, Me.EDITRECDataGridViewCheckBoxColumn, Me.ADDRECDataGridViewCheckBoxColumn, Me.DELETERECDataGridViewCheckBoxColumn, Me.ADDDOCDataGridViewCheckBoxColumn, Me.VIEWDOCDataGridViewCheckBoxColumn, Me.DELETEDOCDataGridViewCheckBoxColumn, Me.ADDEDWHODataGridViewTextBoxColumn, Me.ADDEDWHENDataGridViewTextBoxColumn, Me.CHANGEDWHODataGridViewTextBoxColumn, Me.CHANGEDWHENDataGridViewTextBoxColumn})
Me.VWPMO_RIGHT_GROUPDataGridView.DataSource = Me.VWPMO_RIGHT_GROUPBindingSource2
Me.VWPMO_RIGHT_GROUPDataGridView.Name = "VWPMO_RIGHT_GROUPDataGridView"
'
'IDDataGridViewTextBoxColumn
'
Me.IDDataGridViewTextBoxColumn.DataPropertyName = "ID"
resources.ApplyResources(Me.IDDataGridViewTextBoxColumn, "IDDataGridViewTextBoxColumn")
Me.IDDataGridViewTextBoxColumn.Name = "IDDataGridViewTextBoxColumn"
'
'ENTITYNAMEDataGridViewTextBoxColumn
'
Me.ENTITYNAMEDataGridViewTextBoxColumn.DataPropertyName = "ENTITY_NAME"
Me.ENTITYNAMEDataGridViewTextBoxColumn.FillWeight = 150.0!
resources.ApplyResources(Me.ENTITYNAMEDataGridViewTextBoxColumn, "ENTITYNAMEDataGridViewTextBoxColumn")
Me.ENTITYNAMEDataGridViewTextBoxColumn.Name = "ENTITYNAMEDataGridViewTextBoxColumn"
'
'GROUPNAMEDataGridViewTextBoxColumn
'
Me.GROUPNAMEDataGridViewTextBoxColumn.DataPropertyName = "GROUP_NAME"
Me.GROUPNAMEDataGridViewTextBoxColumn.FillWeight = 150.0!
resources.ApplyResources(Me.GROUPNAMEDataGridViewTextBoxColumn, "GROUPNAMEDataGridViewTextBoxColumn")
Me.GROUPNAMEDataGridViewTextBoxColumn.Name = "GROUPNAMEDataGridViewTextBoxColumn"
'
'EDITRECDataGridViewCheckBoxColumn
'
Me.EDITRECDataGridViewCheckBoxColumn.DataPropertyName = "EDIT_REC"
resources.ApplyResources(Me.EDITRECDataGridViewCheckBoxColumn, "EDITRECDataGridViewCheckBoxColumn")
Me.EDITRECDataGridViewCheckBoxColumn.Name = "EDITRECDataGridViewCheckBoxColumn"
'
'ADDRECDataGridViewCheckBoxColumn
'
Me.ADDRECDataGridViewCheckBoxColumn.DataPropertyName = "ADD_REC"
resources.ApplyResources(Me.ADDRECDataGridViewCheckBoxColumn, "ADDRECDataGridViewCheckBoxColumn")
Me.ADDRECDataGridViewCheckBoxColumn.Name = "ADDRECDataGridViewCheckBoxColumn"
'
'DELETERECDataGridViewCheckBoxColumn
'
Me.DELETERECDataGridViewCheckBoxColumn.DataPropertyName = "DELETE_REC"
resources.ApplyResources(Me.DELETERECDataGridViewCheckBoxColumn, "DELETERECDataGridViewCheckBoxColumn")
Me.DELETERECDataGridViewCheckBoxColumn.Name = "DELETERECDataGridViewCheckBoxColumn"
'
'ADDDOCDataGridViewCheckBoxColumn
'
Me.ADDDOCDataGridViewCheckBoxColumn.DataPropertyName = "ADD_DOC"
resources.ApplyResources(Me.ADDDOCDataGridViewCheckBoxColumn, "ADDDOCDataGridViewCheckBoxColumn")
Me.ADDDOCDataGridViewCheckBoxColumn.Name = "ADDDOCDataGridViewCheckBoxColumn"
'
'VIEWDOCDataGridViewCheckBoxColumn
'
Me.VIEWDOCDataGridViewCheckBoxColumn.DataPropertyName = "VIEW_DOC"
resources.ApplyResources(Me.VIEWDOCDataGridViewCheckBoxColumn, "VIEWDOCDataGridViewCheckBoxColumn")
Me.VIEWDOCDataGridViewCheckBoxColumn.Name = "VIEWDOCDataGridViewCheckBoxColumn"
'
'DELETEDOCDataGridViewCheckBoxColumn
'
Me.DELETEDOCDataGridViewCheckBoxColumn.DataPropertyName = "DELETE_DOC"
resources.ApplyResources(Me.DELETEDOCDataGridViewCheckBoxColumn, "DELETEDOCDataGridViewCheckBoxColumn")
Me.DELETEDOCDataGridViewCheckBoxColumn.Name = "DELETEDOCDataGridViewCheckBoxColumn"
'
'ADDEDWHODataGridViewTextBoxColumn
'
Me.ADDEDWHODataGridViewTextBoxColumn.DataPropertyName = "ADDED_WHO"
resources.ApplyResources(Me.ADDEDWHODataGridViewTextBoxColumn, "ADDEDWHODataGridViewTextBoxColumn")
Me.ADDEDWHODataGridViewTextBoxColumn.Name = "ADDEDWHODataGridViewTextBoxColumn"
'
'ADDEDWHENDataGridViewTextBoxColumn
'
Me.ADDEDWHENDataGridViewTextBoxColumn.DataPropertyName = "ADDED_WHEN"
resources.ApplyResources(Me.ADDEDWHENDataGridViewTextBoxColumn, "ADDEDWHENDataGridViewTextBoxColumn")
Me.ADDEDWHENDataGridViewTextBoxColumn.Name = "ADDEDWHENDataGridViewTextBoxColumn"
'
'CHANGEDWHODataGridViewTextBoxColumn
'
Me.CHANGEDWHODataGridViewTextBoxColumn.DataPropertyName = "CHANGED_WHO"
resources.ApplyResources(Me.CHANGEDWHODataGridViewTextBoxColumn, "CHANGEDWHODataGridViewTextBoxColumn")
Me.CHANGEDWHODataGridViewTextBoxColumn.Name = "CHANGEDWHODataGridViewTextBoxColumn"
'
'CHANGEDWHENDataGridViewTextBoxColumn
'
Me.CHANGEDWHENDataGridViewTextBoxColumn.DataPropertyName = "CHANGED_WHEN"
resources.ApplyResources(Me.CHANGEDWHENDataGridViewTextBoxColumn, "CHANGEDWHENDataGridViewTextBoxColumn")
Me.CHANGEDWHENDataGridViewTextBoxColumn.Name = "CHANGEDWHENDataGridViewTextBoxColumn"
'
'TabPage2
'
resources.ApplyResources(Me.TabPage2, "TabPage2")
@@ -854,132 +1000,20 @@ Partial Class frmRight_Management
'
Me.TBDD_GROUPSTableAdapter.ClearBeforeFill = True
'
'GUIDLabel
'VWPMO_RIGHT_GROUPTableAdapter
'
resources.ApplyResources(GUIDLabel, "GUIDLabel")
GUIDLabel.Name = "GUIDLabel"
Me.VWPMO_RIGHT_GROUPTableAdapter.ClearBeforeFill = True
'
'GUIDTextBox
'GroupBox1
'
Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_RIGHT_GROUPBindingSource, "GUID", True))
resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox")
Me.GUIDTextBox.Name = "GUIDTextBox"
'
'ENTITY_IDLabel
'
resources.ApplyResources(ENTITY_IDLabel, "ENTITY_IDLabel")
ENTITY_IDLabel.Name = "ENTITY_IDLabel"
'
'ENTITY_IDComboBox
'
Me.ENTITY_IDComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_RIGHT_GROUPBindingSource, "ENTITY_ID", True))
Me.ENTITY_IDComboBox.DataSource = Me.TBWH_ENTITIESBindingSource
Me.ENTITY_IDComboBox.DisplayMember = "FORM_TITLE"
Me.ENTITY_IDComboBox.FormattingEnabled = True
resources.ApplyResources(Me.ENTITY_IDComboBox, "ENTITY_IDComboBox")
Me.ENTITY_IDComboBox.Name = "ENTITY_IDComboBox"
Me.ENTITY_IDComboBox.ValueMember = "GUID"
'
'GROUP_IDLabel
'
resources.ApplyResources(GROUP_IDLabel, "GROUP_IDLabel")
GROUP_IDLabel.Name = "GROUP_IDLabel"
'
'GROUP_IDComboBox
'
Me.GROUP_IDComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_RIGHT_GROUPBindingSource, "GROUP_ID", True))
Me.GROUP_IDComboBox.DataSource = Me.TBDD_GROUPSBindingSource
Me.GROUP_IDComboBox.DisplayMember = "NAME"
Me.GROUP_IDComboBox.FormattingEnabled = True
resources.ApplyResources(Me.GROUP_IDComboBox, "GROUP_IDComboBox")
Me.GROUP_IDComboBox.Name = "GROUP_IDComboBox"
Me.GROUP_IDComboBox.ValueMember = "GUID"
'
'EDIT_RECCheckBox
'
Me.EDIT_RECCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_RIGHT_GROUPBindingSource, "EDIT_REC", True))
resources.ApplyResources(Me.EDIT_RECCheckBox, "EDIT_RECCheckBox")
Me.EDIT_RECCheckBox.Name = "EDIT_RECCheckBox"
Me.EDIT_RECCheckBox.UseVisualStyleBackColor = True
'
'ADD_RECCheckBox
'
Me.ADD_RECCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_RIGHT_GROUPBindingSource, "ADD_REC", True))
resources.ApplyResources(Me.ADD_RECCheckBox, "ADD_RECCheckBox")
Me.ADD_RECCheckBox.Name = "ADD_RECCheckBox"
Me.ADD_RECCheckBox.UseVisualStyleBackColor = True
'
'DELETE_RECCheckBox
'
Me.DELETE_RECCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_RIGHT_GROUPBindingSource, "DELETE_REC", True))
resources.ApplyResources(Me.DELETE_RECCheckBox, "DELETE_RECCheckBox")
Me.DELETE_RECCheckBox.Name = "DELETE_RECCheckBox"
Me.DELETE_RECCheckBox.UseVisualStyleBackColor = True
'
'ADD_DOCCheckBox
'
Me.ADD_DOCCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_RIGHT_GROUPBindingSource, "ADD_DOC", True))
resources.ApplyResources(Me.ADD_DOCCheckBox, "ADD_DOCCheckBox")
Me.ADD_DOCCheckBox.Name = "ADD_DOCCheckBox"
Me.ADD_DOCCheckBox.UseVisualStyleBackColor = True
'
'VIEW_DOCCheckBox
'
Me.VIEW_DOCCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_RIGHT_GROUPBindingSource, "VIEW_DOC", True))
resources.ApplyResources(Me.VIEW_DOCCheckBox, "VIEW_DOCCheckBox")
Me.VIEW_DOCCheckBox.Name = "VIEW_DOCCheckBox"
Me.VIEW_DOCCheckBox.UseVisualStyleBackColor = True
'
'DELETE_DOCCheckBox
'
Me.DELETE_DOCCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_RIGHT_GROUPBindingSource, "DELETE_DOC", True))
resources.ApplyResources(Me.DELETE_DOCCheckBox, "DELETE_DOCCheckBox")
Me.DELETE_DOCCheckBox.Name = "DELETE_DOCCheckBox"
Me.DELETE_DOCCheckBox.UseVisualStyleBackColor = True
'
'ADDED_WHOLabel
'
resources.ApplyResources(ADDED_WHOLabel, "ADDED_WHOLabel")
ADDED_WHOLabel.Name = "ADDED_WHOLabel"
'
'ADDED_WHOTextBox
'
Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_RIGHT_GROUPBindingSource, "ADDED_WHO", True))
resources.ApplyResources(Me.ADDED_WHOTextBox, "ADDED_WHOTextBox")
Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox"
'
'ADDED_WHENLabel
'
resources.ApplyResources(ADDED_WHENLabel, "ADDED_WHENLabel")
ADDED_WHENLabel.Name = "ADDED_WHENLabel"
'
'ADDED_WHENTextBox
'
Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_RIGHT_GROUPBindingSource, "ADDED_WHEN", True))
resources.ApplyResources(Me.ADDED_WHENTextBox, "ADDED_WHENTextBox")
Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox"
'
'CHANGED_WHOLabel
'
resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel")
CHANGED_WHOLabel.Name = "CHANGED_WHOLabel"
'
'CHANGED_WHOTextBox
'
Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_RIGHT_GROUPBindingSource, "CHANGED_WHO", True))
resources.ApplyResources(Me.CHANGED_WHOTextBox, "CHANGED_WHOTextBox")
Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox"
'
'CHANGED_WHENLabel
'
resources.ApplyResources(CHANGED_WHENLabel, "CHANGED_WHENLabel")
CHANGED_WHENLabel.Name = "CHANGED_WHENLabel"
'
'CHANGED_WHENTextBox
'
Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_RIGHT_GROUPBindingSource, "CHANGED_WHEN", True))
resources.ApplyResources(Me.CHANGED_WHENTextBox, "CHANGED_WHENTextBox")
Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox"
Me.GroupBox1.Controls.Add(Me.cmbSicht)
Me.GroupBox1.Controls.Add(Me.Button1)
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Controls.Add(Me.cmbGroupNew)
Me.GroupBox1.Controls.Add(Me.Label4)
resources.ApplyResources(Me.GroupBox1, "GroupBox1")
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.TabStop = False
'
'frmRight_Management
'
@@ -991,11 +1025,11 @@ Partial Class frmRight_Management
CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
Me.BindingNavigator1.ResumeLayout(False)
Me.BindingNavigator1.PerformLayout()
CType(Me.VWPMO_RIGHT_GROUPBindingSource2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.DD_ECMAdmin, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBPMO_RIGHT_GROUPBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBPMO_RIGHT_GROUPDataGridView, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBWH_ENTITIESBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.DD_ECMAdmin, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBDD_GROUPSBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBDD_USER_GROUPSBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
Me.StatusStrip1.ResumeLayout(False)
@@ -1003,6 +1037,7 @@ Partial Class frmRight_Management
Me.TabControl1.ResumeLayout(False)
Me.TabPage1.ResumeLayout(False)
Me.TabPage1.PerformLayout()
CType(Me.VWPMO_RIGHT_GROUPDataGridView, System.ComponentModel.ISupportInitialize).EndInit()
Me.TabPage2.ResumeLayout(False)
Me.TabPage2.PerformLayout()
CType(Me.GridControlUsers2Menue, System.ComponentModel.ISupportInitialize).EndInit()
@@ -1016,6 +1051,8 @@ Partial Class frmRight_Management
CType(Me.USER_RIGHTSBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBDD_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBWH_USER_GROUPSBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
@@ -1027,7 +1064,6 @@ Partial Class frmRight_Management
Friend WithEvents TBPMO_RIGHT_GROUPBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBPMO_RIGHT_GROUPTableAdapter As DD_Record_Organizer.DD_DMSDataSetTableAdapters.TBPMO_RIGHT_GROUPTableAdapter
Friend WithEvents BindingNavigator1 As System.Windows.Forms.BindingNavigator
Friend WithEvents BindingNavigatorAddNewItem As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorCountItem As System.Windows.Forms.ToolStripLabel
Friend WithEvents BindingNavigatorDeleteItem As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorMoveFirstItem As System.Windows.Forms.ToolStripButton
@@ -1038,14 +1074,12 @@ Partial Class frmRight_Management
Friend WithEvents BindingNavigatorMoveNextItem As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorMoveLastItem As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorSeparator2 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents TBPMO_RIGHT_GROUPDataGridView As System.Windows.Forms.DataGridView
Friend WithEvents DD_ECMAdmin As DD_Record_Organizer.DD_ECMAdmin
Friend WithEvents TBWH_ENTITIESBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBWH_ENTITIESTableAdapter As DD_Record_Organizer.DD_ECMAdminTableAdapters.TBWH_ENTITIESTableAdapter
Friend WithEvents TableAdapterManager1 As DD_Record_Organizer.DD_ECMAdminTableAdapters.TableAdapterManager
Friend WithEvents TBWH_USER_GROUPSBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBWH_USER_GROUPSTableAdapter As DD_Record_Organizer.DD_ECMAdminTableAdapters.TBWH_USER_GROUPSTableAdapter
Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
@@ -1101,30 +1135,40 @@ Partial Class frmRight_Management
Friend WithEvents statelbl As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents TBDD_GROUPSBindingSource As BindingSource
Friend WithEvents TBDD_GROUPSTableAdapter As DD_ECMAdminTableAdapters.TBDD_GROUPSTableAdapter
Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn2 As DataGridViewComboBoxColumn
Friend WithEvents DataGridViewTextBoxColumn3 As DataGridViewComboBoxColumn
Friend WithEvents DataGridViewCheckBoxColumn1 As DataGridViewCheckBoxColumn
Friend WithEvents DataGridViewCheckBoxColumn2 As DataGridViewCheckBoxColumn
Friend WithEvents DataGridViewCheckBoxColumn3 As DataGridViewCheckBoxColumn
Friend WithEvents DataGridViewCheckBoxColumn4 As DataGridViewCheckBoxColumn
Friend WithEvents DataGridViewCheckBoxColumn5 As DataGridViewCheckBoxColumn
Friend WithEvents DataGridViewCheckBoxColumn6 As DataGridViewCheckBoxColumn
Friend WithEvents DataGridViewTextBoxColumn4 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn5 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn6 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn7 As DataGridViewTextBoxColumn
Friend WithEvents CHANGED_WHENTextBox As TextBox
Friend WithEvents CHANGED_WHOTextBox As TextBox
Friend WithEvents ADDED_WHENTextBox As TextBox
Friend WithEvents ADDED_WHOTextBox As TextBox
Friend WithEvents VWPMO_RIGHT_GROUPTableAdapter As DD_ECMAdminTableAdapters.VWPMO_RIGHT_GROUPTableAdapter
Friend WithEvents VWPMO_RIGHT_GROUPDataGridView As DataGridView
Friend WithEvents VWPMO_RIGHT_GROUPBindingSource2 As BindingSource
Friend WithEvents IDDataGridViewTextBoxColumn As DataGridViewTextBoxColumn
Friend WithEvents ENTITYNAMEDataGridViewTextBoxColumn As DataGridViewTextBoxColumn
Friend WithEvents GROUPNAMEDataGridViewTextBoxColumn As DataGridViewTextBoxColumn
Friend WithEvents EDITRECDataGridViewCheckBoxColumn As DataGridViewCheckBoxColumn
Friend WithEvents ADDRECDataGridViewCheckBoxColumn As DataGridViewCheckBoxColumn
Friend WithEvents DELETERECDataGridViewCheckBoxColumn As DataGridViewCheckBoxColumn
Friend WithEvents ADDDOCDataGridViewCheckBoxColumn As DataGridViewCheckBoxColumn
Friend WithEvents VIEWDOCDataGridViewCheckBoxColumn As DataGridViewCheckBoxColumn
Friend WithEvents DELETEDOCDataGridViewCheckBoxColumn As DataGridViewCheckBoxColumn
Friend WithEvents ADDEDWHODataGridViewTextBoxColumn As DataGridViewTextBoxColumn
Friend WithEvents ADDEDWHENDataGridViewTextBoxColumn As DataGridViewTextBoxColumn
Friend WithEvents CHANGEDWHODataGridViewTextBoxColumn As DataGridViewTextBoxColumn
Friend WithEvents CHANGEDWHENDataGridViewTextBoxColumn As DataGridViewTextBoxColumn
Friend WithEvents DELETE_DOCCheckBox As CheckBox
Friend WithEvents VIEW_DOCCheckBox As CheckBox
Friend WithEvents ADD_DOCCheckBox As CheckBox
Friend WithEvents DELETE_RECCheckBox As CheckBox
Friend WithEvents ADD_RECCheckBox As CheckBox
Friend WithEvents EDIT_RECCheckBox As CheckBox
Friend WithEvents GROUP_IDComboBox As ComboBox
Friend WithEvents ENTITY_IDComboBox As ComboBox
Friend WithEvents GUIDTextBox As TextBox
Friend WithEvents GROUP_NAMETextBox As TextBox
Friend WithEvents ENTITY_NAMETextBox As TextBox
Friend WithEvents IDTextBox As TextBox
Friend WithEvents InfoLabel As ToolStripStatusLabel
Friend WithEvents CHANGED_WHOTextBox As TextBox
Friend WithEvents ADDED_WHOTextBox As TextBox
Friend WithEvents CHANGED_WHENTextBox As TextBox
Friend WithEvents ADDED_WHENTextBox As TextBox
Friend WithEvents Button1 As Button
Friend WithEvents Label4 As Label
Friend WithEvents Label3 As Label
Friend WithEvents cmbGroupNew As ComboBox
Friend WithEvents cmbSicht As ComboBox
Friend WithEvents GroupBox1 As GroupBox
End Class