MS DDGroups
This commit is contained in:
44
Global_Indexer/frmAdministration.Designer.vb
generated
44
Global_Indexer/frmAdministration.Designer.vb
generated
@@ -222,7 +222,7 @@ Partial Class frmAdministration
|
||||
Me.lblnewDokartZuordnung = New System.Windows.Forms.Label()
|
||||
Me.Label7 = New System.Windows.Forms.Label()
|
||||
Me.cmbGroup2Dokart = New System.Windows.Forms.ComboBox()
|
||||
Me.TBDD_USER_GROUPSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.TBDD_GROUPSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.btnAddDokartGroupRelation = New System.Windows.Forms.Button()
|
||||
Me.Label8 = New System.Windows.Forms.Label()
|
||||
Me.ListBoxDokartzuordnung = New System.Windows.Forms.ListBox()
|
||||
@@ -387,7 +387,7 @@ Partial Class frmAdministration
|
||||
Me.TBDD_INDEX_AUTOMTableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBDD_INDEX_AUTOMTableAdapter()
|
||||
Me.TBDD_INDEX_MAN_POSTPROCESSINGTableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBDD_INDEX_MAN_POSTPROCESSINGTableAdapter()
|
||||
Me.TBWHDD_INDEX_MANTableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBWHDD_INDEX_MANTableAdapter()
|
||||
Me.TBDD_USER_GROUPSTableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBDD_USER_GROUPSTableAdapter()
|
||||
Me.TBDD_GROUPSTableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBDD_GROUPSTableAdapter()
|
||||
Me.VWGI_USER_GROUPS_RELATIONTableAdapter = New Global_Indexer.MyDatasetTableAdapters.VWGI_USER_GROUPS_RELATIONTableAdapter()
|
||||
Me.TBDD_GROUPS_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.TBDD_GROUPS_USERTableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBDD_GROUPS_USERTableAdapter()
|
||||
@@ -487,7 +487,7 @@ Partial Class frmAdministration
|
||||
Me.BindingNavigator2.SuspendLayout()
|
||||
Me.XtraTabPage9.SuspendLayout()
|
||||
Me.GroupBox3.SuspendLayout()
|
||||
CType(Me.TBDD_USER_GROUPSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBDD_GROUPSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.VWGI_DOCTYPE_GROUPBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.XtraTabPage10.SuspendLayout()
|
||||
Me.GroupBox4.SuspendLayout()
|
||||
@@ -1849,17 +1849,17 @@ Partial Class frmAdministration
|
||||
'
|
||||
'cmbGroup2Dokart
|
||||
'
|
||||
Me.cmbGroup2Dokart.DataSource = Me.TBDD_USER_GROUPSBindingSource
|
||||
Me.cmbGroup2Dokart.DataSource = Me.TBDD_GROUPSBindingSource
|
||||
Me.cmbGroup2Dokart.DisplayMember = "NAME"
|
||||
resources.ApplyResources(Me.cmbGroup2Dokart, "cmbGroup2Dokart")
|
||||
Me.cmbGroup2Dokart.FormattingEnabled = True
|
||||
Me.cmbGroup2Dokart.Name = "cmbGroup2Dokart"
|
||||
Me.cmbGroup2Dokart.ValueMember = "GUID"
|
||||
'
|
||||
'TBDD_USER_GROUPSBindingSource
|
||||
'TBDD_GROUPSBindingSource
|
||||
'
|
||||
Me.TBDD_USER_GROUPSBindingSource.DataMember = "TBDD_USER_GROUPS"
|
||||
Me.TBDD_USER_GROUPSBindingSource.DataSource = Me.MyDataset
|
||||
Me.TBDD_GROUPSBindingSource.DataMember = "TBDD_GROUPS"
|
||||
Me.TBDD_GROUPSBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'btnAddDokartGroupRelation
|
||||
'
|
||||
@@ -2400,7 +2400,7 @@ Partial Class frmAdministration
|
||||
'
|
||||
'cmbGroup2User
|
||||
'
|
||||
Me.cmbGroup2User.DataSource = Me.TBDD_USER_GROUPSBindingSource
|
||||
Me.cmbGroup2User.DataSource = Me.TBDD_GROUPSBindingSource
|
||||
Me.cmbGroup2User.DisplayMember = "NAME"
|
||||
resources.ApplyResources(Me.cmbGroup2User, "cmbGroup2User")
|
||||
Me.cmbGroup2User.FormattingEnabled = True
|
||||
@@ -2455,7 +2455,7 @@ Partial Class frmAdministration
|
||||
'
|
||||
'ListBox4
|
||||
'
|
||||
Me.ListBox4.DataSource = Me.TBDD_USER_GROUPSBindingSource
|
||||
Me.ListBox4.DataSource = Me.TBDD_GROUPSBindingSource
|
||||
Me.ListBox4.DisplayMember = "NAME"
|
||||
Me.ListBox4.FormattingEnabled = True
|
||||
resources.ApplyResources(Me.ListBox4, "ListBox4")
|
||||
@@ -2470,44 +2470,44 @@ Partial Class frmAdministration
|
||||
'
|
||||
'GUIDTextBox5
|
||||
'
|
||||
Me.GUIDTextBox5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USER_GROUPSBindingSource, "GUID", True))
|
||||
Me.GUIDTextBox5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_GROUPSBindingSource, "GUID", True))
|
||||
resources.ApplyResources(Me.GUIDTextBox5, "GUIDTextBox5")
|
||||
Me.GUIDTextBox5.Name = "GUIDTextBox5"
|
||||
'
|
||||
'NAMETextBox2
|
||||
'
|
||||
Me.NAMETextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USER_GROUPSBindingSource, "NAME", True))
|
||||
Me.NAMETextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_GROUPSBindingSource, "NAME", True))
|
||||
resources.ApplyResources(Me.NAMETextBox2, "NAMETextBox2")
|
||||
Me.NAMETextBox2.Name = "NAMETextBox2"
|
||||
'
|
||||
'ADDED_WHOTextBox5
|
||||
'
|
||||
Me.ADDED_WHOTextBox5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USER_GROUPSBindingSource, "ADDED_WHO", True))
|
||||
Me.ADDED_WHOTextBox5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_GROUPSBindingSource, "ADDED_WHO", True))
|
||||
resources.ApplyResources(Me.ADDED_WHOTextBox5, "ADDED_WHOTextBox5")
|
||||
Me.ADDED_WHOTextBox5.Name = "ADDED_WHOTextBox5"
|
||||
'
|
||||
'ADDED_WHENTextBox5
|
||||
'
|
||||
Me.ADDED_WHENTextBox5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USER_GROUPSBindingSource, "ADDED_WHEN", True))
|
||||
Me.ADDED_WHENTextBox5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_GROUPSBindingSource, "ADDED_WHEN", True))
|
||||
resources.ApplyResources(Me.ADDED_WHENTextBox5, "ADDED_WHENTextBox5")
|
||||
Me.ADDED_WHENTextBox5.Name = "ADDED_WHENTextBox5"
|
||||
'
|
||||
'CHANGED_WHOTextBox5
|
||||
'
|
||||
Me.CHANGED_WHOTextBox5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USER_GROUPSBindingSource, "CHANGED_WHO", True))
|
||||
Me.CHANGED_WHOTextBox5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_GROUPSBindingSource, "CHANGED_WHO", True))
|
||||
resources.ApplyResources(Me.CHANGED_WHOTextBox5, "CHANGED_WHOTextBox5")
|
||||
Me.CHANGED_WHOTextBox5.Name = "CHANGED_WHOTextBox5"
|
||||
'
|
||||
'CHANGED_WHENTextBox5
|
||||
'
|
||||
Me.CHANGED_WHENTextBox5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USER_GROUPSBindingSource, "CHANGED_WHEN", True))
|
||||
Me.CHANGED_WHENTextBox5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_GROUPSBindingSource, "CHANGED_WHEN", True))
|
||||
resources.ApplyResources(Me.CHANGED_WHENTextBox5, "CHANGED_WHENTextBox5")
|
||||
Me.CHANGED_WHENTextBox5.Name = "CHANGED_WHENTextBox5"
|
||||
'
|
||||
'TBDD_USER_GROUPSBindingNavigator
|
||||
'
|
||||
Me.TBDD_USER_GROUPSBindingNavigator.AddNewItem = Me.ToolStripButton32
|
||||
Me.TBDD_USER_GROUPSBindingNavigator.BindingSource = Me.TBDD_USER_GROUPSBindingSource
|
||||
Me.TBDD_USER_GROUPSBindingNavigator.BindingSource = Me.TBDD_GROUPSBindingSource
|
||||
Me.TBDD_USER_GROUPSBindingNavigator.CountItem = Me.ToolStripLabel5
|
||||
Me.TBDD_USER_GROUPSBindingNavigator.CountItemFormat = "of {0} Groups"
|
||||
Me.TBDD_USER_GROUPSBindingNavigator.DeleteItem = Me.ToolStripButton33
|
||||
@@ -2964,10 +2964,10 @@ Partial Class frmAdministration
|
||||
Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Me.TBDD_DOKUMENTARTTableAdapter
|
||||
Me.TableAdapterManager.TBDD_EINGANGSARTENTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_GROUPS_USERTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_GROUPSTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_INDEX_MAN_POSTPROCESSINGTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_INDEX_MANTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_USER_GROUPSTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBGI_CONFIGURATIONTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBGI_OBJECTTYPE_EMAIL_INDEXTableAdapter = Nothing
|
||||
@@ -3018,9 +3018,9 @@ Partial Class frmAdministration
|
||||
'
|
||||
Me.TBWHDD_INDEX_MANTableAdapter.ClearBeforeFill = True
|
||||
'
|
||||
'TBDD_USER_GROUPSTableAdapter
|
||||
'TBDD_GROUPSTableAdapter
|
||||
'
|
||||
Me.TBDD_USER_GROUPSTableAdapter.ClearBeforeFill = True
|
||||
Me.TBDD_GROUPSTableAdapter.ClearBeforeFill = True
|
||||
'
|
||||
'VWGI_USER_GROUPS_RELATIONTableAdapter
|
||||
'
|
||||
@@ -3081,7 +3081,7 @@ Partial Class frmAdministration
|
||||
Me.XtraTabPage9.PerformLayout()
|
||||
Me.GroupBox3.ResumeLayout(False)
|
||||
Me.GroupBox3.PerformLayout()
|
||||
CType(Me.TBDD_USER_GROUPSBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBDD_GROUPSBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.VWGI_DOCTYPE_GROUPBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.XtraTabPage10.ResumeLayout(False)
|
||||
Me.GroupBox4.ResumeLayout(False)
|
||||
@@ -3345,8 +3345,8 @@ Partial Class frmAdministration
|
||||
Friend WithEvents ToolStripSeparator15 As System.Windows.Forms.ToolStripSeparator
|
||||
Friend WithEvents ToolStripButton38 As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents ToolStripButton39 As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents TBDD_USER_GROUPSBindingSource As System.Windows.Forms.BindingSource
|
||||
Friend WithEvents TBDD_USER_GROUPSTableAdapter As Global_Indexer.MyDatasetTableAdapters.TBDD_USER_GROUPSTableAdapter
|
||||
Friend WithEvents TBDD_GROUPSBindingSource As System.Windows.Forms.BindingSource
|
||||
Friend WithEvents TBDD_GROUPSTableAdapter As Global_Indexer.MyDatasetTableAdapters.TBDD_GROUPSTableAdapter
|
||||
Friend WithEvents GUIDTextBox5 As System.Windows.Forms.TextBox
|
||||
Friend WithEvents NAMETextBox2 As System.Windows.Forms.TextBox
|
||||
Friend WithEvents ADDED_WHOTextBox5 As System.Windows.Forms.TextBox
|
||||
|
||||
Reference in New Issue
Block a user