실시간트렌드뷰 Pub_RemoteCommandEvent 화면UI 오류에 대한 예외처리 추가

This commit is contained in:
shark219-hub
2024-12-13 18:42:24 +09:00
parent 9d580a0f98
commit 50d5ea91fc
11 changed files with 341 additions and 314 deletions

View File

@@ -966,8 +966,10 @@ namespace vmsnet.HMI
if (Item.)
{
Color cc;
if (Item.ismin) cc = Color.Blue; //Color.DarkBlue;
else if (Item.ismax) cc = Color.Red;
if (Item.ismin)
cc = BrColor = Color.Blue; // <-- Color.DarkBlue;
else if (Item.ismax)
cc = BrColor = Color.Red;
else cc = BrColor;
using (var br = new SolidBrush(cc))
@@ -1011,7 +1013,7 @@ namespace vmsnet.HMI
if (this.WINDOW.Debug)
ValueStr += cidx.ToString();
//display value
//Cell Value 표시
if (Item.)
{
using (var Br = new SolidBrush(BrColor))