陈清红
2025-04-14 880f3c0257eeb8c37761d484258fdd102a369a19
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
Quintiq file version 2.0
Component GroupPanel7
{
  #keys: '[110880.6.2136719356]'
  BaseType: 'GroupPanel'
  GBLayout
  {
    Type: 'internal[GBLayoutDefinition]'
    Columns:
    [
      GBFlow.Column { grow: 0 id: 594 parent: 0 }
      GBFlow.Column { grow: 128 id: 9 parent: 0 }
    ]
    Elements:
    [
      GBElement
      {
        Component => Label16
        Position { startcolumn: 594 startrow: 2 endcolumn: 594 endrow: 2 }
      }
      GBElement
      {
        Component => GUIDurationSelectorBottleneckWindowStart
        Position { startcolumn: 9 startrow: 2 endcolumn: 9 endrow: 2 }
      }
      GBElement
      {
        Component => Label17
        Position { startcolumn: 594 startrow: 10 endcolumn: 594 endrow: 10 }
      }
      GBElement
      {
        Component => GUIDurationSelectorBottleneckWindowEnd
        Position { startcolumn: 9 startrow: 10 endcolumn: 9 endrow: 10 }
      }
      GBElement
      {
        Component => Label10
        Position { startcolumn: 594 startrow: 11 endcolumn: 594 endrow: 11 }
      }
      GBElement
      {
        Component => /EditorBottleneckTolerance
        Position { startcolumn: 9 startrow: 11 endcolumn: 9 endrow: 11 }
      }
    ]
    Gaps: [ left: 5 right: 5 top: 5 bottom: 5 inner: 5 ]
    Rows:
    [
      GBFlow.Row { grow: 0 id: 2 parent: 0 }
      GBFlow.Row { grow: 0 id: 10 parent: 0 }
      GBFlow.Row { grow: 0 id: 11 parent: 0 }
    ]
  }
  Children:
  [
    Component Label16
    {
      #keys: '[110880.6.2136719952]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        FocusControl: 'GUIDurationSelectorBottleneckWindowStart'
        LayoutGroup: 'LabelBottleneckDetection'
        Shortcut: 'Alt+S'
        Text: '&Start after'
        Tooltip: 'Start of the detection window with respect to the start of the planning.'
        Transparent: true
      ]
    }
    Component GUIDurationSelectorBottleneckWindowStart
    {
      #keys: '[110880.6.2136719953]'
      BaseType: 'GUIDurationSelector'
      Properties:
      [
        BackgroundColor: 'Window'
        CanBeNegative: false
        DataBinding: 'Dialog.Data.BottleneckWindowStart'
        MinDuration: '0:00:00'
      ]
    }
    Component Label17
    {
      #keys: '[110880.6.2136719954]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        FocusControl: 'GUIDurationSelectorBottleneckWindowEnd'
        LayoutGroup: 'LabelBottleneckDetection'
        Shortcut: 'Alt+E'
        Text: '&End after'
        Tooltip: 'End of the detection window with respect to the start of the planning.'
        Transparent: true
      ]
    }
    Component GUIDurationSelectorBottleneckWindowEnd
    {
      #keys: '[110880.6.2136719955]'
      BaseType: 'GUIDurationSelector'
      Properties:
      [
        BackgroundColor: 'Window'
        CanBeNegative: false
        DataBinding: 'Dialog.Data.BottleneckWindowEnd'
        MinDuration: '0:00:00'
      ]
    }
    Component Label10
    {
      #keys: '[110880.6.2136719956]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        FocusControl: 'EditorBottleneckTolerance'
        LayoutGroup: 'LabelBottleneckDetection'
        Shortcut: 'Alt+T'
        Text: 'Bottleneck &tolerance (%)'
        Tooltip: 'Units and stocking points with percentage of bottleneck periods in the detection window higher than specified tolerance are marked as bottleneck units.'
        Transparent: true
      ]
    }
    #child: EditorBottleneckTolerance
  ]
  Properties:
  [
    Text: 'Bottleneck detection window'
    ModeledStringList ChildOrdering
    {
      c: GUIDurationSelectorBottleneckWindowStart
      c: GUIDurationSelectorBottleneckWindowEnd
      c: EditorBottleneckTolerance
      c: Label10
      c: Label16
      c: Label17
    }
  ]
}