yanweiyuan3
2023-08-09 fd693f0faf305ec98d7ea03e09fe6787817e71d7
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
Quintiq file version 2.0
Component TabAdvanced
{
  #keys: '[122872.2.266451138]'
  BaseType: 'TabPage'
  GBLayout
  {
    Type: 'internal[GBLayoutDefinition]'
    Columns:
    [
      GBFlow.Column { grow: 0 id: 210 parent: 0 }
      GBFlow.Column { grow: 128 id: 574 parent: 0 }
    ]
    Elements:
    [
      GBElement
      {
        Component => LabelNumberOfSimulations
        Position { startcolumn: 210 startrow: 895 endcolumn: 210 endrow: 895 }
      }
      GBElement
      {
        Component => /EditorNumberOfSimulations
        Position { startcolumn: 574 startrow: 895 endcolumn: 574 endrow: 895 }
      }
      GBElement
      {
        Component => LabelNumberOfPeriodsInWindow
        Position { startcolumn: 210 startrow: 126 endcolumn: 210 endrow: 126 }
      }
      GBElement
      {
        Component => /EditorNumberOfPeriodsInWindow
        Position { startcolumn: 574 startrow: 126 endcolumn: 574 endrow: 126 }
      }
      GBElement
      {
        Component => CheckBoxIsResetSimulations
        Position { startcolumn: 574 startrow: 842 endcolumn: 574 endrow: 842 }
      }
    ]
    Gaps: [ left: 5 right: 5 top: 5 bottom: 5 inner: 5 ]
    Rows:
    [
      GBFlow.Row { grow: 0 id: 895 parent: 0 }
      GBFlow.Row { grow: 0 id: 126 parent: 0 }
      GBFlow.Row { grow: 0 id: 842 parent: 0 }
    ]
  }
  Children:
  [
    #child: EditorNumberOfSimulations
    Component LabelNumberOfSimulations
    {
      #keys: '[122872.2.266451959]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        FocusControl: 'EditorNumberOfSimulations'
        Shortcut: 'Alt+N'
        Text: '&Number of simulations'
        Tooltip: 'Number of simulations that will be performed per iteration'
        Transparent: true
      ]
    }
    #child: EditorNumberOfPeriodsInWindow
    Component LabelNumberOfPeriodsInWindow
    {
      #keys: '[122872.2.266452210]'
      BaseType: 'Label'
      Properties:
      [
        FocusControl: 'EditorNumberOfPeriodsInWindow'
        Shortcut: 'Alt+W'
        Text: 'Number of periods in &window'
        Tooltip: '<HTML>The number of periods that are considered simultaneously in each simulation.<br> A larger number will allow the optimizer to predict the necessary inventory build up more accurately.<br>A smaller number will increase the speed of the inventory optimization.</HTML>'
        Transparent: true
      ]
    }
    Component CheckBoxIsResetSimulations
    {
      #keys: '[122872.2.345211462]'
      BaseType: 'CheckBox'
      Properties:
      [
        HasMemory: 'ViewsAndSettings'
        Shortcut: 'Alt+R'
        Text: 'Reset simulations'
        Tooltip: 'If checked, the sales demand data of the simulations will be reset at the start of this inventory optimization run.'
      ]
    }
  ]
  Properties:
  [
    Title: 'Advanced'
    ModeledStringList ChildOrdering
    {
      c: EditorNumberOfSimulations
      c: EditorNumberOfPeriodsInWindow
      c: LabelNumberOfSimulations
      c: CheckBoxIsResetSimulations
      c: LabelNumberOfPeriodsInWindow
    }
  ]
}