MS_26012015
This commit is contained in:
411
app/DD-Record-Organiser/frmUserKonfig.Designer.vb
generated
411
app/DD-Record-Organiser/frmUserKonfig.Designer.vb
generated
@@ -24,6 +24,7 @@ Partial Class frmUserKonfig
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim GUIDLabel As System.Windows.Forms.Label
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmUserKonfig))
|
||||
Dim PRENAMELabel As System.Windows.Forms.Label
|
||||
Dim NAMELabel As System.Windows.Forms.Label
|
||||
Dim USERNAMELabel As System.Windows.Forms.Label
|
||||
@@ -41,7 +42,6 @@ Partial Class frmUserKonfig
|
||||
Dim ADDED_WHENLabel1 As System.Windows.Forms.Label
|
||||
Dim CHANGED_WHOLabel1 As System.Windows.Forms.Label
|
||||
Dim CHANGED_WHENLabel1 As System.Windows.Forms.Label
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmUserKonfig))
|
||||
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()
|
||||
@@ -146,172 +146,93 @@ Partial Class frmUserKonfig
|
||||
'
|
||||
'GUIDLabel
|
||||
'
|
||||
GUIDLabel.AutoSize = True
|
||||
GUIDLabel.Location = New System.Drawing.Point(12, 39)
|
||||
resources.ApplyResources(GUIDLabel, "GUIDLabel")
|
||||
GUIDLabel.Name = "GUIDLabel"
|
||||
GUIDLabel.Size = New System.Drawing.Size(21, 13)
|
||||
GUIDLabel.TabIndex = 1
|
||||
GUIDLabel.Text = "ID:"
|
||||
'
|
||||
'PRENAMELabel
|
||||
'
|
||||
PRENAMELabel.AutoSize = True
|
||||
PRENAMELabel.Location = New System.Drawing.Point(76, 39)
|
||||
resources.ApplyResources(PRENAMELabel, "PRENAMELabel")
|
||||
PRENAMELabel.Name = "PRENAMELabel"
|
||||
PRENAMELabel.Size = New System.Drawing.Size(54, 13)
|
||||
PRENAMELabel.TabIndex = 3
|
||||
PRENAMELabel.Text = "Prename:"
|
||||
'
|
||||
'NAMELabel
|
||||
'
|
||||
NAMELabel.AutoSize = True
|
||||
NAMELabel.Location = New System.Drawing.Point(187, 39)
|
||||
resources.ApplyResources(NAMELabel, "NAMELabel")
|
||||
NAMELabel.Name = "NAMELabel"
|
||||
NAMELabel.Size = New System.Drawing.Size(55, 13)
|
||||
NAMELabel.TabIndex = 5
|
||||
NAMELabel.Text = "Surname:"
|
||||
'
|
||||
'USERNAMELabel
|
||||
'
|
||||
USERNAMELabel.AutoSize = True
|
||||
USERNAMELabel.Location = New System.Drawing.Point(375, 39)
|
||||
resources.ApplyResources(USERNAMELabel, "USERNAMELabel")
|
||||
USERNAMELabel.Name = "USERNAMELabel"
|
||||
USERNAMELabel.Size = New System.Drawing.Size(61, 13)
|
||||
USERNAMELabel.TabIndex = 7
|
||||
USERNAMELabel.Text = "Username:"
|
||||
'
|
||||
'EMAILLabel
|
||||
'
|
||||
EMAILLabel.AutoSize = True
|
||||
EMAILLabel.Location = New System.Drawing.Point(76, 80)
|
||||
resources.ApplyResources(EMAILLabel, "EMAILLabel")
|
||||
EMAILLabel.Name = "EMAILLabel"
|
||||
EMAILLabel.Size = New System.Drawing.Size(37, 13)
|
||||
EMAILLabel.TabIndex = 9
|
||||
EMAILLabel.Text = "Email:"
|
||||
'
|
||||
'LOGGED_WHERELabel
|
||||
'
|
||||
LOGGED_WHERELabel.AutoSize = True
|
||||
LOGGED_WHERELabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
LOGGED_WHERELabel.Location = New System.Drawing.Point(187, 123)
|
||||
resources.ApplyResources(LOGGED_WHERELabel, "LOGGED_WHERELabel")
|
||||
LOGGED_WHERELabel.Name = "LOGGED_WHERELabel"
|
||||
LOGGED_WHERELabel.Size = New System.Drawing.Size(74, 13)
|
||||
LOGGED_WHERELabel.TabIndex = 13
|
||||
LOGGED_WHERELabel.Text = "Logged where:"
|
||||
'
|
||||
'LOG_IN_WHENLabel
|
||||
'
|
||||
LOG_IN_WHENLabel.AutoSize = True
|
||||
LOG_IN_WHENLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
LOG_IN_WHENLabel.Location = New System.Drawing.Point(375, 123)
|
||||
resources.ApplyResources(LOG_IN_WHENLabel, "LOG_IN_WHENLabel")
|
||||
LOG_IN_WHENLabel.Name = "LOG_IN_WHENLabel"
|
||||
LOG_IN_WHENLabel.Size = New System.Drawing.Size(63, 13)
|
||||
LOG_IN_WHENLabel.TabIndex = 15
|
||||
LOG_IN_WHENLabel.Text = "Login when:"
|
||||
'
|
||||
'LOG_OUT_WHENLabel
|
||||
'
|
||||
LOG_OUT_WHENLabel.AutoSize = True
|
||||
LOG_OUT_WHENLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
LOG_OUT_WHENLabel.Location = New System.Drawing.Point(375, 164)
|
||||
resources.ApplyResources(LOG_OUT_WHENLabel, "LOG_OUT_WHENLabel")
|
||||
LOG_OUT_WHENLabel.Name = "LOG_OUT_WHENLabel"
|
||||
LOG_OUT_WHENLabel.Size = New System.Drawing.Size(72, 13)
|
||||
LOG_OUT_WHENLabel.TabIndex = 17
|
||||
LOG_OUT_WHENLabel.Text = "LogOut when:"
|
||||
'
|
||||
'ADDED_WHOLabel
|
||||
'
|
||||
ADDED_WHOLabel.AutoSize = True
|
||||
ADDED_WHOLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
ADDED_WHOLabel.Location = New System.Drawing.Point(187, 205)
|
||||
resources.ApplyResources(ADDED_WHOLabel, "ADDED_WHOLabel")
|
||||
ADDED_WHOLabel.Name = "ADDED_WHOLabel"
|
||||
ADDED_WHOLabel.Size = New System.Drawing.Size(62, 13)
|
||||
ADDED_WHOLabel.TabIndex = 21
|
||||
ADDED_WHOLabel.Text = "Added who:"
|
||||
'
|
||||
'ADDED_WHENLabel
|
||||
'
|
||||
ADDED_WHENLabel.AutoSize = True
|
||||
ADDED_WHENLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
ADDED_WHENLabel.Location = New System.Drawing.Point(375, 205)
|
||||
resources.ApplyResources(ADDED_WHENLabel, "ADDED_WHENLabel")
|
||||
ADDED_WHENLabel.Name = "ADDED_WHENLabel"
|
||||
ADDED_WHENLabel.Size = New System.Drawing.Size(67, 13)
|
||||
ADDED_WHENLabel.TabIndex = 23
|
||||
ADDED_WHENLabel.Text = "Added when:"
|
||||
'
|
||||
'CHANGED_WHOLabel
|
||||
'
|
||||
CHANGED_WHOLabel.AutoSize = True
|
||||
CHANGED_WHOLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
CHANGED_WHOLabel.Location = New System.Drawing.Point(187, 246)
|
||||
resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel")
|
||||
CHANGED_WHOLabel.Name = "CHANGED_WHOLabel"
|
||||
CHANGED_WHOLabel.Size = New System.Drawing.Size(74, 13)
|
||||
CHANGED_WHOLabel.TabIndex = 25
|
||||
CHANGED_WHOLabel.Text = "Changed who:"
|
||||
'
|
||||
'CHANGED_WHENLabel
|
||||
'
|
||||
CHANGED_WHENLabel.AutoSize = True
|
||||
CHANGED_WHENLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
CHANGED_WHENLabel.Location = New System.Drawing.Point(375, 246)
|
||||
resources.ApplyResources(CHANGED_WHENLabel, "CHANGED_WHENLabel")
|
||||
CHANGED_WHENLabel.Name = "CHANGED_WHENLabel"
|
||||
CHANGED_WHENLabel.Size = New System.Drawing.Size(79, 13)
|
||||
CHANGED_WHENLabel.TabIndex = 27
|
||||
CHANGED_WHENLabel.Text = "Changed when:"
|
||||
'
|
||||
'GUIDLabel1
|
||||
'
|
||||
GUIDLabel1.AutoSize = True
|
||||
GUIDLabel1.Location = New System.Drawing.Point(135, 38)
|
||||
resources.ApplyResources(GUIDLabel1, "GUIDLabel1")
|
||||
GUIDLabel1.Name = "GUIDLabel1"
|
||||
GUIDLabel1.Size = New System.Drawing.Size(21, 13)
|
||||
GUIDLabel1.TabIndex = 1
|
||||
GUIDLabel1.Text = "ID:"
|
||||
'
|
||||
'NAMELabel1
|
||||
'
|
||||
NAMELabel1.AutoSize = True
|
||||
NAMELabel1.Location = New System.Drawing.Point(200, 38)
|
||||
resources.ApplyResources(NAMELabel1, "NAMELabel1")
|
||||
NAMELabel1.Name = "NAMELabel1"
|
||||
NAMELabel1.Size = New System.Drawing.Size(77, 13)
|
||||
NAMELabel1.TabIndex = 3
|
||||
NAMELabel1.Text = "Gruppename:"
|
||||
'
|
||||
'ADDED_WHOLabel1
|
||||
'
|
||||
ADDED_WHOLabel1.AutoSize = True
|
||||
ADDED_WHOLabel1.Location = New System.Drawing.Point(135, 79)
|
||||
resources.ApplyResources(ADDED_WHOLabel1, "ADDED_WHOLabel1")
|
||||
ADDED_WHOLabel1.Name = "ADDED_WHOLabel1"
|
||||
ADDED_WHOLabel1.Size = New System.Drawing.Size(67, 13)
|
||||
ADDED_WHOLabel1.TabIndex = 5
|
||||
ADDED_WHOLabel1.Text = "Erstellt wer:"
|
||||
'
|
||||
'ADDED_WHENLabel1
|
||||
'
|
||||
ADDED_WHENLabel1.AutoSize = True
|
||||
ADDED_WHENLabel1.Location = New System.Drawing.Point(304, 79)
|
||||
resources.ApplyResources(ADDED_WHENLabel1, "ADDED_WHENLabel1")
|
||||
ADDED_WHENLabel1.Name = "ADDED_WHENLabel1"
|
||||
ADDED_WHENLabel1.Size = New System.Drawing.Size(77, 13)
|
||||
ADDED_WHENLabel1.TabIndex = 7
|
||||
ADDED_WHENLabel1.Text = "Erstellt wann:"
|
||||
'
|
||||
'CHANGED_WHOLabel1
|
||||
'
|
||||
CHANGED_WHOLabel1.AutoSize = True
|
||||
CHANGED_WHOLabel1.Location = New System.Drawing.Point(135, 120)
|
||||
resources.ApplyResources(CHANGED_WHOLabel1, "CHANGED_WHOLabel1")
|
||||
CHANGED_WHOLabel1.Name = "CHANGED_WHOLabel1"
|
||||
CHANGED_WHOLabel1.Size = New System.Drawing.Size(80, 13)
|
||||
CHANGED_WHOLabel1.TabIndex = 9
|
||||
CHANGED_WHOLabel1.Text = "Geändert wer:"
|
||||
'
|
||||
'CHANGED_WHENLabel1
|
||||
'
|
||||
CHANGED_WHENLabel1.AutoSize = True
|
||||
CHANGED_WHENLabel1.Location = New System.Drawing.Point(304, 120)
|
||||
resources.ApplyResources(CHANGED_WHENLabel1, "CHANGED_WHENLabel1")
|
||||
CHANGED_WHENLabel1.Name = "CHANGED_WHENLabel1"
|
||||
CHANGED_WHENLabel1.Size = New System.Drawing.Size(90, 13)
|
||||
CHANGED_WHENLabel1.TabIndex = 11
|
||||
CHANGED_WHENLabel1.Text = "Geändert wann:"
|
||||
'
|
||||
'DD_DMSDataSet
|
||||
'
|
||||
@@ -330,6 +251,7 @@ Partial Class frmUserKonfig
|
||||
'TableAdapterManager
|
||||
'
|
||||
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
||||
Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_EINGANGSARTENTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_EMAIL_ACCOUNTTableAdapter = Nothing
|
||||
@@ -337,7 +259,6 @@ Partial Class frmUserKonfig
|
||||
Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_USER_GROUPSTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_USERTableAdapter = Me.TBDD_USERTableAdapter
|
||||
Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_FILES_USERTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_FOLLOW_UP_EMAILTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_FOLLUPEMAIL_USERTableAdapter = Nothing
|
||||
@@ -349,6 +270,9 @@ Partial Class frmUserKonfig
|
||||
Me.TableAdapterManager.TBPMO_KONFIGURATIONTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_RECORD_LOG_CONFIGTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_RECORDTableAdapter = 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_OBJECTTYPETableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_WORKFLOW_FORMTableAdapter = Nothing
|
||||
@@ -363,298 +287,217 @@ Partial Class frmUserKonfig
|
||||
Me.TBDD_USERBindingNavigator.CountItem = Me.BindingNavigatorCountItem
|
||||
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})
|
||||
Me.TBDD_USERBindingNavigator.Location = New System.Drawing.Point(0, 0)
|
||||
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
|
||||
Me.TBDD_USERBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
|
||||
Me.TBDD_USERBindingNavigator.Name = "TBDD_USERBindingNavigator"
|
||||
Me.TBDD_USERBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
|
||||
Me.TBDD_USERBindingNavigator.Size = New System.Drawing.Size(801, 25)
|
||||
Me.TBDD_USERBindingNavigator.TabIndex = 0
|
||||
Me.TBDD_USERBindingNavigator.Text = "BindingNavigator1"
|
||||
'
|
||||
'BindingNavigatorAddNewItem
|
||||
'
|
||||
Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem")
|
||||
Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"
|
||||
Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorAddNewItem.Text = "Neu hinzufügen"
|
||||
'
|
||||
'BindingNavigatorCountItem
|
||||
'
|
||||
Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
|
||||
Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(44, 22)
|
||||
Me.BindingNavigatorCountItem.Text = "von {0}"
|
||||
Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente."
|
||||
resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem")
|
||||
'
|
||||
'BindingNavigatorDeleteItem
|
||||
'
|
||||
Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.BindingNavigatorDeleteItem, "BindingNavigatorDeleteItem")
|
||||
Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"
|
||||
Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorDeleteItem.Text = "Löschen"
|
||||
'
|
||||
'BindingNavigatorMoveFirstItem
|
||||
'
|
||||
Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.BindingNavigatorMoveFirstItem, "BindingNavigatorMoveFirstItem")
|
||||
Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
|
||||
Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorMoveFirstItem.Text = "Erste verschieben"
|
||||
'
|
||||
'BindingNavigatorMovePreviousItem
|
||||
'
|
||||
Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.BindingNavigatorMovePreviousItem, "BindingNavigatorMovePreviousItem")
|
||||
Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
|
||||
Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorMovePreviousItem.Text = "Vorherige verschieben"
|
||||
'
|
||||
'BindingNavigatorSeparator
|
||||
'
|
||||
Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
|
||||
Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
|
||||
resources.ApplyResources(Me.BindingNavigatorSeparator, "BindingNavigatorSeparator")
|
||||
'
|
||||
'BindingNavigatorPositionItem
|
||||
'
|
||||
Me.BindingNavigatorPositionItem.AccessibleName = "Position"
|
||||
Me.BindingNavigatorPositionItem.AutoSize = False
|
||||
resources.ApplyResources(Me.BindingNavigatorPositionItem, "BindingNavigatorPositionItem")
|
||||
Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
|
||||
Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23)
|
||||
Me.BindingNavigatorPositionItem.Text = "0"
|
||||
Me.BindingNavigatorPositionItem.ToolTipText = "Aktuelle Position"
|
||||
'
|
||||
'BindingNavigatorSeparator1
|
||||
'
|
||||
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
|
||||
Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25)
|
||||
resources.ApplyResources(Me.BindingNavigatorSeparator1, "BindingNavigatorSeparator1")
|
||||
'
|
||||
'BindingNavigatorMoveNextItem
|
||||
'
|
||||
Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.BindingNavigatorMoveNextItem, "BindingNavigatorMoveNextItem")
|
||||
Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
|
||||
Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorMoveNextItem.Text = "Nächste verschieben"
|
||||
'
|
||||
'BindingNavigatorMoveLastItem
|
||||
'
|
||||
Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.BindingNavigatorMoveLastItem, "BindingNavigatorMoveLastItem")
|
||||
Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
|
||||
Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorMoveLastItem.Text = "Letzte verschieben"
|
||||
'
|
||||
'BindingNavigatorSeparator2
|
||||
'
|
||||
Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
|
||||
Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
|
||||
resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2")
|
||||
'
|
||||
'TBDD_USERBindingNavigatorSaveItem
|
||||
'
|
||||
Me.TBDD_USERBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.TBDD_USERBindingNavigatorSaveItem.Image = CType(resources.GetObject("TBDD_USERBindingNavigatorSaveItem.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.TBDD_USERBindingNavigatorSaveItem, "TBDD_USERBindingNavigatorSaveItem")
|
||||
Me.TBDD_USERBindingNavigatorSaveItem.Name = "TBDD_USERBindingNavigatorSaveItem"
|
||||
Me.TBDD_USERBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22)
|
||||
Me.TBDD_USERBindingNavigatorSaveItem.Text = "Daten speichern"
|
||||
'
|
||||
'tbRefreshUsers
|
||||
'
|
||||
Me.tbRefreshUsers.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.tbRefreshUsers.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG
|
||||
Me.tbRefreshUsers.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
resources.ApplyResources(Me.tbRefreshUsers, "tbRefreshUsers")
|
||||
Me.tbRefreshUsers.Name = "tbRefreshUsers"
|
||||
Me.tbRefreshUsers.Size = New System.Drawing.Size(23, 22)
|
||||
Me.tbRefreshUsers.Text = "ToolStripButton1"
|
||||
'
|
||||
'tsAddUser
|
||||
'
|
||||
Me.tsAddUser.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
|
||||
Me.tsAddUser.Image = Global.DD_Record_Organiser.My.Resources.Resources.benutzer3
|
||||
Me.tsAddUser.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
resources.ApplyResources(Me.tsAddUser, "tsAddUser")
|
||||
Me.tsAddUser.Name = "tsAddUser"
|
||||
Me.tsAddUser.Size = New System.Drawing.Size(176, 22)
|
||||
Me.tsAddUser.Text = "Benutzer aus AD hinzufügen"
|
||||
'
|
||||
'GUIDTextBox
|
||||
'
|
||||
Me.GUIDTextBox.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "GUID", True))
|
||||
Me.GUIDTextBox.Location = New System.Drawing.Point(15, 55)
|
||||
resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox")
|
||||
Me.GUIDTextBox.Name = "GUIDTextBox"
|
||||
Me.GUIDTextBox.ReadOnly = True
|
||||
Me.GUIDTextBox.Size = New System.Drawing.Size(54, 22)
|
||||
Me.GUIDTextBox.TabIndex = 2
|
||||
'
|
||||
'PRENAMETextBox
|
||||
'
|
||||
Me.PRENAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "PRENAME", True))
|
||||
Me.PRENAMETextBox.Location = New System.Drawing.Point(79, 55)
|
||||
resources.ApplyResources(Me.PRENAMETextBox, "PRENAMETextBox")
|
||||
Me.PRENAMETextBox.Name = "PRENAMETextBox"
|
||||
Me.PRENAMETextBox.Size = New System.Drawing.Size(104, 22)
|
||||
Me.PRENAMETextBox.TabIndex = 4
|
||||
'
|
||||
'NAMETextBox
|
||||
'
|
||||
Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "NAME", True))
|
||||
Me.NAMETextBox.Location = New System.Drawing.Point(190, 55)
|
||||
resources.ApplyResources(Me.NAMETextBox, "NAMETextBox")
|
||||
Me.NAMETextBox.Name = "NAMETextBox"
|
||||
Me.NAMETextBox.Size = New System.Drawing.Size(182, 22)
|
||||
Me.NAMETextBox.TabIndex = 6
|
||||
'
|
||||
'USERNAMETextBox
|
||||
'
|
||||
Me.USERNAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "USERNAME", True))
|
||||
Me.USERNAMETextBox.Location = New System.Drawing.Point(378, 55)
|
||||
resources.ApplyResources(Me.USERNAMETextBox, "USERNAMETextBox")
|
||||
Me.USERNAMETextBox.Name = "USERNAMETextBox"
|
||||
Me.USERNAMETextBox.Size = New System.Drawing.Size(177, 22)
|
||||
Me.USERNAMETextBox.TabIndex = 8
|
||||
'
|
||||
'EMAILTextBox
|
||||
'
|
||||
Me.EMAILTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "EMAIL", True))
|
||||
Me.EMAILTextBox.Location = New System.Drawing.Point(79, 96)
|
||||
resources.ApplyResources(Me.EMAILTextBox, "EMAILTextBox")
|
||||
Me.EMAILTextBox.Name = "EMAILTextBox"
|
||||
Me.EMAILTextBox.Size = New System.Drawing.Size(293, 22)
|
||||
Me.EMAILTextBox.TabIndex = 10
|
||||
'
|
||||
'LOGGED_INCheckBox
|
||||
'
|
||||
Me.LOGGED_INCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_USERBindingSource, "LOGGED_IN", True))
|
||||
Me.LOGGED_INCheckBox.Enabled = False
|
||||
Me.LOGGED_INCheckBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.LOGGED_INCheckBox.Location = New System.Drawing.Point(79, 137)
|
||||
resources.ApplyResources(Me.LOGGED_INCheckBox, "LOGGED_INCheckBox")
|
||||
Me.LOGGED_INCheckBox.Name = "LOGGED_INCheckBox"
|
||||
Me.LOGGED_INCheckBox.Size = New System.Drawing.Size(80, 24)
|
||||
Me.LOGGED_INCheckBox.TabIndex = 12
|
||||
Me.LOGGED_INCheckBox.Text = "Logged in"
|
||||
Me.LOGGED_INCheckBox.UseVisualStyleBackColor = True
|
||||
'
|
||||
'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))
|
||||
Me.LOGGED_WHERETextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.LOGGED_WHERETextBox.Location = New System.Drawing.Point(190, 139)
|
||||
resources.ApplyResources(Me.LOGGED_WHERETextBox, "LOGGED_WHERETextBox")
|
||||
Me.LOGGED_WHERETextBox.Name = "LOGGED_WHERETextBox"
|
||||
Me.LOGGED_WHERETextBox.ReadOnly = True
|
||||
Me.LOGGED_WHERETextBox.Size = New System.Drawing.Size(182, 22)
|
||||
Me.LOGGED_WHERETextBox.TabIndex = 14
|
||||
'
|
||||
'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))
|
||||
Me.LOG_IN_WHENTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.LOG_IN_WHENTextBox.Location = New System.Drawing.Point(378, 139)
|
||||
resources.ApplyResources(Me.LOG_IN_WHENTextBox, "LOG_IN_WHENTextBox")
|
||||
Me.LOG_IN_WHENTextBox.Name = "LOG_IN_WHENTextBox"
|
||||
Me.LOG_IN_WHENTextBox.ReadOnly = True
|
||||
Me.LOG_IN_WHENTextBox.Size = New System.Drawing.Size(177, 22)
|
||||
Me.LOG_IN_WHENTextBox.TabIndex = 16
|
||||
'
|
||||
'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))
|
||||
Me.LOG_OUT_WHENTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.LOG_OUT_WHENTextBox.Location = New System.Drawing.Point(378, 180)
|
||||
resources.ApplyResources(Me.LOG_OUT_WHENTextBox, "LOG_OUT_WHENTextBox")
|
||||
Me.LOG_OUT_WHENTextBox.Name = "LOG_OUT_WHENTextBox"
|
||||
Me.LOG_OUT_WHENTextBox.ReadOnly = True
|
||||
Me.LOG_OUT_WHENTextBox.Size = New System.Drawing.Size(177, 22)
|
||||
Me.LOG_OUT_WHENTextBox.TabIndex = 18
|
||||
'
|
||||
'RECORG_ADMINCheckBox
|
||||
'
|
||||
Me.RECORG_ADMINCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_USERBindingSource, "RECORD_ADMIN", True))
|
||||
Me.RECORG_ADMINCheckBox.Location = New System.Drawing.Point(378, 94)
|
||||
resources.ApplyResources(Me.RECORG_ADMINCheckBox, "RECORG_ADMINCheckBox")
|
||||
Me.RECORG_ADMINCheckBox.Name = "RECORG_ADMINCheckBox"
|
||||
Me.RECORG_ADMINCheckBox.Size = New System.Drawing.Size(104, 24)
|
||||
Me.RECORG_ADMINCheckBox.TabIndex = 20
|
||||
Me.RECORG_ADMINCheckBox.Text = "Admin?"
|
||||
Me.RECORG_ADMINCheckBox.UseVisualStyleBackColor = True
|
||||
'
|
||||
'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))
|
||||
Me.ADDED_WHOTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(190, 221)
|
||||
resources.ApplyResources(Me.ADDED_WHOTextBox, "ADDED_WHOTextBox")
|
||||
Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox"
|
||||
Me.ADDED_WHOTextBox.ReadOnly = True
|
||||
Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(182, 22)
|
||||
Me.ADDED_WHOTextBox.TabIndex = 22
|
||||
'
|
||||
'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))
|
||||
Me.ADDED_WHENTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(378, 218)
|
||||
resources.ApplyResources(Me.ADDED_WHENTextBox, "ADDED_WHENTextBox")
|
||||
Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox"
|
||||
Me.ADDED_WHENTextBox.ReadOnly = True
|
||||
Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(177, 22)
|
||||
Me.ADDED_WHENTextBox.TabIndex = 24
|
||||
'
|
||||
'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))
|
||||
Me.CHANGED_WHOTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(190, 262)
|
||||
resources.ApplyResources(Me.CHANGED_WHOTextBox, "CHANGED_WHOTextBox")
|
||||
Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox"
|
||||
Me.CHANGED_WHOTextBox.ReadOnly = True
|
||||
Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(182, 22)
|
||||
Me.CHANGED_WHOTextBox.TabIndex = 26
|
||||
'
|
||||
'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))
|
||||
Me.CHANGED_WHENTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(378, 262)
|
||||
resources.ApplyResources(Me.CHANGED_WHENTextBox, "CHANGED_WHENTextBox")
|
||||
Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox"
|
||||
Me.CHANGED_WHENTextBox.ReadOnly = True
|
||||
Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(177, 22)
|
||||
Me.CHANGED_WHENTextBox.TabIndex = 28
|
||||
'
|
||||
'lbUsers
|
||||
'
|
||||
Me.lbUsers.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
resources.ApplyResources(Me.lbUsers, "lbUsers")
|
||||
Me.lbUsers.BackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
||||
Me.lbUsers.DataSource = Me.TBDD_USERBindingSource
|
||||
Me.lbUsers.DisplayMember = "USERNAME"
|
||||
Me.lbUsers.FormattingEnabled = True
|
||||
Me.lbUsers.Location = New System.Drawing.Point(561, 55)
|
||||
Me.lbUsers.Name = "lbUsers"
|
||||
Me.lbUsers.Size = New System.Drawing.Size(228, 225)
|
||||
Me.lbUsers.TabIndex = 29
|
||||
Me.lbUsers.ValueMember = "GUID"
|
||||
'
|
||||
'XtraTabControl1
|
||||
'
|
||||
Me.XtraTabControl1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||||
Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.XtraTabControl1.Location = New System.Drawing.Point(0, 290)
|
||||
resources.ApplyResources(Me.XtraTabControl1, "XtraTabControl1")
|
||||
Me.XtraTabControl1.Name = "XtraTabControl1"
|
||||
Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage1
|
||||
Me.XtraTabControl1.Size = New System.Drawing.Size(789, 195)
|
||||
Me.XtraTabControl1.TabIndex = 30
|
||||
Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1, Me.TabGruppendefinition})
|
||||
'
|
||||
'XtraTabPage1
|
||||
'
|
||||
Me.XtraTabPage1.AutoScroll = True
|
||||
resources.ApplyResources(Me.XtraTabPage1, "XtraTabPage1")
|
||||
Me.XtraTabPage1.Controls.Add(Me.btnRemoveUserFromGroup)
|
||||
Me.XtraTabPage1.Controls.Add(Me.Label2)
|
||||
Me.XtraTabPage1.Controls.Add(Me.lbGroups)
|
||||
@@ -662,58 +505,36 @@ Partial Class frmUserKonfig
|
||||
Me.XtraTabPage1.Controls.Add(Me.btnAddUserToGroup)
|
||||
Me.XtraTabPage1.Controls.Add(Me.cmbGroup)
|
||||
Me.XtraTabPage1.Name = "XtraTabPage1"
|
||||
Me.XtraTabPage1.Size = New System.Drawing.Size(787, 170)
|
||||
Me.XtraTabPage1.Text = "User-Gruppenzuordnung"
|
||||
'
|
||||
'btnRemoveUserFromGroup
|
||||
'
|
||||
Me.btnRemoveUserFromGroup.Image = Global.DD_Record_Organiser.My.Resources.Resources.delete
|
||||
Me.btnRemoveUserFromGroup.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnRemoveUserFromGroup.Location = New System.Drawing.Point(387, 45)
|
||||
resources.ApplyResources(Me.btnRemoveUserFromGroup, "btnRemoveUserFromGroup")
|
||||
Me.btnRemoveUserFromGroup.Name = "btnRemoveUserFromGroup"
|
||||
Me.btnRemoveUserFromGroup.Size = New System.Drawing.Size(321, 23)
|
||||
Me.btnRemoveUserFromGroup.TabIndex = 5
|
||||
Me.btnRemoveUserFromGroup.Text = "Benutzer aus Gruppe entfernen"
|
||||
Me.btnRemoveUserFromGroup.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.Location = New System.Drawing.Point(11, 48)
|
||||
resources.ApplyResources(Me.Label2, "Label2")
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(127, 13)
|
||||
Me.Label2.TabIndex = 4
|
||||
Me.Label2.Text = "Zugewiesene Gruppen:"
|
||||
'
|
||||
'lbGroups
|
||||
'
|
||||
Me.lbGroups.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||||
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
resources.ApplyResources(Me.lbGroups, "lbGroups")
|
||||
Me.lbGroups.BackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
||||
Me.lbGroups.FormattingEnabled = True
|
||||
Me.lbGroups.Location = New System.Drawing.Point(145, 45)
|
||||
Me.lbGroups.Name = "lbGroups"
|
||||
Me.lbGroups.Size = New System.Drawing.Size(236, 108)
|
||||
Me.lbGroups.TabIndex = 3
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Location = New System.Drawing.Point(11, 21)
|
||||
resources.ApplyResources(Me.Label1, "Label1")
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(117, 13)
|
||||
Me.Label1.TabIndex = 2
|
||||
Me.Label1.Text = "Verfügbare Gruppen:"
|
||||
'
|
||||
'btnAddUserToGroup
|
||||
'
|
||||
Me.btnAddUserToGroup.Image = Global.DD_Record_Organiser.My.Resources.Resources.add1
|
||||
Me.btnAddUserToGroup.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnAddUserToGroup.Location = New System.Drawing.Point(387, 16)
|
||||
resources.ApplyResources(Me.btnAddUserToGroup, "btnAddUserToGroup")
|
||||
Me.btnAddUserToGroup.Name = "btnAddUserToGroup"
|
||||
Me.btnAddUserToGroup.Size = New System.Drawing.Size(321, 23)
|
||||
Me.btnAddUserToGroup.TabIndex = 1
|
||||
Me.btnAddUserToGroup.Text = "Ausgewählten Benutzer zu Gruppe hinzufügen"
|
||||
Me.btnAddUserToGroup.UseVisualStyleBackColor = True
|
||||
'
|
||||
'cmbGroup
|
||||
@@ -721,10 +542,8 @@ Partial Class frmUserKonfig
|
||||
Me.cmbGroup.DataSource = Me.TBDD_USER_GROUPSBindingSource
|
||||
Me.cmbGroup.DisplayMember = "NAME"
|
||||
Me.cmbGroup.FormattingEnabled = True
|
||||
Me.cmbGroup.Location = New System.Drawing.Point(145, 18)
|
||||
resources.ApplyResources(Me.cmbGroup, "cmbGroup")
|
||||
Me.cmbGroup.Name = "cmbGroup"
|
||||
Me.cmbGroup.Size = New System.Drawing.Size(236, 21)
|
||||
Me.cmbGroup.TabIndex = 0
|
||||
Me.cmbGroup.ValueMember = "GUID"
|
||||
'
|
||||
'TBDD_USER_GROUPSBindingSource
|
||||
@@ -749,67 +568,52 @@ Partial Class frmUserKonfig
|
||||
Me.TabGruppendefinition.Controls.Add(Me.CHANGED_WHENTextBox1)
|
||||
Me.TabGruppendefinition.Controls.Add(Me.BindingNavigator1)
|
||||
Me.TabGruppendefinition.Name = "TabGruppendefinition"
|
||||
Me.TabGruppendefinition.Size = New System.Drawing.Size(787, 170)
|
||||
Me.TabGruppendefinition.Text = "Gruppendefinition"
|
||||
resources.ApplyResources(Me.TabGruppendefinition, "TabGruppendefinition")
|
||||
'
|
||||
'ListBox1
|
||||
'
|
||||
Me.ListBox1.DataSource = Me.TBDD_USER_GROUPSBindingSource
|
||||
Me.ListBox1.DisplayMember = "NAME"
|
||||
Me.ListBox1.FormattingEnabled = True
|
||||
Me.ListBox1.Location = New System.Drawing.Point(9, 38)
|
||||
resources.ApplyResources(Me.ListBox1, "ListBox1")
|
||||
Me.ListBox1.Name = "ListBox1"
|
||||
Me.ListBox1.Size = New System.Drawing.Size(120, 121)
|
||||
Me.ListBox1.TabIndex = 13
|
||||
Me.ListBox1.ValueMember = "GUID"
|
||||
'
|
||||
'GUIDTextBox1
|
||||
'
|
||||
Me.GUIDTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USER_GROUPSBindingSource, "GUID", True))
|
||||
Me.GUIDTextBox1.Location = New System.Drawing.Point(138, 54)
|
||||
resources.ApplyResources(Me.GUIDTextBox1, "GUIDTextBox1")
|
||||
Me.GUIDTextBox1.Name = "GUIDTextBox1"
|
||||
Me.GUIDTextBox1.Size = New System.Drawing.Size(54, 22)
|
||||
Me.GUIDTextBox1.TabIndex = 2
|
||||
'
|
||||
'NAMETextBox1
|
||||
'
|
||||
Me.NAMETextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USER_GROUPSBindingSource, "NAME", True))
|
||||
Me.NAMETextBox1.Location = New System.Drawing.Point(203, 54)
|
||||
resources.ApplyResources(Me.NAMETextBox1, "NAMETextBox1")
|
||||
Me.NAMETextBox1.Name = "NAMETextBox1"
|
||||
Me.NAMETextBox1.Size = New System.Drawing.Size(278, 22)
|
||||
Me.NAMETextBox1.TabIndex = 4
|
||||
'
|
||||
'ADDED_WHOTextBox1
|
||||
'
|
||||
Me.ADDED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USER_GROUPSBindingSource, "ADDED_WHO", True))
|
||||
Me.ADDED_WHOTextBox1.Location = New System.Drawing.Point(138, 95)
|
||||
resources.ApplyResources(Me.ADDED_WHOTextBox1, "ADDED_WHOTextBox1")
|
||||
Me.ADDED_WHOTextBox1.Name = "ADDED_WHOTextBox1"
|
||||
Me.ADDED_WHOTextBox1.Size = New System.Drawing.Size(163, 22)
|
||||
Me.ADDED_WHOTextBox1.TabIndex = 6
|
||||
'
|
||||
'ADDED_WHENTextBox1
|
||||
'
|
||||
Me.ADDED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USER_GROUPSBindingSource, "ADDED_WHEN", True))
|
||||
Me.ADDED_WHENTextBox1.Location = New System.Drawing.Point(307, 95)
|
||||
resources.ApplyResources(Me.ADDED_WHENTextBox1, "ADDED_WHENTextBox1")
|
||||
Me.ADDED_WHENTextBox1.Name = "ADDED_WHENTextBox1"
|
||||
Me.ADDED_WHENTextBox1.Size = New System.Drawing.Size(174, 22)
|
||||
Me.ADDED_WHENTextBox1.TabIndex = 8
|
||||
'
|
||||
'CHANGED_WHOTextBox1
|
||||
'
|
||||
Me.CHANGED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USER_GROUPSBindingSource, "CHANGED_WHO", True))
|
||||
Me.CHANGED_WHOTextBox1.Location = New System.Drawing.Point(138, 137)
|
||||
resources.ApplyResources(Me.CHANGED_WHOTextBox1, "CHANGED_WHOTextBox1")
|
||||
Me.CHANGED_WHOTextBox1.Name = "CHANGED_WHOTextBox1"
|
||||
Me.CHANGED_WHOTextBox1.Size = New System.Drawing.Size(163, 22)
|
||||
Me.CHANGED_WHOTextBox1.TabIndex = 10
|
||||
'
|
||||
'CHANGED_WHENTextBox1
|
||||
'
|
||||
Me.CHANGED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USER_GROUPSBindingSource, "CHANGED_WHEN", True))
|
||||
Me.CHANGED_WHENTextBox1.Location = New System.Drawing.Point(307, 137)
|
||||
resources.ApplyResources(Me.CHANGED_WHENTextBox1, "CHANGED_WHENTextBox1")
|
||||
Me.CHANGED_WHENTextBox1.Name = "CHANGED_WHENTextBox1"
|
||||
Me.CHANGED_WHENTextBox1.Size = New System.Drawing.Size(174, 22)
|
||||
Me.CHANGED_WHENTextBox1.TabIndex = 12
|
||||
'
|
||||
'BindingNavigator1
|
||||
'
|
||||
@@ -818,127 +622,94 @@ Partial Class frmUserKonfig
|
||||
Me.BindingNavigator1.CountItem = Me.ToolStripLabel1
|
||||
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})
|
||||
Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0)
|
||||
resources.ApplyResources(Me.BindingNavigator1, "BindingNavigator1")
|
||||
Me.BindingNavigator1.MoveFirstItem = Me.ToolStripButton3
|
||||
Me.BindingNavigator1.MoveLastItem = Me.ToolStripButton6
|
||||
Me.BindingNavigator1.MoveNextItem = Me.ToolStripButton5
|
||||
Me.BindingNavigator1.MovePreviousItem = Me.ToolStripButton4
|
||||
Me.BindingNavigator1.Name = "BindingNavigator1"
|
||||
Me.BindingNavigator1.PositionItem = Me.ToolStripTextBox1
|
||||
Me.BindingNavigator1.Size = New System.Drawing.Size(787, 25)
|
||||
Me.BindingNavigator1.TabIndex = 1
|
||||
Me.BindingNavigator1.Text = "BindingNavigator1"
|
||||
'
|
||||
'ToolStripButton1
|
||||
'
|
||||
Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1")
|
||||
Me.ToolStripButton1.Name = "ToolStripButton1"
|
||||
Me.ToolStripButton1.RightToLeftAutoMirrorImage = True
|
||||
Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22)
|
||||
Me.ToolStripButton1.Text = "Neu hinzufügen"
|
||||
'
|
||||
'ToolStripLabel1
|
||||
'
|
||||
Me.ToolStripLabel1.Name = "ToolStripLabel1"
|
||||
Me.ToolStripLabel1.Size = New System.Drawing.Size(44, 22)
|
||||
Me.ToolStripLabel1.Text = "von {0}"
|
||||
Me.ToolStripLabel1.ToolTipText = "Die Gesamtanzahl der Elemente."
|
||||
resources.ApplyResources(Me.ToolStripLabel1, "ToolStripLabel1")
|
||||
'
|
||||
'ToolStripButton2
|
||||
'
|
||||
Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.ToolStripButton2.Image = CType(resources.GetObject("ToolStripButton2.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.ToolStripButton2, "ToolStripButton2")
|
||||
Me.ToolStripButton2.Name = "ToolStripButton2"
|
||||
Me.ToolStripButton2.RightToLeftAutoMirrorImage = True
|
||||
Me.ToolStripButton2.Size = New System.Drawing.Size(23, 22)
|
||||
Me.ToolStripButton2.Text = "Löschen"
|
||||
'
|
||||
'ToolStripButton3
|
||||
'
|
||||
Me.ToolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.ToolStripButton3.Image = CType(resources.GetObject("ToolStripButton3.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.ToolStripButton3, "ToolStripButton3")
|
||||
Me.ToolStripButton3.Name = "ToolStripButton3"
|
||||
Me.ToolStripButton3.RightToLeftAutoMirrorImage = True
|
||||
Me.ToolStripButton3.Size = New System.Drawing.Size(23, 22)
|
||||
Me.ToolStripButton3.Text = "Erste verschieben"
|
||||
'
|
||||
'ToolStripButton4
|
||||
'
|
||||
Me.ToolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.ToolStripButton4.Image = CType(resources.GetObject("ToolStripButton4.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.ToolStripButton4, "ToolStripButton4")
|
||||
Me.ToolStripButton4.Name = "ToolStripButton4"
|
||||
Me.ToolStripButton4.RightToLeftAutoMirrorImage = True
|
||||
Me.ToolStripButton4.Size = New System.Drawing.Size(23, 22)
|
||||
Me.ToolStripButton4.Text = "Vorherige verschieben"
|
||||
'
|
||||
'ToolStripSeparator1
|
||||
'
|
||||
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
|
||||
Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25)
|
||||
resources.ApplyResources(Me.ToolStripSeparator1, "ToolStripSeparator1")
|
||||
'
|
||||
'ToolStripTextBox1
|
||||
'
|
||||
Me.ToolStripTextBox1.AccessibleName = "Position"
|
||||
Me.ToolStripTextBox1.AutoSize = False
|
||||
resources.ApplyResources(Me.ToolStripTextBox1, "ToolStripTextBox1")
|
||||
Me.ToolStripTextBox1.Name = "ToolStripTextBox1"
|
||||
Me.ToolStripTextBox1.Size = New System.Drawing.Size(50, 23)
|
||||
Me.ToolStripTextBox1.Text = "0"
|
||||
Me.ToolStripTextBox1.ToolTipText = "Aktuelle Position"
|
||||
'
|
||||
'ToolStripSeparator2
|
||||
'
|
||||
Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
|
||||
Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25)
|
||||
resources.ApplyResources(Me.ToolStripSeparator2, "ToolStripSeparator2")
|
||||
'
|
||||
'ToolStripButton5
|
||||
'
|
||||
Me.ToolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.ToolStripButton5.Image = CType(resources.GetObject("ToolStripButton5.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.ToolStripButton5, "ToolStripButton5")
|
||||
Me.ToolStripButton5.Name = "ToolStripButton5"
|
||||
Me.ToolStripButton5.RightToLeftAutoMirrorImage = True
|
||||
Me.ToolStripButton5.Size = New System.Drawing.Size(23, 22)
|
||||
Me.ToolStripButton5.Text = "Nächste verschieben"
|
||||
'
|
||||
'ToolStripButton6
|
||||
'
|
||||
Me.ToolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.ToolStripButton6.Image = CType(resources.GetObject("ToolStripButton6.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.ToolStripButton6, "ToolStripButton6")
|
||||
Me.ToolStripButton6.Name = "ToolStripButton6"
|
||||
Me.ToolStripButton6.RightToLeftAutoMirrorImage = True
|
||||
Me.ToolStripButton6.Size = New System.Drawing.Size(23, 22)
|
||||
Me.ToolStripButton6.Text = "Letzte verschieben"
|
||||
'
|
||||
'ToolStripSeparator3
|
||||
'
|
||||
Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
|
||||
Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 25)
|
||||
resources.ApplyResources(Me.ToolStripSeparator3, "ToolStripSeparator3")
|
||||
'
|
||||
'ToolStripButton7
|
||||
'
|
||||
Me.ToolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.ToolStripButton7.Image = CType(resources.GetObject("ToolStripButton7.Image"), System.Drawing.Image)
|
||||
resources.ApplyResources(Me.ToolStripButton7, "ToolStripButton7")
|
||||
Me.ToolStripButton7.Name = "ToolStripButton7"
|
||||
Me.ToolStripButton7.Size = New System.Drawing.Size(23, 22)
|
||||
Me.ToolStripButton7.Text = "Daten speichern"
|
||||
'
|
||||
'ToolStripButton8
|
||||
'
|
||||
Me.ToolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.ToolStripButton8.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG
|
||||
Me.ToolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
resources.ApplyResources(Me.ToolStripButton8, "ToolStripButton8")
|
||||
Me.ToolStripButton8.Name = "ToolStripButton8"
|
||||
Me.ToolStripButton8.Size = New System.Drawing.Size(23, 22)
|
||||
Me.ToolStripButton8.Text = "ToolStripButton1"
|
||||
'
|
||||
'ToolStripButton9
|
||||
'
|
||||
Me.ToolStripButton9.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
|
||||
Me.ToolStripButton9.Image = Global.DD_Record_Organiser.My.Resources.Resources.benutzer3
|
||||
Me.ToolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
resources.ApplyResources(Me.ToolStripButton9, "ToolStripButton9")
|
||||
Me.ToolStripButton9.Name = "ToolStripButton9"
|
||||
Me.ToolStripButton9.Size = New System.Drawing.Size(176, 22)
|
||||
Me.ToolStripButton9.Text = "Benutzer aus AD hinzufügen"
|
||||
'
|
||||
'VWPMO_USERS_GROUPSBindingSource
|
||||
'
|
||||
@@ -955,21 +726,14 @@ Partial Class frmUserKonfig
|
||||
'
|
||||
'lblsave
|
||||
'
|
||||
Me.lblsave.AutoSize = True
|
||||
resources.ApplyResources(Me.lblsave, "lblsave")
|
||||
Me.lblsave.BackColor = System.Drawing.Color.Yellow
|
||||
Me.lblsave.Location = New System.Drawing.Point(12, 265)
|
||||
Me.lblsave.Name = "lblsave"
|
||||
Me.lblsave.Size = New System.Drawing.Size(163, 13)
|
||||
Me.lblsave.TabIndex = 31
|
||||
Me.lblsave.Text = "Daten erfolgreich gespeichert!"
|
||||
Me.lblsave.Visible = False
|
||||
'
|
||||
'frmUserKonfig
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
resources.ApplyResources(Me, "$this")
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.AutoScroll = True
|
||||
Me.ClientSize = New System.Drawing.Size(801, 489)
|
||||
Me.Controls.Add(Me.lblsave)
|
||||
Me.Controls.Add(Me.XtraTabControl1)
|
||||
Me.Controls.Add(Me.lbUsers)
|
||||
@@ -1000,10 +764,7 @@ Partial Class frmUserKonfig
|
||||
Me.Controls.Add(CHANGED_WHENLabel)
|
||||
Me.Controls.Add(Me.CHANGED_WHENTextBox)
|
||||
Me.Controls.Add(Me.TBDD_USERBindingNavigator)
|
||||
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.Name = "frmUserKonfig"
|
||||
Me.Text = "Benutzer Konfiguration"
|
||||
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBDD_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBDD_USERBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
|
||||
Reference in New Issue
Block a user