'전체보기' 상태일 때만 그룹헤더의 [Null Balance] 팝업 정보가 표시되도록 변경

This commit is contained in:
shark219-hub
2024-12-09 16:30:30 +09:00
parent 0401f1ddd8
commit ac4448e59e
14 changed files with 1241 additions and 1157 deletions

View File

@@ -1229,6 +1229,7 @@ namespace vmsnet
PUB.ChDecPos = new byte[maxmcno + 1, maxunno + 1, maxchno + 1];
PUB.chUse = new bool[maxmcno + 1, maxunno + 1, maxchno + 1];
PUB.ChfirstSave = new bool[maxmcno + 1, maxunno + 1, maxchno + 1];
for (int c = 0; c <= maxmcno - 1; c++)
{
for (int i = 0; i <= maxunno; i++)
@@ -1941,7 +1942,7 @@ namespace vmsnet
}
public void cmb_group_SelectedIndexChanged(object sender, EventArgs e)
{
{ // 전해조그룹 선택
if (this.cmb_tanks.SelectedIndex < 0) return;
/* 작성자: 이재웅, 작성일: 2024-11-22, 내용: 차트/Scatter/Volt/Time 초기화 */
@@ -2000,6 +2001,8 @@ namespace vmsnet
newdr.c2 = "";
newdr.cname = dr.TITLE;
newdr.cc = dr.COLOR;
ds1.channel.AddchannelRow(newdr);
}
ds1.channel.AcceptChanges();