This commit is contained in:
2021-04-06 13:50:22 +02:00
parent 9b810b8e5f
commit 5a7782e1c0
3 changed files with 921 additions and 750 deletions

View File

@@ -194,5 +194,14 @@ Public Class frmGlobixAdministration
Private Sub Root_Click(sender As Object, e As EventArgs) Handles ControlGroupProfile.Click, ControlGroupIndexeMan.Click, ControlGroupIndexeAuto.Click
CURRCOntrolGroup = sender
Select Case CURRCOntrolGroup.Name
Case ControlGroupProfile.Name
RibbonPageGroup1.Text = "Profile"
Case ControlGroupIndexeMan.Name
RibbonPageGroup1.Text = "Manual Values"
Case ControlGroupIndexeAuto.Name
RibbonPageGroup1.Text = "Auto Values"
End Select
End Sub
End Class