From 8d6873964fdc3d06966c50e49eec94c2e9b201ce Mon Sep 17 00:00:00 2001
From: yanyuan <yuan.yan@capgemini.com>
Date: 星期四, 09 十一月 2023 15:19:17 +0800
Subject: [PATCH] Add Panels in FormShowInterfaceData

---
 _Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelCUrrencyRate_MP#61.def          |   15 ++
 _Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelLaneLeg.def                     |   15 ++
 _Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listContextMenuLane.def              |   10 +
 _Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_ListLane.def                         |   41 +++++
 _Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelCurrency_MP.def                 |   15 ++
 _Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listContextMenuCurrencyRate_MP.def   |   10 +
 _Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listActionBarPageCurrencyRate_MP.def |   10 +
 _Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listActionBarPageCurrency_MP.def     |   10 +
 _Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_ListLaneLeg.def                      |   41 +++++
 _Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listActionBarPageLane.def            |   10 +
 _Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelLane.def                        |   15 ++
 _Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listActionBarPageStockingPoint.def   |   10 +
 _Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listContextMenuCurrency_MP.def       |   10 +
 _Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listContextMenuStockingPoint.def     |   10 +
 _Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_ListCurrencyRate_MP.def              |   41 +++++
 _Main/BL/Type_Global_MappingProduct_MP/Attribute_ProductUsedCount.qbl                                      |    7 +
 _Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listActionBarPageLaneLeg.def         |   10 +
 _Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelStockingPoint_MP.def            |   15 ++
 _Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listContextMenuLaneLeg.def           |   10 +
 _Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_ListStockingPoint.def                |   41 +++++
 _Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelInterfaceDataDisplayContent.def |    5 
 _Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_ListCurrency_MP.def                  |   41 +++++
 22 files changed, 392 insertions(+), 0 deletions(-)

diff --git a/_Main/BL/Type_Global_MappingProduct_MP/Attribute_ProductUsedCount.qbl b/_Main/BL/Type_Global_MappingProduct_MP/Attribute_ProductUsedCount.qbl
new file mode 100644
index 0000000..a48aed6
--- /dev/null
+++ b/_Main/BL/Type_Global_MappingProduct_MP/Attribute_ProductUsedCount.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute ProductUsedCount
+{
+  #keys: '3[414502.0.489910352][414502.0.489910351][414502.0.489910353]'
+  ValueType: Number
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_ListCurrencyRate_MP.def b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_ListCurrencyRate_MP.def
new file mode 100644
index 0000000..ab20502
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_ListCurrencyRate_MP.def
@@ -0,0 +1,41 @@
+Quintiq file version 2.0
+Component ListCurrencyRate_MP
+{
+  #keys: '[414502.0.496832103]'
+  BaseType: 'WebList'
+  Children:
+  [
+    Component DataExtractorCurrencyRate_MP
+    {
+      #keys: '[414502.0.496832104]'
+      BaseType: 'WebDataExtractor'
+      Properties:
+      [
+        DataType: 'GlobalOTDTable'
+        Source: 'GlobalOTDTable'
+        Taborder: 0
+        Transformation: 'Global_MappingCurrencyRate_MP'
+      ]
+    }
+    #child: listActionBarPageCurrencyRate_MP
+    Component DataSetLevelCurrencyRate_MP
+    {
+      #keys: '[414502.0.496832109]'
+      BaseType: 'WebDataSetLevel'
+      Children:
+      [
+        #child: listContextMenuCurrencyRate_MP
+      ]
+      Properties:
+      [
+        Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"CurrencyID","title":"CurrencyID","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"CurrencyID"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Rate","title":"Rate","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Rate"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Start","title":"Start","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Start"}}]'
+        ContextMenu: 'listContextMenuCurrencyRate_MP'
+        Taborder: 2
+      ]
+    }
+  ]
+  Properties:
+  [
+    Taborder: 0
+  ]
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_ListCurrency_MP.def b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_ListCurrency_MP.def
new file mode 100644
index 0000000..a6f6904
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_ListCurrency_MP.def
@@ -0,0 +1,41 @@
+Quintiq file version 2.0
+Component ListCurrency_MP
+{
+  #keys: '[414502.0.498086404]'
+  BaseType: 'WebList'
+  Children:
+  [
+    Component DataExtractorCurrency_MP
+    {
+      #keys: '[414502.0.498086405]'
+      BaseType: 'WebDataExtractor'
+      Properties:
+      [
+        DataType: 'GlobalOTDTable'
+        Source: 'GlobalOTDTable'
+        Taborder: 0
+        Transformation: 'Global_MappingCurrency_MP'
+      ]
+    }
+    #child: listActionBarPageCurrency_MP
+    Component DataSetLevelCurrency_MP
+    {
+      #keys: '[414502.0.498086410]'
+      BaseType: 'WebDataSetLevel'
+      Children:
+      [
+        #child: listContextMenuCurrency_MP
+      ]
+      Properties:
+      [
+        Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"ID","title":"ID","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"ID"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"IsBase","title":"IsBase","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"IsBase"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Name","title":"Name","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Name"}}]'
+        ContextMenu: 'listContextMenuCurrency_MP'
+        Taborder: 2
+      ]
+    }
+  ]
+  Properties:
+  [
+    Taborder: 0
+  ]
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_ListLane.def b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_ListLane.def
new file mode 100644
index 0000000..810c782
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_ListLane.def
@@ -0,0 +1,41 @@
+Quintiq file version 2.0
+Component ListLane
+{
+  #keys: '[414502.0.496812491]'
+  BaseType: 'WebList'
+  Children:
+  [
+    Component DataExtractorLane
+    {
+      #keys: '[414502.0.496812492]'
+      BaseType: 'WebDataExtractor'
+      Properties:
+      [
+        DataType: 'GlobalOTDTable'
+        Source: 'GlobalOTDTable'
+        Taborder: 0
+        Transformation: 'Global_MappingLane'
+      ]
+    }
+    #child: listActionBarPageLane
+    Component DataSetLevelLane
+    {
+      #keys: '[414502.0.496812497]'
+      BaseType: 'WebDataSetLevel'
+      Children:
+      [
+        #child: listContextMenuLane
+      ]
+      Properties:
+      [
+        Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"ID","title":"ID","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"ID"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Name","title":"Name","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Name"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"UnitID","title":"UnitID","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"UnitID"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"UserLeadTime","title":"UserLeadTime","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"UserLeadTime"}}]'
+        ContextMenu: 'listContextMenuLane'
+        Taborder: 2
+      ]
+    }
+  ]
+  Properties:
+  [
+    Taborder: 0
+  ]
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_ListLaneLeg.def b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_ListLaneLeg.def
new file mode 100644
index 0000000..9800f74
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_ListLaneLeg.def
@@ -0,0 +1,41 @@
+Quintiq file version 2.0
+Component ListLaneLeg
+{
+  #keys: '[414502.0.496862681]'
+  BaseType: 'WebList'
+  Children:
+  [
+    Component DataExtractorLaneLeg
+    {
+      #keys: '[414502.0.496862682]'
+      BaseType: 'WebDataExtractor'
+      Properties:
+      [
+        DataType: 'GlobalOTDTable'
+        Source: 'GlobalOTDTable'
+        Taborder: 0
+        Transformation: 'Global_MappingLaneLeg'
+      ]
+    }
+    #child: listActionBarPageLaneLeg
+    Component DataSetLevelLaneLeg
+    {
+      #keys: '[414502.0.496862687]'
+      BaseType: 'WebDataSetLevel'
+      Children:
+      [
+        #child: listContextMenuLaneLeg
+      ]
+      Properties:
+      [
+        Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"DestinationStockingPointID","title":"DestinationStockingPointID","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"DestinationStockingPointID"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"LaneID","title":"LaneID","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"LaneID"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Name","title":"Name","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Name"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"OriginStockingPointID","title":"OriginStockingPointID","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"OriginStockingPointID"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"UserLeadTime","title":"UserLeadTime","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"UserLeadTime"}}]'
+        ContextMenu: 'listContextMenuLaneLeg'
+        Taborder: 2
+      ]
+    }
+  ]
+  Properties:
+  [
+    Taborder: 0
+  ]
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_ListStockingPoint.def b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_ListStockingPoint.def
new file mode 100644
index 0000000..54adb54
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_ListStockingPoint.def
@@ -0,0 +1,41 @@
+Quintiq file version 2.0
+Component ListStockingPoint
+{
+  #keys: '[414502.0.498048449]'
+  BaseType: 'WebList'
+  Children:
+  [
+    Component DataExtractorStockingPoint
+    {
+      #keys: '[414502.0.498048450]'
+      BaseType: 'WebDataExtractor'
+      Properties:
+      [
+        DataType: 'GlobalOTDTable'
+        Source: 'GlobalOTDTable'
+        Taborder: 0
+        Transformation: 'Global_MappingStockingPoint_MP'
+      ]
+    }
+    #child: listActionBarPageStockingPoint
+    Component DataSetLevelStockingPoint
+    {
+      #keys: '[414502.0.498048455]'
+      BaseType: 'WebDataSetLevel'
+      Children:
+      [
+        #child: listContextMenuStockingPoint
+      ]
+      Properties:
+      [
+        Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"ID","title":"ID","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"ID"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Name","title":"Name","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Name"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"UnitID","title":"UnitID","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"UnitID"}}]'
+        ContextMenu: 'listContextMenuStockingPoint'
+        Taborder: 2
+      ]
+    }
+  ]
+  Properties:
+  [
+    Taborder: 0
+  ]
+}
diff --git "a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelCUrrencyRate_MP\04361.def" "b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelCUrrencyRate_MP\04361.def"
new file mode 100644
index 0000000..a917be9
--- /dev/null
+++ "b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelCUrrencyRate_MP\04361.def"
@@ -0,0 +1,15 @@
+Quintiq file version 2.0
+Component PanelCurrencyRate_MP
+{
+  #keys: '[414502.0.496881401]'
+  BaseType: 'WebPanel'
+  Children:
+  [
+    #child: ListCurrencyRate_MP
+  ]
+  Properties:
+  [
+    Taborder: 11
+    Title: 'CurrencyRate_MP'
+  ]
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelCurrency_MP.def b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelCurrency_MP.def
new file mode 100644
index 0000000..3c80e2f
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelCurrency_MP.def
@@ -0,0 +1,15 @@
+Quintiq file version 2.0
+Component PanelCurrency_MP
+{
+  #keys: '[414502.0.498086384]'
+  BaseType: 'WebPanel'
+  Children:
+  [
+    #child: ListCurrency_MP
+  ]
+  Properties:
+  [
+    Taborder: 10
+    Title: 'Currency_MP'
+  ]
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelInterfaceDataDisplayContent.def b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelInterfaceDataDisplayContent.def
index 40d992d..b6a3926 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelInterfaceDataDisplayContent.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelInterfaceDataDisplayContent.def
@@ -14,6 +14,11 @@
     #child: PanelOperation
     #child: PanelOperationBOM
     #child: PanelSummaryOfInboundTransaction
+    #child: PanelStockingPoint_MP
+    #child: PanelCurrency_MP
+    #child: PanelCurrencyRate_MP
+    #child: PanelLane
+    #child: PanelLaneLeg
   ]
   Properties:
   [
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelLane.def b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelLane.def
new file mode 100644
index 0000000..4ae9ad4
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelLane.def
@@ -0,0 +1,15 @@
+Quintiq file version 2.0
+Component PanelLane
+{
+  #keys: '[414502.0.496882353]'
+  BaseType: 'WebPanel'
+  Children:
+  [
+    #child: ListLane
+  ]
+  Properties:
+  [
+    Taborder: 12
+    Title: 'Lane'
+  ]
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelLaneLeg.def b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelLaneLeg.def
new file mode 100644
index 0000000..b8446b5
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelLaneLeg.def
@@ -0,0 +1,15 @@
+Quintiq file version 2.0
+Component PanelLaneLeg
+{
+  #keys: '[414502.0.496862661]'
+  BaseType: 'WebPanel'
+  Children:
+  [
+    #child: ListLaneLeg
+  ]
+  Properties:
+  [
+    Taborder: 13
+    Title: 'LaneLeg'
+  ]
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelStockingPoint_MP.def b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelStockingPoint_MP.def
new file mode 100644
index 0000000..daabc0d
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelStockingPoint_MP.def
@@ -0,0 +1,15 @@
+Quintiq file version 2.0
+Component PanelStockingPoint_MP
+{
+  #keys: '[414502.0.498048293]'
+  BaseType: 'WebPanel'
+  Children:
+  [
+    #child: ListStockingPoint
+  ]
+  Properties:
+  [
+    Taborder: 9
+    Title: 'StockingPoint_MP'
+  ]
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listActionBarPageCurrencyRate_MP.def b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listActionBarPageCurrencyRate_MP.def
new file mode 100644
index 0000000..8c77046
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listActionBarPageCurrencyRate_MP.def
@@ -0,0 +1,10 @@
+Quintiq file version 2.0
+Component listActionBarPageCurrencyRate_MP
+{
+  #keys: '[414502.0.496832106]'
+  BaseType: 'listActionBarPage'
+  Properties:
+  [
+    Taborder: 1
+  ]
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listActionBarPageCurrency_MP.def b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listActionBarPageCurrency_MP.def
new file mode 100644
index 0000000..2cb66be
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listActionBarPageCurrency_MP.def
@@ -0,0 +1,10 @@
+Quintiq file version 2.0
+Component listActionBarPageCurrency_MP
+{
+  #keys: '[414502.0.498086407]'
+  BaseType: 'listActionBarPage'
+  Properties:
+  [
+    Taborder: 1
+  ]
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listActionBarPageLane.def b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listActionBarPageLane.def
new file mode 100644
index 0000000..b46b63d
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listActionBarPageLane.def
@@ -0,0 +1,10 @@
+Quintiq file version 2.0
+Component listActionBarPageLane
+{
+  #keys: '[414502.0.496812494]'
+  BaseType: 'listActionBarPage'
+  Properties:
+  [
+    Taborder: 1
+  ]
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listActionBarPageLaneLeg.def b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listActionBarPageLaneLeg.def
new file mode 100644
index 0000000..1d84164
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listActionBarPageLaneLeg.def
@@ -0,0 +1,10 @@
+Quintiq file version 2.0
+Component listActionBarPageLaneLeg
+{
+  #keys: '[414502.0.496862684]'
+  BaseType: 'listActionBarPage'
+  Properties:
+  [
+    Taborder: 1
+  ]
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listActionBarPageStockingPoint.def b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listActionBarPageStockingPoint.def
new file mode 100644
index 0000000..642d042
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listActionBarPageStockingPoint.def
@@ -0,0 +1,10 @@
+Quintiq file version 2.0
+Component listActionBarPageStockingPoint
+{
+  #keys: '[414502.0.498048452]'
+  BaseType: 'listActionBarPage'
+  Properties:
+  [
+    Taborder: 1
+  ]
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listContextMenuCurrencyRate_MP.def b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listContextMenuCurrencyRate_MP.def
new file mode 100644
index 0000000..3b99a21
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listContextMenuCurrencyRate_MP.def
@@ -0,0 +1,10 @@
+Quintiq file version 2.0
+Component listContextMenuCurrencyRate_MP
+{
+  #keys: '[414502.0.496832111]'
+  BaseType: 'listContextMenu'
+  Properties:
+  [
+    Taborder: 0
+  ]
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listContextMenuCurrency_MP.def b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listContextMenuCurrency_MP.def
new file mode 100644
index 0000000..f1bdfd3
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listContextMenuCurrency_MP.def
@@ -0,0 +1,10 @@
+Quintiq file version 2.0
+Component listContextMenuCurrency_MP
+{
+  #keys: '[414502.0.498086412]'
+  BaseType: 'listContextMenu'
+  Properties:
+  [
+    Taborder: 0
+  ]
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listContextMenuLane.def b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listContextMenuLane.def
new file mode 100644
index 0000000..2ae5aae
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listContextMenuLane.def
@@ -0,0 +1,10 @@
+Quintiq file version 2.0
+Component listContextMenuLane
+{
+  #keys: '[414502.0.496812499]'
+  BaseType: 'listContextMenu'
+  Properties:
+  [
+    Taborder: 0
+  ]
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listContextMenuLaneLeg.def b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listContextMenuLaneLeg.def
new file mode 100644
index 0000000..0568930
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listContextMenuLaneLeg.def
@@ -0,0 +1,10 @@
+Quintiq file version 2.0
+Component listContextMenuLaneLeg
+{
+  #keys: '[414502.0.496862689]'
+  BaseType: 'listContextMenu'
+  Properties:
+  [
+    Taborder: 0
+  ]
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listContextMenuStockingPoint.def b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listContextMenuStockingPoint.def
new file mode 100644
index 0000000..51c8bc6
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_listContextMenuStockingPoint.def
@@ -0,0 +1,10 @@
+Quintiq file version 2.0
+Component listContextMenuStockingPoint
+{
+  #keys: '[414502.0.498048457]'
+  BaseType: 'listContextMenu'
+  Properties:
+  [
+    Taborder: 0
+  ]
+}

--
Gitblit v1.9.3