yanweiyuan3
2023-08-09 588bc7829387dfc761cc25f06f77d4c81818bd10
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
Quintiq file version 2.0
Component pnlContent
{
  #keys: '[135040.0.295369635]'
  BaseType: 'WebPanel'
  Children:
  [
    Component selProduct
    {
      #keys: '[135040.0.297717679]'
      BaseType: 'WebDropDownList'
      Databinding: 'Product_MP'
      Children:
      [
        Component DataExtractorProduct
        {
          #keys: '[135040.0.297717680]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'Product_MPs'
            FixedFilter: 'not object.IsSystem()'
            Source: 'DialogCreateEditRecipeWithEffectiveDate.DataHolderProductCandidates'
            Taborder: 0
            Transformation: 'Elements'
          ]
        }
      ]
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Product_MP'
        DisplayField: 'Name'
        Label: 'Product'
        Taborder: 0
        Tooltip: 'The items in the drop-down list are filtered based on the selection in the navigation panel.'
      ]
    }
    Component selRecipe
    {
      #keys: '[135040.0.297725051]'
      BaseType: 'WebDropDownList'
      Databinding: 'Recipe'
      Children:
      [
        Component DataExtractorRecipe
        {
          #keys: '[135040.0.297725052]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'MacroPlan'
            Source: 'MacroPlan'
            Taborder: 0
            Transformation: 'Recipe'
          ]
        }
      ]
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Recipe'
        DisplayField: 'Name'
        Label: 'Recipe'
        Taborder: 1
      ]
    }
    Component dsEffectiveDate
    {
      #keys: '[144528.6.144814925]'
      BaseType: 'WebDateSelector'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.EffectiveDate'
        DateFormat: 'DMMY'
        Label: ' Effective date'
        Taborder: 2
        Tooltip: 'The effective date specifies as of when this recipe will become active.<br>If this date falls in the middle of a period, they take effect from the next period onwards.'
      ]
    }
  ]
  Properties:
  [
    MinimumColumns: 40
    Taborder: 3
  ]
}