From a026eef9c4dcbdcea535b2083ef6328c76c1e1df Mon Sep 17 00:00:00 2001 From: "DESKTOP-S459P9R\\LSJ" Date: Mon, 24 Nov 2025 18:11:31 +0900 Subject: [PATCH] =?UTF-8?q?@=20Ver=208.9.0=20by=20LSJ=20=20-=202025.11.24?= =?UTF-8?q?=20=20-=20Ver=208.8.1=20Modify=20=20-=20Framework=20:=20SmartX?= =?UTF-8?q?=20Framework=20V3.2.4(update:=202021.01.20)=20=20-=20=ED=86=B5?= =?UTF-8?q?=EC=8B=A0=20=ED=94=BC=EB=93=9C=EB=B0=B1=20=ED=94=84=EB=A1=9C?= =?UTF-8?q?=ED=86=A0=EC=BD=9C=20=EC=B6=94=EA=B0=80=20(=ED=95=9C=EB=A6=BC?= =?UTF-8?q?=EC=A0=9C=EC=95=BD)=20=20=20=20STD3=20:=20STX[1],=20ID[5],=20NO?= =?UTF-8?q?[4],=20UNDER=20RANGE[6],=20PASS=20RANGE[6],=20OVER=20RANGE[6],?= =?UTF-8?q?=20TARE=20RANGE[6],=20PASS=20COUNT[7],=20NG=20COUNT[7],=20=20?= =?UTF-8?q?=20=20=20=20=20=20=20=20=20{GRD[1],=20WEIGHT[6]}=20*=20n,=20ETX?= =?UTF-8?q?[1]=20=20-=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EB=B2=84=EA=B7=B8?= =?UTF-8?q?=20=EC=88=98=EC=A0=95=20=20=20=20=EB=A9=94=EC=9D=B8=ED=99=94?= =?UTF-8?q?=EB=A9=B4=20=EC=A0=91=EA=B7=BC=20=EC=A0=9C=ED=95=9C=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INT63DC_2C/Forms/FormConfiguration.cs | 4 ++-- INT63DC_2C/Forms/FormMainDisplay.cs | 13 +------------ 2 files changed, 3 insertions(+), 14 deletions(-) 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