wei
2021-04-01 ccdff82fac4bcc1067ec806ade5ae897f1214f4d
HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPage.cs
@@ -36,7 +36,7 @@
        Action actionRefresh;
        #endregion
        public FunctionBaseInfoSetPage(Function func,Action action)
        public FunctionBaseInfoSetPage(Function func, Action action)
        {
            bodyView = this;
            function = func;
@@ -72,8 +72,8 @@
            btnFunctionName = new Button()
            {
                X = Application.GetRealWidth(186),
                Width = Application.GetRealWidth(137),
                X = Application.GetRealWidth(86),
                Width = Application.GetRealWidth(237),
                TextAlignment = TextAlignment.CenterRight,
                TextColor = CSS_Color.PromptingColor1,
                TextSize = CSS_FontSize.TextFontSize,
@@ -125,8 +125,8 @@
            btnLocationValues = new Button()
            {
                X = Application.GetRealWidth(186),
                Width = Application.GetRealWidth(137),
                X = Application.GetRealWidth(86),
                Width = Application.GetRealWidth(237),
                TextAlignment = TextAlignment.CenterRight,
                TextColor = CSS_Color.PromptingColor1,
                TextSize = CSS_FontSize.TextFontSize,
@@ -196,10 +196,11 @@
            //    });
            #endregion
#if stage2
            #region 添加到桌面
            var addToDesktopView = new FrameLayout()
            {
                Y = nameView.Bottom,
                Y = locationMagtView.Bottom,
                Height = Application.GetRealHeight(55),
                BackgroundColor = CSS_Color.MainBackgroundColor,
            };
@@ -227,7 +228,7 @@
            addToDesktopView.AddChidren(btnAddToDesktopRight);
            #endregion
#endif
            LoadEventList();
        }