@ Ver 8.9.0 by LSJ

- 2025.11.24
 - Ver 8.8.1 Modify
 - Framework : SmartX Framework V3.2.4(update: 2021.01.20)
 - 통신 피드백 프로토콜 추가 (한림제약)
   STD3 : STX[1], ID[5], NO[4], UNDER RANGE[6], PASS RANGE[6], OVER RANGE[6], TARE RANGE[6], PASS COUNT[7], NG COUNT[7],
          {GRD[1], WEIGHT[6]} * n, ETX[1]
 - 로그인 버그 수정
   메인화면 접근 제한 버그
B_8.7.0
DESKTOP-S459P9R\LSJ 2025-11-24 18:11:31 +09:00
parent 7b4446fe32
commit a026eef9c4
2 changed files with 3 additions and 14 deletions

View File

@ -1086,8 +1086,8 @@ namespace INT63DC_2C.Forms
} }
else if (this.comboBoxSerial3Mode.SelectedIndex == 2) 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_1.Text = "STX[1],ID[5],NO[4],UNDER[6],PASS[6],OVER[6],TARE[6]";
this.labelProtocolDescriptionCOM3_2.Text = ""; this.labelProtocolDescriptionCOM3_2.Text = "{GRD[1],WEIGHT[6]} * n,ETX[1]";
} }
else if (this.comboBoxSerial3Mode.SelectedIndex == 3) else if (this.comboBoxSerial3Mode.SelectedIndex == 3)
{ {

View File

@ -1764,18 +1764,7 @@ namespace INT63DC_2C.Forms
this.ParentForm.SystemConfig.CurrentUser.Group == DataStore.UserGroup.Level3Manager || this.ParentForm.SystemConfig.CurrentUser.Group == DataStore.UserGroup.Level3Manager ||
this.ParentForm.SystemConfig.CurrentUser.Group == DataStore.UserGroup.Level4Developer) this.ParentForm.SystemConfig.CurrentUser.Group == DataStore.UserGroup.Level4Developer)
{ {
this.buttonProductNo.Enabled = true; this.UpdateDisplayUser(this.ParentForm.SystemConfig.CurrentUser, this.ParentForm.CurrentUserGroup);
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;
} }
} }
else else