limj
2023-10-24 93652435728de839582440eefd5122c281181d35
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
Quintiq file version 2.0
#root
#parent: LibMacroPlannerTCUI
OrphanComponent FormReviewInventoryOptimization
{
  #keys: '[113402.0.943873317]'
  BaseType: 'Form'
  ViewSecurity: 'SafetyStockCalculation'
  GBLayout
  {
    Type: 'internal[GBLayoutDefinition]'
    Columns:
    [
      GBFlow.Column { grow: 0 id: 131 parent: 0 }
      GBFlow.Column { grow: 0 id: 777 parent: 0 }
      GBFlow.Column { grow: 128 id: 767 parent: 0 }
    ]
    Elements:
    [
      GBElement
      {
        Component => ButtonRunInventoryOptimization
        Position { startcolumn: 131 startrow: 768 endcolumn: 131 endrow: 768 }
      }
      GBElement
      {
        Component => SplitterWnd
        Position { startcolumn: 131 startrow: 967 endcolumn: 767 endrow: 967 }
      }
      GBElement
      {
        Component => ButtonStopInventoryOptimization
        Position { startcolumn: 777 startrow: 768 endcolumn: 777 endrow: 768 }
      }
    ]
    Gaps: [ left: 0 right: 0 top: 0 bottom: 0 inner: 5 ]
    Rows:
    [
      GBFlow.Row { grow: 0 id: 768 parent: 0 }
      GBFlow.Row { grow: 128 id: 967 parent: 0 }
    ]
  }
  Children:
  [
    #child: SplitterWnd
    Component ButtonRunInventoryOptimization
    {
      #keys: '[113402.0.943876588]'
      BaseType: 'Button'
      Properties:
      [
        Image: 'MEDIA_PLAY_GREEN'
        LayoutGroup: 'Button'
        Text: 'Run inventory optimization...'
      ]
    }
    Component ButtonStopInventoryOptimization
    {
      #keys: '[122872.2.110443187]'
      BaseType: 'Button'
      Properties:
      [
        Image: 'MEDIA_STOP_RED'
        Tooltip: 'Stop the current inventory optimization run'
      ]
    }
  ]
  Properties:
  [
    Height: 495
    Image: 'AVERAGE'
    IncludeInView: true
    Title: 'Review inventory optimization'
    Width: 949
    ModeledStringList ChildOrdering
    {
      c: ButtonRunInventoryOptimization
      c: ButtonStopInventoryOptimization
      c: SplitterWnd
    }
  ]
}