diff --git a/PROMS/VEPROMS User Interface/frmVEPROMS.cs b/PROMS/VEPROMS User Interface/frmVEPROMS.cs index a421ee17..1e625294 100644 --- a/PROMS/VEPROMS User Interface/frmVEPROMS.cs +++ b/PROMS/VEPROMS User Interface/frmVEPROMS.cs @@ -2121,16 +2121,17 @@ namespace VEPROMS btnSecurity = new ButtonItem("btnSecurity", "Security"); // C2019-002: move security & format items into submenus btnFormats = new ButtonItem("btnFormats", "Formats"); btnAdmin.SubItems.Add(btnSecurity); - btnAdmin.SubItems.Add(btnFormats); + // btnAdmin.SubItems.Add(btnFormats); // C2024 - 041 remove from Admin(V button) menu + btnAdmin.SubItems.Add(btnUpdateFormats); // C2024 - 041 remove from Admin(V button) menu btnUserControlOfFormats = new ButtonItem("btnUserControlOfFormats", "User Control of Formats"); - btnFormats.SubItems.Add(btnUpdateFormats); - //btnFormats.SubItems.Add(btnUserControlOfFormats); C2024-041 remove from Admin (V button) menu + //btnFormats.SubItems.Add(btnUpdateFormats); + //btnFormats.SubItems.Add(btnUserControlOfFormats); // C2024-041 remove from Admin (V button) menu btnUserControlOfFormats.Click += new EventHandler(btnUserControlOfFormats_Click); btnUserControlOfFormatsExport = new ButtonItem("btnUserControlOfFormatsExport", "Export User Control of Formats"); - //btnFormats.SubItems.Add(btnUserControlOfFormatsExport); C2024-041 remove from Admin (V button) menu + //btnFormats.SubItems.Add(btnUserControlOfFormatsExport); // C2024-041 remove from Admin (V button) menu btnUserControlOfFormatsExport.Click += new EventHandler(btnUserControlOfFormatsExport_Click); btnUserControlOfFormatsImport = new ButtonItem("btnUserControlOfFormatsImport", "Import User Control of Formats"); - //btnFormats.SubItems.Add(btnUserControlOfFormatsImport); C2024-041 remove from Admin (V button) menu + //btnFormats.SubItems.Add(btnUserControlOfFormatsImport); // C2024-041 remove from Admin (V button) menu btnUserControlOfFormatsImport.Click += new EventHandler(btnUserControlOfFormatsImport_Click); btnManageSecurity = new ButtonItem("btnManageSecurity", "Manage Security"); btnSecurity.SubItems.Add(btnManageSecurity);