From c205ba3918d10b39790c9d0d883c6d5a3ef9bb6e Mon Sep 17 00:00:00 2001 From: "DESKTOP-999R8N3\\CJY" Date: Tue, 3 Sep 2024 17:59:55 +0900 Subject: [PATCH] =?UTF-8?q?=20-=20=EA=B7=B8=EB=A3=B9=EC=97=90=EB=94=94?= =?UTF-8?q?=ED=84=B0=20=ED=86=B5=EC=8B=A0=EC=84=A4=EC=A0=95=20=EC=A0=80?= =?UTF-8?q?=EC=9E=A5=ED=95=B4=EB=8F=84=20=EB=A0=88=EB=B2=A8=EB=B3=84=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9=20=EC=95=88=EB=90=98=EB=8A=94=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INT69DC_7C/Forms/FormInformation.cs | 2 +- INT69DC_7C/Forms/FormMenu.cs | 6 +++--- INT69DC_7C/Version.txt | 6 ++++++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/INT69DC_7C/Forms/FormInformation.cs b/INT69DC_7C/Forms/FormInformation.cs index 973ccb4..2afca3d 100644 --- a/INT69DC_7C/Forms/FormInformation.cs +++ b/INT69DC_7C/Forms/FormInformation.cs @@ -140,7 +140,7 @@ namespace INT69DC_7C.Forms } private void DefaultSetting() { - this.labelDisplayVer.Text = "11.4.2"; + this.labelDisplayVer.Text = "11.4.3"; if(this.ParentForm.SystemConfig.EquipmentMode == 7) this.labelTitleMainboardName.Text = "INT68M-2A"; else diff --git a/INT69DC_7C/Forms/FormMenu.cs b/INT69DC_7C/Forms/FormMenu.cs index 1fe93f2..a719a32 100644 --- a/INT69DC_7C/Forms/FormMenu.cs +++ b/INT69DC_7C/Forms/FormMenu.cs @@ -339,7 +339,7 @@ namespace INT69DC_7C.Forms this.buttonInformation.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuInformation; this.buttonDataBackup.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuDataBackup; this.buttonConfiguration.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuConfiguration; - this.buttonCommunication.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuStatistics; + this.buttonCommunication.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuCommunication; this.buttonCalibration.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuCalibration; this.buttonSysConfig.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuSystem; @@ -372,7 +372,7 @@ namespace INT69DC_7C.Forms this.buttonInformation.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuInformation; this.buttonDataBackup.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuDataBackup; this.buttonConfiguration.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuConfiguration; - this.buttonCommunication.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuStatistics; + this.buttonCommunication.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuCommunication; this.buttonCalibration.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuCalibration; this.buttonSysConfig.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuSystem; @@ -405,7 +405,7 @@ namespace INT69DC_7C.Forms this.buttonInformation.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation; this.buttonDataBackup.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuDataBackup; this.buttonConfiguration.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuConfiguration; - this.buttonCommunication.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuStatistics; + this.buttonCommunication.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuCommunication; this.buttonCalibration.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuCalibration; this.buttonSysConfig.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuSystem; diff --git a/INT69DC_7C/Version.txt b/INT69DC_7C/Version.txt index 332f5ed..a2340d2 100644 --- a/INT69DC_7C/Version.txt +++ b/INT69DC_7C/Version.txt @@ -15,6 +15,12 @@ ¸ÖƼÇü 8,10,12¿­ ÄÁº£¾î/½ºÆ½ °è·®±â */ +@ Ver 11.4.3 by LSJ + - 2024.09.09 + - Ver 11.4.2 Modify + - Framework : SmartX Framework V3.1.1(update: 2019.03.21) + - ±×·ì¿¡µðÅÍ Åë½Å¼³Á¤ ÀúÀåÇصµ ·¹º§º° Àû¿ë ¾ÈµÇ´Â ¹ö±× ¼öÁ¤ + @ Ver 11.4.2 by LSJ - 2024.08.27 - Ver 11.4.1 Modify