HDL Home App 第二版本 旧平台金堂用 正在使用
wjc
2022-12-01 351bdda734832d821a9764b0cde8be5d83c4ec50
ZigbeeApp/Shared/Phone/Device/Logic/LogicView/FunView.cs
@@ -15,8 +15,8 @@
        };
        public Button iconBtn = new Button
        {
            Width = Application.GetMinRealAverage(81),
            Height = Application.GetMinRealAverage(81),
            Width = Application.GetRealWidth(81),
            Height = Application.GetRealWidth(81),
            X = Application.GetRealWidth(58),
            Y = Application.GetRealHeight(55),
            //UnSelectedImagePath = $"ZigeeLogic/{iocn}.png",
@@ -34,8 +34,8 @@
        };
        public Button funnextBtn = new Button
        {
            Width = Application.GetMinRealAverage(58),
            Height = Application.GetMinRealAverage(58),
            Width = Application.GetRealWidth(58),
            Height = Application.GetRealWidth(58),
            UnSelectedImagePath = "ZigeeLogic/next.png",
            X = Application.GetRealWidth(789 + 176),
            Y = Application.GetRealHeight(30 + 36),