From 59f0db9da05209bf411652ee2ac5c5b1e14634ad Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期四, 30 五月 2024 17:07:20 +0800
Subject: [PATCH] 日历不可用事件界面表格

---
 _Main/UI/MacroPlannerWebApp/Component_LibCal_dlgEvent/Component_pnlEventType.def |   39 ++++++++++++++++++++++++++++++++++-----
 1 files changed, 34 insertions(+), 5 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgEvent/Component_pnlEventType.def b/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgEvent/Component_pnlEventType.def
index 76366d7..5fd5ae7 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgEvent/Component_pnlEventType.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgEvent/Component_pnlEventType.def
@@ -13,17 +13,46 @@
       [
         Label: 'Event type'
         NumberOfColumns: 0
+        Taborder: 1
+      ]
+    }
+    Component dhEventTypes
+    {
+      #keys: '[415136.0.705611943]'
+      BaseType: 'WebDataHolder'
+      Databinding: 'structured[LibCal_EventType]*'
+      Properties:
+      [
         Taborder: 0
       ]
     }
-    Component edtEventType
+    Component ddlEventType
     {
-      #keys: '[415136.0.657922077]'
-      BaseType: 'WebEditField'
+      #keys: '[415136.0.705611783]'
+      BaseType: 'WebDropDownList'
+      Databinding: 'LibCal_EventType'
+      Children:
+      [
+        Component deEventType
+        {
+          #keys: '[415136.0.705611784]'
+          BaseType: 'WebDataExtractor'
+          Properties:
+          [
+            DataType: 'structured[LibCal_EventType]'
+            Source: 'dhEventTypes'
+            Taborder: 0
+            Transformation: 'Elements'
+          ]
+        }
+      ]
       Properties:
       [
-        DataBinding: 'dhEvent.Data.EventType'
-        Taborder: 1
+        Description: 'dhEvent.Data.EventType'
+        DisplayField: 'Name'
+        NumberOfColumns: 15
+        ShowLabel: false
+        Taborder: 2
       ]
     }
   ]

--
Gitblit v1.9.3