change icons
This commit is contained in:
@@ -401,8 +401,6 @@ Public Class frmAdministration
|
||||
CtrlApplicationAssignment1.Process_Load(PROFILE_IDTextBox.Text)
|
||||
|
||||
RibbonGroup_Profile.Enabled = False
|
||||
RibbonGroup_User.Enabled = False
|
||||
RibbonGroup_Group.Enabled = False
|
||||
|
||||
RibbonGroup_Process.Enabled = True
|
||||
RibbonGroup_Window.Enabled = True
|
||||
@@ -413,8 +411,6 @@ Public Class frmAdministration
|
||||
|
||||
Case TabPageUserAssignment.Name
|
||||
RibbonGroup_Profile.Enabled = False
|
||||
RibbonGroup_User.Enabled = True
|
||||
RibbonGroup_Group.Enabled = False
|
||||
|
||||
RibbonGroup_Process.Enabled = False
|
||||
RibbonGroup_Window.Enabled = False
|
||||
@@ -425,8 +421,6 @@ Public Class frmAdministration
|
||||
|
||||
Case TabPageGroupAssignment.Name
|
||||
RibbonGroup_Profile.Enabled = False
|
||||
RibbonGroup_User.Enabled = False
|
||||
RibbonGroup_Group.Enabled = True
|
||||
|
||||
RibbonGroup_Process.Enabled = False
|
||||
RibbonGroup_Window.Enabled = False
|
||||
@@ -437,8 +431,6 @@ Public Class frmAdministration
|
||||
|
||||
Case TabPageData.Name
|
||||
RibbonGroup_Profile.Enabled = False
|
||||
RibbonGroup_User.Enabled = False
|
||||
RibbonGroup_Group.Enabled = False
|
||||
|
||||
RibbonGroup_Process.Enabled = False
|
||||
RibbonGroup_Window.Enabled = False
|
||||
@@ -449,8 +441,6 @@ Public Class frmAdministration
|
||||
|
||||
Case TabPageDocuments.Name
|
||||
RibbonGroup_Profile.Enabled = False
|
||||
RibbonGroup_User.Enabled = False
|
||||
RibbonGroup_Group.Enabled = False
|
||||
|
||||
RibbonGroup_Process.Enabled = False
|
||||
RibbonGroup_Window.Enabled = False
|
||||
@@ -461,8 +451,6 @@ Public Class frmAdministration
|
||||
|
||||
Case Else
|
||||
RibbonGroup_Profile.Enabled = True
|
||||
RibbonGroup_User.Enabled = False
|
||||
RibbonGroup_Group.Enabled = False
|
||||
|
||||
RibbonGroup_Process.Enabled = False
|
||||
RibbonGroup_Window.Enabled = False
|
||||
|
||||
Reference in New Issue
Block a user