Vers
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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")>
|
||||
|
||||
Reference in New Issue
Block a user