From 0138bc329e3e2398b4c89975d3b8e30761a2f46e Mon Sep 17 00:00:00 2001 From: sj84 Date: Thu, 10 Oct 2024 16:42:33 +0900 Subject: [PATCH] =?UTF-8?q?@=20Ver=2011.4.4=20by=20LSJ=20=20-=202024.10.08?= =?UTF-8?q?=20=20-=20Ver=2011.4.3=20Modify=20=20-=20Framework=20:=20SmartX?= =?UTF-8?q?=20Framework=20V3.1.1(update:=202019.03.21)=20=20-=20V11.4.1=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=20=EC=88=98=EC=A0=95=20=20=20=20(=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=EC=88=98=EC=A0=95)=EB=8B=A8=EC=88=9C=20=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=EC=9D=B8=20=EC=8B=9C,=20=EC=9E=90=EB=8F=99=20?= =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=95=84=EC=9B=83=20=EA=B8=B0=EB=8A=A5=20?= =?UTF-8?q?=EC=8B=A4=ED=96=89=EB=90=98=EB=8A=94=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=20=20=20->=20=EB=A1=9C=EA=B7=B8=EC=9D=B8?= =?UTF-8?q?=20=EC=8B=9C=20=ED=95=9C=EB=B2=88=20UserManager=5FAutoLogoutTim?= =?UTF-8?q?eoutPause()=20=ED=98=B8=EC=B6=9C=20=ED=95=A8=20=20=20=20=20=20?= =?UTF-8?q?=20=EB=8B=A4=EB=A5=B8=20=EB=B2=84=ED=8A=BC=20=EA=B8=B0=EB=8A=A5?= =?UTF-8?q?=20=EC=82=AC=EC=9A=A9=20=EC=8B=9C=20Part11AutomaticLogoutReset(?= =?UTF-8?q?)=EC=9D=84=20=EC=8B=A4=ED=96=89=ED=95=98=EB=A9=B4=EC=84=9C=20?= =?UTF-8?q?=EC=9E=90=EB=8F=99=EB=A1=9C=EA=B7=B8=EC=95=84=EC=9B=83=20?= =?UTF-8?q?=ED=83=80=EC=9D=B4=EB=A8=B8=20=EC=9E=AC=EB=8F=99=EC=9E=91?= =?UTF-8?q?=ED=95=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Part11AutomaticLogoutReset() 호출 시 Part11 기능 사용 시만 Reset 되도록 수정함 --- INT69DC_7C/Forms/FormInformation.cs | 2 +- INT69DC_7C/Forms/FormMainDisplay.cs | 3 ++- INT69DC_7C/Version.txt | 12 ++++++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/INT69DC_7C/Forms/FormInformation.cs b/INT69DC_7C/Forms/FormInformation.cs index 2afca3d..fe40ffe 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.3"; + this.labelDisplayVer.Text = "11.4.4"; if(this.ParentForm.SystemConfig.EquipmentMode == 7) this.labelTitleMainboardName.Text = "INT68M-2A"; else diff --git a/INT69DC_7C/Forms/FormMainDisplay.cs b/INT69DC_7C/Forms/FormMainDisplay.cs index cdba623..b915e30 100644 --- a/INT69DC_7C/Forms/FormMainDisplay.cs +++ b/INT69DC_7C/Forms/FormMainDisplay.cs @@ -1043,7 +1043,8 @@ namespace INT69DC_7C.Forms } public void Part11AutomaticLogoutReset() { - UserManager.UserManager_AutoLogoutTimeoutReset(); + if (this.ParentForm.SystemConfig.IsPart11 == true) + UserManager.UserManager_AutoLogoutTimeoutReset(); } public void UpdateDisplayUser(UserItem user) diff --git a/INT69DC_7C/Version.txt b/INT69DC_7C/Version.txt index a2340d2..b16a164 100644 --- a/INT69DC_7C/Version.txt +++ b/INT69DC_7C/Version.txt @@ -15,6 +15,18 @@ Ƽ 8,10,12 /ƽ 跮 */ +@ Ver 11.4.4 by LSJ + - 2024.10.08 + - Ver 11.4.3 Modify + - Framework : SmartX Framework V3.1.1(update: 2019.03.21) + - V11.4.1 ߰ + (׼)ܼ α , ڵ α׾ƿ Ǵ + -> α ѹ UserManager_AutoLogoutTimeoutPause() ȣ + ٸ ư Part11AutomaticLogoutReset() ϸ鼭 ڵα׾ƿ Ÿ̸ 絿 + + Part11AutomaticLogoutReset() ȣ + Part11 ø Reset ǵ + @ Ver 11.4.3 by LSJ - 2024.09.09 - Ver 11.4.2 Modify