HDL Home App 第二版本 旧平台金堂用 正在使用
hxb
2022-08-30 25429f085093d89d543a0b90e30d0d62d1b7dac9
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),