This commit is contained in:
2024-01-02 11:29:08 +01:00
parent 725673a278
commit 49486ef369
2 changed files with 3 additions and 3 deletions

View File

@@ -215,7 +215,7 @@ Public Class frmAvisoWeiterleiten
Sub addBtn(flpFirma As FlowLayoutPanel, WLart As String, id As String, bezeichnung As String, Optional enabled As Boolean = True, Optional bezeichnungFirma As String = "")
Dim btn As New Button
btn.FlatStyle = FlatStyle.Flat
btn.Size = New Size(180, 40)
btn.Size = New Size(180, 45)
btn.Font = New Font(Me.Font.FontFamily, 10, FontStyle.Regular)
btn.Text = bezeichnung
btn.Tag = id

View File

@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("3.9.5.0")>
<Assembly: AssemblyFileVersion("3.9.5.0")>
<Assembly: AssemblyVersion("3.9.5.2")>
<Assembly: AssemblyFileVersion("3.9.5.2")>