diff --git a/INT63DC_2C/Forms/FormConfiguration.cs b/INT63DC_2C/Forms/FormConfiguration.cs index dd5b8b7..24221b0 100644 --- a/INT63DC_2C/Forms/FormConfiguration.cs +++ b/INT63DC_2C/Forms/FormConfiguration.cs @@ -1086,8 +1086,8 @@ namespace INT63DC_2C.Forms } else if (this.comboBoxSerial3Mode.SelectedIndex == 2) { - this.labelProtocolDescriptionCOM3_1.Text = "STX[1],ID[5],NO[4],UNDER[6],PASS[6],OVER[6],TARE[6],{GRD[1],WEIGHT[6]} * n,ETX[1]"; - this.labelProtocolDescriptionCOM3_2.Text = ""; + this.labelProtocolDescriptionCOM3_1.Text = "STX[1],ID[5],NO[4],UNDER[6],PASS[6],OVER[6],TARE[6]"; + this.labelProtocolDescriptionCOM3_2.Text = "{GRD[1],WEIGHT[6]} * n,ETX[1]"; } else if (this.comboBoxSerial3Mode.SelectedIndex == 3) { diff --git a/INT63DC_2C/Forms/FormMainDisplay.cs b/INT63DC_2C/Forms/FormMainDisplay.cs index 680d65e..08c7ec1 100644 --- a/INT63DC_2C/Forms/FormMainDisplay.cs +++ b/INT63DC_2C/Forms/FormMainDisplay.cs @@ -1764,18 +1764,7 @@ namespace INT63DC_2C.Forms this.ParentForm.SystemConfig.CurrentUser.Group == DataStore.UserGroup.Level3Manager || this.ParentForm.SystemConfig.CurrentUser.Group == DataStore.UserGroup.Level4Developer) { - this.buttonProductNo.Enabled = true; - this.buttonUnder.Enabled = true; - this.buttonPass.Enabled = true; - this.buttonOver.Enabled = true; - this.buttonTare.Enabled = true; - this.buttonSubMenu.Enabled = true; - - this.buttonProductNo.TextColor = this.ColorButtonAccessTrue; - this.buttonUnder.TextColor = this.ColorButtonAccessTrue; - this.buttonPass.TextColor = this.ColorButtonAccessTrue; - this.buttonOver.TextColor = this.ColorButtonAccessTrue; - this.buttonTare.TextColor = this.ColorButtonAccessTrue; + this.UpdateDisplayUser(this.ParentForm.SystemConfig.CurrentUser, this.ParentForm.CurrentUserGroup); } } else