From f3dec8f5b480474c9a3b2ea0fabb0f6b9fdc0423 Mon Sep 17 00:00:00 2001
From: renhao <renhui.hao@capgemini.com>
Date: 星期五, 13 十月 2023 17:11:34 +0800
Subject: [PATCH] Merge branch 'dev'

---
 _Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_MatrixEditorShowInterfaceData.def |   98 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 98 insertions(+), 0 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_MatrixEditorShowInterfaceData.def b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_MatrixEditorShowInterfaceData.def
new file mode 100644
index 0000000..66bfefb
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_MatrixEditorShowInterfaceData.def
@@ -0,0 +1,98 @@
+Quintiq file version 2.0
+Component MatrixEditorShowInterfaceData
+{
+  #keys: '[414702.0.491402111]'
+  BaseType: 'WebMatrixEditor'
+  Children:
+  [
+    Component MatrixEditorCellShowInterfaceData
+    {
+      #keys: '[414702.0.491402112]'
+      BaseType: 'WebMatrixEditorCell'
+      Children:
+      [
+        Component DataExtractorShowInterfaceData
+        {
+          #keys: '[414702.0.491402113]'
+          BaseType: 'WebDataExtractor'
+          Properties:
+          [
+            DataType: 'GlobalOTDTable'
+            Source: 'GlobalOTDTable'
+            Taborder: 0
+            Transformation: 'Global_ShowCell'
+          ]
+        }
+      ]
+      Properties:
+      [
+        Attributes: 'Value'
+        Column: 'Global_ShowColumn'
+        Row: 'Global_ShowRow'
+        Taborder: 0
+      ]
+    }
+    Component MatrixEditorRowsShowInterfaceData
+    {
+      #keys: '[414702.0.491402116]'
+      BaseType: 'WebMatrixEditorHeaderLevel'
+      Children:
+      [
+        Component DataExtractor703
+        {
+          #keys: '[414702.0.491402117]'
+          BaseType: 'WebDataExtractor'
+          Properties:
+          [
+            DataType: 'GlobalOTDTable'
+            Source: 'GlobalOTDTable'
+            Taborder: 0
+            Transformation: 'Global_ShowRow'
+          ]
+        }
+      ]
+      Properties:
+      [
+        Legend: 'RowNr'
+        SortCriteria: 'RowNr'
+        Taborder: 1
+      ]
+    }
+    Component MatrixEditorColumnsShowInterfaceData
+    {
+      #keys: '[414702.0.491402120]'
+      BaseType: 'WebMatrixEditorHeaderLevel'
+      Children:
+      [
+        Component DataExtractor253
+        {
+          #keys: '[414702.0.491402121]'
+          BaseType: 'WebDataExtractor'
+          Properties:
+          [
+            DataType: 'GlobalOTDTable'
+            Source: 'GlobalOTDTable'
+            Taborder: 0
+            Transformation: 'Global_ShowColumn'
+          ]
+        }
+      ]
+      Properties:
+      [
+        Legend: 'ColumnName'
+        SortCriteria: 'ColumnIndex'
+        Taborder: 2
+      ]
+    }
+    #child: matrixEditorActionBarPageShowInterfaceData
+    #child: matrixeditorContextMenuShowInterfaceData
+  ]
+  Properties:
+  [
+    Columns: 'MatrixEditorColumnsShowInterfaceData'
+    ContextMenu: 'matrixeditorContextMenuShowInterfaceData'
+    Rows: 'MatrixEditorRowsShowInterfaceData'
+    Taborder: 0
+    Visible: false
+  ]
+}

--
Gitblit v1.9.3