From ffb76f7a9a094cd200367d23b6822f4c1f7c873c Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期四, 17 十月 2024 19:19:09 +0800
Subject: [PATCH] 修复一些bug

---
 _Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ActionBarGroupRestraint.def |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ActionBarGroupRestraint.def b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ActionBarGroupRestraint.def
index 77a368c..f6b290e 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ActionBarGroupRestraint.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ActionBarGroupRestraint.def
@@ -5,17 +5,28 @@
   BaseType: 'WebActionBarGroup'
   Children:
   [
-    Component ButtonChangeLossSetting
+    Component ButtonChangeoverLossSetting
     {
       #keys: '[415136.0.747550259]'
       BaseType: 'WebButton'
       Properties:
       [
         Image: 'GEAR'
-        Label: 'Change loss setting'
+        Label: 'Changeover loss setting'
         Taborder: 0
       ]
     }
+    Component ButtonLockPeriod
+    {
+      #keys: '[412672.0.1039433722]'
+      BaseType: 'WebButton'
+      Properties:
+      [
+        Image: 'GEAR_LOCK'
+        Label: 'Lock period'
+        Taborder: 1
+      ]
+    }
   ]
   Properties:
   [

--
Gitblit v1.9.3