This commit is contained in:
Jonathan Jenne
2020-05-25 13:33:05 +02:00
parent cc8c3527c1
commit 1be142bb97
4 changed files with 66 additions and 53 deletions

View File

@@ -677,7 +677,7 @@ Public Class frmStart
ClassHelper.Refresh_RegexTable()
Start_Folderwatch()
ClassWindowLocation.LoadFormLocationSize(Me)
ClassWindowLocation.LoadFormLocationSize(Me, LoadSize:=False)
Try
Me.LabelControl1.Location = New Point(13, 37)
Catch ex As Exception
@@ -738,4 +738,8 @@ Public Class frmStart
End If
End If
End Sub
Private Sub frmStart_SizeChanged(sender As Object, e As EventArgs) Handles Me.SizeChanged
Console.WriteLine()
End Sub
End Class