diff --git a/DDUtilityApp/DDUtilityApp.csproj b/DDUtilityApp/DDUtilityApp.csproj
index f83e2bf..cf2b58a 100644
--- a/DDUtilityApp/DDUtilityApp.csproj
+++ b/DDUtilityApp/DDUtilityApp.csproj
@@ -16,7 +16,7 @@
- ftp://192.168.100.11/eqview/Provider/
+ ftp://pms.e1soft.co.kr/eqview/Provider/
true
Web
true
@@ -35,7 +35,7 @@
index.htm
true
0
- 2025.01.07.0
+ 2025.03.14.0
false
true
true
diff --git a/DDUtilityApp/LOGPARSER/FrmEqSelector.cs b/DDUtilityApp/LOGPARSER/FrmEqSelector.cs
index 678f2f7..d105f8a 100644
--- a/DDUtilityApp/LOGPARSER/FrmEqSelector.cs
+++ b/DDUtilityApp/LOGPARSER/FrmEqSelector.cs
@@ -218,7 +218,7 @@ namespace DDUtilityApp.LOGPARSER
{
if (this.tabControl1.SelectedTab == this.tabHSMS)
{
- if (this.gridHsms.DataSource == null) return;
+ if (this.gridHsms.DataSource != null) return;
string remotePath = $"/{this.Account.DefaultPath}/{this.Equipment.EquipmentID}/THiRA_SECSGEM/HSMS";
switch (this.Account.Access)
@@ -911,7 +911,7 @@ namespace DDUtilityApp.LOGPARSER
}
}
- MessageBox.Show($"{grid.SelectedRows.Count}개의 파일을 저장하였습니다.");
+ //MessageBox.Show($"{grid.SelectedRows.Count}개의 파일을 저장하였습니다.");
foreach (string file in downfiles)
System.Diagnostics.Process.Start(file);
}
diff --git a/DDUtilityApp/LOGPARSER/PARSER/EisParser0.cs b/DDUtilityApp/LOGPARSER/PARSER/EisParser0.cs
index a0d71e0..52b533b 100644
--- a/DDUtilityApp/LOGPARSER/PARSER/EisParser0.cs
+++ b/DDUtilityApp/LOGPARSER/PARSER/EisParser0.cs
@@ -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;
diff --git a/DDUtilityApp/ViewList.xml b/DDUtilityApp/ViewList.xml
index 60144ca..4e5e351 100644
--- a/DDUtilityApp/ViewList.xml
+++ b/DDUtilityApp/ViewList.xml
@@ -1,8 +1,8 @@
-
-
+
+