RecordOrganizer/app/DD-Record-Organizer/frmRight_Management.Designer.vb
2024-07-31 11:10:21 +02:00

1199 lines
66 KiB
VB.net

<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()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Wird vom Windows Form-Designer benötigt.
Private components As System.ComponentModel.IContainer
'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()>
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 ENTITY_NAMELabel As System.Windows.Forms.Label
Dim GROUP_NAMELabel As System.Windows.Forms.Label
Dim ADDED_WHOLabel 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
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
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()
Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox()
Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator()
Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripButton1 = 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.TBWH_ENTITIESBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBDD_GROUPSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
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.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.cmbSicht = New System.Windows.Forms.ComboBox()
Me.Button1 = New System.Windows.Forms.Button()
Me.Label3 = New System.Windows.Forms.Label()
Me.cmbGroupNew = New System.Windows.Forms.ComboBox()
Me.Label4 = New System.Windows.Forms.Label()
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()
Me.cmbEntity = New System.Windows.Forms.ComboBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.btnAddUser2ConstructorREL = New System.Windows.Forms.Button()
Me.GridControlUsers2Menue = New DevExpress.XtraGrid.GridControl()
Me.TBAD_UsersBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.GridViewlUsers2Menue = New DevExpress.XtraGrid.Views.Grid.GridView()
Me.colSelect = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colSurname = New DevExpress.XtraGrid.Columns.GridColumn()
Me.GridColumn2 = New DevExpress.XtraGrid.Columns.GridColumn()
Me.GridColumn3 = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colID = New DevExpress.XtraGrid.Columns.GridColumn()
Me.lblUsers = New System.Windows.Forms.Label()
Me.GridControl1 = New DevExpress.XtraGrid.GridControl()
Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView()
Me.colGUID = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colFORM_TITLE = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colUSERNAME = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colNAME = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colPRENAME = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colEDIT_REC = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colADD_REC = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colDELETE_REC = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colADD_DOC = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colREAD_ONLY_DOC = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colDELETE_DOC = New DevExpress.XtraGrid.Columns.GridColumn()
Me.GridColumn1 = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colADDED_WHEN = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colCHANGED_WHEN = New DevExpress.XtraGrid.Columns.GridColumn()
Me.BindingNavigator2 = New System.Windows.Forms.BindingNavigator(Me.components)
Me.USER_RIGHTSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.BindingNavigatorCountItem1 = New System.Windows.Forms.ToolStripLabel()
Me.BindingNavigatorMoveFirstItem1 = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorMovePreviousItem1 = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorSeparator3 = New System.Windows.Forms.ToolStripSeparator()
Me.BindingNavigatorPositionItem1 = New System.Windows.Forms.ToolStripTextBox()
Me.BindingNavigatorSeparator4 = New System.Windows.Forms.ToolStripSeparator()
Me.BindingNavigatorMoveNextItem1 = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorMoveLastItem1 = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorSeparator5 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripButton4 = New System.Windows.Forms.ToolStripButton()
Me.TBDD_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBWH_ENTITIESTableAdapter = New DD_Record_Organizer.DD_ECMAdminTableAdapters.TBWH_ENTITIESTableAdapter()
Me.TableAdapterManager1 = New DD_Record_Organizer.DD_ECMAdminTableAdapters.TableAdapterManager()
Me.TBWH_USER_GROUPSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBWH_USER_GROUPSTableAdapter = New DD_Record_Organizer.DD_ECMAdminTableAdapters.TBWH_USER_GROUPSTableAdapter()
Me.TBDD_USER_GROUPSTableAdapter = New DD_Record_Organizer.DD_DMSDataSetTableAdapters.TBDD_USER_GROUPSTableAdapter()
Me.TableAdapterManager = New DD_Record_Organizer.DD_DMSDataSetTableAdapters.TableAdapterManager()
Me.TBPMO_RIGHT_GROUPTableAdapter = New DD_Record_Organizer.DD_DMSDataSetTableAdapters.TBPMO_RIGHT_GROUPTableAdapter()
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.VWPMO_RIGHT_GROUPTableAdapter = New DD_Record_Organizer.DD_ECMAdminTableAdapters.VWPMO_RIGHT_GROUPTableAdapter()
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()
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.TBWH_ENTITIESBindingSource, 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()
Me.GroupBox1.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()
CType(Me.GridViewlUsers2Menue, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.BindingNavigator2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.BindingNavigator2.SuspendLayout()
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.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 = Nothing
Me.BindingNavigator1.BindingSource = Me.VWPMO_RIGHT_GROUPBindingSource2
Me.BindingNavigator1.CountItem = Me.BindingNavigatorCountItem
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.BindingNavigatorDeleteItem, Me.ToolStripButton2, Me.ToolStripButton1})
resources.ApplyResources(Me.BindingNavigator1, "BindingNavigator1")
Me.BindingNavigator1.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.BindingNavigator1.MoveLastItem = Me.BindingNavigatorMoveLastItem
Me.BindingNavigator1.MoveNextItem = Me.BindingNavigatorMoveNextItem
Me.BindingNavigator1.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
Me.BindingNavigator1.Name = "BindingNavigator1"
Me.BindingNavigator1.PositionItem = Me.BindingNavigatorPositionItem
'
'VWPMO_RIGHT_GROUPBindingSource2
'
Me.VWPMO_RIGHT_GROUPBindingSource2.DataMember = "VWPMO_RIGHT_GROUP"
Me.VWPMO_RIGHT_GROUPBindingSource2.DataSource = Me.DD_ECMAdmin
'
'DD_ECMAdmin
'
Me.DD_ECMAdmin.DataSetName = "DD_ECMAdmin"
Me.DD_ECMAdmin.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'BindingNavigatorCountItem
'
Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem")
'
'BindingNavigatorDeleteItem
'
Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.BindingNavigatorDeleteItem, "BindingNavigatorDeleteItem")
Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"
'
'BindingNavigatorMoveFirstItem
'
Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.BindingNavigatorMoveFirstItem, "BindingNavigatorMoveFirstItem")
Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
'
'BindingNavigatorMovePreviousItem
'
Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.BindingNavigatorMovePreviousItem, "BindingNavigatorMovePreviousItem")
Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
'
'BindingNavigatorSeparator
'
Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
resources.ApplyResources(Me.BindingNavigatorSeparator, "BindingNavigatorSeparator")
'
'BindingNavigatorPositionItem
'
resources.ApplyResources(Me.BindingNavigatorPositionItem, "BindingNavigatorPositionItem")
Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
'
'BindingNavigatorSeparator1
'
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
resources.ApplyResources(Me.BindingNavigatorSeparator1, "BindingNavigatorSeparator1")
'
'BindingNavigatorMoveNextItem
'
Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.BindingNavigatorMoveNextItem, "BindingNavigatorMoveNextItem")
Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
'
'BindingNavigatorMoveLastItem
'
Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.BindingNavigatorMoveLastItem, "BindingNavigatorMoveLastItem")
Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
'
'BindingNavigatorSeparator2
'
Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2")
'
'ToolStripButton2
'
Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton2.Image = Global.DD_Record_Organizer.My.Resources.Resources.refresh_16xLG
resources.ApplyResources(Me.ToolStripButton2, "ToolStripButton2")
Me.ToolStripButton2.Name = "ToolStripButton2"
'
'ToolStripButton1
'
Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton1.Image = Global.DD_Record_Organizer.My.Resources.Resources.save_16xLG
resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1")
Me.ToolStripButton1.Name = "ToolStripButton1"
'
'TBPMO_RIGHT_GROUPBindingSource
'
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
'
'TBWH_ENTITIESBindingSource
'
Me.TBWH_ENTITIESBindingSource.DataMember = "TBWH_ENTITIES"
Me.TBWH_ENTITIESBindingSource.DataSource = Me.DD_ECMAdmin
'
'TBDD_GROUPSBindingSource
'
Me.TBDD_GROUPSBindingSource.DataMember = "TBDD_GROUPS"
Me.TBDD_GROUPSBindingSource.DataSource = Me.DD_ECMAdmin
'
'TBDD_USER_GROUPSBindingSource
'
Me.TBDD_USER_GROUPSBindingSource.DataMember = "TBDD_USER_GROUPS"
Me.TBDD_USER_GROUPSBindingSource.DataSource = Me.DD_DMSDataSet
'
'StatusStrip1
'
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tschangedlabel, Me.statelbl, Me.InfoLabel})
resources.ApplyResources(Me.StatusStrip1, "StatusStrip1")
Me.StatusStrip1.Name = "StatusStrip1"
'
'tschangedlabel
'
Me.tschangedlabel.BackColor = System.Drawing.Color.Yellow
Me.tschangedlabel.Name = "tschangedlabel"
resources.ApplyResources(Me.tschangedlabel, "tschangedlabel")
'
'statelbl
'
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)
Me.TabControl1.Controls.Add(Me.TabPage2)
resources.ApplyResources(Me.TabControl1, "TabControl1")
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.SelectedIndex = 0
'
'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(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)
Me.TabPage1.Controls.Add(Me.VIEW_DOCCheckBox)
Me.TabPage1.Controls.Add(Me.ADD_DOCCheckBox)
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_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.Name = "TabPage1"
Me.TabPage1.UseVisualStyleBackColor = True
'
'GroupBox1
'
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
'
'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"
'
'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
'
'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"
'
'Label4
'
resources.ApplyResources(Me.Label4, "Label4")
Me.Label4.Name = "Label4"
'
'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.AllowUserToResizeColumns = False
Me.VWPMO_RIGHT_GROUPDataGridView.AllowUserToResizeRows = False
DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
Me.VWPMO_RIGHT_GROUPDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
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"
Me.VWPMO_RIGHT_GROUPDataGridView.ReadOnly = True
Me.VWPMO_RIGHT_GROUPDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
'
'IDDataGridViewTextBoxColumn
'
Me.IDDataGridViewTextBoxColumn.DataPropertyName = "ID"
resources.ApplyResources(Me.IDDataGridViewTextBoxColumn, "IDDataGridViewTextBoxColumn")
Me.IDDataGridViewTextBoxColumn.Name = "IDDataGridViewTextBoxColumn"
Me.IDDataGridViewTextBoxColumn.ReadOnly = True
'
'ENTITYNAMEDataGridViewTextBoxColumn
'
Me.ENTITYNAMEDataGridViewTextBoxColumn.DataPropertyName = "ENTITY_NAME"
resources.ApplyResources(Me.ENTITYNAMEDataGridViewTextBoxColumn, "ENTITYNAMEDataGridViewTextBoxColumn")
Me.ENTITYNAMEDataGridViewTextBoxColumn.Name = "ENTITYNAMEDataGridViewTextBoxColumn"
Me.ENTITYNAMEDataGridViewTextBoxColumn.ReadOnly = True
'
'GROUPNAMEDataGridViewTextBoxColumn
'
Me.GROUPNAMEDataGridViewTextBoxColumn.DataPropertyName = "GROUP_NAME"
resources.ApplyResources(Me.GROUPNAMEDataGridViewTextBoxColumn, "GROUPNAMEDataGridViewTextBoxColumn")
Me.GROUPNAMEDataGridViewTextBoxColumn.Name = "GROUPNAMEDataGridViewTextBoxColumn"
Me.GROUPNAMEDataGridViewTextBoxColumn.ReadOnly = True
'
'EDITRECDataGridViewCheckBoxColumn
'
Me.EDITRECDataGridViewCheckBoxColumn.DataPropertyName = "EDIT_REC"
resources.ApplyResources(Me.EDITRECDataGridViewCheckBoxColumn, "EDITRECDataGridViewCheckBoxColumn")
Me.EDITRECDataGridViewCheckBoxColumn.Name = "EDITRECDataGridViewCheckBoxColumn"
Me.EDITRECDataGridViewCheckBoxColumn.ReadOnly = True
'
'ADDRECDataGridViewCheckBoxColumn
'
Me.ADDRECDataGridViewCheckBoxColumn.DataPropertyName = "ADD_REC"
resources.ApplyResources(Me.ADDRECDataGridViewCheckBoxColumn, "ADDRECDataGridViewCheckBoxColumn")
Me.ADDRECDataGridViewCheckBoxColumn.Name = "ADDRECDataGridViewCheckBoxColumn"
Me.ADDRECDataGridViewCheckBoxColumn.ReadOnly = True
'
'DELETERECDataGridViewCheckBoxColumn
'
Me.DELETERECDataGridViewCheckBoxColumn.DataPropertyName = "DELETE_REC"
resources.ApplyResources(Me.DELETERECDataGridViewCheckBoxColumn, "DELETERECDataGridViewCheckBoxColumn")
Me.DELETERECDataGridViewCheckBoxColumn.Name = "DELETERECDataGridViewCheckBoxColumn"
Me.DELETERECDataGridViewCheckBoxColumn.ReadOnly = True
'
'ADDDOCDataGridViewCheckBoxColumn
'
Me.ADDDOCDataGridViewCheckBoxColumn.DataPropertyName = "ADD_DOC"
resources.ApplyResources(Me.ADDDOCDataGridViewCheckBoxColumn, "ADDDOCDataGridViewCheckBoxColumn")
Me.ADDDOCDataGridViewCheckBoxColumn.Name = "ADDDOCDataGridViewCheckBoxColumn"
Me.ADDDOCDataGridViewCheckBoxColumn.ReadOnly = True
'
'VIEWDOCDataGridViewCheckBoxColumn
'
Me.VIEWDOCDataGridViewCheckBoxColumn.DataPropertyName = "VIEW_DOC"
resources.ApplyResources(Me.VIEWDOCDataGridViewCheckBoxColumn, "VIEWDOCDataGridViewCheckBoxColumn")
Me.VIEWDOCDataGridViewCheckBoxColumn.Name = "VIEWDOCDataGridViewCheckBoxColumn"
Me.VIEWDOCDataGridViewCheckBoxColumn.ReadOnly = True
'
'DELETEDOCDataGridViewCheckBoxColumn
'
Me.DELETEDOCDataGridViewCheckBoxColumn.DataPropertyName = "DELETE_DOC"
resources.ApplyResources(Me.DELETEDOCDataGridViewCheckBoxColumn, "DELETEDOCDataGridViewCheckBoxColumn")
Me.DELETEDOCDataGridViewCheckBoxColumn.Name = "DELETEDOCDataGridViewCheckBoxColumn"
Me.DELETEDOCDataGridViewCheckBoxColumn.ReadOnly = True
'
'ADDEDWHODataGridViewTextBoxColumn
'
Me.ADDEDWHODataGridViewTextBoxColumn.DataPropertyName = "ADDED_WHO"
resources.ApplyResources(Me.ADDEDWHODataGridViewTextBoxColumn, "ADDEDWHODataGridViewTextBoxColumn")
Me.ADDEDWHODataGridViewTextBoxColumn.Name = "ADDEDWHODataGridViewTextBoxColumn"
Me.ADDEDWHODataGridViewTextBoxColumn.ReadOnly = True
'
'ADDEDWHENDataGridViewTextBoxColumn
'
Me.ADDEDWHENDataGridViewTextBoxColumn.DataPropertyName = "ADDED_WHEN"
resources.ApplyResources(Me.ADDEDWHENDataGridViewTextBoxColumn, "ADDEDWHENDataGridViewTextBoxColumn")
Me.ADDEDWHENDataGridViewTextBoxColumn.Name = "ADDEDWHENDataGridViewTextBoxColumn"
Me.ADDEDWHENDataGridViewTextBoxColumn.ReadOnly = True
'
'CHANGEDWHODataGridViewTextBoxColumn
'
Me.CHANGEDWHODataGridViewTextBoxColumn.DataPropertyName = "CHANGED_WHO"
resources.ApplyResources(Me.CHANGEDWHODataGridViewTextBoxColumn, "CHANGEDWHODataGridViewTextBoxColumn")
Me.CHANGEDWHODataGridViewTextBoxColumn.Name = "CHANGEDWHODataGridViewTextBoxColumn"
Me.CHANGEDWHODataGridViewTextBoxColumn.ReadOnly = True
'
'CHANGEDWHENDataGridViewTextBoxColumn
'
Me.CHANGEDWHENDataGridViewTextBoxColumn.DataPropertyName = "CHANGED_WHEN"
resources.ApplyResources(Me.CHANGEDWHENDataGridViewTextBoxColumn, "CHANGEDWHENDataGridViewTextBoxColumn")
Me.CHANGEDWHENDataGridViewTextBoxColumn.Name = "CHANGEDWHENDataGridViewTextBoxColumn"
Me.CHANGEDWHENDataGridViewTextBoxColumn.ReadOnly = True
'
'TabPage2
'
resources.ApplyResources(Me.TabPage2, "TabPage2")
Me.TabPage2.Controls.Add(Me.btndeleteUserRight)
Me.TabPage2.Controls.Add(Me.Label2)
Me.TabPage2.Controls.Add(Me.cmbEntity)
Me.TabPage2.Controls.Add(Me.Label1)
Me.TabPage2.Controls.Add(Me.btnAddUser2ConstructorREL)
Me.TabPage2.Controls.Add(Me.GridControlUsers2Menue)
Me.TabPage2.Controls.Add(Me.lblUsers)
Me.TabPage2.Controls.Add(Me.GridControl1)
Me.TabPage2.Controls.Add(Me.BindingNavigator2)
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.UseVisualStyleBackColor = True
'
'btndeleteUserRight
'
resources.ApplyResources(Me.btndeleteUserRight, "btndeleteUserRight")
Me.btndeleteUserRight.Name = "btndeleteUserRight"
Me.btndeleteUserRight.UseVisualStyleBackColor = True
'
'Label2
'
resources.ApplyResources(Me.Label2, "Label2")
Me.Label2.Name = "Label2"
'
'cmbEntity
'
Me.cmbEntity.DisplayMember = "FORM_TITLE"
Me.cmbEntity.FormattingEnabled = True
resources.ApplyResources(Me.cmbEntity, "cmbEntity")
Me.cmbEntity.Name = "cmbEntity"
Me.cmbEntity.ValueMember = "GUID"
'
'Label1
'
resources.ApplyResources(Me.Label1, "Label1")
Me.Label1.Name = "Label1"
'
'btnAddUser2ConstructorREL
'
resources.ApplyResources(Me.btnAddUser2ConstructorREL, "btnAddUser2ConstructorREL")
Me.btnAddUser2ConstructorREL.Name = "btnAddUser2ConstructorREL"
Me.btnAddUser2ConstructorREL.UseVisualStyleBackColor = True
'
'GridControlUsers2Menue
'
resources.ApplyResources(Me.GridControlUsers2Menue, "GridControlUsers2Menue")
Me.GridControlUsers2Menue.DataSource = Me.TBAD_UsersBindingSource
Me.GridControlUsers2Menue.MainView = Me.GridViewlUsers2Menue
Me.GridControlUsers2Menue.Name = "GridControlUsers2Menue"
Me.GridControlUsers2Menue.ShowOnlyPredefinedDetails = True
Me.GridControlUsers2Menue.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewlUsers2Menue})
'
'TBAD_UsersBindingSource
'
Me.TBAD_UsersBindingSource.DataMember = "TBAD_Users"
Me.TBAD_UsersBindingSource.DataSource = Me.DD_ECMAdmin
'
'GridViewlUsers2Menue
'
Me.GridViewlUsers2Menue.Appearance.EvenRow.BackColor = System.Drawing.Color.LightBlue
Me.GridViewlUsers2Menue.Appearance.EvenRow.Options.UseBackColor = True
Me.GridViewlUsers2Menue.Appearance.FocusedRow.BackColor = System.Drawing.Color.Fuchsia
Me.GridViewlUsers2Menue.Appearance.FocusedRow.Options.UseBackColor = True
Me.GridViewlUsers2Menue.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colSelect, Me.colSurname, Me.GridColumn2, Me.GridColumn3, Me.colID})
Me.GridViewlUsers2Menue.GridControl = Me.GridControlUsers2Menue
Me.GridViewlUsers2Menue.Name = "GridViewlUsers2Menue"
Me.GridViewlUsers2Menue.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False]
Me.GridViewlUsers2Menue.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False]
Me.GridViewlUsers2Menue.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.[False]
Me.GridViewlUsers2Menue.OptionsSelection.EnableAppearanceFocusedCell = False
Me.GridViewlUsers2Menue.OptionsView.ColumnAutoWidth = False
Me.GridViewlUsers2Menue.OptionsView.EnableAppearanceEvenRow = True
Me.GridViewlUsers2Menue.OptionsView.ShowAutoFilterRow = True
Me.GridViewlUsers2Menue.OptionsView.ShowGroupPanel = False
'
'colSelect
'
resources.ApplyResources(Me.colSelect, "colSelect")
Me.colSelect.FieldName = "Select"
Me.colSelect.Name = "colSelect"
'
'colSurname
'
resources.ApplyResources(Me.colSurname, "colSurname")
Me.colSurname.FieldName = "Surname"
Me.colSurname.Name = "colSurname"
'
'GridColumn2
'
Me.GridColumn2.FieldName = "Username"
Me.GridColumn2.Name = "GridColumn2"
Me.GridColumn2.OptionsColumn.AllowEdit = False
resources.ApplyResources(Me.GridColumn2, "GridColumn2")
'
'GridColumn3
'
Me.GridColumn3.FieldName = "Email"
Me.GridColumn3.Name = "GridColumn3"
Me.GridColumn3.OptionsColumn.AllowEdit = False
resources.ApplyResources(Me.GridColumn3, "GridColumn3")
'
'colID
'
Me.colID.FieldName = "ID"
Me.colID.Name = "colID"
'
'lblUsers
'
resources.ApplyResources(Me.lblUsers, "lblUsers")
Me.lblUsers.Name = "lblUsers"
'
'GridControl1
'
resources.ApplyResources(Me.GridControl1, "GridControl1")
Me.GridControl1.DataSource = Me.DD_ECMAdmin
Me.GridControl1.MainView = Me.GridView1
Me.GridControl1.Name = "GridControl1"
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1})
'
'GridView1
'
Me.GridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.Aqua
Me.GridView1.Appearance.EvenRow.Options.UseBackColor = True
Me.GridView1.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID, Me.colFORM_TITLE, Me.colUSERNAME, Me.colNAME, Me.colPRENAME, Me.colEDIT_REC, Me.colADD_REC, Me.colDELETE_REC, Me.colADD_DOC, Me.colREAD_ONLY_DOC, Me.colDELETE_DOC, Me.GridColumn1, Me.colADDED_WHEN, Me.colCHANGED_WHEN})
Me.GridView1.GridControl = Me.GridControl1
Me.GridView1.Name = "GridView1"
Me.GridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[True]
Me.GridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[True]
Me.GridView1.OptionsView.ColumnAutoWidth = False
Me.GridView1.OptionsView.EnableAppearanceEvenRow = True
Me.GridView1.OptionsView.ShowAutoFilterRow = True
'
'colGUID
'
resources.ApplyResources(Me.colGUID, "colGUID")
Me.colGUID.FieldName = "GUID"
Me.colGUID.Name = "colGUID"
Me.colGUID.OptionsColumn.AllowEdit = False
'
'colFORM_TITLE
'
resources.ApplyResources(Me.colFORM_TITLE, "colFORM_TITLE")
Me.colFORM_TITLE.FieldName = "FORM_TITLE"
Me.colFORM_TITLE.Name = "colFORM_TITLE"
Me.colFORM_TITLE.OptionsColumn.AllowEdit = False
'
'colUSERNAME
'
resources.ApplyResources(Me.colUSERNAME, "colUSERNAME")
Me.colUSERNAME.FieldName = "USERNAME"
Me.colUSERNAME.Name = "colUSERNAME"
Me.colUSERNAME.OptionsColumn.AllowEdit = False
'
'colNAME
'
resources.ApplyResources(Me.colNAME, "colNAME")
Me.colNAME.FieldName = "NAME"
Me.colNAME.Name = "colNAME"
Me.colNAME.OptionsColumn.AllowEdit = False
'
'colPRENAME
'
resources.ApplyResources(Me.colPRENAME, "colPRENAME")
Me.colPRENAME.FieldName = "PRENAME"
Me.colPRENAME.Name = "colPRENAME"
Me.colPRENAME.OptionsColumn.AllowEdit = False
'
'colEDIT_REC
'
resources.ApplyResources(Me.colEDIT_REC, "colEDIT_REC")
Me.colEDIT_REC.FieldName = "EDIT_REC"
Me.colEDIT_REC.Name = "colEDIT_REC"
'
'colADD_REC
'
resources.ApplyResources(Me.colADD_REC, "colADD_REC")
Me.colADD_REC.FieldName = "ADD_REC"
Me.colADD_REC.Name = "colADD_REC"
'
'colDELETE_REC
'
resources.ApplyResources(Me.colDELETE_REC, "colDELETE_REC")
Me.colDELETE_REC.FieldName = "DELETE_REC"
Me.colDELETE_REC.Name = "colDELETE_REC"
'
'colADD_DOC
'
resources.ApplyResources(Me.colADD_DOC, "colADD_DOC")
Me.colADD_DOC.FieldName = "ADD_DOC"
Me.colADD_DOC.Name = "colADD_DOC"
'
'colREAD_ONLY_DOC
'
resources.ApplyResources(Me.colREAD_ONLY_DOC, "colREAD_ONLY_DOC")
Me.colREAD_ONLY_DOC.FieldName = "READ_ONLY_DOC"
Me.colREAD_ONLY_DOC.Name = "colREAD_ONLY_DOC"
'
'colDELETE_DOC
'
resources.ApplyResources(Me.colDELETE_DOC, "colDELETE_DOC")
Me.colDELETE_DOC.FieldName = "DELETE_DOC"
Me.colDELETE_DOC.Name = "colDELETE_DOC"
'
'GridColumn1
'
resources.ApplyResources(Me.GridColumn1, "GridColumn1")
Me.GridColumn1.FieldName = "FILES_VISIBLE"
Me.GridColumn1.Name = "GridColumn1"
'
'colADDED_WHEN
'
resources.ApplyResources(Me.colADDED_WHEN, "colADDED_WHEN")
Me.colADDED_WHEN.FieldName = "ADDED_WHEN"
Me.colADDED_WHEN.Name = "colADDED_WHEN"
Me.colADDED_WHEN.OptionsColumn.AllowEdit = False
'
'colCHANGED_WHEN
'
resources.ApplyResources(Me.colCHANGED_WHEN, "colCHANGED_WHEN")
Me.colCHANGED_WHEN.FieldName = "CHANGED_WHEN"
Me.colCHANGED_WHEN.Name = "colCHANGED_WHEN"
Me.colCHANGED_WHEN.OptionsColumn.AllowEdit = False
'
'BindingNavigator2
'
Me.BindingNavigator2.AddNewItem = Nothing
Me.BindingNavigator2.BindingSource = Me.USER_RIGHTSBindingSource
Me.BindingNavigator2.CountItem = Me.BindingNavigatorCountItem1
Me.BindingNavigator2.CountItemFormat = "of {0} rights"
Me.BindingNavigator2.DeleteItem = Nothing
Me.BindingNavigator2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem1, Me.BindingNavigatorMovePreviousItem1, Me.BindingNavigatorSeparator3, Me.BindingNavigatorPositionItem1, Me.BindingNavigatorCountItem1, Me.BindingNavigatorSeparator4, Me.BindingNavigatorMoveNextItem1, Me.BindingNavigatorMoveLastItem1, Me.BindingNavigatorSeparator5, Me.ToolStripButton4})
resources.ApplyResources(Me.BindingNavigator2, "BindingNavigator2")
Me.BindingNavigator2.MoveFirstItem = Me.BindingNavigatorMoveFirstItem1
Me.BindingNavigator2.MoveLastItem = Me.BindingNavigatorMoveLastItem1
Me.BindingNavigator2.MoveNextItem = Me.BindingNavigatorMoveNextItem1
Me.BindingNavigator2.MovePreviousItem = Me.BindingNavigatorMovePreviousItem1
Me.BindingNavigator2.Name = "BindingNavigator2"
Me.BindingNavigator2.PositionItem = Me.BindingNavigatorPositionItem1
'
'USER_RIGHTSBindingSource
'
Me.USER_RIGHTSBindingSource.DataSource = Me.DD_ECMAdmin
Me.USER_RIGHTSBindingSource.Position = 0
'
'BindingNavigatorCountItem1
'
Me.BindingNavigatorCountItem1.Name = "BindingNavigatorCountItem1"
resources.ApplyResources(Me.BindingNavigatorCountItem1, "BindingNavigatorCountItem1")
'
'BindingNavigatorMoveFirstItem1
'
Me.BindingNavigatorMoveFirstItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.BindingNavigatorMoveFirstItem1, "BindingNavigatorMoveFirstItem1")
Me.BindingNavigatorMoveFirstItem1.Name = "BindingNavigatorMoveFirstItem1"
'
'BindingNavigatorMovePreviousItem1
'
Me.BindingNavigatorMovePreviousItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.BindingNavigatorMovePreviousItem1, "BindingNavigatorMovePreviousItem1")
Me.BindingNavigatorMovePreviousItem1.Name = "BindingNavigatorMovePreviousItem1"
'
'BindingNavigatorSeparator3
'
Me.BindingNavigatorSeparator3.Name = "BindingNavigatorSeparator3"
resources.ApplyResources(Me.BindingNavigatorSeparator3, "BindingNavigatorSeparator3")
'
'BindingNavigatorPositionItem1
'
resources.ApplyResources(Me.BindingNavigatorPositionItem1, "BindingNavigatorPositionItem1")
Me.BindingNavigatorPositionItem1.Name = "BindingNavigatorPositionItem1"
'
'BindingNavigatorSeparator4
'
Me.BindingNavigatorSeparator4.Name = "BindingNavigatorSeparator4"
resources.ApplyResources(Me.BindingNavigatorSeparator4, "BindingNavigatorSeparator4")
'
'BindingNavigatorMoveNextItem1
'
Me.BindingNavigatorMoveNextItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.BindingNavigatorMoveNextItem1, "BindingNavigatorMoveNextItem1")
Me.BindingNavigatorMoveNextItem1.Name = "BindingNavigatorMoveNextItem1"
'
'BindingNavigatorMoveLastItem1
'
Me.BindingNavigatorMoveLastItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.BindingNavigatorMoveLastItem1, "BindingNavigatorMoveLastItem1")
Me.BindingNavigatorMoveLastItem1.Name = "BindingNavigatorMoveLastItem1"
'
'BindingNavigatorSeparator5
'
Me.BindingNavigatorSeparator5.Name = "BindingNavigatorSeparator5"
resources.ApplyResources(Me.BindingNavigatorSeparator5, "BindingNavigatorSeparator5")
'
'ToolStripButton4
'
Me.ToolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton4.Image = Global.DD_Record_Organizer.My.Resources.Resources.refresh_16xLG
resources.ApplyResources(Me.ToolStripButton4, "ToolStripButton4")
Me.ToolStripButton4.Name = "ToolStripButton4"
'
'TBDD_USERBindingSource
'
Me.TBDD_USERBindingSource.DataMember = "TBDD_USER"
Me.TBDD_USERBindingSource.DataSource = Me.DD_DMSDataSet
'
'TBWH_ENTITIESTableAdapter
'
Me.TBWH_ENTITIESTableAdapter.ClearBeforeFill = True
'
'TableAdapterManager1
'
Me.TableAdapterManager1.BackupDataSetBeforeUpdate = False
Me.TableAdapterManager1.Connection = Nothing
Me.TableAdapterManager1.TBDD_CONNECTIONTableAdapter = Nothing
Me.TableAdapterManager1.TBDD_GROUPSTableAdapter = Nothing
Me.TableAdapterManager1.TBPMO_DOCRESULT_DROPDOWN_ITEMSTableAdapter = Nothing
Me.TableAdapterManager1.TBPMO_DOCSEARCH_RESULTLIST_CONFIGTableAdapter = Nothing
Me.TableAdapterManager1.TBPMO_FORM_CONSTRUCTOR_DETAILTableAdapter = Nothing
Me.TableAdapterManager1.TBPMO_FORM_CONSTRUCTORTableAdapter = Nothing
Me.TableAdapterManager1.TBPMO_LOG_ESSENTIALSTableAdapter = Nothing
Me.TableAdapterManager1.TBPMO_SAP_FUBATableAdapter = Nothing
Me.TableAdapterManager1.UpdateOrder = DD_Record_Organizer.DD_ECMAdminTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'TBWH_USER_GROUPSBindingSource
'
Me.TBWH_USER_GROUPSBindingSource.DataMember = "TBWH_USER_GROUPS"
Me.TBWH_USER_GROUPSBindingSource.DataSource = Me.DD_ECMAdmin
'
'TBWH_USER_GROUPSTableAdapter
'
Me.TBWH_USER_GROUPSTableAdapter.ClearBeforeFill = True
'
'TBDD_USER_GROUPSTableAdapter
'
Me.TBDD_USER_GROUPSTableAdapter.ClearBeforeFill = True
'
'TableAdapterManager
'
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
Me.TableAdapterManager.TBDD_CLIENTTableAdapter = Nothing
Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing
Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Nothing
Me.TableAdapterManager.TBDD_EINGANGSARTENTableAdapter = Nothing
Me.TableAdapterManager.TBDD_EMAIL_ACCOUNTTableAdapter = Nothing
Me.TableAdapterManager.TBDD_GROUPS_USERTableAdapter = Nothing
Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Nothing
Me.TableAdapterManager.TBDD_USER_GROUPSTableAdapter = Me.TBDD_USER_GROUPSTableAdapter
Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_APPOINTMENTSTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_CONSTRUCTOR_USER_SQLTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_FOLLOW_UP_EMAILTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_FOLLUPEMAIL_USERTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTOR_DETAILTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTORTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_FORM_TYPETableAdapter = Nothing
Me.TableAdapterManager.TBPMO_FORM_VIEWTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_FORMTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_KONFIGURATIONTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_LANGUAGE_OBJECTTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_RECORD_LOG_CONFIGTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_RECORDTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_RIGHT_GROUPTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_RIGHT_USERTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_STRUCTURE_NODES_CONFIGURATIONTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_TEMPLATE_ENTITYTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_TEMPLATE_PATTERNTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_TEMPLATETableAdapter = Nothing
Me.TableAdapterManager.TBPMO_WD_FVIEW_DT_INDEXTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_WD_IMPORT_PROFILE_IDXTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_WD_IMPORT_PROFILETableAdapter = Nothing
Me.TableAdapterManager.TBPMO_WD_NAMECONVENTION_FORMATTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_WD_OBJECTTYPETableAdapter = Nothing
Me.TableAdapterManager.TBPMO_WORKFLOW_TASK_HISTORYTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_WORKFLOW_TASK_STATETableAdapter = Nothing
Me.TableAdapterManager.TBPMO_WORKFLOWTableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = DD_Record_Organizer.DD_DMSDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'TBPMO_RIGHT_GROUPTableAdapter
'
Me.TBPMO_RIGHT_GROUPTableAdapter.ClearBeforeFill = True
'
'TBDD_USERTableAdapter
'
Me.TBDD_USERTableAdapter.ClearBeforeFill = True
'
'USER_RIGHTSTableAdapter
'
Me.USER_RIGHTSTableAdapter.ClearBeforeFill = True
'
'TBDD_GROUPSTableAdapter
'
Me.TBDD_GROUPSTableAdapter.ClearBeforeFill = True
'
'VWPMO_RIGHT_GROUPTableAdapter
'
Me.VWPMO_RIGHT_GROUPTableAdapter.ClearBeforeFill = True
'
'frmRight_Management
'
resources.ApplyResources(Me, "$this")
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.TabControl1)
Me.Controls.Add(Me.StatusStrip1)
Me.Name = "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.TBWH_ENTITIESBindingSource, 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)
Me.StatusStrip1.PerformLayout()
Me.TabControl1.ResumeLayout(False)
Me.TabPage1.ResumeLayout(False)
Me.TabPage1.PerformLayout()
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
CType(Me.VWPMO_RIGHT_GROUPDataGridView, System.ComponentModel.ISupportInitialize).EndInit()
Me.TabPage2.ResumeLayout(False)
Me.TabPage2.PerformLayout()
CType(Me.GridControlUsers2Menue, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBAD_UsersBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridViewlUsers2Menue, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.BindingNavigator2, System.ComponentModel.ISupportInitialize).EndInit()
Me.BindingNavigator2.ResumeLayout(False)
Me.BindingNavigator2.PerformLayout()
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.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents DD_DMSDataSet As DD_Record_Organizer.DD_DMSDataSet
Friend WithEvents TBDD_USER_GROUPSBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBDD_USER_GROUPSTableAdapter As DD_Record_Organizer.DD_DMSDataSetTableAdapters.TBDD_USER_GROUPSTableAdapter
Friend WithEvents TableAdapterManager As DD_Record_Organizer.DD_DMSDataSetTableAdapters.TableAdapterManager
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 BindingNavigatorCountItem As System.Windows.Forms.ToolStripLabel
Friend WithEvents BindingNavigatorDeleteItem As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorMoveFirstItem As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorMovePreviousItem As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorSeparator As System.Windows.Forms.ToolStripSeparator
Friend WithEvents BindingNavigatorPositionItem As System.Windows.Forms.ToolStripTextBox
Friend WithEvents BindingNavigatorSeparator1 As System.Windows.Forms.ToolStripSeparator
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 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 StatusStrip1 As System.Windows.Forms.StatusStrip
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
Friend WithEvents tschangedlabel As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents ToolStripButton2 As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigator2 As System.Windows.Forms.BindingNavigator
Friend WithEvents BindingNavigatorCountItem1 As System.Windows.Forms.ToolStripLabel
Friend WithEvents BindingNavigatorMoveFirstItem1 As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorMovePreviousItem1 As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorSeparator3 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents BindingNavigatorPositionItem1 As System.Windows.Forms.ToolStripTextBox
Friend WithEvents BindingNavigatorSeparator4 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents BindingNavigatorMoveNextItem1 As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorMoveLastItem1 As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorSeparator5 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents TBDD_USERBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBDD_USERTableAdapter As DD_Record_Organizer.DD_DMSDataSetTableAdapters.TBDD_USERTableAdapter
Friend WithEvents ToolStripButton4 As System.Windows.Forms.ToolStripButton
Friend WithEvents colFILES_VISIBLE As System.Windows.Forms.DataGridViewCheckBoxColumn
Friend WithEvents TBAD_UsersBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents USER_RIGHTSBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents USER_RIGHTSTableAdapter As DD_Record_Organizer.DD_ECMAdminTableAdapters.USER_RIGHTSTableAdapter
Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl
Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView
Friend WithEvents colGUID As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colFORM_TITLE As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colUSERNAME As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colNAME As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colPRENAME As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colEDIT_REC As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colADD_REC As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colDELETE_REC As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colADD_DOC As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colREAD_ONLY_DOC As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colDELETE_DOC As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents GridColumn1 As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colADDED_WHEN As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colCHANGED_WHEN As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents GridControlUsers2Menue As DevExpress.XtraGrid.GridControl
Friend WithEvents GridViewlUsers2Menue As DevExpress.XtraGrid.Views.Grid.GridView
Friend WithEvents colSelect As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colSurname As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents GridColumn2 As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents GridColumn3 As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colID As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents lblUsers As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents btnAddUser2ConstructorREL As System.Windows.Forms.Button
Friend WithEvents cmbEntity As System.Windows.Forms.ComboBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents btndeleteUserRight As System.Windows.Forms.Button
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 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 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_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
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 ToolStripButton1 As ToolStripButton
End Class