From 3be7ccc7e639a5e4dd0ecf8b96c4f3ceb4895538 Mon Sep 17 00:00:00 2001 From: "d.breimaier" Date: Fri, 31 Mar 2023 10:09:53 +0200 Subject: [PATCH] =?UTF-8?q?=C3=84nderung=20der=20Markierungsfarbe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Aviso/My Project/AssemblyInfo.vb | 4 ++-- Aviso/frmSendungsdetailsNEU.vb | 2 +- Aviso/usrcntlAktDetails.vb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Aviso/My Project/AssemblyInfo.vb b/Aviso/My Project/AssemblyInfo.vb index fc0af83..53ddd28 100644 --- a/Aviso/My Project/AssemblyInfo.vb +++ b/Aviso/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - - + + diff --git a/Aviso/frmSendungsdetailsNEU.vb b/Aviso/frmSendungsdetailsNEU.vb index d7362c2..4b66dac 100644 --- a/Aviso/frmSendungsdetailsNEU.vb +++ b/Aviso/frmSendungsdetailsNEU.vb @@ -3205,7 +3205,7 @@ Public Class frmSendungsdetailsNEU For Each row As DataGridViewRow In dgvAnhang.Rows If Not IsDBNull(row.Cells("anh_markiert").Value) Then - If row.Cells("anh_markiert").Value Then row.DefaultCellStyle.BackColor = Color.LightYellow + If row.Cells("anh_markiert").Value Then row.DefaultCellStyle.BackColor = Color.Yellow End If Next diff --git a/Aviso/usrcntlAktDetails.vb b/Aviso/usrcntlAktDetails.vb index aff4a42..c32b160 100644 --- a/Aviso/usrcntlAktDetails.vb +++ b/Aviso/usrcntlAktDetails.vb @@ -812,7 +812,7 @@ Public Class usrcntlAktDetails For Each row As DataGridViewRow In gridVermerke.Rows If Not IsDBNull(row.Cells("anh_markiert").Value) Then - If row.Cells("anh_markiert").Value Then row.DefaultCellStyle.BackColor = Color.LightYellow + If row.Cells("anh_markiert").Value Then row.DefaultCellStyle.BackColor = Color.Yellow End If Next