haorenhui
2023-10-30 6d6cc10d9e8e242661da7fd655dec155a09d676c
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
Quintiq file version 2.0
Component PanelCapacitySmoothing
{
  #keys: '[135040.0.219472192]'
  BaseType: 'WebPanel'
  Children:
  [
    #child: PanelCheckboxHasCapacitySmoothing
    Component CheckboxIsOverlapCapacitySmoothing
    {
      #keys: '[135040.0.219472199]'
      BaseType: 'WebCheckbox'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.IsOverlapCapacitySmoothing'
        Label: 'Overlapped smoothing'
        Taborder: 4
      ]
    }
    Component EditFieldCapacitySmoothingPercentageDelta
    {
      #keys: '[135040.0.218344635]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.CapacitySmoothingPercentageDelta'
        Label: 'Delta (%)'
        Mask: 'REAL'
        Taborder: 1
      ]
    }
    Component RadioButtonGroupIsSmoothCapacityOverAllPeriods
    {
      #keys: '[135040.0.219472790]'
      BaseType: 'WebRadioButtonGroup'
      Properties:
      [
        BoundValue: 'true'
        ButtonLabels: 'Entire planning horizon;Fixed number of periods:'
        ButtonValues: 'true;false'
        DataBinding: 'DataHolderDialogData.Data.IsSmoothCapacityOverAllPeriods'
        Taborder: 2
        Title: 'Smooth over'
      ]
    }
    Component EditFieldCapacitySmoothingLength
    {
      #keys: '[135040.0.219472997]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.UserCapacitySmoothingLength'
        Mask: 'NUMBER'
        Taborder: 3
      ]
    }
  ]
  Properties:
  [
    FixedSize: true
    Taborder: 3
    Title: 'Capacity smoothing'
  ]
}