Mitarbeiter, etc.

This commit is contained in:
2026-05-04 15:35:37 +02:00
parent a59e388dad
commit 5b38670a9d
4 changed files with 1405 additions and 927 deletions

View File

@@ -59,6 +59,7 @@ Partial Class usrCntlMitarbeiter
Me.UserKopierenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.BerechtigungenSetzenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ContextMenuStrip2 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.Button7 = New System.Windows.Forms.Button()
Me.Panel2.SuspendLayout()
Me.TabControl1.SuspendLayout()
Me.TabPage1.SuspendLayout()
@@ -93,6 +94,7 @@ Partial Class usrCntlMitarbeiter
'
'Panel2
'
Me.Panel2.Controls.Add(Me.Button7)
Me.Panel2.Controls.Add(Me.Button9)
Me.Panel2.Controls.Add(Me.Button6)
Me.Panel2.Controls.Add(Me.Button5)
@@ -452,6 +454,15 @@ Partial Class usrCntlMitarbeiter
Me.ContextMenuStrip2.Name = "ContextMenuStrip2"
Me.ContextMenuStrip2.Size = New System.Drawing.Size(61, 4)
'
'Button7
'
Me.Button7.Location = New System.Drawing.Point(9, 325)
Me.Button7.Name = "Button7"
Me.Button7.Size = New System.Drawing.Size(75, 34)
Me.Button7.TabIndex = 22
Me.Button7.Text = "Check"
Me.Button7.UseVisualStyleBackColor = True
'
'usrCntlMitarbeiter
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -523,4 +534,5 @@ Partial Class usrCntlMitarbeiter
Friend WithEvents ContextMenuStrip2 As ContextMenuStrip
Friend WithEvents cbxZE As CheckBox
Friend WithEvents cbxDakosy As CheckBox
Friend WithEvents Button7 As Button
End Class