From 5017131971e6ac8f31adc2ed1e25583738b420a2 Mon Sep 17 00:00:00 2001 From: Tong <1025782220@qq.com> Date: 星期一, 06 九月 2021 13:18:00 +0800 Subject: [PATCH] 删除启动页Label --- HDL_ON/UI/UI2/FuntionControlView/ArmCenter/ArmCenterPage.cs | 13 +++---------- 1 files changed, 3 insertions(+), 10 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/ArmCenter/ArmCenterPage.cs b/HDL_ON/UI/UI2/FuntionControlView/ArmCenter/ArmCenterPage.cs index f9f005e..c56f5c7 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/ArmCenter/ArmCenterPage.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/ArmCenter/ArmCenterPage.cs @@ -104,7 +104,7 @@ InDefenseMode.alarm = false; Control.Ins.ControlSecurity(InDefenseMode, "enable"); }; - new PublicAssmebly().TipOptionMsg(StringId.Tip, StringId.DeleteSceneTip, action); + new PublicAssmebly().TipOptionMsg(StringId.Tip, StringId.ClearTheSecurityAlarmTip, action); } }; @@ -141,20 +141,13 @@ BackgroundColor = CSS_Color.MainColor, TextAlignment = TextAlignment.Center, TextColor = CSS_Color.MainBackgroundColor, - Text = "鎾ら槻", + TextID = StringId.chefang,// = "鎾ら槻", Radius = (uint)Application.GetRealWidth(20), Gravity = Gravity.CenterHorizontal, }; disarmView.AddChidren(btnDisarm); + btnDisarm.MouseUpEventHandler = (sender, e) => { - //foreach (var temp in FunctionList.List.securities) - //{ - // if (temp.status == "enable") - // { - // Control.Ins.ControlSecurity(temp, "disable"); - // break; - // } - //} if(InDefenseMode!= null) { Control.Ins.ControlSecurity(InDefenseMode, "disable"); -- Gitblit v1.8.0