Fakt, Kundenblattansicht
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user