Fakt, Kundenblattansicht

This commit is contained in:
2025-06-25 09:26:32 +02:00
parent f1698f8ee3
commit 2731c4be17
4 changed files with 552 additions and 546 deletions

View File

@@ -3,6 +3,7 @@ Imports System.ComponentModel
Imports System.Reflection
Imports javax.xml.bind.annotation
Imports VERAG_PROG_ALLGEMEIN
Imports System.Globalization
Public Class frmKundenblatt
@@ -2139,7 +2140,9 @@ Public Class frmKundenblatt
If i > 1 Then
.Columns(i).Width = 75
.Columns(i).DefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter
.Columns(i).DefaultCellStyle.Format = "c2"
.Columns(i).DefaultCellStyle.FormatProvider = CultureInfo.GetCultureInfo("de-DE")
.Columns(i).DefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleRight
End If
Next