From e4f3d4a880acac6559f8d91277fa559e4fd350c8 Mon Sep 17 00:00:00 2001 From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com> Date: 星期五, 31 五月 2024 16:12:48 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev --- _Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Component_PanelCalendarEventTypes.def | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Component_PanelCalendarEventTypes.def b/_Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Component_PanelCalendarEventTypes.def index dfbdbdc..243ef2a 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Component_PanelCalendarEventTypes.def +++ b/_Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Component_PanelCalendarEventTypes.def @@ -3,10 +3,25 @@ { #keys: '[415136.0.658772868]' BaseType: 'WebPanel' + Children: + [ + #child: ListCalendarEventTypes + Component dhEventTypes + { + #keys: '[415136.0.714794191]' + BaseType: 'WebDataHolder' + Databinding: 'structured[LibCal_EventType]*' + Properties: + [ + Taborder: 0 + ] + } + ] Properties: [ FixedSize: true MinimumColumns: 39 Taborder: 1 + Title: 'Event type' ] } -- Gitblit v1.9.3