JLChen
2021-02-05 a71a421dd23f406e10740be2489bdca5e7734d04
HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/SaveView.cs
old mode 100644 new mode 100755
@@ -17,7 +17,7 @@
        };
        /// <summary>
        /// (条件或者目标)文本描述
        /// 保存
        /// </summary>
        public Button btnSave= new Button
        {
@@ -30,7 +30,7 @@
            TextColor = CSS.CSS_Color.textWhiteColor,
            TextAlignment = TextAlignment.Center,
            BackgroundColor= CSS.CSS_Color.btnSaveBackgroundColor,
            Radius = (uint)Application.GetRealHeight(44),
            Radius = (uint)Application.GetRealHeight(22),
        };
        public Button btnClick = new Button