diff --git a/INT69DB_2A/Forms/FormDataBackup_Part11.cs b/INT69DB_2A/Forms/FormDataBackup_Part11.cs index 623f81a..d805419 100644 --- a/INT69DB_2A/Forms/FormDataBackup_Part11.cs +++ b/INT69DB_2A/Forms/FormDataBackup_Part11.cs @@ -358,6 +358,7 @@ namespace INT69DB_2A.Forms header.LoginId = this.ParentForm.SystemConfig.CurrentUser.ID; header.SerialNumber = this.ParentForm.SystemConfig.SerialNumber; header.EquipmentColumns = this.ParentForm.SystemConfig.EquipmentColumns; + header.EquipmentType = 103; for (int i = 0; i < listSelectedFile.Count; i++) this.CreateHeaderFile(this.ParentForm.PathHeaderFolder, listSelectedFile[i], header); diff --git a/INT69DB_2A/Forms/FormInformation.cs b/INT69DB_2A/Forms/FormInformation.cs index 3632e20..7fcb503 100644 --- a/INT69DB_2A/Forms/FormInformation.cs +++ b/INT69DB_2A/Forms/FormInformation.cs @@ -107,7 +107,7 @@ namespace INT69DB_2A.Forms } private void DefaultSetting() { - this.labelDisplayVer.Text = "5.2.1"; + this.labelDisplayVer.Text = "5.2.2"; this.labelUserMgerVer.Text = ""; this.labelAes128Ver.Text = ""; this.labelSerialNo.Text = this.ParentForm.SystemConfig.SerialNumber; diff --git a/INT69DB_2A/Forms/FormUserEditor.cs b/INT69DB_2A/Forms/FormUserEditor.cs index 4a24cdf..4b81e1d 100644 --- a/INT69DB_2A/Forms/FormUserEditor.cs +++ b/INT69DB_2A/Forms/FormUserEditor.cs @@ -290,8 +290,7 @@ namespace INT69DB_2A.Forms if (this.SelectedUserItem.Group == DataStore.UserGroup.Admin) { - if (this.ParentForm.SystemConfig.IsPart11 == true) - item.ActiveLevel = 9; + item.ActiveLevel = 9; } else { diff --git a/INT69DB_2A/Version.txt b/INT69DB_2A/Version.txt index a31d20d..976e1f9 100644 --- a/INT69DB_2A/Version.txt +++ b/INT69DB_2A/Version.txt @@ -14,6 +14,16 @@ ¸ÖƼÇü 2~6¿­ ½ºÆ½ °è·®±â */ +@ Ver 5.2.2 by LSJ + - 2024.08.28 + - Ver 5.2.1 Modify + - Framework : SmartX Framework V3.1.1(update: 2019.03.21) + - Part11 °ü·Ã ¼öÁ¤ + OtherBackup() ½Ã Çì´õÆÄÀÏ¿¡ ÆĶó¹ÌÅÍ ´©¶ô + header.EquipmentType = 103; + - 2024.11.08 + - ·Î±×ÀÎ Admin ºñ¹Ð¹øÈ£ º¯°æ ½Ã Level1·Î º¯°æµÇ´Â ¹®Á¦ ¼öÁ¤ + @ Ver 5.2.1 by CJY - 2024.08.21 - Ver 5.2.0 Modify