HDL_ON/UI/UI2/3-Intelligence/Automation/Set.cs
@@ -81,7 +81,11 @@ BackgroundColor = CSS.CSS_Color.view, Gravity = Gravity.BottomCenter,//置底的属性 }; this.AddChidren(frameLayout); ///可以显示删除控件 if (Logic.currlogic.tag == false) { this.AddChidren(frameLayout); } Button btnDel = new Button { TextSize = LogicView.TextSize.text16, @@ -94,6 +98,7 @@ frameLayout.AddChidren(btnDel); EventHandler<MouseEventArgs> delClick = (sender, e) => { Loading loading = new Loading();