hongji.li
2023-11-11 df5a7e1ad6835e78b2f9eb7428817b0c23b116bc
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
Quintiq file version 2.0
Component PanelUserFrozenFutureDuration
{
  #keys: '[135040.0.218387432]'
  BaseType: 'WebPanel'
  Children:
  [
    Component CheckboxUserFrozenFutureDuration
    {
      #keys: '[135040.0.218387433]'
      BaseType: 'WebCheckbox'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.HasUserFrozenFutureDuration'
        Label: 'Override frozen duration of parent'
        ShowPadding: false
        Taborder: 0
        Tooltip: '<html>The duration from the start of planning which the unit is frozen.<br>The duration is rounded up to the start of the next most granular period.</html>'
      ]
    }
    Component DurationSelectorUserFrozenFutureDuration id:DurationSelectorUserFrozenFutureDuration_844
    {
      #keys: '[135040.0.218387503]'
      BaseType: 'WebDurationSelector'
      Properties:
      [
        CanBeNegative: false
        DataBinding: 'DataHolderDialogData.Data.UserFrozenFutureDuration'
        MinDuration: P0DT0H0M0S
        ShowLabel: false
        Taborder: 1
        Tooltip: '<html>The duration from the start of planning which the unit is frozen.<br>The duration is rounded up to the start of the next most granular period.</html>'
      ]
    }
  ]
  Properties:
  [
    FixedSize: true
    Orientation: 'horizontal'
    Taborder: 2
  ]
}