ATR Archiv Filter, ImportAssistent Anpassung width

This commit is contained in:
2025-05-20 10:29:41 +02:00
parent f732845f15
commit a8c0bee25b
7 changed files with 565 additions and 604 deletions

View File

@@ -1397,11 +1397,15 @@ Public Class frmSendungAnhangImport
USRCNTL.ACTIVE = True
End If
End If
USRCNTL.Width = pnl.Width - 10
initElement(USRCNTL)
If Not returnElement Then
pnl.Controls.Add(USRCNTL)
End If
Return USRCNTL
End Function