lazhen
2025-01-07 b3987122cbbc46c5c59d3173f37fca3170b6dc5a
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
Quintiq file version 2.0
Component PanelCheckboxBatchMaturation
{
  #keys: '[136682.1.455655368]'
  BaseType: 'WebPanel'
  Children:
  [
    Component CheckBoxBatchEditMaturation
    {
      #keys: '[136682.1.455655369]'
      BaseType: 'WebCheckbox'
      Properties:
      [
        ShowPadding: false
        Taborder: 0
      ]
    }
    Component CheckBoxHasMaturation
    {
      #keys: '[136682.1.455655370]'
      BaseType: 'WebCheckbox'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.HasMaturation'
        Label: 'Maturation (days)'
        ShowPadding: false
        Taborder: 1
        Tooltip: 'Maturation specifies the number of days a product cannot be utilized for demand while it matures.'
      ]
    }
    Component EditFieldMaturation
    {
      #keys: '[136682.1.455655371]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.MaturationDays'
        Mask: 'REAL'
        Taborder: 2
      ]
    }
  ]
  Properties:
  [
    FixedSize: true
    Orientation: 'horizontal'
    Taborder: 1
  ]
}