Add Refresh button to Monitoring tab in frmMain

Added a "Refresh" button with icon to the Monitoring tab's config panel. The button reloads the monitoring grid via a new event handler. Refactored designer code for better organization and updated .resx tray locations. No functional resource changes.
This commit is contained in:
OlgunR
2026-01-27 10:36:57 +01:00
parent 4a62d456d0
commit 80b33eb3b2
3 changed files with 159 additions and 109 deletions

View File

@@ -1091,5 +1091,7 @@ Public Class frmMain
LoadMonitoringIntoGrid()
End Sub
Private Sub btnRefresh_Click(sender As Object, e As EventArgs) Handles btnRefresh.Click
LoadMonitoringIntoGrid()
End Sub
End Class