From 5bf8d2a8e00a9e2a666005ea794ebffd8dd65b94 Mon Sep 17 00:00:00 2001
From: lihongji <3117313295@qq.com>
Date: 星期二, 27 八月 2024 11:30:26 +0800
Subject: [PATCH] 导出

---
 _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