Rest-API WIKI, Mitarbeiter kopieren Rechte übernehmen

This commit is contained in:
2023-06-28 16:55:54 +02:00
parent 4466dc259e
commit 6ce26b0614
6 changed files with 255 additions and 18 deletions

View File

@@ -25,6 +25,8 @@ Partial Class usrCntlMitarbeiter
Me.components = New System.ComponentModel.Container()
Me.Button6 = New System.Windows.Forms.Button()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.Button8 = New System.Windows.Forms.Button()
Me.Button7 = New System.Windows.Forms.Button()
Me.Button5 = New System.Windows.Forms.Button()
Me.Button4 = New System.Windows.Forms.Button()
Me.Button3 = New System.Windows.Forms.Button()
@@ -84,6 +86,8 @@ Partial Class usrCntlMitarbeiter
'
'Panel2
'
Me.Panel2.Controls.Add(Me.Button8)
Me.Panel2.Controls.Add(Me.Button7)
Me.Panel2.Controls.Add(Me.Button6)
Me.Panel2.Controls.Add(Me.Button5)
Me.Panel2.Controls.Add(Me.Button4)
@@ -94,6 +98,24 @@ Partial Class usrCntlMitarbeiter
Me.Panel2.Size = New System.Drawing.Size(92, 684)
Me.Panel2.TabIndex = 24
'
'Button8
'
Me.Button8.Location = New System.Drawing.Point(10, 285)
Me.Button8.Name = "Button8"
Me.Button8.Size = New System.Drawing.Size(75, 43)
Me.Button8.TabIndex = 20
Me.Button8.Text = "Upload WIKI"
Me.Button8.UseVisualStyleBackColor = True
'
'Button7
'
Me.Button7.Location = New System.Drawing.Point(10, 236)
Me.Button7.Name = "Button7"
Me.Button7.Size = New System.Drawing.Size(75, 43)
Me.Button7.TabIndex = 19
Me.Button7.Text = "Clipboard WIKI"
Me.Button7.UseVisualStyleBackColor = True
'
'Button5
'
Me.Button5.Image = Global.ADMIN.My.Resources.Resources.del
@@ -369,7 +391,7 @@ Partial Class usrCntlMitarbeiter
'UserKopierenToolStripMenuItem
'
Me.UserKopierenToolStripMenuItem.Name = "UserKopierenToolStripMenuItem"
Me.UserKopierenToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
Me.UserKopierenToolStripMenuItem.Size = New System.Drawing.Size(146, 22)
Me.UserKopierenToolStripMenuItem.Text = "User kopieren"
'
'usrCntlMitarbeiter
@@ -434,4 +456,6 @@ Partial Class usrCntlMitarbeiter
Friend WithEvents dgvVERIMEX As VERAG_PROG_ALLGEMEIN.MyDatagridview
Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
Friend WithEvents UserKopierenToolStripMenuItem As ToolStripMenuItem
Friend WithEvents Button7 As Button
Friend WithEvents Button8 As Button
End Class