timas-Abfrage

This commit is contained in:
2024-03-05 08:47:02 +01:00
parent f8cd917983
commit 945223b97c
2 changed files with 2 additions and 9 deletions

View File

@@ -1,12 +1,8 @@

Imports System.Data.Common
Imports System.Drawing
Imports System.Runtime.InteropServices.ComTypes
Imports System.Text
Imports System.Threading
Imports System.Web.UI.WebControls
Imports System.Windows.Forms
Imports System.Windows.Forms.VisualStyles.VisualStyleElement.ToolTip
Public Class frmUeberstundenauszahlen
Dim SQL As New VERAG_PROG_ALLGEMEIN.SQL
@@ -309,7 +305,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