From 695020008dc1ee576c928f9c2152fbb63fcdd83f Mon Sep 17 00:00:00 2001 From: lihongji <3117313295@qq.com> Date: 星期二, 27 八月 2024 13:07:05 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev --- _Main/UI/MacroPlannerWebApp/Component_DialogZEDPPSMS64/Component_pnlActions.def | 14 ++------------ 1 files changed, 2 insertions(+), 12 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogZEDPPSMS64/Component_pnlActions.def b/_Main/UI/MacroPlannerWebApp/Component_DialogZEDPPSMS64/Component_pnlActions.def index 1733369..dddb4a1 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_DialogZEDPPSMS64/Component_pnlActions.def +++ b/_Main/UI/MacroPlannerWebApp/Component_DialogZEDPPSMS64/Component_pnlActions.def @@ -5,16 +5,6 @@ BaseType: 'WebPanel' Children: [ - Component btnApply - { - #keys: '[415136.0.1033612184]' - BaseType: 'WebButton' - Properties: - [ - Label: 'Apply' - Taborder: 0 - ] - } Component btnOk { #keys: '[415136.0.1033612186]' @@ -22,7 +12,7 @@ Properties: [ Label: 'OK' - Taborder: 1 + Taborder: 0 ] } Component btnCancel @@ -32,7 +22,7 @@ Properties: [ Label: 'Cancel' - Taborder: 2 + Taborder: 1 ] } ] -- Gitblit v1.9.3