hongji.li
2023-11-03 aefafd2142478d4fb07d6b8b45c3047e247389e0
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
Quintiq file version 2.0
Component pnlContent
{
  #keys: '[139394.0.1557823110]'
  BaseType: 'WebPanel'
  Children:
  [
    Component DropDownListUnit
    {
      #keys: '[139394.0.1557823242]'
      BaseType: 'WebDropDownList'
      Databinding: 'Unit'
      Children:
      [
        Component DataExtractorUnit
        {
          #keys: '[139394.0.1557823244]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'structured[Unit]'
            FixedFilter: 'object.CampaignType_MP( relsize ) > 1'
            Source: 'ApplicationMacroPlanner.DataHolderUnit'
            Taborder: 0
            Transformation: 'Elements'
          ]
        }
      ]
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Unit'
        DisplayField: 'Name'
        Label: 'Unit'
        Taborder: 0
        Tooltip: 'The items in the drop-down list are filtered based on the selection in the navigation panel.'
      ]
    }
    Component DropDownListFromCampaignType
    {
      #keys: '[139394.0.1557811727]'
      BaseType: 'WebDropDownList'
      Databinding: 'CampaignType_MP'
      Children:
      [
        Component DataExtractorFromCampaignType
        {
          #keys: '[139394.0.1557811729]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'Unit'
            Source: 'DataHolderSelectedUnit'
            Taborder: 0
            Transformation: 'CampaignType_MP'
          ]
        }
      ]
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.FromCampaignType'
        DisplayField: 'Name'
        Label: 'From'
        Taborder: 1
      ]
    }
    Component DropDownListToCampaignType
    {
      #keys: '[139394.0.1557827941]'
      BaseType: 'WebDropDownList'
      Databinding: 'CampaignType_MP'
      Children:
      [
        Component DataExtractorToCampaignType
        {
          #keys: '[139394.0.1557827942]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'Unit'
            Source: 'DataHolderSelectedUnit'
            Taborder: 0
            Transformation: 'CampaignType_MP'
          ]
        }
      ]
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.ToCampaignType'
        DisplayField: 'Name'
        Label: 'To'
        Taborder: 2
      ]
    }
    #child: PanelMinimumDuration
    #child: PanelMaximumDuration
    #child: PanelMaximumQuantity
    #child: PanelMinimumQuantity
    Component RadioButtonGroupQuantityDuration
    {
      #keys: '[150660.1.727782042]'
      BaseType: 'WebRadioButtonGroup'
      Properties:
      [
        BoundValue: 'Quantity'
        ButtonLabels: 'Quantity;Duration'
        ButtonValues: 'Quantity;Duration'
        DataBinding: 'DataHolderDialogData.Data.InputType'
        Orientation: 'horizontal'
        Taborder: 3
      ]
    }
  ]
  Properties:
  [
    Taborder: 3
  ]
}