From 85fb8fdf8bdef29cbe8a1f64bc27e049454e7142 Mon Sep 17 00:00:00 2001 From: yunchai <yunying.chai@capgemini.com> Date: 星期一, 25 九月 2023 22:15:28 +0800 Subject: [PATCH] 合并DEV并且更新了冲减到订单 --- _Main/UI/MacroPlannerWebApp/Component_FormPanelPullPlanReport/Component_PanelFunctionButtons.def | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 60 insertions(+), 0 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormPanelPullPlanReport/Component_PanelFunctionButtons.def b/_Main/UI/MacroPlannerWebApp/Component_FormPanelPullPlanReport/Component_PanelFunctionButtons.def new file mode 100644 index 0000000..59898ad --- /dev/null +++ b/_Main/UI/MacroPlannerWebApp/Component_FormPanelPullPlanReport/Component_PanelFunctionButtons.def @@ -0,0 +1,60 @@ +Quintiq file version 2.0 +Component PanelFunctionButtons +{ + #keys: '[414702.0.153162120]' + BaseType: 'WebPanel' + Children: + [ + Component ButtonRefresh + { + #keys: '[414702.0.153101807]' + BaseType: 'WebButton' + Properties: + [ + Image: 'ARROW_CIRCLE2' + Label: '鍒锋柊' + Taborder: 0 + ] + } + Component ButtonSend + { + #keys: '[414702.0.153101827]' + BaseType: 'WebButton' + Properties: + [ + Image: 'ANTENNA' + Label: '鍙戦��' + Taborder: 1 + ] + } + Component DropDownStringListBusinessType + { + #keys: '[414702.0.170431848]' + BaseType: 'WebDropDownStringList' + Properties: + [ + Label: '浜嬩笟閮ㄩ�夋嫨' + Strings: '澶╁崕;涓撴樉;IT;杞﹁浇;TM17;TM18;杩愬姩鍋ュ悍;姹借溅鐢靛瓙' + Taborder: 2 + ] + } + Component EditFieldAddress + { + #keys: '[414702.0.203870768]' + BaseType: 'WebEditField' + Properties: + [ + Label: '鍙戦�佸湴鍧�' + Taborder: 3 + ] + } + ] + Properties: + [ + FixedSize: true + MinimumColumns: 1 + MinimumRows: 1 + Orientation: 'horizontal' + Taborder: 0 + ] +} -- Gitblit v1.9.3