hongji.li
2023-11-07 1a1ba3ad5ed9e4380185aa1ccad20204a0e5f115
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
Quintiq file version 2.0
Component PanelGeneral
{
  #keys: '[139394.0.1497268415]'
  BaseType: 'WebPanel'
  Children:
  [
    Component DropDownListUnit
    {
      #keys: '[139394.0.1497269265]'
      BaseType: 'WebDropDownList'
      Databinding: 'Unit'
      Children:
      [
        Component DataExtractorUnit
        {
          #keys: '[139394.0.1497269267]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'MacroPlan'
            FixedFilter: 'object.HasCapacityTypeTransportBase()'
            Source: 'MacroPlan'
            Taborder: 0
            Transformation: 'Unit'
          ]
        }
      ]
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Unit'
        DisplayField: 'Name'
        Label: 'Unit'
        Taborder: 0
      ]
    }
    Component EditFieldName
    {
      #keys: '[139394.0.1497268540]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Name'
        Label: 'Name'
        Taborder: 1
      ]
    }
    Component EditFieldID
    {
      #keys: '[139394.0.1497258731]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.ID'
        Label: 'ID'
        Taborder: 2
      ]
    }
    Component DurationSelectorLeadTime
    {
      #keys: '[139394.0.1497269504]'
      BaseType: 'WebDurationSelector'
      Properties:
      [
        CanBeNegative: false
        DataBinding: 'DataHolderDialogData.Data.UserLeadTime'
        Label: 'Lead time'
        MinDuration: P0DT0H0M0S
        Taborder: 3
        Tooltip: '<html>The lead time defines the duration of a trip on this lane.<br>The value entered here is the default lead time applied to the lane legs.<br>This default value can be overridden on the lane legs</html>'
      ]
    }
  ]
  Properties:
  [
    Taborder: 0
    Title: 'General'
  ]
}