This commit is contained in:
2024-10-01 16:32:40 +02:00
parent 76fbf96823
commit fad2055152
2987 changed files with 13801 additions and 200 deletions

View File

@@ -1,14 +0,0 @@
Public Class frmPreis
Private Sub txt_KeyDown(sender As Object, e As KeyEventArgs) Handles txt.KeyDown
If e.KeyCode = Keys.Return Then
btnOK.PerformClick()
End If
If e.KeyCode = Keys.Escape Then
FlatButton1.PerformClick()
End If
End Sub
Private Sub frmPreisText_Shown(sender As Object, e As EventArgs) Handles Me.Shown
txt.Focus()
End Sub
End Class