wxr
2023-11-06 d720466cffce3bea2ee92e419f64a92da6ab7e18
国际化支持:场景增加自动化使能配置
2个文件已修改
6 ■■■■ 已修改文件
HDL_ON/UI/UI2/3-Intelligence/Scene/SceneEditPage.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL_ON/UI/UI2/3-Intelligence/Scene/SceneTargetTypeChoosePage.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL_ON/UI/UI2/3-Intelligence/Scene/SceneEditPage.cs
@@ -410,9 +410,9 @@
                Y = Application.GetRealHeight(667 - 50),
                Height = Application.GetRealHeight(50),
                TextAlignment = TextAlignment.Center,
                TextColor =  CSS_Color.WarningColor,
                TextColor = CSS_Color.WarningColor,
                TextSize = CSS_FontSize.SubheadingFontSize,
                TextID =   StringId.Del,
                TextID = StringId.Del,
                BackgroundColor = CSS_Color.MainBackgroundColor,
                //IsBold = true
            };
HDL_ON/UI/UI2/3-Intelligence/Scene/SceneTargetTypeChoosePage.cs
@@ -39,7 +39,7 @@
                Height = Application.GetRealHeight(20),
                BackgroundColor = CSS_Color.BackgroundColor
            });
            var topView = new TopViewDiv(bodyView, "添加执行动作");
            var topView = new TopViewDiv(bodyView,Language.StringByID(StringId.AddExecutionAction);
            topView.maginY = 10;
            topView.LoadTopView();