From cf438002329ac7f5560968675bfbcc2380a437cc Mon Sep 17 00:00:00 2001 From: jingh <jingh@LAPTOP-I53VDLOO> Date: 星期四, 25 十一月 2021 13:12:42 +0800 Subject: [PATCH] 增加设备状态运行表 --- LMES/ClsShowMod.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs index 8be3bc3..7ba902f 100644 --- a/LMES/ClsShowMod.cs +++ b/LMES/ClsShowMod.cs @@ -5189,6 +5189,13 @@ { switch (gnsy.ToLower()) { + case "eam_sourceruningstatus": + EAM_SourceRuningStatus oEAM_SourceRuningStatus = new EAM_SourceRuningStatus(); + oEAM_SourceRuningStatus.MdiParent = oMain; + oEAM_SourceRuningStatus.ModCaption = gnmc; + oEAM_SourceRuningStatus.Show(); + oMainForm.AddTabPage(oEAM_SourceRuningStatus); + break; case "mes_stationoutbilllist_baofei": MES_StationOutBillList_BaoFei oMES_StationOutBillList_BaoFei = new MES_StationOutBillList_BaoFei(); oMES_StationOutBillList_BaoFei.MdiParent = oMain; -- Gitblit v1.9.1