MS_07.03.2016
This commit is contained in:
134
app/DD-Record-Organiser/frmUserKonfig.Designer.vb
generated
134
app/DD-Record-Organiser/frmUserKonfig.Designer.vb
generated
@@ -43,6 +43,7 @@ Partial Class frmUserKonfig
|
||||
Dim CHANGED_WHOLabel1 As System.Windows.Forms.Label
|
||||
Dim CHANGED_WHENLabel1 As System.Windows.Forms.Label
|
||||
Dim LANGUAGELabel As System.Windows.Forms.Label
|
||||
Dim COMMENTLabel As System.Windows.Forms.Label
|
||||
Me.DD_DMSDataSet = New DD_Record_Organiser.DD_DMSDataSet()
|
||||
Me.TBDD_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.TBDD_USERTableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBDD_USERTableAdapter()
|
||||
@@ -114,6 +115,8 @@ Partial Class frmUserKonfig
|
||||
Me.VWPMO_USERS_GROUPSTableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_USERS_GROUPSTableAdapter()
|
||||
Me.lblsave = New System.Windows.Forms.Label()
|
||||
Me.LANGUAGEComboBox = New System.Windows.Forms.ComboBox()
|
||||
Me.TBDD_GROUPS_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.COMMENTTextBox = New System.Windows.Forms.TextBox()
|
||||
GUIDLabel = New System.Windows.Forms.Label()
|
||||
PRENAMELabel = New System.Windows.Forms.Label()
|
||||
NAMELabel = New System.Windows.Forms.Label()
|
||||
@@ -133,6 +136,7 @@ Partial Class frmUserKonfig
|
||||
CHANGED_WHOLabel1 = New System.Windows.Forms.Label()
|
||||
CHANGED_WHENLabel1 = New System.Windows.Forms.Label()
|
||||
LANGUAGELabel = New System.Windows.Forms.Label()
|
||||
COMMENTLabel = New System.Windows.Forms.Label()
|
||||
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBDD_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBDD_USERBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -145,6 +149,7 @@ Partial Class frmUserKonfig
|
||||
CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.BindingNavigator1.SuspendLayout()
|
||||
CType(Me.VWPMO_USERS_GROUPSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBDD_GROUPS_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'GUIDLabel
|
||||
@@ -291,13 +296,13 @@ Partial Class frmUserKonfig
|
||||
'
|
||||
'TBDD_USERBindingNavigator
|
||||
'
|
||||
resources.ApplyResources(Me.TBDD_USERBindingNavigator, "TBDD_USERBindingNavigator")
|
||||
Me.TBDD_USERBindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem
|
||||
Me.TBDD_USERBindingNavigator.BindingSource = Me.TBDD_USERBindingSource
|
||||
Me.TBDD_USERBindingNavigator.CountItem = Me.BindingNavigatorCountItem
|
||||
Me.TBDD_USERBindingNavigator.CountItemFormat = "of {0}"
|
||||
Me.TBDD_USERBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem
|
||||
Me.TBDD_USERBindingNavigator.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.TBDD_USERBindingNavigatorSaveItem, Me.tbRefreshUsers, Me.tsAddUser})
|
||||
resources.ApplyResources(Me.TBDD_USERBindingNavigator, "TBDD_USERBindingNavigator")
|
||||
Me.TBDD_USERBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
|
||||
Me.TBDD_USERBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
|
||||
Me.TBDD_USERBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
|
||||
@@ -307,37 +312,37 @@ Partial Class frmUserKonfig
|
||||
'
|
||||
'BindingNavigatorAddNewItem
|
||||
'
|
||||
resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem")
|
||||
Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem")
|
||||
Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"
|
||||
'
|
||||
'BindingNavigatorCountItem
|
||||
'
|
||||
resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem")
|
||||
Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
|
||||
resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem")
|
||||
'
|
||||
'BindingNavigatorDeleteItem
|
||||
'
|
||||
resources.ApplyResources(Me.BindingNavigatorDeleteItem, "BindingNavigatorDeleteItem")
|
||||
Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
resources.ApplyResources(Me.BindingNavigatorDeleteItem, "BindingNavigatorDeleteItem")
|
||||
Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"
|
||||
'
|
||||
'BindingNavigatorMoveFirstItem
|
||||
'
|
||||
resources.ApplyResources(Me.BindingNavigatorMoveFirstItem, "BindingNavigatorMoveFirstItem")
|
||||
Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
resources.ApplyResources(Me.BindingNavigatorMoveFirstItem, "BindingNavigatorMoveFirstItem")
|
||||
Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
|
||||
'
|
||||
'BindingNavigatorMovePreviousItem
|
||||
'
|
||||
resources.ApplyResources(Me.BindingNavigatorMovePreviousItem, "BindingNavigatorMovePreviousItem")
|
||||
Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
resources.ApplyResources(Me.BindingNavigatorMovePreviousItem, "BindingNavigatorMovePreviousItem")
|
||||
Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
|
||||
'
|
||||
'BindingNavigatorSeparator
|
||||
'
|
||||
resources.ApplyResources(Me.BindingNavigatorSeparator, "BindingNavigatorSeparator")
|
||||
Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
|
||||
resources.ApplyResources(Me.BindingNavigatorSeparator, "BindingNavigatorSeparator")
|
||||
'
|
||||
'BindingNavigatorPositionItem
|
||||
'
|
||||
@@ -346,145 +351,145 @@ Partial Class frmUserKonfig
|
||||
'
|
||||
'BindingNavigatorSeparator1
|
||||
'
|
||||
resources.ApplyResources(Me.BindingNavigatorSeparator1, "BindingNavigatorSeparator1")
|
||||
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
|
||||
resources.ApplyResources(Me.BindingNavigatorSeparator1, "BindingNavigatorSeparator1")
|
||||
'
|
||||
'BindingNavigatorMoveNextItem
|
||||
'
|
||||
resources.ApplyResources(Me.BindingNavigatorMoveNextItem, "BindingNavigatorMoveNextItem")
|
||||
Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
resources.ApplyResources(Me.BindingNavigatorMoveNextItem, "BindingNavigatorMoveNextItem")
|
||||
Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
|
||||
'
|
||||
'BindingNavigatorMoveLastItem
|
||||
'
|
||||
resources.ApplyResources(Me.BindingNavigatorMoveLastItem, "BindingNavigatorMoveLastItem")
|
||||
Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
resources.ApplyResources(Me.BindingNavigatorMoveLastItem, "BindingNavigatorMoveLastItem")
|
||||
Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
|
||||
'
|
||||
'BindingNavigatorSeparator2
|
||||
'
|
||||
resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2")
|
||||
Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
|
||||
resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2")
|
||||
'
|
||||
'TBDD_USERBindingNavigatorSaveItem
|
||||
'
|
||||
resources.ApplyResources(Me.TBDD_USERBindingNavigatorSaveItem, "TBDD_USERBindingNavigatorSaveItem")
|
||||
Me.TBDD_USERBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
resources.ApplyResources(Me.TBDD_USERBindingNavigatorSaveItem, "TBDD_USERBindingNavigatorSaveItem")
|
||||
Me.TBDD_USERBindingNavigatorSaveItem.Name = "TBDD_USERBindingNavigatorSaveItem"
|
||||
'
|
||||
'tbRefreshUsers
|
||||
'
|
||||
resources.ApplyResources(Me.tbRefreshUsers, "tbRefreshUsers")
|
||||
Me.tbRefreshUsers.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.tbRefreshUsers.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG
|
||||
resources.ApplyResources(Me.tbRefreshUsers, "tbRefreshUsers")
|
||||
Me.tbRefreshUsers.Name = "tbRefreshUsers"
|
||||
'
|
||||
'tsAddUser
|
||||
'
|
||||
resources.ApplyResources(Me.tsAddUser, "tsAddUser")
|
||||
Me.tsAddUser.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
|
||||
Me.tsAddUser.Image = Global.DD_Record_Organiser.My.Resources.Resources.benutzer3
|
||||
resources.ApplyResources(Me.tsAddUser, "tsAddUser")
|
||||
Me.tsAddUser.Name = "tsAddUser"
|
||||
'
|
||||
'GUIDTextBox
|
||||
'
|
||||
resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox")
|
||||
Me.GUIDTextBox.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "GUID", True))
|
||||
resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox")
|
||||
Me.GUIDTextBox.Name = "GUIDTextBox"
|
||||
Me.GUIDTextBox.ReadOnly = True
|
||||
'
|
||||
'PRENAMETextBox
|
||||
'
|
||||
resources.ApplyResources(Me.PRENAMETextBox, "PRENAMETextBox")
|
||||
Me.PRENAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "PRENAME", True))
|
||||
resources.ApplyResources(Me.PRENAMETextBox, "PRENAMETextBox")
|
||||
Me.PRENAMETextBox.Name = "PRENAMETextBox"
|
||||
'
|
||||
'NAMETextBox
|
||||
'
|
||||
resources.ApplyResources(Me.NAMETextBox, "NAMETextBox")
|
||||
Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "NAME", True))
|
||||
resources.ApplyResources(Me.NAMETextBox, "NAMETextBox")
|
||||
Me.NAMETextBox.Name = "NAMETextBox"
|
||||
'
|
||||
'USERNAMETextBox
|
||||
'
|
||||
resources.ApplyResources(Me.USERNAMETextBox, "USERNAMETextBox")
|
||||
Me.USERNAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "USERNAME", True))
|
||||
resources.ApplyResources(Me.USERNAMETextBox, "USERNAMETextBox")
|
||||
Me.USERNAMETextBox.Name = "USERNAMETextBox"
|
||||
'
|
||||
'EMAILTextBox
|
||||
'
|
||||
resources.ApplyResources(Me.EMAILTextBox, "EMAILTextBox")
|
||||
Me.EMAILTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "EMAIL", True))
|
||||
resources.ApplyResources(Me.EMAILTextBox, "EMAILTextBox")
|
||||
Me.EMAILTextBox.Name = "EMAILTextBox"
|
||||
'
|
||||
'LOGGED_INCheckBox
|
||||
'
|
||||
resources.ApplyResources(Me.LOGGED_INCheckBox, "LOGGED_INCheckBox")
|
||||
Me.LOGGED_INCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_USERBindingSource, "LOGGED_IN", True))
|
||||
resources.ApplyResources(Me.LOGGED_INCheckBox, "LOGGED_INCheckBox")
|
||||
Me.LOGGED_INCheckBox.Name = "LOGGED_INCheckBox"
|
||||
Me.LOGGED_INCheckBox.UseVisualStyleBackColor = True
|
||||
'
|
||||
'LOGGED_WHERETextBox
|
||||
'
|
||||
resources.ApplyResources(Me.LOGGED_WHERETextBox, "LOGGED_WHERETextBox")
|
||||
Me.LOGGED_WHERETextBox.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.LOGGED_WHERETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "LOGGED_WHERE", True))
|
||||
resources.ApplyResources(Me.LOGGED_WHERETextBox, "LOGGED_WHERETextBox")
|
||||
Me.LOGGED_WHERETextBox.Name = "LOGGED_WHERETextBox"
|
||||
Me.LOGGED_WHERETextBox.ReadOnly = True
|
||||
'
|
||||
'LOG_IN_WHENTextBox
|
||||
'
|
||||
resources.ApplyResources(Me.LOG_IN_WHENTextBox, "LOG_IN_WHENTextBox")
|
||||
Me.LOG_IN_WHENTextBox.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.LOG_IN_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "LOG_IN_WHEN", True))
|
||||
resources.ApplyResources(Me.LOG_IN_WHENTextBox, "LOG_IN_WHENTextBox")
|
||||
Me.LOG_IN_WHENTextBox.Name = "LOG_IN_WHENTextBox"
|
||||
Me.LOG_IN_WHENTextBox.ReadOnly = True
|
||||
'
|
||||
'LOG_OUT_WHENTextBox
|
||||
'
|
||||
resources.ApplyResources(Me.LOG_OUT_WHENTextBox, "LOG_OUT_WHENTextBox")
|
||||
Me.LOG_OUT_WHENTextBox.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.LOG_OUT_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "LOG_OUT_WHEN", True))
|
||||
resources.ApplyResources(Me.LOG_OUT_WHENTextBox, "LOG_OUT_WHENTextBox")
|
||||
Me.LOG_OUT_WHENTextBox.Name = "LOG_OUT_WHENTextBox"
|
||||
Me.LOG_OUT_WHENTextBox.ReadOnly = True
|
||||
'
|
||||
'RECORG_ADMINCheckBox
|
||||
'
|
||||
resources.ApplyResources(Me.RECORG_ADMINCheckBox, "RECORG_ADMINCheckBox")
|
||||
Me.RECORG_ADMINCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_USERBindingSource, "RECORD_ADMIN", True))
|
||||
resources.ApplyResources(Me.RECORG_ADMINCheckBox, "RECORG_ADMINCheckBox")
|
||||
Me.RECORG_ADMINCheckBox.Name = "RECORG_ADMINCheckBox"
|
||||
Me.RECORG_ADMINCheckBox.UseVisualStyleBackColor = True
|
||||
'
|
||||
'ADDED_WHOTextBox
|
||||
'
|
||||
resources.ApplyResources(Me.ADDED_WHOTextBox, "ADDED_WHOTextBox")
|
||||
Me.ADDED_WHOTextBox.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "ADDED_WHO", True))
|
||||
resources.ApplyResources(Me.ADDED_WHOTextBox, "ADDED_WHOTextBox")
|
||||
Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox"
|
||||
Me.ADDED_WHOTextBox.ReadOnly = True
|
||||
'
|
||||
'ADDED_WHENTextBox
|
||||
'
|
||||
resources.ApplyResources(Me.ADDED_WHENTextBox, "ADDED_WHENTextBox")
|
||||
Me.ADDED_WHENTextBox.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "ADDED_WHEN", True))
|
||||
resources.ApplyResources(Me.ADDED_WHENTextBox, "ADDED_WHENTextBox")
|
||||
Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox"
|
||||
Me.ADDED_WHENTextBox.ReadOnly = True
|
||||
'
|
||||
'CHANGED_WHOTextBox
|
||||
'
|
||||
resources.ApplyResources(Me.CHANGED_WHOTextBox, "CHANGED_WHOTextBox")
|
||||
Me.CHANGED_WHOTextBox.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "CHANGED_WHO", True))
|
||||
resources.ApplyResources(Me.CHANGED_WHOTextBox, "CHANGED_WHOTextBox")
|
||||
Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox"
|
||||
Me.CHANGED_WHOTextBox.ReadOnly = True
|
||||
'
|
||||
'CHANGED_WHENTextBox
|
||||
'
|
||||
resources.ApplyResources(Me.CHANGED_WHENTextBox, "CHANGED_WHENTextBox")
|
||||
Me.CHANGED_WHENTextBox.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "CHANGED_WHEN", True))
|
||||
resources.ApplyResources(Me.CHANGED_WHENTextBox, "CHANGED_WHENTextBox")
|
||||
Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox"
|
||||
Me.CHANGED_WHENTextBox.ReadOnly = True
|
||||
'
|
||||
@@ -518,8 +523,8 @@ Partial Class frmUserKonfig
|
||||
'
|
||||
'btnRemoveUserFromGroup
|
||||
'
|
||||
resources.ApplyResources(Me.btnRemoveUserFromGroup, "btnRemoveUserFromGroup")
|
||||
Me.btnRemoveUserFromGroup.Image = Global.DD_Record_Organiser.My.Resources.Resources.delete
|
||||
resources.ApplyResources(Me.btnRemoveUserFromGroup, "btnRemoveUserFromGroup")
|
||||
Me.btnRemoveUserFromGroup.Name = "btnRemoveUserFromGroup"
|
||||
Me.btnRemoveUserFromGroup.UseVisualStyleBackColor = True
|
||||
'
|
||||
@@ -542,17 +547,17 @@ Partial Class frmUserKonfig
|
||||
'
|
||||
'btnAddUserToGroup
|
||||
'
|
||||
resources.ApplyResources(Me.btnAddUserToGroup, "btnAddUserToGroup")
|
||||
Me.btnAddUserToGroup.Image = Global.DD_Record_Organiser.My.Resources.Resources.add1
|
||||
resources.ApplyResources(Me.btnAddUserToGroup, "btnAddUserToGroup")
|
||||
Me.btnAddUserToGroup.Name = "btnAddUserToGroup"
|
||||
Me.btnAddUserToGroup.UseVisualStyleBackColor = True
|
||||
'
|
||||
'cmbGroup
|
||||
'
|
||||
resources.ApplyResources(Me.cmbGroup, "cmbGroup")
|
||||
Me.cmbGroup.DataSource = Me.TBDD_USER_GROUPSBindingSource
|
||||
Me.cmbGroup.DisplayMember = "NAME"
|
||||
Me.cmbGroup.FormattingEnabled = True
|
||||
resources.ApplyResources(Me.cmbGroup, "cmbGroup")
|
||||
Me.cmbGroup.Name = "cmbGroup"
|
||||
Me.cmbGroup.ValueMember = "GUID"
|
||||
'
|
||||
@@ -563,7 +568,8 @@ Partial Class frmUserKonfig
|
||||
'
|
||||
'TabGruppendefinition
|
||||
'
|
||||
resources.ApplyResources(Me.TabGruppendefinition, "TabGruppendefinition")
|
||||
Me.TabGruppendefinition.Controls.Add(COMMENTLabel)
|
||||
Me.TabGruppendefinition.Controls.Add(Me.COMMENTTextBox)
|
||||
Me.TabGruppendefinition.Controls.Add(Me.ListBox1)
|
||||
Me.TabGruppendefinition.Controls.Add(GUIDLabel1)
|
||||
Me.TabGruppendefinition.Controls.Add(Me.GUIDTextBox1)
|
||||
@@ -579,61 +585,62 @@ Partial Class frmUserKonfig
|
||||
Me.TabGruppendefinition.Controls.Add(Me.CHANGED_WHENTextBox1)
|
||||
Me.TabGruppendefinition.Controls.Add(Me.BindingNavigator1)
|
||||
Me.TabGruppendefinition.Name = "TabGruppendefinition"
|
||||
resources.ApplyResources(Me.TabGruppendefinition, "TabGruppendefinition")
|
||||
'
|
||||
'ListBox1
|
||||
'
|
||||
resources.ApplyResources(Me.ListBox1, "ListBox1")
|
||||
Me.ListBox1.DataSource = Me.TBDD_USER_GROUPSBindingSource
|
||||
Me.ListBox1.DisplayMember = "NAME"
|
||||
Me.ListBox1.FormattingEnabled = True
|
||||
resources.ApplyResources(Me.ListBox1, "ListBox1")
|
||||
Me.ListBox1.Name = "ListBox1"
|
||||
Me.ListBox1.ValueMember = "GUID"
|
||||
'
|
||||
'GUIDTextBox1
|
||||
'
|
||||
resources.ApplyResources(Me.GUIDTextBox1, "GUIDTextBox1")
|
||||
Me.GUIDTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USER_GROUPSBindingSource, "GUID", True))
|
||||
resources.ApplyResources(Me.GUIDTextBox1, "GUIDTextBox1")
|
||||
Me.GUIDTextBox1.Name = "GUIDTextBox1"
|
||||
'
|
||||
'NAMETextBox1
|
||||
'
|
||||
resources.ApplyResources(Me.NAMETextBox1, "NAMETextBox1")
|
||||
Me.NAMETextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USER_GROUPSBindingSource, "NAME", True))
|
||||
resources.ApplyResources(Me.NAMETextBox1, "NAMETextBox1")
|
||||
Me.NAMETextBox1.Name = "NAMETextBox1"
|
||||
'
|
||||
'ADDED_WHOTextBox1
|
||||
'
|
||||
resources.ApplyResources(Me.ADDED_WHOTextBox1, "ADDED_WHOTextBox1")
|
||||
Me.ADDED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USER_GROUPSBindingSource, "ADDED_WHO", True))
|
||||
resources.ApplyResources(Me.ADDED_WHOTextBox1, "ADDED_WHOTextBox1")
|
||||
Me.ADDED_WHOTextBox1.Name = "ADDED_WHOTextBox1"
|
||||
'
|
||||
'ADDED_WHENTextBox1
|
||||
'
|
||||
resources.ApplyResources(Me.ADDED_WHENTextBox1, "ADDED_WHENTextBox1")
|
||||
Me.ADDED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USER_GROUPSBindingSource, "ADDED_WHEN", True))
|
||||
resources.ApplyResources(Me.ADDED_WHENTextBox1, "ADDED_WHENTextBox1")
|
||||
Me.ADDED_WHENTextBox1.Name = "ADDED_WHENTextBox1"
|
||||
'
|
||||
'CHANGED_WHOTextBox1
|
||||
'
|
||||
resources.ApplyResources(Me.CHANGED_WHOTextBox1, "CHANGED_WHOTextBox1")
|
||||
Me.CHANGED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USER_GROUPSBindingSource, "CHANGED_WHO", True))
|
||||
resources.ApplyResources(Me.CHANGED_WHOTextBox1, "CHANGED_WHOTextBox1")
|
||||
Me.CHANGED_WHOTextBox1.Name = "CHANGED_WHOTextBox1"
|
||||
'
|
||||
'CHANGED_WHENTextBox1
|
||||
'
|
||||
resources.ApplyResources(Me.CHANGED_WHENTextBox1, "CHANGED_WHENTextBox1")
|
||||
Me.CHANGED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USER_GROUPSBindingSource, "CHANGED_WHEN", True))
|
||||
resources.ApplyResources(Me.CHANGED_WHENTextBox1, "CHANGED_WHENTextBox1")
|
||||
Me.CHANGED_WHENTextBox1.Name = "CHANGED_WHENTextBox1"
|
||||
'
|
||||
'BindingNavigator1
|
||||
'
|
||||
resources.ApplyResources(Me.BindingNavigator1, "BindingNavigator1")
|
||||
Me.BindingNavigator1.AddNewItem = Me.ToolStripButton1
|
||||
Me.BindingNavigator1.BindingSource = Me.TBDD_USER_GROUPSBindingSource
|
||||
Me.BindingNavigator1.CountItem = Me.ToolStripLabel1
|
||||
Me.BindingNavigator1.CountItemFormat = "of {0}"
|
||||
Me.BindingNavigator1.DeleteItem = Me.ToolStripButton2
|
||||
Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton3, Me.ToolStripButton4, Me.ToolStripSeparator1, Me.ToolStripTextBox1, Me.ToolStripLabel1, Me.ToolStripSeparator2, Me.ToolStripButton5, Me.ToolStripButton6, Me.ToolStripSeparator3, Me.ToolStripButton1, Me.ToolStripButton2, Me.ToolStripButton7, Me.ToolStripButton8, Me.ToolStripButton9})
|
||||
resources.ApplyResources(Me.BindingNavigator1, "BindingNavigator1")
|
||||
Me.BindingNavigator1.MoveFirstItem = Me.ToolStripButton3
|
||||
Me.BindingNavigator1.MoveLastItem = Me.ToolStripButton6
|
||||
Me.BindingNavigator1.MoveNextItem = Me.ToolStripButton5
|
||||
@@ -643,37 +650,37 @@ Partial Class frmUserKonfig
|
||||
'
|
||||
'ToolStripButton1
|
||||
'
|
||||
resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1")
|
||||
Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1")
|
||||
Me.ToolStripButton1.Name = "ToolStripButton1"
|
||||
'
|
||||
'ToolStripLabel1
|
||||
'
|
||||
resources.ApplyResources(Me.ToolStripLabel1, "ToolStripLabel1")
|
||||
Me.ToolStripLabel1.Name = "ToolStripLabel1"
|
||||
resources.ApplyResources(Me.ToolStripLabel1, "ToolStripLabel1")
|
||||
'
|
||||
'ToolStripButton2
|
||||
'
|
||||
resources.ApplyResources(Me.ToolStripButton2, "ToolStripButton2")
|
||||
Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
resources.ApplyResources(Me.ToolStripButton2, "ToolStripButton2")
|
||||
Me.ToolStripButton2.Name = "ToolStripButton2"
|
||||
'
|
||||
'ToolStripButton3
|
||||
'
|
||||
resources.ApplyResources(Me.ToolStripButton3, "ToolStripButton3")
|
||||
Me.ToolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
resources.ApplyResources(Me.ToolStripButton3, "ToolStripButton3")
|
||||
Me.ToolStripButton3.Name = "ToolStripButton3"
|
||||
'
|
||||
'ToolStripButton4
|
||||
'
|
||||
resources.ApplyResources(Me.ToolStripButton4, "ToolStripButton4")
|
||||
Me.ToolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
resources.ApplyResources(Me.ToolStripButton4, "ToolStripButton4")
|
||||
Me.ToolStripButton4.Name = "ToolStripButton4"
|
||||
'
|
||||
'ToolStripSeparator1
|
||||
'
|
||||
resources.ApplyResources(Me.ToolStripSeparator1, "ToolStripSeparator1")
|
||||
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
|
||||
resources.ApplyResources(Me.ToolStripSeparator1, "ToolStripSeparator1")
|
||||
'
|
||||
'ToolStripTextBox1
|
||||
'
|
||||
@@ -682,44 +689,44 @@ Partial Class frmUserKonfig
|
||||
'
|
||||
'ToolStripSeparator2
|
||||
'
|
||||
resources.ApplyResources(Me.ToolStripSeparator2, "ToolStripSeparator2")
|
||||
Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
|
||||
resources.ApplyResources(Me.ToolStripSeparator2, "ToolStripSeparator2")
|
||||
'
|
||||
'ToolStripButton5
|
||||
'
|
||||
resources.ApplyResources(Me.ToolStripButton5, "ToolStripButton5")
|
||||
Me.ToolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
resources.ApplyResources(Me.ToolStripButton5, "ToolStripButton5")
|
||||
Me.ToolStripButton5.Name = "ToolStripButton5"
|
||||
'
|
||||
'ToolStripButton6
|
||||
'
|
||||
resources.ApplyResources(Me.ToolStripButton6, "ToolStripButton6")
|
||||
Me.ToolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
resources.ApplyResources(Me.ToolStripButton6, "ToolStripButton6")
|
||||
Me.ToolStripButton6.Name = "ToolStripButton6"
|
||||
'
|
||||
'ToolStripSeparator3
|
||||
'
|
||||
resources.ApplyResources(Me.ToolStripSeparator3, "ToolStripSeparator3")
|
||||
Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
|
||||
resources.ApplyResources(Me.ToolStripSeparator3, "ToolStripSeparator3")
|
||||
'
|
||||
'ToolStripButton7
|
||||
'
|
||||
resources.ApplyResources(Me.ToolStripButton7, "ToolStripButton7")
|
||||
Me.ToolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
resources.ApplyResources(Me.ToolStripButton7, "ToolStripButton7")
|
||||
Me.ToolStripButton7.Name = "ToolStripButton7"
|
||||
'
|
||||
'ToolStripButton8
|
||||
'
|
||||
resources.ApplyResources(Me.ToolStripButton8, "ToolStripButton8")
|
||||
Me.ToolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.ToolStripButton8.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG
|
||||
resources.ApplyResources(Me.ToolStripButton8, "ToolStripButton8")
|
||||
Me.ToolStripButton8.Name = "ToolStripButton8"
|
||||
'
|
||||
'ToolStripButton9
|
||||
'
|
||||
resources.ApplyResources(Me.ToolStripButton9, "ToolStripButton9")
|
||||
Me.ToolStripButton9.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
|
||||
Me.ToolStripButton9.Image = Global.DD_Record_Organiser.My.Resources.Resources.benutzer3
|
||||
resources.ApplyResources(Me.ToolStripButton9, "ToolStripButton9")
|
||||
Me.ToolStripButton9.Name = "ToolStripButton9"
|
||||
'
|
||||
'VWPMO_USERS_GROUPSBindingSource
|
||||
@@ -743,12 +750,28 @@ Partial Class frmUserKonfig
|
||||
'
|
||||
'LANGUAGEComboBox
|
||||
'
|
||||
resources.ApplyResources(Me.LANGUAGEComboBox, "LANGUAGEComboBox")
|
||||
Me.LANGUAGEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "LANGUAGE", True))
|
||||
Me.LANGUAGEComboBox.FormattingEnabled = True
|
||||
Me.LANGUAGEComboBox.Items.AddRange(New Object() {resources.GetString("LANGUAGEComboBox.Items"), resources.GetString("LANGUAGEComboBox.Items1")})
|
||||
resources.ApplyResources(Me.LANGUAGEComboBox, "LANGUAGEComboBox")
|
||||
Me.LANGUAGEComboBox.Name = "LANGUAGEComboBox"
|
||||
'
|
||||
'TBDD_GROUPS_USERBindingSource
|
||||
'
|
||||
Me.TBDD_GROUPS_USERBindingSource.DataMember = "TBDD_GROUPS_USER"
|
||||
Me.TBDD_GROUPS_USERBindingSource.DataSource = Me.DD_DMSDataSet
|
||||
'
|
||||
'COMMENTLabel
|
||||
'
|
||||
resources.ApplyResources(COMMENTLabel, "COMMENTLabel")
|
||||
COMMENTLabel.Name = "COMMENTLabel"
|
||||
'
|
||||
'COMMENTTextBox
|
||||
'
|
||||
Me.COMMENTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USER_GROUPSBindingSource, "COMMENT", True))
|
||||
resources.ApplyResources(Me.COMMENTTextBox, "COMMENTTextBox")
|
||||
Me.COMMENTTextBox.Name = "COMMENTTextBox"
|
||||
'
|
||||
'frmUserKonfig
|
||||
'
|
||||
resources.ApplyResources(Me, "$this")
|
||||
@@ -802,6 +825,7 @@ Partial Class frmUserKonfig
|
||||
Me.BindingNavigator1.ResumeLayout(False)
|
||||
Me.BindingNavigator1.PerformLayout()
|
||||
CType(Me.VWPMO_USERS_GROUPSBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBDD_GROUPS_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
@@ -877,4 +901,6 @@ Partial Class frmUserKonfig
|
||||
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
|
||||
Friend WithEvents lblsave As System.Windows.Forms.Label
|
||||
Friend WithEvents LANGUAGEComboBox As System.Windows.Forms.ComboBox
|
||||
Friend WithEvents TBDD_GROUPS_USERBindingSource As System.Windows.Forms.BindingSource
|
||||
Friend WithEvents COMMENTTextBox As System.Windows.Forms.TextBox
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user