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