From 880f3c0257eeb8c37761d484258fdd102a369a19 Mon Sep 17 00:00:00 2001
From: 陈清红 <420599804@qq.com>
Date: 星期一, 14 四月 2025 16:46:36 +0800
Subject: [PATCH] BUG&优化项
---
_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ActionBarGroupRestraint.def | 26 ++++++++++++++++++++++++--
1 files changed, 24 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..ad5b573 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ActionBarGroupRestraint.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ActionBarGroupRestraint.def
@@ -5,17 +5,39 @@
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
+ ]
+ }
+ Component ButtonLockPeriodData
+ {
+ #keys: '[414996.1.185742569]'
+ BaseType: 'WebButton'
+ Properties:
+ [
+ Image: 'GEAR_VIEW'
+ Label: 'Lock period data'
+ Taborder: 2
+ ]
+ }
]
Properties:
[
--
Gitblit v1.9.3