lazhen
2025-01-09 8afe90b633046db39042aada36b88193062f8cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Quintiq file version 2.0
Component PanelSalesDemands
{
  #keys: '[136682.0.2006327504]'
  BaseType: 'WebPanel'
  Children:
  [
    Component CheckboxSalesDemands id:CheckboxSalesDemands_603
    {
      #keys: '[136682.0.2006327661]'
      BaseType: 'WebCheckbox'
      Properties:
      [
        Label: 'Sales demands'
        ShowPadding: false
        Taborder: 0
      ]
    }
    Component DropDownListSalesDemand
    {
      #keys: '[136682.0.2018306499]'
      BaseType: 'WebDropDownList'
      Databinding: 'LibDEF_SetMeta'
      Children:
      [
        Component DataExtractorSalesDemand
        {
          #keys: '[136682.0.2018306501]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'LibDEF_DataBroker'
            FixedFilter: 'object.ChannelName() = LibDEC_ChannelManufacturingDemand::CHANNEL_NAME()'
            Source: 'LibDEF_DataBroker'
            Taborder: 0
            Transformation: 'System.SetTypeMeta.SetMeta'
          ]
        }
      ]
      Properties:
      [
        AllowEmpty: true
        DisplayField: 'Name'
        Enabled: false
        NumberOfColumns: 30
        Taborder: 1
      ]
    }
  ]
  Properties:
  [
    Orientation: 'horizontal'
    Taborder: 0
  ]
}