fix Speditionsbucheintrag

This commit is contained in:
2026-07-24 09:01:49 +02:00
parent 67494e8547
commit e134904c17
2 changed files with 4 additions and 4 deletions

View File

@@ -764,7 +764,7 @@ Public Class usrcntlAktDetails
c.Name = "SenungUebernehmen"
c.Image = My.Resources.personCheck_gray_small : c.ImageLayout = DataGridViewImageCellLayout.Zoom
c.Width = 25 : c.DefaultCellStyle.Padding = New Padding(2) : c.DefaultCellStyle.BackColor = Color.White
c.ToolTipText = "Senung übernehmen"
c.ToolTipText = "Sendung übernehmen"
.Columns.Add(c)
' End If
@@ -772,7 +772,7 @@ Public Class usrcntlAktDetails
c.Name = "SenungWeiterleiten"
c.Image = My.Resources.tranparent30Perc : c.ImageLayout = DataGridViewImageCellLayout.Zoom
c.Width = 25 : c.DefaultCellStyle.Padding = New Padding(2) : c.DefaultCellStyle.BackColor = Color.White
c.ToolTipText = "Senung weiterleiten"
c.ToolTipText = "Sendung weiterleiten"
.Columns.Add(c)
' End If