HSMS 로그파일 갱신오류

This commit is contained in:
2025-03-17 10:52:33 +09:00
parent c3e6aad895
commit 4f59f1ab2f
4 changed files with 7 additions and 7 deletions

View File

@@ -378,7 +378,7 @@ namespace DDUtilityApp.LOGPARSER.PARSER
dlg = new FrmEqSelector();
dlg.Owner = sender;
dlg.Size = new System.Drawing.Size(sender.Width - 60, sender.Height - 60);
dlg.Size = new System.Drawing.Size(sender.Width - 10, sender.Height - 60);
dlg.StartPosition = FormStartPosition.CenterParent;
dlg.ServerName = this.ServerName;
dlg.Equipment = sender.Equipment == null ? new EisEquipment() { EquipmentID = this.EquipmentID, Server = new LogServer(this.ServerName)} : sender.Equipment;