MS - 21.09

This commit is contained in:
SchreiberM
2015-09-21 11:56:47 +02:00
parent 8e64871903
commit be8c92ab8a
22 changed files with 1152 additions and 732 deletions

View File

@@ -111,6 +111,7 @@ Partial Class frmUserKonfig
Me.VWPMO_USERS_GROUPSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBDD_USER_GROUPSTableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBDD_USER_GROUPSTableAdapter()
Me.VWPMO_USERS_GROUPSTableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_USERS_GROUPSTableAdapter()
Me.lblsave = New System.Windows.Forms.Label()
GUIDLabel = New System.Windows.Forms.Label()
PRENAMELabel = New System.Windows.Forms.Label()
NAMELabel = New System.Windows.Forms.Label()
@@ -331,13 +332,16 @@ Partial Class frmUserKonfig
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
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 = Nothing
Me.TableAdapterManager.TBDD_USERTableAdapter = Me.TBDD_USERTableAdapter
Me.TableAdapterManager.TBPMO_CONNECTIONTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_FILES_USERTableAdapter = 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
@@ -949,12 +953,24 @@ Partial Class frmUserKonfig
'
Me.VWPMO_USERS_GROUPSTableAdapter.ClearBeforeFill = True
'
'lblsave
'
Me.lblsave.AutoSize = True
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!)
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)
Me.Controls.Add(GUIDLabel)
@@ -1077,4 +1093,5 @@ Partial Class frmUserKonfig
Friend WithEvents ToolStripButton8 As System.Windows.Forms.ToolStripButton
Friend WithEvents ToolStripButton9 As System.Windows.Forms.ToolStripButton
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
Friend WithEvents lblsave As System.Windows.Forms.Label
End Class