Laufzettel DTB, USTV Anpassungen, USTV Kundenstamm, Docs, Messanger DoubleBuffer

This commit is contained in:
2024-03-07 16:59:22 +01:00
parent c8744fcf4a
commit 9b6f3fc162
14 changed files with 497 additions and 144 deletions

View File

@@ -309,7 +309,7 @@ Public Class frmUeberstundenauszahlen
picDel.Visible = False
For Each c As Control In Panel1.Controls
If TypeOf c Is TextBox Then
If TypeOf c Is Windows.Forms.TextBox Then
c.Text = "0"
End If
Next