chenqinghong
2024-05-07 3ec06a830367465068963156dcc1d8e522571c13
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
Quintiq file version 2.0
#root
#parent: LibOpt_Desktop
OrphanComponent LibOpt_FormOptimizer
{
  #keys: '[139164.3.522032757]'
  BaseType => /LibOpt_FormBase
  GBLayout
  {
    Type: 'internal[GBLayoutDefinition]'
    Columns:
    [
      GBFlow.Column { grow: 0 id: 568 parent: 0 }
      GBFlow.Column { grow: 128 id: 114 parent: 0 }
    ]
    Elements:
    [
      GBElement
      {
        Component => ListOptimizer
        Position { startcolumn: 114 startrow: 807 endcolumn: 114 endrow: 509 }
      }
      GBElement
      {
        Component => ButtonLoad
        Position { startcolumn: 568 startrow: 874 endcolumn: 568 endrow: 874 }
      }
      GBElement
      {
        Component => ButtonStart
        Position { startcolumn: 568 startrow: 989 endcolumn: 568 endrow: 989 }
      }
      GBElement
      {
        Component => ButtonRefresh
        Position { startcolumn: 568 startrow: 807 endcolumn: 568 endrow: 807 }
      }
    ]
    Gaps: [ left: 0 right: 0 top: 0 bottom: 0 inner: 5 ]
    Rows:
    [
      GBFlow.Row { grow: 0 id: 807 parent: 0 }
      GBFlow.Row { grow: 0 id: 874 parent: 0 }
      GBFlow.Row { grow: 0 id: 989 parent: 0 }
      GBFlow.Row { grow: 128 id: 509 parent: 0 }
    ]
  }
  Children:
  [
    #child: ListOptimizer
    Component ButtonLoad
    {
      #keys: '[139164.3.522075419]'
      BaseType: 'Button'
      Properties:
      [
        Image: 'ARROW_INTO'
        LayoutGroup: 'Button'
        Tooltip: 'Load'
      ]
    }
    Component ButtonStart
    {
      #keys: '[139164.3.522075897]'
      BaseType: 'Button'
      Properties:
      [
        Image: 'MEDIA_PLAY_GREEN'
        LayoutGroup: 'Button'
        Tooltip: 'Start'
      ]
    }
    Component ButtonRefresh
    {
      #keys: '[139164.3.545695747]'
      BaseType: 'Button'
      Properties:
      [
        Image: 'REFRESH'
        Tooltip: 'Refresh'
      ]
    }
  ]
  Properties:
  [
    Height: 268
    Image: 'CONTROL_TOWER'
    Title: 'Optimizers'
    ModeledStringList ChildOrdering
    {
      c: DataHolderPanel
      c: ListOptimizer
      c: ButtonLoad
      c: ButtonStart
      c: ButtonRefresh
    }
  ]
}