From f17217ea2bcfb6a63037a37cb77f208956157e03 Mon Sep 17 00:00:00 2001 From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com> Date: 星期二, 27 八月 2024 14:27:56 +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