From a43f01cebe400883d31dbd3a1f1b593c61aa2a0d Mon Sep 17 00:00:00 2001 From: yanweiyuan3 <yanweiyuan3@gmail.com> Date: 星期四, 21 九月 2023 10:06:00 +0800 Subject: [PATCH] Merge branch 'dev_yy' into dev --- _Main/UI/MacroPlannerWebApp/Component_FormScenarioManager/Component_ListScenario.def | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 114 insertions(+), 0 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormScenarioManager/Component_ListScenario.def b/_Main/UI/MacroPlannerWebApp/Component_FormScenarioManager/Component_ListScenario.def index 71d6ba4..015e693 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_FormScenarioManager/Component_ListScenario.def +++ b/_Main/UI/MacroPlannerWebApp/Component_FormScenarioManager/Component_ListScenario.def @@ -1,4 +1,118 @@ Quintiq file version 2.0 Component ListScenario #extension { + Children: + [ + Component DataSetLevelScenario #extension + { + Children: + [ + Component listContextMenuScenarioFolder #extension + { + Children: + [ + Component MenuRelaeaseNewVersion + { + #keys: '[412960.0.168283194]' + BaseType: 'WebMenu' + Properties: + [ + DelegationID: 'ActionBarScenario_Release' + Description: '鍙戝竷鏂扮増鏈�' + Image: 'EDITOR_ALGORITHM' + Taborder: 10 + Title: 'Release New Version...' + ] + } + Component MenuCopyScenario #extension + { + } + Component MenuSaveNewVersion + { + #keys: '[412960.0.172960163]' + BaseType: 'WebMenu' + Properties: + [ + DelegationID: 'ActionBarScenario_Save' + Description: '鍙戝竷鏂扮増鏈�' + Image: 'DATA_DISK' + Taborder: 11 + Title: 'Save New Version...' + ] + } + Component MenuSeparator2 #extension + { + Properties: + [ + Taborder: 12 + ] + } + Component MenuSeparator3 #extension + { + Properties: + [ + Taborder: 14 + ] + } + Component MenuSelectScenario #extension + { + Properties: + [ + Taborder: 13 + ] + } + Component MenuEditAuthorization #extension + { + Properties: + [ + Taborder: 15 + ] + } + Component MenuSeparator4 #extension + { + Properties: + [ + Taborder: 16 + ] + } + Component MenuLoadScenario #extension + { + Properties: + [ + Taborder: 17 + ] + } + Component MenuUnloadScenario #extension + { + Properties: + [ + Taborder: 18 + ] + } + Component MenuSeparator5 #extension + { + Properties: + [ + Taborder: 19 + ] + } + Component MenuAdministration #extension + { + Properties: + [ + Taborder: 20 + ] + } + Component MenuRestoreItem #extension + { + Properties: + [ + Taborder: 21 + ] + } + ] + } + ] + } + ] } -- Gitblit v1.9.3