This commit is contained in:
2020-01-15 14:48:46 +01:00
parent 9582091c6d
commit 1f6c197b7f
699 changed files with 516723 additions and 7912 deletions

View File

@@ -84,7 +84,6 @@ Partial Class frmUserKonfig
Me.LOGGED_INCheckBox = New System.Windows.Forms.CheckBox()
Me.LOGGED_WHERETextBox = New System.Windows.Forms.TextBox()
Me.LOG_IN_WHENTextBox = New System.Windows.Forms.TextBox()
Me.RECORG_ADMINCheckBox = New System.Windows.Forms.CheckBox()
Me.ADDED_WHOTextBox = New System.Windows.Forms.TextBox()
Me.ADDED_WHENTextBox = New System.Windows.Forms.TextBox()
Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox()
@@ -681,13 +680,6 @@ Partial Class frmUserKonfig
Me.LOG_IN_WHENTextBox.Name = "LOG_IN_WHENTextBox"
Me.LOG_IN_WHENTextBox.ReadOnly = True
'
'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
'
Me.ADDED_WHOTextBox.BackColor = System.Drawing.Color.WhiteSmoke
@@ -1792,7 +1784,6 @@ Partial Class frmUserKonfig
Me.Controls.Add(Me.LOG_IN_WHENTextBox)
Me.Controls.Add(LOG_OUT_WHENLabel)
Me.Controls.Add(Me.LOG_OUT_WHENTextBox)
Me.Controls.Add(Me.RECORG_ADMINCheckBox)
Me.Controls.Add(ADDED_WHOLabel)
Me.Controls.Add(Me.ADDED_WHOTextBox)
Me.Controls.Add(ADDED_WHENLabel)
@@ -1885,7 +1876,6 @@ Partial Class frmUserKonfig
Friend WithEvents LOGGED_INCheckBox As System.Windows.Forms.CheckBox
Friend WithEvents LOGGED_WHERETextBox As System.Windows.Forms.TextBox
Friend WithEvents LOG_IN_WHENTextBox As System.Windows.Forms.TextBox
Friend WithEvents RECORG_ADMINCheckBox As System.Windows.Forms.CheckBox
Friend WithEvents ADDED_WHOTextBox As System.Windows.Forms.TextBox
Friend WithEvents ADDED_WHENTextBox As System.Windows.Forms.TextBox
Friend WithEvents CHANGED_WHOTextBox As System.Windows.Forms.TextBox