From 765e7ec8426f896bf78a8749e38bd1656ca05474 Mon Sep 17 00:00:00 2001 From: yanweiyuan3 <yanweiyuan3@gmail.com> Date: 星期四, 21 九月 2023 11:26:46 +0800 Subject: [PATCH] Merge branch 'dev' into dev_yy --- _Main/UI/MacroPlannerWebApp/Component_Form633/Component_PanelPRDataButton.def | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 46 insertions(+), 0 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_Form633/Component_PanelPRDataButton.def b/_Main/UI/MacroPlannerWebApp/Component_Form633/Component_PanelPRDataButton.def new file mode 100644 index 0000000..e0f9eb6 --- /dev/null +++ b/_Main/UI/MacroPlannerWebApp/Component_Form633/Component_PanelPRDataButton.def @@ -0,0 +1,46 @@ +Quintiq file version 2.0 +Component PanelPRDataButton +{ + #keys: '[414384.0.798052026]' + BaseType: 'WebPanel' + Children: + [ + Component ButtonSendPR + { + #keys: '[414384.0.798052096]' + BaseType: 'WebButton' + Properties: + [ + Image: 'ARROW_RIGHT' + Label: 'Send checked PRs' + Taborder: 1 + ] + } + Component ButtonExportPR + { + #keys: '[414384.0.859041699]' + BaseType: 'WebButton' + Properties: + [ + Image: 'EXPORT1' + Label: '鏁版嵁瀵煎嚭' + Taborder: 2 + ] + } + Component ButtonLoad + { + #keys: '[414384.0.859141085]' + BaseType: 'WebButton' + Properties: + [ + Image: 'THICK_ARROW_DOWN_BLUE' + Label: '閲嶆柊鍔犺浇' + Taborder: 0 + ] + } + ] + Properties: + [ + Taborder: 0 + ] +} -- Gitblit v1.9.3