From f3dec8f5b480474c9a3b2ea0fabb0f6b9fdc0423 Mon Sep 17 00:00:00 2001 From: renhao <renhui.hao@capgemini.com> Date: 星期五, 13 十月 2023 17:11:34 +0800 Subject: [PATCH] Merge branch 'dev' --- _Main/UI/MacroPlannerWebApp/Component_FormFillingCapacityOrder/Component_listContextMenuFillingCapacityOrder.def | 70 +++++++++++++++++++++++++++++++++++ 1 files changed, 70 insertions(+), 0 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormFillingCapacityOrder/Component_listContextMenuFillingCapacityOrder.def b/_Main/UI/MacroPlannerWebApp/Component_FormFillingCapacityOrder/Component_listContextMenuFillingCapacityOrder.def new file mode 100644 index 0000000..ded91eb --- /dev/null +++ b/_Main/UI/MacroPlannerWebApp/Component_FormFillingCapacityOrder/Component_listContextMenuFillingCapacityOrder.def @@ -0,0 +1,70 @@ +Quintiq file version 2.0 +Component listContextMenuFillingCapacityOrder +{ + #keys: '[414382.0.397311984]' + BaseType: 'listContextMenu' + Children: + [ + Component MenuNew + { + #keys: '[414382.0.401230548]' + BaseType: 'WebMenu' + Properties: + [ + Image: 'ADD2' + Taborder: 3 + Title: 'New' + ] + } + Component MenuEdit id:MenuEdit_100 + { + #keys: '[414382.0.402500725]' + BaseType: 'WebMenu' + Properties: + [ + BindOnDoubleClick: true + Image: 'PENCIL' + Taborder: 4 + Title: 'Edit' + ] + } + Component MenuDelete id:MenuDelete_129 + { + #keys: '[414382.0.402500768]' + BaseType: 'WebMenu' + Properties: + [ + Image: 'DELETE' + Taborder: 5 + Title: 'Delete' + ] + } + Component MenuSaveScheme + { + #keys: '[414382.0.409871758]' + BaseType: 'WebMenu' + Properties: + [ + Image: 'DISK_BLUE' + Taborder: 6 + Title: 'Save Scheme' + ] + } + Component MenuSelectAll + { + #keys: '[414702.1.72339677]' + BaseType: 'WebMenu' + Properties: + [ + Image: 'DOCUMENT_SELECTION' + Shortcut: 'Ctrl+A' + Taborder: 7 + Title: '鍏ㄩ��' + ] + } + ] + Properties: + [ + Taborder: 0 + ] +} -- Gitblit v1.9.3